@charset "UTF-8";
/*************************************************************
*
*	_destyle.scss
* https://github.com/nicolas-cusan/destyle.css
*
**************************************************************/
/* Reset box-model and set borders */
/* ============================================ */
@

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
.futo {
font-weight:900;
 }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.bimyou {
font-size:70%;
line-height: 3.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
 }
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  display: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*************************************************************
*
*	_base.scss
*
**************************************************************/
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: 100svh;
      -webkit-text-size-adjust: 100%; /* iOS Safari 用 */
  -moz-text-size-adjust: 100%;    /* Firefox 用 */
  -ms-text-size-adjust: 100%;    /* IE 用 */
  text-size-adjust: 100%;        /* 標準仕様 */
  }
}
html {
  min-width: 320px;
  font-size: 62.5%;
  overflow-y: scroll;
  font-size: 1.1805555556vw;
}
@media print, screen and (min-width: 1440px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 781px) {
  html {
    font-size: 2.2666666667vw;
  }
}
@media print {
  html {
    font-size: 5px;
  }
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-image: url("../img/body_bg.jpg");
  color: #363636;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  font-size: 1rem;
  line-height: 2.3529411765;
  letter-spacing: 0.15em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
  font-weight: 500;
}
@media screen and (max-width: 781px) {
  body {
    font-size: 26px;
    font-size: 1.5294117647rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
body._fixed {
  position: fixed;
  width: 100%;
}
body * {
  letter-spacing: inherit;
}

body.os_Windows::-webkit-scrollbar {
  width: 18px;
}
body.os_Windows::-webkit-scrollbar-track {
  background-color: transparent;
}
body.os_Windows::-webkit-scrollbar-thumb {
  margin-top: 4px;
  margin-bottom: 4px;
  background: #333;
  border-radius: 8px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}

#loader {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
body._loader #loader {
  opacity: 1;
  visibility: visible;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #fbfaf3;
  overflow: hidden;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body._loading_end #loading, body._loaded #loading {
  visibility: hidden;
  opacity: 0;
}

#main_contents {
  overflow: hidden;
}

.gnavi_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5294117647em;
  height: 3.5294117647em;
  position: fixed;
  z-index: 150;
  top: 4.1176470588em;
  right: 4.8235294118em;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}
.gnavi_toggle .inner {
  width: 2.8823529412em;
  height: 0.6764705882em;
  position: relative;
}
.gnavi_toggle .inner span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #3b3b3b;
  -webkit-transition: top 0.5s ease, background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, background-color 0.5s ease, -webkit-transform 0.5s ease;
}
.gnavi_toggle .inner span:nth-child(1) {
  top: 0%;
}
.gnavi_toggle .inner span:nth-child(2) {
  top: 100%;
}
body._gnavi_open .gnavi_toggle .inner span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
body._gnavi_open .gnavi_toggle .inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
body._gnavi_open .gnavi_toggle:hover .inner span {
  background-color: #FFF;
}
@media screen and (max-width: 781px) {
  .gnavi_toggle {
    width: 3.8461538462em;
    height: 3.8461538462em;
    top: 3.1153846154em;
    right: 3.4615384615em;
  }
  .gnavi_toggle .inner {
    width: 3em;
    height: 0.7115384615em;
  }
}

#gnavi {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#gnavi .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0.4705882353em);
          backdrop-filter: blur(0.4705882353em);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gnavi .base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #d1cbb0;
  color: #FFF;
  width: 26.4705882353em;
  height: 100%;
  margin-left: auto;
  padding-top: 5.8823529412em;
  padding-bottom: 3.8235294118em;
  padding-left: 2.3529411765em;
  padding-right: 2.9411764706em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: auto;
}
#gnavi .base .menu {
  padding-left: 0.8823529412em;
  margin-top: auto;
  margin-bottom: auto;
}
#gnavi .base .menu li:not(:last-child) {
  margin-bottom: 1.4117647059em;
}
#gnavi .base .menu li a .txt {
  font-size: 1.2352941176em;
  line-height: 1;
  letter-spacing: 0.2em;
}
#gnavi .base .buybtn .btn {
  width: 100%;
}
#gnavi .base .links .l_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnavi .base .links .l_group .lg_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.3529411765em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gnavi .base .links .l_group .lg_ttl::after {
  content: "";
  display: block;
  margin: 0 1.6470588235em;
  border-left: 1px solid #FFF;
  height: 1.4705882353em;
}
#gnavi .base .links .l_group .lg_ttl .txt {
  font-size: 0.7647058824em;
  letter-spacing: 0.15em;
}
#gnavi .base .links .l_group a + a {
  margin-left: 1.6470588235em;
}
#gnavi .base .links a {
  display: block;
  line-height: 0;
}
#gnavi .base .links a img {
  width: auto;
  height: 1.7647058824em;
}
#gnavi .base .links a.fb img {
  aspect-ratio: 30.1542/30;
}
#gnavi .base .links a.tw img {
  aspect-ratio: 29.3549/30;
}
#gnavi .base .links a.insta img {
  aspect-ratio: 29.4983/30;
}
#gnavi .base .corplink {
  text-align: center;
}
body._loaded #gnavi .base {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body:not(._gnavi_open) #gnavi {
  pointer-events: none;
}
body._gnavi_open #gnavi .fill {
  opacity: 1;
  visibility: visible;
}
body._gnavi_open #gnavi .base {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 781px) {
  #gnavi .base {
    width: 100%;
    padding: 2.5em;
  }
  #gnavi .base .menu {
    padding-left: 0.9615384615em;
  }
  #gnavi .base .menu li a .txt {
    font-size: 0.8em;
    text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
  }
  #gnavi .base .links {
    font-size: 1.2em;
  }
}

/*************************************************************
*
*	_layout.scss
*
**************************************************************/
/* 初期状態ですべて非表示 */
.pc-content, .tablet-content, .sp-content {
  display: none;
}

/* PC表示（800px以上） */
@media screen and (min-width: 801px) {
  .pc-content {
    display: block;
  }
}

/* タブレット表示（767px〜1024px） */
@media screen and (min-width: 767px) and (max-width: 800px) {
  .tablet-content {
    display: block;
  }
}

/* スマホ表示（766px以下） */
@media screen and (max-width: 767px) {
  .sp-content {
    display: block;
  }
}

._sticky {
  position: sticky;
  -webkit-position: sticky;
  top: 0;
}

