@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
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;
 }
 /* デフォルトは非表示（PC用） */
.sp {
  display: none;
}

/* スマホだけ表示 */
@media screen and (max-width: 781px) {
  .sp {
    display: inline;
  }
}
/* デフォルト（PC）：表示 */
.sp-hide {
  display: inline;
}

/* スマホだけ非表示 */
@media screen and (max-width: 781px) {
  .sp-hide {
    display: none;
  }
}
/* デフォルトはPC表示 */
.img-pc { display: inline; }
.img-sp { display: none; }

/* スマホだけ切り替え */
@media screen and (max-width: 781px) {
    .img-pc { display: none; }
    .img-sp { display: inline; }
}



/* 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;
}
@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/bg.jpg");
  color: #363636;
  font-family: "Zen Kaku Gothic New", sans-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: 2.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: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ff5e00;
  -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: 40px;
    height: 3.8461538462em;
    top: 3.1153846154em;
    right: 3em;
  }
  .gnavi_toggle .inner {
    width: 1em;
    height: 0.6em;
  }
}

#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%;
  }
  #gnavi .base .menu {
    padding-left: 0.9615384615em;
  }
  #gnavi .base .menu li a .txt {
    font-size: 0.8em;
  }
  #gnavi .base .links {
    font-size: 1.2em;
  }
}

/*************************************************************
*
*	_layout.scss
*
**************************************************************/
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}

._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;
    padding-bottom: 100px;
    padding-top: 150px;
  }
}

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

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

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

  .mobile-text {
    display: block; /* スマホテキストを表示 */
    display:inline-block;
  }
}
.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: 0.8em;
    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 0;
  padding-top: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.ozeki_sharp_j #mv .base .logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  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;
  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: 0%;
    padding-right: 0%;
    padding-top: 0%;
  }
  body.ozeki_sharp_j #mv .base .logo {
  }
  body.ozeki_sharp_j #mv .base .logo img {
    height: auto;
    max-width: 500px;
    width: 70%;
  }
  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 !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f1d7;
  background-image: url(../img/mv01.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: 0px 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%;
}
.ueage {
  line-height: 2 !important;
}

@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;
}

}


@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;
}
@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;
}
.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: 30px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1400px)  {
  .note-style {
    margin-left: auto;
    margin-right: auto;
    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: 18px;
  }
}
.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;
}
:root {
  --wh: 100vh; /* 古い環境用フォールバック */
}

@supports (height: 100dvh) {
  :root {
    --wh: 100dvh; /* 新しい環境なら上書き */
  }
}

._100wh {
  height: var(--wh);
}

._h100p {
  height: 100%;
}



.fade-up {
  opacity: 0;                   /* 最初は透明 */
  transform: translateY(30px);  /* 下から */
}

.fade-up.show {
  animation: fadeUp 1.2s ease-out forwards; /* 表示されたらアニメーション */
}

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
}
.f1 {
  font-size: 90px;
}
.f2 {
  font-size: 48px;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}


.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(200vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}
td {
      text-align: center;       /* 横方向を中央 */
      vertical-align: middle;   /* 縦方向を中央 */
    }

.speace {
  margin-top: 100px;
  margin-bottom: 100px;
}
.menuzone {
  background: url("../img/menubg.png") ;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.qa {
  background: url("../img/qabg.jpg") ;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}


/* ------------------- 共通設定 ------------------- */
.fade-bg-section-right,
.fade-bg-section-rightb,
.fade-bg-section-left,
.fade-bg-section-leftb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  overflow: hidden;
}

/* 背景画像共通 */
.fade-bg-section-right::before,
.fade-bg-section-rightb::before,
.fade-bg-section-left::before,
.fade-bg-section-leftb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1.2s ease-out;
  z-index: 0;
}

/* 背景位置・初期 transform */
.fade-bg-section-right::before { 
  right: 0;
  background-position: right center;
  transform: translateX(30%) scale(1.05);
  background-image: url("../img/noria.png");
}
.fade-bg-section-rightb::before { 
  right: 0;
  background-position: right center;
  transform: translateX(30%) scale(1.05);
  background-image: url("../img/mizua.png");
}
.fade-bg-section-left::before { 
  left: 0;
  background-position: left center;
  transform: translateX(-30%) scale(1.05);
  background-image: url("../img/sioa.png");
}
.fade-bg-section-leftb::before { 
  left: 0;
  background-position: left center;
  transform: translateX(-30%) scale(1.05);
  background-image: url("../img/komea.png");
}