@media print, screen and (min-width: 782px) {
  ._pc_sticky {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 781px) {
  ._sp_sticky {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
  }
}
._print_break {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

@media print, screen and (min-width: 782px) {
  .wrapper,
  ._pc_wrapper {
    width: 100%;
    max-width: 84.7058823529rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0rem;
  }
}

@media screen and (max-width: 781px) {
  .wrapper,
  ._sp_wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0rem;
    overflow: hidden;
  }
}
/* PC 用テキスト */
.pc-text {
  display: block; /* 初期状態では表示 */
  display:inline-block;
}

/* スマホ用テキスト */
.mobile-text {
  display: none; /* 初期状態では非表示 */
}

/* 画面幅が768px以下（スマホ）の場合 */
@media screen and (max-width: 800px) {
  .pc-text {
    display: none; /* PCテキストを非表示 */
  }

  .mobile-text {
    display: block; /* スマホテキストを表示 */
    display:inline-block;
  }
}
.catchbg {
	background-image: url(../img/catch_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.catch {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
.menu {
  margin-left: 55px;
}
.main {
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  padding-top: 50px;
}
.contents {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
.midashi {
  font-size: 36px;
}
.eimoji {
  font-size: 14px;
}
.osusumeb {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  line-height: 30px;
  text-align: left;
  margin-top: 30px;
}
.osusumec {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  line-height: 30px;
  margin-top: 30px;
}
.midashib {
  font-size: 20px;
}
.lefta {
  margin-left: -35px;
}
.midashic {
  font-size: 30px;
}
.komoji {
  font-size: 12px;
}
.osusumed {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  line-height: 20px;
  margin-top: 30px;;
}
.osusumee {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  line-height: 20px;
  text-align: left;
  margin-top: 30px;
}
.yokoi {
    margin-left: 16px;
}
.nihonsyuichigou {
    margin-left: 383px;
}
.sp {
　display: none;
}
.yokob {
    margin-left: 85px;
}
.yokoc {
    margin-left: 80px;
}
.yokod {
    margin-left: 20px;
}
.yokoe {
    margin-left: 80px;
}
.yokof {
    margin-left: 110px;
}
.co {
    color: brown;
}



/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}



@media print, screen and (max-width: 769px) {
.catchbg {
	background-image: url(../img/catch_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  background-size: cover;
}
.catch_sm {
  text-align: left;
  width: 35%;
  background:rgb(255, 255, 255, 0.8);
  padding-left: 5%;
}
.menu {
  margin-left: 0%;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.main {
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  padding-top: 50px;
}
.contents {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
.sumahomoji {
  font-size: 18px !important;
}
.menucontents {
  font-size: 18px !important;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 30px;
}
.sagege {
  padding-top: 7.0588235294rem;
}
.sagegf {
  padding-bottom: 30px;
}
.copyright {
  padding-bottom: 30px;
}
.br-sp::before {
    content: '\A';    /* 改行コード */
    white-space: pre; /* 改行を有効にする */
    display: inline;
  }
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  .menu {
  margin-left: 0%;
  font-size: 22px;
  margin-top: 20px;
  padding-bottom: 30px;
  line-height: 40px;
}
.catch {
  text-align: left;
  width: 35%;
  background:rgb(255, 255, 255, 0.8);
  padding-left: 5%;
  margin-left: 0px;
}
.tab {
  margin-left: -8%;
}
.catchbg {
	background-image: url(../img/catch_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  background-size: cover;
}
.logo_sp {
  width: 60%
}
.contents {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.menucontents {
    text-align: left;
    margin-top: 30px
}
.midashib {
    font-size: 34px;
}
.sagege {
  padding-top: 7.0588235294rem;
}
.sagegf {
  padding-bottom: 30px;
}
.copyright {
  padding-bottom: 30px;
}
.komoji {
    font-size: 20px;
}
.br-sp::before {
  content: '';       /* 初期状態では何も表示しない */
  display: none;
}
.osusumec {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  line-height: 30px;
  margin-top: 30px;
}
.sp {
　　display: block;
　}
.yokob {
    margin-left: 55px;
}
.yokoc {
    margin-left: 60px;
}
.yokod {
    margin-left: -70px;
}
.yokoe {
    margin-left: 60px;
}
.yokof {
    margin-left: 60px;
}
}


@media screen and (min-width: 751px) and (max-width: 800px) {

.logo_sp {
  width: 30%
}
.sumahomoji {
        font-size: 18px !important;
    }
.yokoidou {
        margin-left: 30px;
    }
#gnavi .base .menu li a .txt {
        font-size: 24px !important;
   }
.catch_sm {
        text-align: left;
        width: 25% !important;
        background: rgb(255, 255, 255, 0.8);
        padding-left: 5%;
    }
.logo_sp {
        width: 60% !important;
  }
      .catchbg {
        background-image: url(../img/catch_2.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
  .sourb {
  letter-spacing:1.5px;
}
.spark {
  letter-spacing:5.5px;
}
.komoji {
        font-size: 12px !important;
    }
    .gyoukan {
  height: 20px;
}
}




@media screen and (min-width: 780px) and (max-width: 1299px) {
  .catch {
  text-align: left;
  width: 29%;
  background:rgb(255, 255, 255, 0.8);
  padding-left: 5%;
  margin-left: 0px;
}
.catchbg {
	background-image: url(../img/catch_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  background-size: cover;
}
#gnavi .base .menu li:not(:last-child) {
    margin-bottom: 1.4117647059em;
    font-size: 17px;
}
#gnavi .base .menu {
    padding-left: 0em;
    margin-top: auto;
    margin-bottom: auto;
}
.menu {
  margin-left: 35px;
}
.tab {
  margin-left: -12%;
}
.txt {
    font-size: 17px;
}
.f17 {
    font-size: 17px;
}
.midashib {
    font-size: 24px;
}
.nihonsyuichigou {
    margin-left: 367px;
}
.spacing {
    letter-spacing: 0.1em !important;
}
.spacingb {
    letter-spacing: 0em !important;
}
.komoji {
    font-size: 12px;
}
.spacingc {
    font-size: 17px;
    letter-spacing: 0.15em !important;
}
.spacingf {
    font-size: 17px;
    letter-spacing: 0.08em !important;
}
.spacingg {
    font-size: 17px;
    letter-spacing: 0.22em !important;
}
.spacingh {
    font-size: 17px;
    letter-spacing: 0.3em !important;
}
#gnavi .base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: #d1cbb0;
  color: #FFF;
  width: 46.4705882353em;
  height: 100%;
  margin-left: auto;
  padding-top: 5.8823529412em;
  padding-bottom: 3.8235294118em;
  padding-left: 2.3529411765em;
  padding-right: 2.9411764706em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: auto;
}

}


@media screen and (min-width: 1300px) and (max-width: 1580px) {
  .catch {
  text-align: left;
  width: 29%;
  background:rgb(255, 255, 255, 0.8);
  padding-left: 5%;
  margin-left: 0px;
}
.catchbg {
	background-image: url(../img/catch_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  background-size: cover;
}
}

@media screen and (min-width: 500px) and (max-width: 769px) {
.yosupea {
    letter-spacing: 0.2em !important;
}
.yosupeb {
    letter-spacing: 0.28em !important;
}
.yosupec {
    letter-spacing: 0.32em !important;
}
.yosuped {
    letter-spacing: 0.2em !important;
}
.yosupee {
    letter-spacing: 0.23em !important;
}
}

@media screen and (max-width: 750px) {
.gyoukan {
  height: 20px;
}
.space_siizakana {
  letter-spacing:3.2px;
}
.space_siizakanab {
  letter-spacing:2.6px;
}
.space_siizakanac {
  letter-spacing:3.5px;
}
.space_agemono {
  letter-spacing:3.2px;
}
.space_nimono {
  letter-spacing:3px;
}
.space_osyokuji {
  letter-spacing:3.2px;
}
.space_osyokujib {
  letter-spacing:4.8px;
}
.space_osyokujic {
  letter-spacing:2.8px;
}
.space_osyokujid {
  letter-spacing:3.3px;
}
.space_kanmi {
  letter-spacing:1.8px;
}
.space_kanmib {
  letter-spacing:4.5px;
}
.whisky {
  letter-spacing:2.6px;
}
.spark {
  letter-spacing:3.5px;
}
.nihonsyu {
  letter-spacing:2.6px;
}
.liqueur {
  letter-spacing:2px;
}
.beer {
  letter-spacing:3px;
}
.sour {
  letter-spacing:4.5px;
}
.supawai {
  letter-spacing:3.2px;
}
.supawaib {
  letter-spacing:3.1px;
}
.champagne {
  letter-spacing:10px;
}
.wain {
  letter-spacing:2.6px;
}
#gnavi .base .menu li a .txt {
  font-size: 1.2em;
}
}


















._justy {
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 782px) {
  ._pc_justy {
    width: 100%;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 781px) {
  ._sp_justy {
    width: 100%;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-ideograph;
  }
}
._tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  white-space: nowrap;
}
._tateb {
  -ms-writing-mode: tb-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  white-space: nowrap;
}
@media print, screen and (min-width: 782px) {
  ._pc_tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
}
@media screen and (max-width: 781px) {
  ._sp_tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
  ._sp_tateb {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
}
._scrollbar_style::-webkit-scrollbar {
  width: 18px;
}
._scrollbar_style::-webkit-scrollbar-track {
  background-color: transparent;
}
._scrollbar_style::-webkit-scrollbar-thumb {
  margin-top: 4px;
  margin-bottom: 4px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 8px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}

._scrollbar_modal::-webkit-scrollbar {
  width: 4px;
}
._scrollbar_modal::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
._scrollbar_modal::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

img,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

a {
  position: relative;
  color: inherit;
  outline: 1px solid rgba(51, 51, 51, 0);
  text-decoration: none;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

._ro {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
._ro:hover, ._ro:active {
  opacity: 0.6;
}

/*
._co {
	transition: color 0.3s;

	&:active,
	&:hover {
		color: #9A8D66;
	}
}
*/
sup {
  font-size: 0.6em;
  margin: 0 0.1em;
}

._ul {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5882352941em;
}

/*
//	dl

dl._type1 {
	display: flex;
	margin: 0.15em 0;

	dt {
		white-space: nowrap;
		margin: 0;
	}

	dd {
		width: 0;
		flex: 1;
		margin: 0;
	}

	// SP
	@include mq {
		display: block;

		dt,
		dd {
			display: inline;
		}
	}
}


//--------------------------------------------------
//	ul

ul {
	&._default {
		>li {
			padding-left: 1em;

			&::before {
				content: "・";
				display: inline-block;
				width: 1em;
				margin-left: -1em;
			}
		}
	}

	&._type1 {
		>li {
			padding-left: 1.5em;
			position: relative;
			line-height: 1.5;
			margin-top: em(7.5);

			&::before {
				content: "";
				display: block;
				position: absolute;
				left: 0.2em;
				top: 0.75em;
				transform: translateY(-50%);
				width: em(6);
				height: em(6);
				border-radius: 50%;
				border: 1px solid #FFF;

			}
		}

		// SP
		@include mq {
			>li {
				margin-top: 1em;
			}
		}
	}

	&._type2 {
		>li {
			padding-left: 1.5em;
			position: relative;
			line-height: 1.5;
			margin-top: em(7.5);

			&::before {
				content: "";
				display: block;
				position: absolute;
				left: 0.2em;
				top: 0.75em;
				transform: translateY(-50%);
				width: em(6);
				height: em(6);
				border-radius: 50%;
				border: 1px solid #FFF;
				background-color: #FFF;

			}
		}
	}

	&._caution {
		>li {
			padding-left: 1.5em;

			&::before {
				content: "※";
				display: inline-block;
				min-width: 1.5em;
				margin-left: -1.5em;

			}
		}
	}
}


//--------------------------------------------------
//	ol

ol {
	margin: 1em 0;

	&._type1 {
		counter-reset: ol_list_count 0;

		>li {
			padding-left: 2em;

			&::before {
				content: counter(ol_list_count) '.';
				counter-increment: ol_list_count 1;
				display: inline-block;
				box-sizing: border-box;
				padding-right: 0.5em;
				margin-left: -2em;
				min-width: 2em;
			}
		}
	}

	&._type2 {
		counter-reset: ol_list_count 0;

		>li {
			padding-left: 2.5em;

			&::before {
				content: '(' counter(ol_list_count) ')';
				counter-increment: ol_list_count 1;
				display: inline-block;
				box-sizing: border-box;
				padding-right: 0.5em;
				margin-left: -2.5em;
				min-width: 2.5em;
			}
		}
	}

	&._iroha {
		>li {
			padding-left: 2em;

			&::before {
				display: inline-block;
				box-sizing: border-box;
				padding-right: 0.5em;
				margin-left: -2em;
				min-width: 2em;
			}

			&:nth-child(1)::before {
				content: "イ."
			}

			&:nth-child(2)::before {
				content: "ロ."
			}

			&:nth-child(3)::before {
				content: "ハ."
			}

			&:nth-child(4)::before {
				content: "ニ."
			}

			&:nth-child(5)::before {
				content: "ホ."
			}

			&:nth-child(6)::before {
				content: "ヘ."
			}

			&:nth-child(7)::before {
				content: "ト."
			}
		}
	}
}
*/
._fi {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
._fi._do_anim {
  -webkit-transition: opacity 1.2s, -webkit-filter 1.2s;
  transition: opacity 1.2s, -webkit-filter 1.2s;
  transition: opacity 1.2s, filter 1.2s;
  transition: opacity 1.2s, filter 1.2s, -webkit-filter 1.2s;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
@media print {
  ._fi {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}

._fiu {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
._fiu._do_anim {
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s, -webkit-filter 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s, -webkit-filter 1.2s;
  transition: opacity 1.2s, transform 1.2s, filter 1.2s;
  transition: opacity 1.2s, transform 1.2s, filter 1.2s, -webkit-transform 1.2s, -webkit-filter 1.2s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: none;
          filter: none;
}
@media print {
  ._fiu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: none;
            filter: none;
  }
}

._fizb {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
._fizb._do_anim {
  -webkit-transition: opacity 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, filter 1.5s, transform 1.5s;
  transition: opacity 1.5s, filter 1.5s, transform 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print {
  ._fizb {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

._zb {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
._zb._do_anim {
  -webkit-transition: -webkit-filter 1.5s, -webkit-transform 1.5s;
  transition: -webkit-filter 1.5s, -webkit-transform 1.5s;
  transition: filter 1.5s, transform 1.5s;
  transition: filter 1.5s, transform 1.5s, -webkit-filter 1.5s, -webkit-transform 1.5s;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print {
  ._zb {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
._sqline {
	$bc: $txt_color;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 100%;
	line-height: 0;
	opacity: 1;
	background-image:
		linear-gradient(00deg, $bc, $bc),
		linear-gradient(00deg, $bc, $bc),
		linear-gradient(00deg, $bc, $bc),
		linear-gradient(00deg, $bc, $bc);

	background-repeat: no-repeat;
	background-position: left bottom, left top, right top, right bottom;
	background-size: 1px 0, 0 1px, 1px 0, 0 1px;

	._sqline_inner {
		opacity: 0;
		transform: scale(1.1);
	}

	&._do_anim {
		animation: square_anim 0.5s linear forwards;

		._sqline_inner {
			transition: opacity 1.5s 0.5s, transform 3s ease-out;
			opacity: 1;
			transform: scale(1.001);
		}
	}


	//Print
	@media print {
		._sqline_inner {
			opacity: 1;
		}
	}
}

@keyframes square_anim {
	0% {
		background-size:
			1px 0, 0 1px,
			1px 0, 0 1px;
	}

	25% {
		background-size:
			1px 100%, 0 1px,
			1px 0, 0 1px;
	}

	50% {
		background-size:
			1px 100%, 100% 1px,
			1px 0, 0 1px;
	}

	75% {
		background-size:
			1px 100%, 100% 1px,
			1px 100%, 0 1px;
	}

	100% {
		background-size:
			1px 100%, 100% 1px,
			1px 100%, 100% 1px;
	}
}


//
//	Wipe In
//

._wipe_in {
	position: relative;
	z-index: 1;
	overflow: hidden;

	&::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 5;
		top: 0;
		height: 100%;
		background-color: #9A8D66;
	}

	._wipe_inner {
		opacity: 0;

		&._zb {
			transform: scale(1.1);
		}
	}

	&._do_anim {
		&::before {
			animation: 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) both _wipe_in_fill;
		}

		._wipe_inner {
			animation: 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) both _wipe_in_content;

			&._zb {
				transition: transform 5s;
				transform: scale(1);
			}
		}
	}

	@keyframes _wipe_in_fill {
		0% {
			width: 0%;
			left: 0;
		}

		50% {
			width: 100%;
			left: 0;
		}

		51% {
			width: 100%;
			left: auto;
			right: 0;
		}

		100% {
			width: 0%;
			right: 0;
		}
	}

	@keyframes _wipe_in_content {
		0% {
			opacity: 0;
		}

		50% {
			opacity: 0;
		}

		51% {
			opacity: 1;
		}

		100% {
			opacity: 1;
		}
	}
}
*/
/*
// 水平線
._hr {
	&::before {
		content: "";
		display: block;
		height: 1px;
		width: 0;
		background-color: #000;
		transition: width 1s ease-out;
	}

	&._do_anim {
		&::before {
			width: 100%;
		}
	}
}
*/
/*
$progress_bar_color: #333;

._progress {
	overflow: hidden;
	height: 1px;
	position: relative;

	&._prun {
		&::before {
			content: '';
			position: absolute;
			background: $progress_bar_color;
			background: linear-gradient(90deg, rgba(#FFF, 0) 0%, rgba($progress_bar_color, 1) 20%, rgba($progress_bar_color, 1) 80%, rgba(#FFF, 0) 100%);
			top: 0;
			left: 0;
			bottom: 0;
			will-change: left, right;
			-webkit-animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
			animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
		}

		&::after {
			content: '';
			position: absolute;
			background: $progress_bar_color;
			background: linear-gradient(90deg, rgba(#FFF, 0) 0%, rgba($progress_bar_color, 1) 20%, rgba($progress_bar_color, 1) 80%, rgba(#FFF, 0) 100%);
			top: 0;
			left: 0;
			bottom: 0;
			will-change: left, right;
			-webkit-animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
			animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
			-webkit-animation-delay: 1.6s;
			animation-delay: 1.6s
		}
	}
}

@include mq {

	body._gnavi_open,
	body._show_modal {
		._progress {
			&._prun {
				&::before {
					background: $progress_bar_color;
					background: linear-gradient(90deg, rgba(#FFF, 0) 0%, rgba($progress_bar_color, 1) 20%, rgba($progress_bar_color, 1) 80%, rgba(#FFF, 0) 100%);
				}

				&::after {
					background: $progress_bar_color;
					background: linear-gradient(90deg, rgba(#FFF, 0) 0%, rgba($progress_bar_color, 1) 20%, rgba($progress_bar_color, 1) 80%, rgba(#FFF, 0) 100%);
				}
			}
		}
	}
}

@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}

	60% {
		left: 100%;
		right: -90%
	}

	100% {
		left: 100%;
		right: -90%
	}
}

@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}

	60% {
		left: 100%;
		right: -90%
	}

	100% {
		left: 100%;
		right: -90%
	}
}

@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%
	}

	60% {
		left: 107%;
		right: -8%
	}

	100% {
		left: 107%;
		right: -8%
	}
}

@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%
	}

	60% {
		left: 107%;
		right: -8%
	}

	100% {
		left: 107%;
		right: -8%
	}
}
*/
/*
.modal {
	cursor: pointer;
}

.modalwin {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 320;
	background-color: rgba($body_color, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;

	.mw_close {
		position: absolute;
		top: em(48);
		right: em(48);
		width: em(42);
		height: em(42);
		transform: translate(50%, -50%);
		cursor: pointer;
		@include rollover();
		z-index: 10;

		&::before,
		&::after {
			content: "";
			display: block;
			width: em(30);
			height: 2px;
			position: absolute;
			top: 50%;
			left: 50%;
			background-color: #000;
		}

		&::before {
			transform: translate(-50%, -50%) rotate(42deg);
		}

		&::after {
			transform: translate(-50%, -50%) rotate(-42deg);
		}
	}

	.mw_navi {
		position: absolute;
		z-index: 20;
		top: 50%;
		width: 8.1rem;
		height: 8.1rem;
		box-sizing: border-box;
		cursor: pointer;

		&::before {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 6.7rem;
			height: 6.7rem;
			background-color: #FFF;
			border-radius: 50%;
			box-shadow: 0 0.2rem 0.5rem rgba(#000, 0.1);
			transition: transform 0.5s;
		}

		.arrow {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -70%);
		}

		&:hover {
			&::before {
				transform: translate(-50%, -50%) scale(1.2);
			}
		}

		&.prev {
			left: 5rem;
			transform: translate(-50%, -50%);
		}

		&.next {
			right: 5rem;
			transform: translate(50%, -50%);
		}
	}

	.mw_base {
		box-sizing: border-box;
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: auto;

		.mw_container {
			position: relative;
			width: 100%;
			max-width: 160rem;
			max-height: 100%;
			box-sizing: border-box;
			padding: 0 10rem;

			&::before,
			&::after {
				content: "";
				display: block;
				height: 10rem;
			}
		}
	}

	.mw_progress {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		width: em(200);
		transform: translateX(-50%);
		transition: opacity 0.5s;
		opacity: 0;
	}

	&._loading {
		.mw_progress {
			opacity: 1;
		}
	}

	// mobile - land
	@media screen and (orientation: landscape) and (max-height: 375px) {
		.mw_base {
			.mw_container {
				&::after {
					height: 2rem;
				}
			}
		}
	}

	// SP
	@include mq {
		.mw_close {
			top: em_sp(83);
			right: em_sp(80);
		}

		.mw_base {
			.mw_container {
				padding: em_sp(20);
				padding-top: em_sp(50);
				padding-bottom: em_sp(40);
			}
		}
	}
}



//
//	Gmap
//

.gmap_base {
	position: relative;

	&::after {
		content: "Loading ...";
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f1f1f1;
		@include fit;
		z-index: 1;
	}

	.gmap_element {
		@include fit;
		z-index: 5;
	}
}
*/
/*
._ajax_taxonomy {
	text-align: center;
	margin-bottom: 6rem;

	li {
		cursor: pointer;
		display: inline-block;
		white-space: nowrap;
		font-size: 2rem;
		line-height: 1.75;
		border-bottom: 1px solid rgba(#000, 0);
		transition: border-color 0.1s;
		margin: 0 4rem;
		margin-bottom: 1rem;

		&.on {
			border-color: #000;
		}
	}


	// SP
	@include mq {
		li {
			font-size: 2.8rem;
		}
	}
}
*/
/*
._ajax_post {
	transition: min-height 1s;

	// loading
	&:not(._ajax_loading) ._ajax_post_loadmore {
		opacity: 0;
	}

	&._ajax_loading {
		min-height: em(322);
	}
}

._ajax_post_loadmore {
	padding: 4rem 0;
	transition: opacity 0.3s;
}
*/
.i._plus {
  display: inline-block;
  width: 0.5193em;
  height: 0.5193em;
  position: relative;
}
.i._plus::before, .i._plus::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e3e0d9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.i._plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.copy {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.copy .txt {
  font-size: 1.7647058824em;
  line-height: 3.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
}
.copy:not(._tate) .txt {
  padding-bottom: 0.2em !important;
  background-size: 100% 1px;
  background-position: bottom left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363636));
  background-image: linear-gradient(to bottom, #363636);
}
.copy._tate .txt {
  padding-right: 0.6em;
  background-size: 1px 100%;
  background-position: top right;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636));
  background-image: linear-gradient(to right, #363636);
}
.copy._anim .txt {
  -webkit-transition: background-size 3s ease;
  transition: background-size 3s ease;
}
.copy._anim:not(._do_anim):not(._tate) .txt {
  background-size: 0% 1px;
}
.copy._anim:not(._do_anim)._tate .txt {
  background-size: 1px 0%;
}
.copy .txt2 {
  font-size: 1.7647058824em;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
}
.copy:not(._tate) .txt2 {
  padding-bottom: 0.2em;
  background-size: 100% 1px;
  background-position: bottom left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363636));
  background-image: linear-gradient(to bottom, #363636);
}
.copy._tate .txt2 {
  padding-right: 0.6em;
  background-size: 1px 100%;
  background-position: top right;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636));
  background-image: linear-gradient(to right, #363636);
}
.copy._anim .txt2 {
  -webkit-transition: background-size 3s ease;
  transition: background-size 3s ease;
}
.copy._anim:not(._do_anim):not(._tate) .txt2 {
  background-size: 0% 1px;
}
.copy._anim:not(._do_anim)._tate .txt2 {
  background-size: 1px 0%;
}
.copy .txt4 {
  font-size: 2.5em;
  line-height: 3.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
}
.copy:not(._tate) .txt4 {
  padding-bottom: 0.6em;
  background-size: 100% 1px;
  background-position: bottom left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363636));
  background-image: linear-gradient(to bottom, #363636);
}
.copy._tate .txt4 {
  padding-right: 0.6em;
  background-size: 1px 100%;
  background-position: top right;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636));
  background-image: linear-gradient(to right, #363636);
}
.copy._anim .txt4 {
  -webkit-transition: background-size 3s ease;
  transition: background-size 3s ease;
}
.copy._anim:not(._do_anim):not(._tate) .txt4 {
  background-size: 0% 1px;
}
.copy._anim:not(._do_anim)._tate .txt4 {
  background-size: 1px 0%;
}

.copy._tateb .txt4 {
  padding-right: 0.6em;
  background-size: 1px 100%;
  background-position: top right;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636));
  background-image: linear-gradient(to right, #363636);
}
.copy._anim .txt4 {
  -webkit-transition: background-size 3s ease;
  transition: background-size 3s ease;
}
.copy._anim:not(._do_anim):not(._tateb) .txt4 {
  background-size: 0% 1px;
}
.copy._anim:not(._do_anim)._tateb .txt4 {
  background-size: 1px 0%;
}

@media screen and (max-width: 781px) {
  .copy .txt {
    font-size: 1.5em;
    line-height: 1.9756097561;
  }
  .copy:not(._tate) .txt {
    padding-bottom: 0.7317073171em;
  }
  .copy._tate .txt {
    padding-right: 0.2em;
  }
  .copy:not(._tateb) .txt {
    padding-bottom: 0.7317073171em;
  }
  .copy._tateb .txt {
    padding-right: 0.2em;
  }
  .copy .txt4 {
  font-size: 2.5em;
  line-height: 2;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
}
.copy._tate .txt4 {
  padding-right: 0.4em;
  background-size: 1px 100%;
  background-position: top right;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636));
  background-image: linear-gradient(to right, #363636);
}
.copy._tateb .txt4 {
  padding-right: 0.4em;
  background-size: 1px 100%;
  background-position: top right;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636));
  background-image: linear-gradient(to right, #363636);
}
}


.btn._type1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(220, 213, 195, 0.3);
  border: 1px solid #e3e0d9;
  border-radius: 0.7647058824em;
  padding: 0.9411764706em 1.8823529412em;
  overflow: hidden;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.btn._type1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #C3B798;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn._type1 .txt {
  position: relative;
  z-index: 2;
  font-size: 0.8823529412em;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.btn._type1 .i {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 3.2352941176em;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.btn._type1 .i::before, .btn._type1 .i::after {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn._type1._big {
  font-size: 1.4em;
}
.btn._type1._color1 {
  color: #FFF;
  background-color: #dcd5c3;
}
.btn._type1._color1 .i._plus::before, .btn._type1._color1 .i._plus::after {
  background-color: #FFF;
}
.btn._type1:active, .btn._type1:hover {
  border-color: transparent;
  color: #FFF;
}
.btn._type1:active::after, .btn._type1:hover::after {
  width: 100%;
}
.btn._type1:active .i._plus::before, .btn._type1:active .i._plus::after, .btn._type1:hover .i._plus::before, .btn._type1:hover .i._plus::after {
  background-color: #FFF;
}

._sharebtn {
  cursor: pointer;
}

/*************************************************************
*
*	_top.scss
*
**************************************************************/
body.ozeki_sharp_j #mv .base {
  position: relative;
  padding: 0 10.5882352941em;
  padding-top: 4.8823529412em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.ozeki_sharp_j #mv .base .logo {
  position: absolute;
  z-index: 10;
  top: 4.4117647059em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
}
body.ozeki_sharp_j #mv .base .logo img {
  width: auto;
}
body.ozeki_sharp_j #mv .base .bg {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100svh - 4.8823529412em) / 800 * 1080);
  position: relative;
}
body.ozeki_sharp_j #mv .base .bg .slide {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
body.ozeki_sharp_j #mv .base .bg .slide .slide_item,
body.ozeki_sharp_j #mv .base .bg .slide .img,
body.ozeki_sharp_j #mv .base .bg .slide .slick-list,
body.ozeki_sharp_j #mv .base .bg .slide .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.ozeki_sharp_j #mv .base .bg .slide:not(.slick-initialized) .slide_item:first-child {
  z-index: 10;
}
body.ozeki_sharp_j #mv .base .copy {
  position: absolute;
  z-index: 5;
  bottom: 50.6666666667svh;
  right: -5.5882352941em;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
          text-shadow    : 
          2px  2px 1px #ffffff,
         -2px  2px 1px #ffffff,
          2px -2px 1px #ffffff,
         -2px -2px 1px #ffffff,
          2px  0px 1px #ffffff,
          0px  2px 1px #ffffff,
         -2px  0px 1px #ffffff,
          0px -2px 1px #ffffff;        /* 文字の影 */
}
body.ozeki_sharp_j #mv .base .copy .txt {
  -webkit-filter: drop-shadow(1px 1px 1px #FFF) drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7)) drop-shadow(1px 1px 7px #FFF);
          filter: drop-shadow(1px 1px 1px #FFF) drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7)) drop-shadow(1px 1px 7px #FFF);
}
body.ozeki_sharp_j #mv .base .jas {
  position: absolute;
  z-index: 5;
  left: 4.4117647059em;
  top: 15.5555555556svh;
}
body.ozeki_sharp_j #mv .base .jas .txt {
  font-weight: 900;
  font-size: 2em;
  line-height: 1.7218181818;
  letter-spacing: 0.2em;
  text-shadow    : 
  5px  5px 3px #ffffff,
 -5px  5px 3px #ffffff,
  5px -5px 3px #ffffff,
 -5px -5px 3px #ffffff,
  5px  0px 3px #ffffff,
  0px  5px 3px #ffffff,
 -5px  0px 3px #ffffff,
  0px -5px 3px #ffffff,
  3px  3px 2px #ffffff,
 -3px  3px 2px #ffffff,
  3px -3px 2px #ffffff,
 -3px -3px 2px #ffffff;       /* 文字の影 */
}
body.ozeki_sharp_j #mv .base .entxt {
  position: absolute;
  z-index: 5;
  bottom: 7.2222222222svh;
  left: 15em;
  font-weight: 900;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
body.ozeki_sharp_j #mv .base .entxt .txt {
  font-size: 1.5em;
  line-height: 1.7218181818;
  letter-spacing: 0.2em;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}

body.ozeki_sharp_j #mv .base .entxt img {
  width: 14.1287235294em;
}

@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #mv .base {
    padding-left: 1.5384615385em;
    padding-right: 1.5384615385em;
    padding-top: 6.1538461538em;
  }
  body.ozeki_sharp_j #mv .base .logo {
    top: 5.2307692308em;
  }
  body.ozeki_sharp_j #mv .base .logo img {
    height: auto;
    max-width: 500px;
  }
  body.ozeki_sharp_j #mv .base .bg {
    max-width: calc((100svh - 4.8823529412em) / 800 * 1080);
  }
  body.ozeki_sharp_j #mv .base .bg .slide .slick-dots {
    left: 0.9230769231em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body.ozeki_sharp_j #mv .base .bg .slide .slick-dots li button {
    width: 1.8461538462em;
    height: 2.7692307692em;
  }
  body.ozeki_sharp_j #mv .base .copy {
    top: 5em;
    bottom: auto;
    right: 1.3461538462em;
    -webkit-transform: none;
            transform: none;
    font-size: 20px;
  }
  body.ozeki_sharp_j #mv .base .copy .txt {
    background-image: -webkit-gradient(linear, left top, right top, from(#FFF));
    background-image: linear-gradient(to right, #FFF);
    
  }
  body.ozeki_sharp_j #mv .base .jas {
    left: 1.6153846154em;
    top: auto;
    bottom: 4.9230769231em;
    line-height:0px;
  }
  body.ozeki_sharp_j #mv .base .jas .txt {
  }
  body.ozeki_sharp_j #mv .base .entxt {
    bottom: 2.4615384615em;
    left: 1.6153846154em;
    -webkit-transform: none;
            transform: none;
  }
  body.ozeki_sharp_j #mv .base .entxt img {
    width: 14.7808192308em;
  }
}
body.ozeki_sharp_j #story {
  overflow: hidden;
}
body.ozeki_sharp_j #story .base::after {
  clear: both;
  content: "";
  display: block;
}
body.ozeki_sharp_j #story .base .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  width: 50%;
  position: relative;
}
body.ozeki_sharp_j #story .base .part .photo {
  display: block;
}
body.ozeki_sharp_j #story {
  overflow: hidden;
}
body.ozeki_sharp_j #story .base::after {
  clear: both;
  content: "";
  display: block;
}
body.ozeki_sharp_j #story .base .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  width: 50%;
  position: relative;
}
body.ozeki_sharp_j #story .base .part .photo {
  display: block;
}
body.ozeki_sharp_j #story .base .part .ja .txt {
  font-size: 1.7647058824em;
  line-height: 1.86;
  letter-spacing: 0.2em;
}
body.ozeki_sharp_j #story .base img[src*="story_p01_en.svg"] {
  aspect-ratio: 549.0887/70.5376;
}
body.ozeki_sharp_j #story .base img[src*="story_p02_en.svg"] {
  aspect-ratio: 374.941/72.0054;
}
body.ozeki_sharp_j #story .base img[src*="story_p03_en.svg"] {
  aspect-ratio: 372.242/70.5376;
}
body.ozeki_sharp_j #story .base img[src*="story_p04_en.svg"] {
  aspect-ratio: 206.5675/70.5376;
}
body.ozeki_sharp_j #story .base img[src*="story_p06_en.svg"] {
  aspect-ratio: 314.6422/72.7178;
}
body.ozeki_sharp_j #story .base img[src*="story_p07_en.svg"] {
  aspect-ratio: 344.3417/72.7178;
}
body.ozeki_sharp_j #story .base .p01 {
  padding-top: 0em;
  left: 8em;
}
body.ozeki_sharp_j #story .base .p01 .photo {
  width: 28.7647058824em;
  margin-bottom: 6.9411764706em;
}
body.ozeki_sharp_j #story .base .p01 .en {
  width: 22.2993352941em;
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 1.4117647059em;
}
body.ozeki_sharp_j #story .base .p01 .ja {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
body.ozeki_sharp_j #story .base .p02 {
  padding-top: 5.0588235294em;
  right: -4em;
}
body.ozeki_sharp_j #story .base .p02 .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 24em;
  margin-right: 2.1176470588em;
  margin-bottom: 13em;
}
body.ozeki_sharp_j #story .base .p02 .en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 22.0553529412em;
  margin-left: auto;
  margin-bottom: 3.5294117647em;
}
body.ozeki_sharp_j #story .base .p02 .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 4.7058823529em;
}
body.ozeki_sharp_j #story .base .p03 {
  margin-top: -17.4705882353em;
}
body.ozeki_sharp_j #story .base .p03 .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 30.3977705882em;
  margin-left: auto;
  margin-right: 3em;
  margin-bottom: 1.7647058824em;
}
body.ozeki_sharp_j #story .base .p03 .en {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 21.8965882353em;
  margin-left: auto;
  margin-right: 5.5882352941em;
  margin-top: 2.5294117647em;
}
body.ozeki_sharp_j #story .base .p03 .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 4.2352941176em;
}
body.ozeki_sharp_j #story .base .p04 {
  margin-top: -9em;
}
body.ozeki_sharp_j #story .base .p04 .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 25.5294117647em;
  margin-left: auto;
  margin-right: 10.8823529412em;
  margin-bottom: 2.4117647059em;
}
body.ozeki_sharp_j #story .base .p04 .en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 23.1510294118em;
  margin-left: auto;
  margin-right: 6.4705882353em;
  margin-bottom: 5.8823529412em;
}
body.ozeki_sharp_j #story .base .p04 .ja {
  position: absolute;
  top: 27.9411764706em;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
body.ozeki_sharp_j #story .base .p05 {
  margin-top: -11.6470588235em;
}
body.ozeki_sharp_j #story .base .p05 .photo {
  width: 23.5294117647em;
  margin-left: 2.9411764706em;
}
body.ozeki_sharp_j #story .base .p06 {
  margin-top: 0.8823529412em;
}
body.ozeki_sharp_j #story .base .p06 .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 33.2562529412em;
  margin-left: auto;
  margin-right: -1.5294117647em;
}
body.ozeki_sharp_j #story .base .p06 .en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 18.5083647059em;
  margin-left: auto;
  margin-bottom: 3.1764705882em;
}
body.ozeki_sharp_j #story .base .p06 .ja {
  position: absolute;
  bottom: 0.8235294118em;
  left: -1em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
body.ozeki_sharp_j #story .base .p06 .ja .txt {
  font-size: 1.4705882353em;
  line-height: 2.0792;
}
body.ozeki_sharp_j #story .base .p06 .ja .bar {
  display: inline-block;
  width: 1.52em;
  border-bottom: 1px solid #363636;
  margin-right: 0.6em;
  margin-bottom: 0.333em;
}
body.ozeki_sharp_j #story .base .p07 {
  width: auto;
  margin-top: -7.8235294118em;
}
body.ozeki_sharp_j #story .base .p07 .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 65.793176em;
  margin-left: 2.5294117647em;
}
body.ozeki_sharp_j #story .base .p07 .en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 20.2553941176em;
  max-width: none;
  margin-bottom: 0.6470588235em;
  margin-left: -0.9411764706em;
}
body.ozeki_sharp_j #story .base .p08 {
  float: right;
  width: 45.2941176471em;
  margin-top: 4.1764705882em;
  margin-right: -1.1764705882em;
  line-height:27px;
}
body.ozeki_sharp_j #story .base .p10 {
  width: auto;
  margin-top: 2.8235294118em;
}
body.ozeki_sharp_j #story .base .p10 .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: width: 20.793176em;;
  margin-left: 5.5294117647em;
}
body.ozeki_sharp_j #story .base .p10 .en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 20.2553941176em;
  max-width: none;
  margin-bottom: 0.6470588235em;
  margin-left: -0.9411764706em;
}
body.ozeki_sharp_j #story .base .p11 {
  float: left;
  width: 45.2941176471em;
  margin-top: 4.1764705882em;
  margin-right: -1.1764705882em;
  line-height:27px;
}