/* 背景フェードイン */
.fade-bg-section-right.show::before,
.fade-bg-section-rightb.show::before,
.fade-bg-section-left.show::before,
.fade-bg-section-leftb.show::before {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* ------------------- 前景画像 ------------------- */
.fade-bg-content-img-right,
.fade-bg-content-img-left {
  position: relative; /* 前景を上に */
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}

/* フェードアップ + スライド */
.fade-bg-section-right.show .fade-bg-content-img-right,
.fade-bg-section-rightb.show .fade-bg-content-img-right,
.fade-bg-section-left.show .fade-bg-content-img-left,
.fade-bg-section-leftb.show .fade-bg-content-img-left {
  opacity: 1;
  transform: translateY(0);
}










@media screen and (max-width: 781px) {
  body {
    overflow-x: hidden; /* 横スクロール禁止 */
  }

  
table {
    width: 90%;                 /* 幅調整 */
    margin: 0 auto;             /* テーブル自体を中央に */
    border-collapse: collapse;
  }

  table tr {
    display: flex;              /* ブロックではなくflexで縦並び */
    flex-direction: column;     /* セルを縦に並べる */
    align-items: center;        /* 中央寄せ */
  }

  table td,
  table th {
    display: block;
    width: auto;                /* 100%だと中央にならないのでauto */
    text-align: center;         /* セル内文字中央 */
    margin-bottom: 0.5em;       /* セル間の余白 */
  }
  .f1 {
  font-size: 48px;
}
.menuzone {
  background: url("../img/menubg_sm.jpg") ;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
}
.ssage {
 
}
/* ------------------- 共通設定 ------------------- */
.fade-bg-section-right,
.fade-bg-section-rightb,
.fade-bg-section-left,
.fade-bg-section-leftb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  overflow: hidden;
}

/* 背景画像共通 */
.fade-bg-section-right::before,
.fade-bg-section-rightb::before,
.fade-bg-section-left::before,
.fade-bg-section-leftb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-out, transform 1.2s ease-out;
  z-index: 0;
}

/* 背景位置・初期 transform */
.fade-bg-section-right::before { 
  right: 0;
  background-position: right center;
  transform: translateX(30%) scale(1.05);
  background-image: url("../img/noria_sm.png");
}
.fade-bg-section-rightb::before { 
  right: 0;
  background-position: right center;
  transform: translateX(30%) scale(1.05);
  background-image: url("../img/mizua_sm.png");
}
.fade-bg-section-left::before { 
  left: 0;
  background-position: left center;
  transform: translateX(-30%) scale(1.05);
  background-image: url("../img/sioa_sm.png");
}
.fade-bg-section-leftb::before { 
  left: 0;
  background-position: left center;
  transform: translateX(-30%) scale(1.05);
  background-image: url("../img/komea_sm.png");
}

/* 背景フェードイン */
.fade-bg-section-right.show::before,
.fade-bg-section-rightb.show::before,
.fade-bg-section-left.show::before,
.fade-bg-section-leftb.show::before {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* ------------------- 前景画像 ------------------- */
.fade-bg-content-img-right,
.fade-bg-content-img-left {
  position: relative; /* 前景を上に */
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}

/* フェードアップ + スライド */
.fade-bg-section-right.show .fade-bg-content-img-right,
.fade-bg-section-rightb.show .fade-bg-content-img-right,
.fade-bg-section-left.show .fade-bg-content-img-left,
.fade-bg-section-leftb.show .fade-bg-content-img-left {
  opacity: 1;
  transform: translateY(0);
}








.map {
  width: 100%;
}
.qa img {
    width: 100%;
}
body.ozeki_sharp_j #footer {
    text-align: center;
    position: relative;
    font-weight: 900;
    padding-top: 60px;
}
body.ozeki_sharp_j #footer .base .links {
    display: block;
    font-size: 1.2em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
  }
body.ozeki_sharp_j #footer .base .copyright {
        font-size: 8px !important;
        line-height: 40px;
        letter-spacing: 0.15em;
        margin-top: 30px;
    }