@media screen and (max-width: 760px) {
  body.ozeki_sharp_j #story .base .part {
    float: none;
    width: 100%;
    right: 0;
  }
  body.ozeki_sharp_j #story .base .part .ja .txt {
    font-size: 1.5384615385em;
    line-height: 2.232;
  }
  body.ozeki_sharp_j #story .base .p01 {
    padding-top: 0em;
    left:0cm
  }
  body.ozeki_sharp_j #story .base .p01 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-left: 0em;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p01 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-top: -0.4615384615em;
    margin-left: 0.6153846154em;
    width: 21.1187961538em;
    margin-bottom: 1.1538461538em;
  }
  body.ozeki_sharp_j #story .base .p01 .ja {
    right: 4.1923076923em;
  }
  body.ozeki_sharp_j #story .base .p02 {
    padding-top: 1.8076923077em;
  }
  body.ozeki_sharp_j #story .base .p02 .photo {
    width: 20.7544269231em;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p02 .en {
    width: 14.4208269231em;
    margin-left: auto;
    margin-right: 1.9230769231em;
    margin-bottom: 0.2692307692em;
  }
  body.ozeki_sharp_j #story .base .p02 .ja {
    margin-left: 0;
    position: absolute;
    z-index: 3;
    top: 6.7307692308em;
    right: 0;
  }
  body.ozeki_sharp_j #story .base .p03 {
    margin-top: 2.2307692308em;
    padding-bottom: 0.3846153846em;
  }
  body.ozeki_sharp_j #story .base .p03 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 19.8754653846em;
    margin-left: auto;
    margin-right: -0.8461538462em;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p03 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 7.9449115385em;
    margin-left: 1.5769230769em;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -1.0384615385em;
  }
  body.ozeki_sharp_j #story .base .p03 .ja {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    left: -2.0769230769em;
    bottom: -0.1153846154em;
  }
  body.ozeki_sharp_j #story .base .p04 {
    margin-top: 0em;
  }
  body.ozeki_sharp_j #story .base .p04 .photo {
    width: 16.4252em;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p04 .en {
    width: 14.317em;
    margin-left: auto;
    margin-right: 4.3076923077em;
    margin-bottom: 2.1923076923em;
  }
  body.ozeki_sharp_j #story .base .p04 .ja {
    position: absolute;
    z-index: 5;
    top: 4.5769230769em;
    left: 4.5em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body.ozeki_sharp_j #story .base .p05 {
    margin-top: 1.3076923077em;
  }
  body.ozeki_sharp_j #story .base .p05 .photo {
    width: 13.0390346154em;
    margin-left: 5em;
  }
  body.ozeki_sharp_j #story .base .p06 {
    margin-top: -1.6538461538em;
  }
  body.ozeki_sharp_j #story .base .p06 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 21.7444730769em;
    margin-right: 0.8076923077em;
  }
  body.ozeki_sharp_j #story .base .p06 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 12.1016269231em;
    margin-right: 3.7307692308em;
    margin-bottom: 0.1153846154em;
    position: relative;
    z-index: 5;
  }
  body.ozeki_sharp_j #story .base .p06 .en2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 13.2439153846em;
    margin-left: 1.3461538462em;
    margin-top: -0.2692307692em;
    margin-bottom: 1.2307692308em;
  }
  body.ozeki_sharp_j #story .base .p06 .ja {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding-left: 1.1538461538em;
  }
  body.ozeki_sharp_j #story .base .p06 .ja .txt {
    line-height: 2.06;
  }
  body.ozeki_sharp_j #story .base .p07 {
    width: auto;
    margin-top: 4.2352941176em;
  }
  body.ozeki_sharp_j #story .base .p07 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 21.2953411765em;
    margin-left: 2.7058823529em;
  }
  body.ozeki_sharp_j #story .base .p07 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 18.3104058824em;
    margin-bottom: 0.9411764706em;
  }
  body.ozeki_sharp_j #story .base .p08 {
    float: none;
    margin-top: 2.6923076923em;
  }
  body.ozeki_sharp_j #story .base .p08 .photo {
    width: 9.0186153846em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3846153846em;
  }
  body.ozeki_sharp_j #story .base .p11 .photo {
    width: 9.0186153846em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3846153846em;
  }
}
body.ozeki_sharp_j .bigimg._b01 {
  position: relative;
  background-image: url(../img/bigimg01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.ozeki_sharp_j .bigimg._b01::before {
  content: "";
  display: block;
  padding-top: 38.1944444444%;
}
@media screen and (max-width: 781px) {
body.ozeki_sharp_j .bigimg._b01 {
  position: relative;
  background-image: url(../img/bigimg01.jpg);
  background-attachment: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
  body.ozeki_sharp_j .bigimg._b01 {
    background-attachment: scroll;
    background-size: cover;
  }
}
body.ozeki_sharp_j #jas {
  position: relative;
}
body.ozeki_sharp_j #jas::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 10em;
  background-image: url(../img/jas_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
}
body.ozeki_sharp_j #jas .base {
  position: relative;
  z-index: 1;
}
body.ozeki_sharp_j #jas .base .part01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.ozeki_sharp_j #jas .base .part01 ._leftarea .txt02 .txt {
  font-size: 0.7647058824em;
  letter-spacing: 0.15em;
}
body.ozeki_sharp_j #jas .base .part01 ._rightarea {
  width: 17.5294117647em;
  line-height: 0;
}
body.ozeki_sharp_j #jas .base .part02::after {
  clear: both;
  content: "";
  display: block;
}
body.ozeki_sharp_j #jas .base .part02 .p02 {
  float: left;
  width: 18.8235294118em;
  margin-left: 6.3529411765em;
}
body.ozeki_sharp_j #jas .base .part02 .p03 {
  float: right;
  width: 29.6470588235em;
  margin-right: 7.7647058824em;
  margin-top: 4.0588235294em;
}
body.ozeki_sharp_j #jas .base .part03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.ozeki_sharp_j #jas .base .part03 ._leftarea {
  width: 22.8083705882em;
}
body.ozeki_sharp_j #jas .base .part03 ._leftarea .txt01 {
  margin-left: auto;
  margin-right: 4.7058823529em;
}
body.ozeki_sharp_j #jas .base .part03 ._leftarea .txt01 .txt {
  font-size: 1.4705882353em;
  line-height: 2.4792;
  letter-spacing: 0.2em;
}
body.ozeki_sharp_j #jas .base .part03 ._leftarea .img01 {
  width: 22.8083705882em;
  margin-left: 0em;
  text-align:right;
}
body.ozeki_sharp_j #jas .base .part03 ._rightarea {
  width: 44.1176470588em;
}
@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #jas::before {
    bottom: 10em;
  }
  body.ozeki_sharp_j #jas .base {
    position: relative;
    z-index: 1;
  }
  body.ozeki_sharp_j #jas .base .part01 {
    display: block;
  }
  body.ozeki_sharp_j #jas .base .part01 ._leftarea .txt02 .txt {
    font-size: 0.8em;
  }
  body.ozeki_sharp_j #jas .base .part01 ._rightarea {
    width: 100%;
    text-align: right;
  }
  body.ozeki_sharp_j #jas .base .part01 ._rightarea .p01 {
    width: 14.0796269231em;
  }
  body.ozeki_sharp_j #jas .base .part02 {
    margin-top: -7.1538461538em;
  }
  body.ozeki_sharp_j #jas .base .part02::after {
    clear: both;
    content: "";
    display: block;
  }
  body.ozeki_sharp_j #jas .base .part02 .p02 {
    float: none;
    width: 11.1326115385em;
    margin-left: 0;
    position: relative;
    z-index: 5;
  }
  body.ozeki_sharp_j #jas .base .part02 .p03 {
    float: right;
    width: 12.5820730769em;
    margin-right: 2.0769230769em;
    margin-top: -2.3076923077em;
  }
  body.ozeki_sharp_j #jas .base .part03 {
    display: block;
  }
  body.ozeki_sharp_j #jas .base .part03 ._leftarea {
    width: 100%;
  }
  body.ozeki_sharp_j #jas .base .part03 ._leftarea .txt01 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  body.ozeki_sharp_j #jas .base .part03 ._leftarea .txt01 .txt {
    font-size: 1.5769230769em;
    line-height: 1.9024390244;
  }
  body.ozeki_sharp_j #jas .base .part03 ._rightarea {
    width: 100%;
  }
  body.ozeki_sharp_j #jas .base .part03 ._rightarea .img01 {
    text-align: center;
  }
  body.ozeki_sharp_j #jas .base .part03 ._rightarea .img01 img {
    width: 21.4283807692em;
  }
}
body.ozeki_sharp_j #scenes {
  --part01-copy-shift: 8.2941176471em;
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base {
  position: relative;
  padding-top: var(--part01-copy-shift);
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 7.1764705882em;
  z-index: 5;
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy .t100 {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy ._wh {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(var(--part01-copy-shift) 0 0 0);
          clip-path: inset(var(--part01-copy-shift) 0 0 0);
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy ._wh .txt4 {
  color: #FFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF));
  background-image: linear-gradient(to right, #FFF);
}
body.ozeki_sharp_j #scenes .base .part01 .photo01 {
  margin: 0 2.9411764706em;
  overflow: hidden;
}
body.ozeki_sharp_j #scenes .base .part01 .photo01 img {
  display: block;
}
body.ozeki_sharp_j #scenes .base .part02 .p02 {
  float: left;
  width: 35.7058823529em;
  margin-left: 3.6470588235em;
}
body.ozeki_sharp_j #scenes .base .part02 .p03 {
  float: right;
  width: 23.5294117647em;
  margin-top: 6.9411764706em;
  margin-right: 3.5294117647em;
}
@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #scenes .base .part01 .copy_base {
    padding-top: 0em;
    z-index: 50;
  }
  body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy {
    position: relative;
    margin: 0 auto;
  }
  body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy ._wh {
  }
  body.ozeki_sharp_j #scenes .base .part01 .photo01 {
    margin: 0;
    width: 730px;
    margin-top: -173px;
    margin-left: -90px;
  }
  body.ozeki_sharp_j #scenes .base .part02 .p02 {
    width: 18.6769230769em;
    margin-left: 0;
  }
  body.ozeki_sharp_j #scenes .base .part02 .p03 {
    width: 16.2968846154em;
    margin-top: 1.5384615385em;
    margin-right: 0;
  }
}

body.ozeki_sharp_j #scenesb {
  --part01-copy-shift: 5.2941176471em;
}
body.ozeki_sharp_j #scenesb .base .part01 .copy_base {
  position: relative;
  padding-top: var(--part01-copy-shift);
}
body.ozeki_sharp_j #scenesb .base .part01 .copy_base .copy {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 7.1764705882em;
  z-index: 5;
}
body.ozeki_sharp_j #scenesb .base .part01 .copy_base .copy .t100 {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
body.ozeki_sharp_j #scenesb .base .part01 .copy_base .copy ._wh {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(var(--part01-copy-shift) 0 0 0);
          clip-path: inset(var(--part01-copy-shift) 0 0 0);
}
body.ozeki_sharp_j #scenesb .base .part01 .copy_base .copy ._wh .txt4 {
  color: #FFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF));
  background-image: linear-gradient(to right, #FFF);
}
body.ozeki_sharp_j #scenesb .base .part01 .photo01 {
  margin: 0 2.9411764706em;
  overflow: hidden;
}
body.ozeki_sharp_j #scenesb .base .part01 .photo01 img {
  display: block;
}
body.ozeki_sharp_j #scenesb .base .part02 .p02 {
  float: left;
  width: 35.7058823529em;
  margin-left: 3.6470588235em;
}
body.ozeki_sharp_j #scenesb .base .part02 .p03 {
  float: right;
  width: 23.5294117647em;
  margin-top: 6.9411764706em;
  margin-right: 3.5294117647em;
}
@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #scenesb .base .part01 .copy_base {
    padding-top: 3.4615384615em;
  }
  body.ozeki_sharp_j #scenesb .base .part01 .copy_base .copy {
    position: relative;
    margin: 0 auto;
  }
  body.ozeki_sharp_j #scenesb .base .part01 .copy_base .copy ._wh {
  }
  body.ozeki_sharp_j #scenesb .base .part01 .photo01 {
    margin: 0;
    width: 150%;
    margin-top: -160px;
    margin-left: -60px;
  }
  body.ozeki_sharp_j #scenesb .base .part02 .p02 {
    width: 18.6769230769em;
    margin-left: 0;
  }
  body.ozeki_sharp_j #scenesb .base .part02 .p03 {
    width: 16.2968846154em;
    margin-top: 1.5384615385em;
    margin-right: 0;
  }
}