.course {
        line-height: 35px;
    }

}



:root {
  --zoom-duration: 8000ms;
  --fade-duration: 1500ms;
}

#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide_item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--fade-duration) ease-in-out;
  pointer-events: none;
  z-index: 0;
}

.slide_item.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.img {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1); /* 初期は等倍 */
}

/* active時にズームアニメーション */
.slide_item.active .img {
  animation: zoom var(--zoom-duration) linear forwards;
}

@keyframes zoom {
  from { transform: scale(1); }
  to   { transform: scale(1.2); }
}

.img.pc { display: block; }
.img.sp { display: none; }

@media screen and (max-width: 749px) {
  .img.pc { display: none; }
  .img.sp { display: block; }
}
/* 背景スライド */
.slide_item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--fade-duration) ease-in-out;
  pointer-events: none;
  z-index: 0;
}

.slide_item.active {
  opacity: 1;
  pointer-events: auto;
}

/* ロゴ・メニュー類は前面固定 */
.logo,
.menu-btn {
  position: absolute;
  z-index: 1000; /* ← スライドより確実に前 */
}

/* ロゴ中央 */
.logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ハンバーガーメニュー右上 */
.menu-btn {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ハンバーガー線 */
.menu-btn span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff; /* ← 見やすくする */
  border-radius: 2px;
}




/* ===== 全体レイアウト（2×2） ===== */
.gallery-grid {
  display: grid;                         /* Gridで配置 */
  grid-template-columns: repeat(2, 1fr);  /* 2列 */
  gap: 20px;                              /* ブロック間の隙間 */
  max-width: 1500px;                       /* お好みで幅制限 */
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
}

/* ===== 1ブロック ===== */
.gallery-item {
  display: flex;            /* 画像とテキストを横並び */
  align-items: center;
  gap: 16px;
  padding: 16px;
}

/* ===== 画像 ===== */
.gallery-item img {
  width: 230px;
  height: auto;
  transition: transform 0.3s ease;  /* アニメーション */
}

/* マウスが乗ったら少し縮小 */
.gallery-item img:hover {
  transform: scale(0.9);
}

/* ===== テキスト部分 ===== */
.gallery-item .text {
  flex: 1;
}
.gallery-item .text h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.gallery-item .text p {
  margin: 0;
  font-size: 0.9rem;
}


@media (min-width: 901px) and (max-width: 1350px) {
.gallery-grid {
    grid-template-columns: 1fr; /* 2×2 → 1列に */
    
  }
  /* ===== テキスト部分 ===== */
.gallery-item .text {
  flex: 1;
}
  /* ===== テキスト部分 ===== */
.gallery-item .text {
  flex: 1;
}
.gallery-item .text h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.gallery-item .text p {
  margin: 0;
  font-size: 18px;
  line-height: 40px;
}
.moji {
  font-size: 18px;
  line-height: 40px;
}
.f2 {
  line-height: 120px;
}
.mojisaizu {
  font-size: 18px;
  line-height: 40px;
}
}







/* 画面幅が900px以下の時は1列表示 */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr; /* 2×2 → 1列に */
    
  }

  /* ★画像とテキストの横並びを解除★ */
  .gallery-item {
    flex-direction: column; /* Flexを縦方向に変更 */
    align-items: flex-start; /* 左揃え（お好みでcenterも可） */
    margin-bottom: 50px;
  }
  /* ===== テキスト部分 ===== */
.gallery-item .text {
  flex: 1;
}
.gallery-item .text h3 {
  margin: 0 0 8px;
  font-size: 100%;
}
.gallery-item .text p {
  margin: 0;
  font-size: 60%;
  line-height: 40px;
}
.scroll-infinity__item {
  width: calc(500vw / 6);
}
.speace {
  margin-top: 50px;
  margin-bottom: 0px;
}

}