body.ozeki_sharp_j #scenesc {
  --part01-copy-shift: 5.2941176471em;
}
body.ozeki_sharp_j #scenesc .base .part01 .copy_base {
  position: relative;
  padding-top: var(--part01-copy-shift);
}
body.ozeki_sharp_j #scenesc.base .part01 .copy_base .copy {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 7.1764705882em;
  z-index: 5;
}
body.ozeki_sharp_j #scenesc .base .part01 .copy_base .copy .t100 {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
body.ozeki_sharp_j #scenesc .base .part01 .copy_base .copy ._wh {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(var(--part01-copy-shift) 0 0 0);
          clip-path: inset(var(--part01-copy-shift) 0 0 0);
}
body.ozeki_sharp_j #scenesc .base .part01 .copy_base .copy ._wh .txt4 {
  color: #FFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF));
  background-image: linear-gradient(to right, #FFF);
}
body.ozeki_sharp_j #scenesc .base .part01 .photo01 {
  margin: 0 2.9411764706em;
  overflow: hidden;
}
body.ozeki_sharp_j #scenesc .base .part01 .photo01 img {
  display: block;
}
body.ozeki_sharp_j #scenesc .base .part02 .p02 {
  float: left;
  width: 35.7058823529em;
  margin-left: 3.6470588235em;
}
body.ozeki_sharp_j #scenesc .base .part02 .p03 {
  float: right;
  width: 23.5294117647em;
  margin-top: 6.9411764706em;
  margin-right: 3.5294117647em;
}
@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #scenesc .base .part01 .copy_base {
    padding-top: 3.4615384615em;
  }
  body.ozeki_sharp_j #scenesc .base .part01 .copy_base .copy {
    position: relative;
    margin: 0 auto;
  }
  body.ozeki_sharp_j #scenesc .base .part01 .copy_base .copy ._wh {
  }
  body.ozeki_sharp_j #scenesc .base .part01 .photo01 {
    margin: 0;
    width: 150%;
    margin-top: -160px;
  }
  body.ozeki_sharp_j #scenesc .base .part02 .p02 {
    width: 18.6769230769em;
    margin-left: 0;
  }
  body.ozeki_sharp_j #scenesc .base .part02 .p03 {
    width: 16.2968846154em;
    margin-top: 1.5384615385em;
    margin-right: 0;
  }
}

body.ozeki_sharp_j #sustainable ._leftarea img {
  width: 28.8235294118em;
}
body.ozeki_sharp_j #sustainable ._rightarea {
  width: 28.2352941176em;
  float:right;
  margin-left:70px;
}
body.ozeki_sharp_j #sustainable ._rightarea2 {
  width: 52.235294em;
}
body.ozeki_sharp_j #sustainable ._rightarea .icons .txt {
  font-size: 0.7647058824em;
  letter-spacing: 0.15em;
  margin-bottom: 1.3076923077em;
}

@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #sustainable ._leftarea {
    margin-left: 0;
  }
  body.ozeki_sharp_j #sustainable ._leftarea img {
    width: 100%;
  }
  body.ozeki_sharp_j #sustainable ._rightarea {
    width: 23.0769230769em;
    margin-left: auto;
    margin-right: auto;
  }
  body.ozeki_sharp_j #sustainable ._rightarea .icons .txt {
    font-size: 0.8em;
  }
  body.ozeki_sharp_j #sustainable ._rightarea img {
    width: 22.2716269231em;
  }
  body.ozeki_sharp_j #sustainable ._rightarea .buttons .btn {
    width: 100%;
  }
}
body.ozeki_sharp_j #footer {
  text-align: center;
  position: relative;
  font-weight: 900;
}
body.ozeki_sharp_j #footer::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f1d7;
  background-image: url(../img/footer_bg.jpg);
  opacity: 0.4;
}
body.ozeki_sharp_j #footer .base {
  position: relative;
  z-index: 1;
}
body.ozeki_sharp_j #footer .base .logo img {
  width: 3.2302823529em;
}
body.ozeki_sharp_j #footer .base .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.9411764706em;
}
body.ozeki_sharp_j #footer .base .links .l_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.ozeki_sharp_j #footer .base .links .l_group .lg_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.ozeki_sharp_j #footer .base .links .l_group .lg_ttl::after {
  content: "";
  display: block;
  margin: 0 1.6470588235em;
  border-left: 1px solid #363636;
  height: 1.4705882353em;
}
body.ozeki_sharp_j #footer .base .links .l_group .lg_ttl .txt {
  font-size: 0.7647058824em;
  letter-spacing: 0.15em;
}
body.ozeki_sharp_j #footer .base .links .l_group a + a {
  margin-left: 1.6470588235em;
}
body.ozeki_sharp_j #footer .base .links a {
  display: block;
  line-height: 0;
}
body.ozeki_sharp_j #footer .base .links a img {
  width: auto;
  height: 1.7647058824em;
}
body.ozeki_sharp_j #footer .base .links a.fb img {
  aspect-ratio: 30.1542/30;
}
body.ozeki_sharp_j #footer .base .links a.tw img {
  aspect-ratio: 29.3549/30;
}
body.ozeki_sharp_j #footer .base .links a.insta img {
  aspect-ratio: 29.4983/30;
}
body.ozeki_sharp_j #footer .base .txt01 {
  font-size: 0.7647058824em;
  line-height: 2.0769230769;
  letter-spacing: 0.15em;
}
body.ozeki_sharp_j #footer .base .copyright {
  font-size: 0.6470588235em;
  line-height: 5;
  letter-spacing: 0.15em;
}
body.ozeki_sharp_j #footer .corplink {
  position: absolute;
  z-index: 2;
  left: 3.8235294118em;
  bottom: 2.0588235294em;
}
body.ozeki_sharp_j #footer .corplink .txt {
  font-size: 0.8823529412em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 781px) {
  body.ozeki_sharp_j #footer::before {
    background-position: -760px 0px;
    
  }
  body.ozeki_sharp_j #footer .base .logo img {
    width: 3.3793692308em;
  }
  body.ozeki_sharp_j #footer .base .links {
    display: block;
    font-size: 1.2em;
    width: 21.1538461538em;
    margin-left: auto;
    margin-right: auto;
  }
  body.ozeki_sharp_j #footer .base .links .l_group .lg_ttl {
    width: 12.3529411765em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body.ozeki_sharp_j #footer .base .links .l_group:not(:last-child) {
    margin-bottom: 1.1538461538em;
  }
  body.ozeki_sharp_j #footer .base .txt01 {
    font-size: 0.8em;
    line-height: 2.0769230769;
  }
  body.ozeki_sharp_j #footer .base .copyright {
    font-size: 1em;
  }
  body.ozeki_sharp_j #footer .corplink {
    position: static;
  }
  body.ozeki_sharp_j #footer .corplink .txt {
    font-size: 0.9230769231em;
  }
  body.ozeki_sharp_j #footer .base .copyright {
    font-size: 0.6470588235em;
    line-height: 0;
    letter-spacing: 0.15em;
  }

}
.gutaiteki {
font-size:130%;
margin-bottom: 0px;
	line-height: 30px;
}
@media screen and (max-width: 768px) {
  .sai {
        font-size: 16px;
    }
}
@media screen and (max-width: 1150px) {
body.ozeki_sharp_j #story .base .p05 {
  margin-top: -11.647059em;
}
.gutaiteki {
font-size:130%;
margin-bottom: -30px;
}
body.ozeki_sharp_j #story .base .part .ja .txt {
  font-size: 1em;
    line-height: 2.232;
}
body.ozeki_sharp_j #story .base .part .ja .txt2 {
  font-size: 18px;
  line-height: 1.86;
  letter-spacing: 0.2em;
}
._fi._do_anim {
  -webkit-transition: opacity 1.2s, -webkit-filter 1.2s;
  transition: opacity 1.2s, -webkit-filter 1.2s;
  transition: opacity 1.2s, filter 1.2s;
  transition: opacity 1.2s, filter 1.2s, -webkit-filter 1.2s;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
	.txta {
font-size:20px;
}
body.ozeki_sharp_j #story .base .p02 .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -9.294118em;
}
body.ozeki_sharp_j #story .base .p03 {
  margin-top: -1.470588em;
}
body.ozeki_sharp_j #story .base .p03 .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0em;
}
body.ozeki_sharp_j #story .base .p09 {
  margin-top: -1.470588em;
}
body.ozeki_sharp_j #story .base .p09 .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0em;
}
body.ozeki_sharp_j #story .base .p08 {
  float: right;
  width: 53.2941176471em;
  margin-top: 4.1764705882em;
  margin-right: -4.1764705882em;
	font-size: 17px;
}
._w1240 {
  width: 80.9411764706rem;
  max-width: 100%;
}
.half {
  width: 20.941176rem;
  max-width: 100%;
}
body.ozeki_sharp_j #jas .base .part03 ._rightarea {
  width: 54.1176470588em;
}
  ._pc_pt80 {
    padding-top: 13.7058823529rem;
  }
  
}