.sayuu {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.ani-right-frame .ani-right-preview img {
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.ani-right-frame .ani-right-preview.is-active img {
  transform: translateX(0);
  opacity: 1;
}
/* アニメーション */
.ani-left-frame .ani-left-preview img {
  position: relative;
  transform: translateX(-100%);  /* ← 左方向に隠す */
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.ani-left-frame .ani-left-preview.is-active img {
  transform: translateX(0);
  opacity: 1;
}







.ani-right-frame2 .ani-right-preview2 img {
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.ani-right-frame2 .ani-right-preview2.is-active img {
  transform: translateX(0);
  opacity: 1;
}
/* アニメーション */
.ani-left-frame2 .ani-left-preview2 img {
  position: relative;
  transform: translateX(-100%);  /* ← 左方向に隠す */
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.ani-left-frame2 .ani-left-preview2.is-active img {
  transform: translateX(0);
  opacity: 1;
}




@media screen and (max-width: 760px) {
  #mv {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}
.tenpo {
line-height: 20px !important;
}
.yokozure {
        margin-left: 7%;
}
.ueage {
   font-size: 18px !important;
}
.f2 {
  font-size: 18px !important;
}
.www {
width: 50%;
margin-bottom: 20px;
}
.smmoji {
  font-size: 18px !important;
}
body.ozeki_sharp_j #mv .base .logo {
  position: absolute;
  z-index: 10;
  top: 23%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
}
.speace {
        margin-top: 50px;
        margin-bottom: 40px;
    }
.gnavi_toggle .inner {
        width: 3em;
        height: 0.6em;
    }
}

.fonttenpo {
   font-size: 21px;
}

/* 親ラップ */

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*------------------------*/
/*------------------------*/
/*------- layout -------*/
ul.box {
  width: 80%;
  margin: 0 auto;
  padding: 10vw;
  list-style: none;
}
ul.box li {
  margin-bottom: 40px;
  & img {
    max-width: 100%;
  }
}
/*------- base -------*/
.mojisaizu {
    font-size: 18px;
  }


@media (min-width: 601px) and (max-width: 770px) {
.mojisaizu {
    font-size: 20px;
    
  }
.st {
    display: none;
  }
.aoao {
    font-size: 40px;
    
  }
.course {
line-height: 70px;
    
  }
}

@media print, screen and (min-width: 770px) {
  .popo {
    display: none !important;
  }
}

.qayoko {
    width: 20px;
  }
.qayokob {
    width: 980px;
  }










/* 他サイトと競合しにくい名前にしています */
.custom-roundbox {
  border-radius: 12px;              /* 角丸 */
  padding: 16px;                    /* 内側の余白 */
  background-color: #aed381;        /* 背景色 */
  max-width: 300px;                 /* 幅の上限 */
  color: #000000;
  margin: 10px 0;                   /* 上下の余白 */
}

/* 必要ならレスポンシブ対応も追加 */
@media (max-width: 600px) {
  .custom-roundbox {
    max-width: 100%;
    padding: 12px;
    font-size: 14px;
  }
}





.custom-roundboxb {
  border-radius: 12px;              /* 角丸 */
  padding: 16px;                    /* 内側の余白 */
  background-color: #a98271;        /* 背景色 */
  max-width: 300px;                 /* 幅の上限 */
  color: #000000;
  margin: 10px 0;                   /* 上下の余白 */
}

/* 必要ならレスポンシブ対応も追加 */
@media (max-width: 600px) {
  .custom-roundboxb {
    max-width: 100%;
    padding: 12px;
    font-size: 14px;
  }
}




.custom-roundboxc {
  border-radius: 12px;              /* 角丸 */
  padding: 16px;                    /* 内側の余白 */
  background-color: #b0c7d8;        /* 背景色 */
  max-width: 300px;                 /* 幅の上限 */
  color: #000000;
  margin: 10px 0;                   /* 上下の余白 */
}

/* 必要ならレスポンシブ対応も追加 */
@media (max-width: 600px) {
  .custom-roundboxc {
    max-width: 100%;
    padding: 12px;
    font-size: 14px;
  }
}



.custom-roundboxd {
  border-radius: 12px;              /* 角丸 */
  padding: 16px;                    /* 内側の余白 */
  background-color: #dece40;        /* 背景色 */
  max-width: 300px;                 /* 幅の上限 */
  color: #000000;
  margin: 10px 0;                   /* 上下の余白 */
}

/* 必要ならレスポンシブ対応も追加 */
@media (max-width: 600px) {
  .custom-roundboxd {
    max-width: 100%;
    padding: 12px;
    font-size: 14px;
  }
  .mojisaizu {
    font-size: 1.5294117647rem;
  }
}