@media screen and (max-width: 750px) {
.copy .txtb {
  font-size: 1.5em;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
}
body.ozeki_sharp_j #story .base .p05 {
  margin-top: 1.352941em;
	padding-left: 4%;
}
body.ozeki_sharp_j #story .base .p03 {
  margin-top: 0em;
}
  body.ozeki_sharp_j #story .base .p02 .ja {
    margin-left: 0;
    position: static; /* スマホでは絶対位置を無効にする */
    top: auto; /* topの位置をリセット */
    left: auto; /* leftの位置をリセット */
    z-index: 3;
	  padding-left: 2%;
  }
body.ozeki_sharp_j #story .base .p02 .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 3;
  width: 100%;
  margin-left: auto;
  margin-right: 3.1176470588em;
  margin-bottom: -1em;
  margin-top: 45px;
}
  body.ozeki_sharp_j #story .base .p03 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 17em;
    margin-left: 1.5769230769em;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0.961538em;
  }
  body.ozeki_sharp_j #story .base .p03 .ja {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 2;
    position: static;
    left: -2.0769230769em;
    bottom: -0.1153846154em;
	  padding-left: 2%;
  }
  body.ozeki_sharp_j #story .base .p03 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 3;
    width: 19.8754653846em;
    margin-left: auto;
    margin-right: -0.8461538462em;
    margin-bottom: 0;
	display: none;
  }
 body.ozeki_sharp_j #story .base .p07 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 3;
    width: 7.2953411765em;
    margin-left: 2.7058823529em;
	 display: none;
  }
  body.ozeki_sharp_j #story .base .p05 .photo {
    width: 23.5294117647em;
  margin-left: 2.9411764706em;
  }
  body.ozeki_sharp_j #story .base .p04 .en {
    width: 14.317em;
    margin-left: auto;
    margin-right: 4.3076923077em;
    margin-bottom: 2.1923076923em;
    display: none;
  }
  body.ozeki_sharp_j #story .base .p04 .photo {
    width: 100%;
    margin-left: 0em;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p06 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 21.7444730769em;
    margin-right: 0.8076923077em;
	  display: none;
  }
  body.ozeki_sharp_j #story .base .p07 {
    width: auto;
    margin-top: 4.2352941176em;
	  display: none;
  }
	body.ozeki_sharp_j #story .base .p06 .en2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 13.2439153846em;
    margin-left: 1.3461538462em;
    margin-top: -0.2692307692em;
    margin-bottom: 1.2307692308em;
		display: none;
  }
	 body.ozeki_sharp_j #jas .base .part02 .p02 {
    float: none;
    width: 11.1326115385em;
    margin-left: 0;
    position: relative;
    z-index: 5;
		 display: none;
  }
  body.ozeki_sharp_j #jas .base .part02 .p03 {
    float: left;
    width: 16.5820730769em;
    margin-right: 0em;
    margin-top: -2.3076923077em;
  }
    body.ozeki_sharp_j #jas .base .part01 ._rightarea .p01 {
        width: 10.079627em;
    }
	    body.ozeki_sharp_j #jas .base .part03 ._rightarea {
        width: 100%;
    }
	 ._pc_pt80 {
    padding-top: 0rem;
  }
   ._sp_pb300 {
    padding-bottom: 4rem;
  } 
	  body.ozeki_sharp_j #story .base .p02 {
    padding-top: 0em;
  }
	  body.ozeki_sharp_j #story .base .p06 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 19.1016269231em;
    margin-right: 1.7307692308em;
    margin-bottom: 0.1153846154em;
    position: relative;
    z-index: 5;
    margin-top: 45px;
  }
body.ozeki_sharp_j #story .base .p08 {
  float: none;
  width: 100%;
  margin-top: 4.1764705882em;
  margin-right: -1.1764705882em;
	font-size: 17px;
	padding-left: 5%;
}
body.ozeki_sharp_j #story .base .p11 {
  float: none;
  width: 100%;
  margin-top: 4.1764705882em;
  margin-right: -1.1764705882em;
	font-size: 17px;
	padding-left: 5%;
}
	  ._sp_w600 {
    width: 100%;
    max-width: 100%;
  }
	.yoko {
	padding-left: 2%;
}
	.ue {
	padding-left: 2%;
}
  body.ozeki_sharp_j #sustainable ._rightarea2 {
    width: 27.076923em;
    margin-left: auto;
    margin-right: auto;
  }
	  ._sp_w630 {
    width: 90%;
    max-width: 100%;
  }
	body.ozeki_sharp_j #footer .base .links .l_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
	  body.ozeki_sharp_j #story .base .p01 .ja {
    right: 2.1923076923em;
  }
	  body.ozeki_sharp_j #story .base .p01 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-top: -0.4615384615em;
    margin-left: 0.6153846154em;
    width: 15.1187961538em;
    margin-bottom: 1.1538461538em;
  }
  
body.ozeki_sharp_j #sustainable ._rightarea {
  width: 22.2352941176em;
  float:none;
  margin-left:auto;
}
.yose {
      margin-left: 1.058824em;
    }
}
  /* スマホで非表示 */
  @media (max-width: 767px) {
    .desktop-only {
      display: none;
    }
  }

  /* PCやiPadで表示 */
  @media (min-width: 768px) {
    .desktop-only {
      display: block;
    }
  }
 /* PCやiPadで非表示 */
  @media (min-width: 768px) {
    .mobile-only {
      display: none;
    }
  }

  /* スマホで表示 */
  @media (max-width: 767px) {
    .mobile-only {
      display: block;
    }
  }
.sage {
      margin-top: 5em;
    }
.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0-1px 0 #000,
              -1px 0 0 #fff, 1px 0 0 #fff;
}
.fuchidori2 {
  color: #000;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}
.big {
font-size:130%;
    }
   

.boxb{
  background: #fff;
  padding: 1em 2em;
  width: 55%;
  margin: 15px auto;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);
}
.boxb_inner{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2em;
  line-height:2;
}
.boxb_inner h3,
.boxb_inner p{
  margin-bottom:2em;
  font-size: 1em;
}
.kyakugazou{
  width: 300px;
}
.txtf{
  font-size: 1.7em;
}
.hidarikyaku{
transform:translateX(-80px);
margin-top:5em;
}
.migikyaku{
transform:translateX(80px);
margin-top:5em;
}
.bimyou {
font-size:70%;
line-height: 3.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
 }
 .copy._anim .bimyou {
  -webkit-transition: background-size 3s ease;
  transition: background-size 3s ease;
}
.copy._anim:not(._do_anim):not(._tate) .bimyou {
  background-size: 0% 1px;
}
.copy._anim:not(._do_anim)._tate .bimyou {
  background-size: 1px 0%;
}
.copy._anim:not(._do_anim):not(._tateb) .bimyou {
  background-size: 0% 1px;
}
.copy._anim:not(._do_anim)._tateb .bimyou {
  background-size: 1px 0%;
}
.yokozurasi {
}

@media screen and (min-width: 781px) and (max-width: 1400px)  {
body.ozeki_sharp_j #mv .base .jas {
  position: absolute;
  z-index: 5;
  left: 0em;
  top: 15.5555555556svh;
}
body.ozeki_sharp_j #story .base .p02 .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 3em;
}
.kyakugazou{
  width: 19vw;
}
body.ozeki_sharp_j #mv .base .logo img {
  width: auto;
  height: 4.7058823529em;
}
}


@media screen and (max-width: 780px) {

body.ozeki_sharp_j #mv .base .bg .txt {
  font-size: 1em;
  line-height: 1.7218181818;
  letter-spacing: 0.2em;
  color:rgb(0, 0, 0);
}
body.ozeki_sharp_j .jas .txt {
  font-size: 1.7em;
  line-height: 1.7218181818;
  letter-spacing: 0.2em;
  color:white;
}
body.ozeki_sharp_j #mv .base .entxt .txt {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-filter: drop-shadow(0 0 1px #FFF) drop-shadow(0 0 5px white) drop-shadow(0 0 5px white);
          filter: drop-shadow(0 0 1px #FFF) drop-shadow(0 0 5px white) drop-shadow(0 0 5px white);
  color:#000;
}

.boxb{
  background: #fff;
  padding: 1em 2em;
  width: 100%;
  margin: 15px auto;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);
}
.boxb_inner{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2em;
  line-height:2;
}
.boxb_inner h3,
.boxb_inner p{
  margin-bottom:2em;
  font-size: 1em;
}
.kyakugazou{
  width: 88%;
  margin-left:auto;
  margin-right:auto;
}
.txtf{
  font-size: 1.5em;
}
.hidarikyaku{
transform:none;
margin-top:5em;
}
.migikyaku{
transform:none;
margin-top:5em;
}
.bimyou {
font-size:60%;
line-height: 3.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
 }
.kuuhaku {
margin-left:2em;
 }
 .fontdeka {
  font-size: 25px !important;;
   }
}
.futo {
font-weight:900 !important;;
 }
.course {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 50vw;
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  .course {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
  }
}

.age {
  margin-top: -70px;
}
.sageru {
  margin-top: 490px;
}
.sagerub {
  margin-top: 50px;
}
.sageruc {
  margin-top: 50px;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.section_shop, .section_catering {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section_shop.show, .section_catering.show {
  opacity: 1;
  transform: translateY(0);
}
.section_shop img, .section_catering img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.section_shop .text, .section_catering .text {
  flex: 1;
  padding: 20px;
}
.section_shop h2, .section_catering h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.section_shop p, .section_catering p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .section_shop, .section_catering {
      flex-direction: column;
      text-align: center;
  }
  .section_shop .text, .section_catering .text {
      padding: 10px;
      line-height: 40px;
      margin-top: -23px;
  }
  .age {
    margin-top: 0px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px;
  }
}
.note-style {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  margin-bottom: 100px;
}
.note-style .txt br {
  display: block;
  content: "";
  position: relative;
}

.note-style .txt br::after {
  content: "";
  display: inline-block;
  width: 80%; /* 線の長さを調整 */
  height: 1px;
  background-color: #7b7b7b;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .note-style {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 50px;
  }
  .note-style .txt br {
    display: block;
    content: "";
    position: relative;
  }
  
  .note-style .txt br::after {
    content: "";
    display: inline-block;
    width: 100%; /* 線の長さを調整 */
    height: 1px;
    background-color: #7b7b7b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sagec {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1400px)  {
  .note-style {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 50px;
  }
  .note-style .txt br {
    display: block;
    content: "";
    position: relative;
  }
  
  .note-style .txt br::after {
    content: "";
    display: inline-block;
    width: 100%; /* 線の長さを調整 */
    height: 1px;
    background-color: #7b7b7b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .course {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    font-size: 18px;
  }
  
}
.gyoukan {
  line-height: 0px;
}
.eria {
  width: 55vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 781px) and (max-width: 1400px)  {
  .eria {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  }
  @media (max-width: 768px) {
    .eria {
      width: 96vw;
      margin-left: auto;
      margin-right: auto;
    }
    }
.readmoji {
      margin-left: auto;
      font-size: 16px;
      margin-right: auto;
      line-height: 34px;
}
.readmojib {
      margin-left: auto;
      font-size: 9px;
      margin-right: auto;
      line-height: 34px;
      margin-bottom: -11px;
}
.mar {
  margin-left: auto;
  margin-top: 30px;
  margin-right: auto;
}
.marb {
  margin-left: auto;
  margin-top: 30px;
  margin-right: auto;
}
    @media screen and (max-width: 768px) {
      .course-menu img {
          height: 100%; /* 可能な範囲で高さを最大化 */
          max-height: 400px; /* さらに大きくする場合は数値を増やす */
          width: auto; /* 幅の比率を維持 */
          object-fit: cover; /* 画像が枠内に適切に収まるように調整 */
          display: block; /* インライン要素の影響を排除 */
      }
      .tyoi {
        font-size: 18px;
      }
      .mar {
        margin-left: auto;
        margin-top: 30px;
        font-size: 12px;
        width: 90%;
        margin-right: auto;
    }
    .readmoji {
      margin-left: auto;
      font-size: 18px;
      margin-right: auto;
      line-height: 34px;
  }
  .readmojib {
    margin-left: auto;
    font-size: 12px;
    margin-right: auto;
    line-height: 34px;
    margin-bottom: 10px;
}
._bk {
color: #000;
text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
-2px 2px 0 #fff, 2px -2px 0 #fff,
0px 2px 0 #fff,  0px -2px 0 #fff,
-2px 0px 0 #fff, 2px 0px 0 #fff;
  }
.copyright {
}
}
  .updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 4s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
    }
    @keyframes updown1 {
    0% {
    transform: translateY(0);
    }
    50% {
    transform: translateY(-10px);
    }
    100% {
    transform: translateY(0);
    }
    }
.sizuage {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .sizuage {
    font-size: 28px;
  }
}
.text-stroke-outside {
  position: relative;
  color: white; /* 中の色 */
}

.text-stroke-outside::before {
  content: attr(data-text);
  position: absolute;
  left: 0; top: 0;
  z-index: -1;
  color: black; /* 縁の色 */
  -webkit-text-stroke: 2px black;
}

@media screen and (min-width: 1050px) {
  .map {
    width: 800px;
    height: 600px;;
  }
}

#bucktop {
  width: 100vw;  /* 画面幅いっぱい */
  height: auto;  /* 必要に応じて調整 */
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 0;
  max-width: 210px;  /* 大きくなりすぎないように制限 */
}

/* スマホ（横幅600px以下）の場合 */
@media screen and (max-width: 600px) {
  #bucktop {
      width: 100% !important;  /* 幅を少し狭める */
      bottom: 30px;  /* 位置を調整 */
      max-width: 50%;  /* 最大幅を調整 */
  }
}

/* タブレット（横幅900px以下）の場合 */
@media screen and (max-width: 900px) {
  #bucktop {
      width: 23vw;
      bottom: 40px;
  }
}

@media screen and (min-width: 761px) and (max-width: 1000px) {
  body.ozeki_sharp_j #story .base .part {
    float: none;
    width: 100%;
  }
  body.ozeki_sharp_j #story .base .part .ja .txt {
    font-size: 1.5384615385em;
    line-height: 2.232;
  }
  body.ozeki_sharp_j #story .base .p01 {
    padding-top: 0em;
    left:0cm
  }
  body.ozeki_sharp_j #story .base .p01 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-left: 0em;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p01 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-top: -0.4615384615em;
    margin-left: 0.6153846154em;
    width: 21.1187961538em;
    margin-bottom: 1.1538461538em;
  }
  body.ozeki_sharp_j #story .base .p01 .ja {
    right: 4.1923076923em;
  }
  body.ozeki_sharp_j #story .base .p02 {
    padding-top: 1.8076923077em;
  }
  body.ozeki_sharp_j #story .base .p02 .photo {
    width: 20.7544269231em;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p02 .en {
    width: 14.4208269231em;
    margin-left: auto;
    margin-right: 1.9230769231em;
    margin-bottom: 0.2692307692em;
  }
  body.ozeki_sharp_j #story .base .p02 .ja {
    margin-left: 0;
    position: absolute;
    z-index: 3;
    top: 6.7307692308em;
    right: 0;
  }
  body.ozeki_sharp_j #story .base .p03 {
    margin-top: 2.2307692308em;
    padding-bottom: 0.3846153846em;
  }
  body.ozeki_sharp_j #story .base .p03 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-left: auto;
    margin-right: -0.8461538462em;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p03 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 7.9449115385em;
    margin-left: 1.5769230769em;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -1.0384615385em;
  }
  body.ozeki_sharp_j #story .base .p03 .ja {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    left: -2.0769230769em;
    bottom: -0.1153846154em;
  }
  body.ozeki_sharp_j #story .base .p04 {
    margin-top: -1em;
  }
  body.ozeki_sharp_j #story .base .p04 .photo {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.ozeki_sharp_j #story .base .p04 .en {
    width: 14.317em;
    margin-left: auto;
    margin-right: 4.3076923077em;
    margin-bottom: 2.1923076923em;
  }
  body.ozeki_sharp_j #story .base .p04 .ja {
    position: absolute;
    z-index: 5;
    top: 4.5769230769em;
    left: 4.5em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body.ozeki_sharp_j #story .base .p05 {
    margin-top: 1.3076923077em;
  }
  body.ozeki_sharp_j #story .base .p05 .photo {
    width: 13.0390346154em;
    margin-left: 5em;
  }
  body.ozeki_sharp_j #story .base .p06 {
    margin-top: -1.6538461538em;
  }
  body.ozeki_sharp_j #story .base .p06 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 21.7444730769em;
    margin-right: 0.8076923077em;
  }
  body.ozeki_sharp_j #story .base .p06 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 12.1016269231em;
    margin-right: 3.7307692308em;
    margin-bottom: 0.1153846154em;
    position: relative;
    z-index: 5;
  }
  body.ozeki_sharp_j #story .base .p06 .en2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 13.2439153846em;
    margin-left: 1.3461538462em;
    margin-top: -0.2692307692em;
    margin-bottom: 1.2307692308em;
  }
  body.ozeki_sharp_j #story .base .p06 .ja {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding-left: 1.1538461538em;
  }
  body.ozeki_sharp_j #story .base .p06 .ja .txt {
    line-height: 2.06;
  }
  body.ozeki_sharp_j #story .base .p07 {
    width: auto;
    margin-top: -2em;
  }
  body.ozeki_sharp_j #story .base .p07 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-left: 0em;
  }
  body.ozeki_sharp_j #story .base .p07 .en {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 18.3104058824em;
    margin-bottom: 0.9411764706em;
  }
  body.ozeki_sharp_j #story .base .p08 {
    float: none;
    margin-top: 2.6923076923em;
  }
  body.ozeki_sharp_j #story .base .p08 .photo {
    width: 9.0186153846em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3846153846em;
  }
  body.ozeki_sharp_j #story .base .p11 .photo {
    width: 9.0186153846em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3846153846em;
  }
  body.ozeki_sharp_j #story .base .p01 {
    padding-top: 0em;
    left: 1em; 
  }
  body.ozeki_sharp_j #story .base .p02 .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin-right: 2.1176470588em;
    margin-bottom: 0em;
  }
  .section_shop .text, .section_catering .text {
    padding: 10px;
    line-height: 40px;
    margin-top: 5px;
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base {
  padding-top: 0em;
  z-index: 50;
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy {
  position: relative;
  margin: 0 auto;
}
body.ozeki_sharp_j #scenes .base .part01 .copy_base .copy ._wh {
}
body.ozeki_sharp_j #scenes .base .part01 .photo01 {
  margin: 0;
  width: 100%;
  margin-top: -340px;
  margin-left: 0px;
}
body.ozeki_sharp_j #scenes .base .part02 .p02 {
  width: 18.6769230769em;
  margin-left: 0;
}
body.ozeki_sharp_j #scenes .base .part02 .p03 {
  width: 16.2968846154em;
  margin-top: 1.5384615385em;
  margin-right: 0;
}
body.ozeki_sharp_j #scenesb .base .part01 .photo01 {
  margin: 0;
  width: 150%;
  margin-top: -420px;
  margin-left: -60px;
}
.aage {
  margin-top: -660px !important;
  width: 210% !important;
}
._bk {
  color: #000 !important;
  text-shadow: none;
    }
    ._sp_w630 {
      width: 100%;
      max-width: 100%;
    }
}


.copy._anim .txt5 {
  -webkit-transition: background-size 3sease;
  transition: background-size 3sease;
}
.copy:not(._tate) .txt5 {
  padding-bottom: 0.6em;
  background-size: 100% 1px;
  background-position: bottom left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363636));
  background-image: linear-gradient(to bottom, #363636);
}
.copy .txt5 {
  font-size: 1.7647058824em;
  line-height: 3.3333333333;
  letter-spacing: 0.2em;
  background-repeat: no-repeat;
}
