@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: gill-sans-nova, dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  width: 100%;
  color: #121712;
}

@media screen and (min-width: 751px) {
  html, body {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 10px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #121712;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

/* CONTENT
--------------------------------------*/
.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .fs12 {
    font-size: 10px;
  }
}

.fs13 {
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .fs13 {
    font-size: 10px;
  }
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .fs14 {
    font-size: 13px;
  }
}

.fs15 {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .fs15 {
    font-size: 12px;
  }
}

.fs16 {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .fs16 {
    font-size: 11px;
  }
}

.fs17 {
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  .fs17 {
    font-size: 12px;
  }
}

.fs18 {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .fs18 {
    font-size: 12px;
  }
}

.fs19 {
  font-size: 19px;
}

@media screen and (max-width: 750px) {
  .fs19 {
    font-size: 12px;
  }
}

.fs20 {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .fs20 {
    font-size: 15px;
  }
}

.fs21 {
  font-size: 21px;
}

@media screen and (max-width: 750px) {
  .fs21 {
    font-size: 14px;
  }
}

.fs23 {
  font-size: 23px;
}

@media screen and (max-width: 750px) {
  .fs23 {
    font-size: 18px;
  }
}

.fs26 {
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  .fs26 {
    font-size: 14px;
  }
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

@media screen and (max-width: 750px) {
  .fs30 {
    font-size: 22px;
  }
}

.fs33 {
  font-size: 33px;
}

@media screen and (max-width: 750px) {
  .fs33 {
    font-size: 19px;
  }
}

.fs38 {
  font-size: 38px;
}

@media screen and (max-width: 750px) {
  .fs38 {
    font-size: 20px;
  }
}

.fs46 {
  font-size: 50px;
}

@media screen and (max-width: 750px) {
  .fs46 {
    font-size: 35px;
  }
}

.fs50 {
  font-size: 50px;
}

@media screen and (max-width: 750px) {
  .fs50 {
    font-size: 31px;
  }
}

.sofia {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.century {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #FAF9F7;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

#loading .loading_in {
  width: 100%;
  height: 100vh;
  background-color: #73C77F;
  position: absolute;
  top: 0;
  left: 0;
}

#loading .loading_logo {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  #loading .loading_logo {
    width: 41.6%;
  }
}

#loading .loading_out {
  width: 100%;
  height: 100vh;
  background-color: #FAF9F7;
  position: absolute;
  top: 0;
  left: 0;
}

#inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#main {
  width: 100%;
  background-color: #FAF9F7;
}

#main .main_inner {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 751px) {
  #main .main_inner {
    max-width: 1300px;
    height: 700px;
  }
}

@media screen and (max-width: 750px) {
  #main .main_inner {
    width: 100%;
    height: 100vh;
  }
}

#main ul li.top1 {
  width: 14.76%;
  position: absolute;
  top: 30.14%;
  left: 0.92%;
}

@media screen and (max-width: 750px) {
  #main ul li.top1 {
    width: 29.86%;
    top: 2.32%;
    left: 8.66%;
  }
}

#main ul li.top2 {
  width: 15.3%;
  position: absolute;
  top: 6.42%;
  left: 19.92%;
}

@media screen and (max-width: 750px) {
  #main ul li.top2 {
    width: 30.8%;
    top: 2.99%;
    left: 61.16%;
  }
}

#main ul li.top3 {
  width: 14.53%;
  position: absolute;
  top: 6.57%;
  left: 67.69%;
}

@media screen and (max-width: 750px) {
  #main ul li.top3 {
    width: 29.33%;
    top: 69.19%;
    left: 7.33%;
  }
}

#main ul li.top4 {
  width: 14.46%;
  position: absolute;
  top: 13.42%;
  left: 85.38%;
}

@media screen and (max-width: 750px) {
  #main ul li.top4 {
    width: 29.33%;
    top: 37.98%;
    left: 3.86%;
  }
}

#main ul li.top5 {
  width: 28.15%;
  position: absolute;
  top: 56.42%;
  left: 17.53%;
}

@media screen and (max-width: 750px) {
  #main ul li.top5 {
    width: 45.2%;
    top: 70.83%;
    left: 45.46%;
  }
}

#main ul li.top6 {
  width: 22.23%;
  position: absolute;
  top: 16.57%;
  left: 42.61%;
}

@media screen and (max-width: 750px) {
  #main ul li.top6 {
    width: 45.73%;
    top: 25.01%;
    left: 44.26%;
  }
}

#main .title h1 {
  width: 19%;
  position: absolute;
  top: 68.42%;
  left: 79.07%;
}

@media screen and (max-width: 750px) {
  #main .title h1 {
    width: 25.06%;
    top: 59.07%;
    left: 70.66%;
  }
}

#main .title h2 {
  width: 31.3%;
  position: absolute;
  top: 58.57%;
  left: 56.53%;
}

@media screen and (max-width: 750px) {
  #main .title h2 {
    width: 53.6%;
    top: 52.02%;
    left: 37.86%;
  }
}

.read {
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 750px) {
  .read {
    font-size: 15px;
    padding: 55px 30px;
  }
}

.read span.marker {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -9px;
}

@media screen and (max-width: 750px) {
  .read span.marker {
    margin-bottom: -8px;
  }
}

.read .marker_in::before {
  content: '';
  display: block;
  background-color: #9FCC9D;
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
  -webkit-animation: marker_h 1s ease-in-out;
  animation: marker_h 1s ease-in-out;
}

@-webkit-keyframes marker_h {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes marker_h {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section {
  padding: 95px 0 350px;
  border-radius: 200px;
}

@media screen and (max-width: 750px) {
  section {
    padding: 55px 0 180px;
    border-radius: 60px;
  }
}

.back_beige {
  background-color: #FAF9F7;
}

.back_gray {
  background-color: #E2E0DC;
}

section.mamabag {
  margin-top: -350px;
  padding-bottom: 95px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  section.mamabag {
    margin-top: -140px;
  }
}

h3 {
  text-align: center;
}

h3 span.h3_sub {
  position: relative;
  color: #0B215B;
  font-weight: 700;
}

h3 span.h3_sub::after {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background-color: #0B215B;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  left: -52px;
  bottom: 10px;
}

@media screen and (max-width: 750px) {
  h3 span.h3_sub::after {
    width: 11px;
    left: -15px;
    bottom: 6px;
  }
}

h3 span.h3_sub::before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background-color: #0B215B;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  right: -52px;
  bottom: 10px;
}

@media screen and (max-width: 750px) {
  h3 span.h3_sub::before {
    width: 11px;
    right: -15px;
    bottom: 6px;
  }
}

h3 span.h3_title {
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(../images/wave.png) repeat-x bottom left/auto 9px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 750px) {
  h3 span.h3_title {
    background: url(../images/wave.png) repeat-x bottom left/auto 6px;
    margin-top: -8px;
  }
}

h3 span.h3_img {
  width: 86px;
  position: absolute;
  right: -86px;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  h3 span.h3_img {
    width: 64px;
    right: -55px;
    bottom: -5px;
  }
}

.scene {
  width: 700px;
  margin: 130px auto 214px;
}

@media screen and (max-width: 750px) {
  .scene {
    width: 100%;
    margin: 60px auto 120px;
  }
}

.scene h4 {
  line-height: 1.3em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .scene h4 {
    line-height: 2em;
  }
}

.scene h4 span {
  display: block;
  letter-spacing: 0.05em;
}

.scene h4 p.h4_title {
  padding-left: 12px;
  padding-top: 23px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-shadow: 2.5px 2.5px 0 #121712;
  -webkit-text-stroke: 2px #121712;
  text-stroke: 2px #121712;
  line-height: 0.9em;
}

@media screen and (max-width: 750px) {
  .scene h4 p.h4_title {
    padding-left: 8px;
    padding-top: 13px;
    text-shadow: 1.8px 1.8px 0 #121712;
    -webkit-text-stroke: 1.1px #121712;
    text-stroke: 1.1px #121712;
    line-height: 1.1em;
  }
}

.scene h4 span.h4_title_sub {
  padding-left: 50px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-shadow: 2.5px 2.5px 0 #121712;
  -webkit-text-stroke: 2px #121712;
  text-stroke: 2px #121712;
}

@media screen and (max-width: 750px) {
  .scene h4 span.h4_title_sub {
    padding-left: 22px;
    letter-spacing: 0.03em;
    text-shadow: 1.8px 1.8px 0 #121712;
    -webkit-text-stroke: 1.1px #121712;
    text-stroke: 1.1px #121712;
  }
}

.scene .scene_main_r, .scene .scene_main_l {
  width: 65%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .scene .scene_main_r, .scene .scene_main_l {
    width: 90%;
  }
}

.scene .scene_main_r {
  margin: 50px 100px 0 auto;
}

@media screen and (max-width: 750px) {
  .scene .scene_main_r {
    margin: 37px 0 0 auto;
  }
}

.scene .scene_main_l {
  margin: 50px auto 0 100px;
}

@media screen and (max-width: 750px) {
  .scene .scene_main_l {
    margin: 37px auto 0 0;
  }
}

.scene .scene_img {
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .scene .scene_img:hover ul {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
  }
}

.scene .scene_img .tap_btn {
  width: 110px;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

@media screen and (max-width: 750px) {
  .scene .scene_img .tap_btn {
    width: 32%;
    position: absolute;
    bottom: 5%;
    right: 3%;
  }
}

.scene .scene_img .scene_img_in {
  overflow: hidden;
}

#scene01 {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  #scene01 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  #scene01 h4 {
    margin-left: 10%;
  }
}

#scene01 .scene_img span:nth-of-type(1) {
  width: 8%;
  position: absolute;
  top: -3%;
  right: 7%;
}

#scene01 .scene_img span:nth-of-type(2) {
  width: 14%;
  position: absolute;
  bottom: -15%;
  left: -12%;
}

@media screen and (max-width: 750px) {
  #scene01 .scene_img span:nth-of-type(2) {
    bottom: -13%;
    left: -2%;
  }
}

#scene02 h4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  #scene02 h4 {
    margin-right: 10%;
  }
}

#scene02 .scene_img span:nth-of-type(1) {
  width: 8%;
  position: absolute;
  top: -5%;
  left: 20%;
}

#scene02 .scene_img span:nth-of-type(2) {
  width: 8%;
  position: absolute;
  top: -2%;
  left: 10%;
}

@media screen and (max-width: 750px) {
  #scene03 h4 {
    margin-left: 10%;
  }
}

#scene03 .scene_img span:nth-of-type(1) {
  width: 68%;
  position: absolute;
  top: -2%;
  left: -7%;
}

@media screen and (max-width: 750px) {
  #scene03 .scene_img span:nth-of-type(1) {
    width: 72%;
    top: -3%;
  }
}

#scene04 h4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  #scene04 h4 {
    margin-right: 10%;
  }
}

#scene04 .scene_img span:nth-of-type(1) {
  width: 49%;
  position: absolute;
  top: 6%;
  left: 0;
}

@media screen and (max-width: 750px) {
  #scene04 .scene_img span:nth-of-type(1) {
    width: 52%;
  }
}

#scene04 .scene_img span:nth-of-type(2) {
  width: 63%;
  position: absolute;
  bottom: -7%;
  right: -9%;
}

@media screen and (max-width: 750px) {
  #scene04 .scene_img span:nth-of-type(2) {
    width: 67%;
  }
}

#scene04 .tap_btn {
  width: 110px;
  position: absolute;
  bottom: 25px;
  left: 20px;
}

@media screen and (max-width: 750px) {
  #scene04 .tap_btn {
    width: 30%;
    position: absolute;
    bottom: 5%;
    left: 3%;
  }
}

@media screen and (max-width: 750px) {
  #scene05 h4 {
    margin-left: 10%;
  }
}

#scene05 .scene_img span:nth-of-type(1) {
  width: 8%;
  position: absolute;
  top: -3%;
  right: 7%;
}

@media screen and (max-width: 750px) {
  #scene05 .scene_img span:nth-of-type(1) {
    right: 9%;
  }
}

#scene05 .scene_img span:nth-of-type(2) {
  width: 15%;
  position: absolute;
  bottom: -8%;
  left: -4%;
}

@media screen and (max-width: 750px) {
  #scene06 h4 {
    margin-left: 10%;
  }
}

@media screen and (max-width: 750px) {
  #scene06 h4 p.h4_title {
    font-size: 27px;
  }
}

#scene06 .scene_img span:nth-of-type(1) {
  width: 57%;
  position: absolute;
  top: 8%;
  left: 0;
}

@media screen and (max-width: 750px) {
  #scene06 .scene_img span:nth-of-type(1) {
    width: 61%;
  }
}

#scene06 .scene_img span:nth-of-type(2) {
  width: 77%;
  position: absolute;
  bottom: -3%;
  right: -7%;
}

@media screen and (max-width: 750px) {
  #scene06 .scene_img span:nth-of-type(2) {
    width: 81%;
  }
}

#scene06 .tap_btn {
  width: 110px;
  position: absolute;
  bottom: 25px;
  left: 20px;
}

@media screen and (max-width: 750px) {
  #scene06 .tap_btn {
    width: 32%;
    position: absolute;
    bottom: 8%;
    left: 3%;
  }
}

span.line_l, span.line_r {
  display: block;
  width: 50%;
  height: 2px;
  background-image: linear-gradient(to right, #707070 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 750px) {
  span.line_l, span.line_r {
    width: 71%;
  }
}

span.line_r {
  margin: 0 0 0 auto;
}

p.bag_read {
  text-align: center;
  padding: 70px 0;
  line-height: 2.15em;
}

@media screen and (max-width: 750px) {
  p.bag_read {
    font-size: 15px;
    padding: 55px 30px;
  }
}

.in_bag {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .in_bag {
    width: 100%;
  }
}

.in_bag .bag__img {
  position: relative;
}

.in_bag .bag_img {
  width: 70%;
  margin: 0 15%;
  border: 1px solid #121712;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_img {
    width: 80%;
    margin: 0 10%;
    padding: 8px;
    border-radius: 20px;
  }
}

.in_bag .bag_img .bag_no {
  width: 108px;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  border-radius: 30px 0 30px 0;
  background-color: #E2E0DC;
  margin-left: 15%;
  position: absolute;
  top: 1px;
  left: 1px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_img .bag_no {
    width: 70px;
    height: 38px;
    line-height: 35px;
    border-radius: 20px 0 20px 0;
    margin-left: 10%;
  }
}

.in_bag .bag_img span.bag_no_s {
  border-bottom: 1px solid;
  position: relative;
  margin-left: -7px;
}

.in_bag .bag_img span.bag_no_m {
  display: inline-block;
  position: absolute;
  top: -16px;
  right: -23px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_img span.bag_no_m {
    top: -10px;
    right: -15px;
  }
}

.in_bag:nth-of-type(1) span.bag_no_m {
  right: -16px;
}

@media screen and (max-width: 750px) {
  .in_bag:nth-of-type(1) span.bag_no_m {
    right: -11px;
  }
}

.in_bag .bag_credit a {
  display: inline-block;
  padding: 5px 30px;
  background-color: #73C77F;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1.3em;
}

@media screen and (min-width: 751px) {
  .in_bag .bag_credit a:hover {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
}

@media screen and (max-width: 750px) {
  .in_bag .bag_credit a {
    padding: 3px 20px;
    border-radius: 3px;
  }
}

.in_bag .bag_credit a span {
  display: block;
  text-decoration: underline;
}

.in_bag .bag_cre_top {
  position: relative;
}

.in_bag .bag_cre_top::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../images/fukidashi.svg);
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.in_bag .bag_cre_under {
  position: relative;
}

.in_bag .bag_cre_under::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../images/fukidashi.svg);
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.in_bag .bag_cre_right {
  position: relative;
}

.in_bag .bag_cre_right::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../images/fukidashi.svg);
  background-size: contain;
  position: absolute;
  bottom: 30%;
  left: -3px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.in_bag .bag_info {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info {
    margin-top: 35px;
  }
}

.in_bag .bag_info .bag_staff_l {
  width: 32%;
}

.in_bag .bag_info .bag_staff_r {
  width: 52%;
  margin-left: 100px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r {
    width: 46%;
    margin-left: 7%;
  }
}

.in_bag .bag_info .bag_staff_r .bag_txt {
  background-color: #ffffff;
  padding: 55px 40px;
  line-height: 1.9em;
  position: relative;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r .bag_txt {
    padding: 22px 12px;
    line-height: 2.3em;
  }
}

.in_bag .bag_info .bag_staff_r .bag_txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  left: -3%;
  width: 20px;
  height: 5px;
  background-color: #ffffff;
  border-bottom: 2px solid #121712;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r .bag_txt::before {
    top: 60%;
    left: -4%;
    width: 12px;
    height: 3px;
    border-bottom: 1px solid #121712;
  }
}

.in_bag .bag_info .bag_staff_r .bag_staff {
  letter-spacing: 0.03em;
  padding: 40px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r .bag_staff {
    padding: 15px;
  }
}

.in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns {
    margin-top: 8px;
  }
}

.in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li a {
  text-decoration: underline;
  display: inline-block;
}

.in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li:nth-of-type(1) span.icon_insta {
  width: 17px;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: -4px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li:nth-of-type(1) span.icon_insta {
    width: 12px;
    padding-right: 8px;
  }
}

.in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li:nth-of-type(2) a {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li:nth-of-type(2) a {
    font-size: 11px;
  }
}

@media screen and (min-width: 751px) {
  .in_bag .bag_info .bag_staff_r .bag_staff ul.bag_staff_sns li:hover {
    opacity: 0.5;
  }
}

#in_bag01 .bag_credit:nth-of-type(1) {
  position: absolute;
  top: 22%;
  left: 23%;
}

@media screen and (max-width: 750px) {
  #in_bag01 .bag_credit:nth-of-type(1) {
    left: 18%;
  }
}

#in_bag01 .bag_credit:nth-of-type(2) {
  position: absolute;
  top: 1%;
  left: 50%;
}

#in_bag01 .bag_credit:nth-of-type(3) {
  position: absolute;
  bottom: 7%;
  right: 16%;
}

@media screen and (max-width: 750px) {
  #in_bag01 .bag_credit:nth-of-type(3) {
    right: 10%;
  }
}

#in_bag02 .bag_credit:nth-of-type(1) {
  position: absolute;
  top: 4%;
  left: 45%;
}

#in_bag03 .bag_credit:nth-of-type(1) {
  position: absolute;
  top: 8%;
  left: 36%;
}

@media screen and (max-width: 750px) {
  #in_bag03 .bag_credit:nth-of-type(1) {
    top: 7%;
  }
}

#in_bag03 .bag_credit:nth-of-type(1) span {
  text-decoration: none;
}

#in_bag03 .bag_credit:nth-of-type(2) {
  position: absolute;
  top: 9%;
  left: 17%;
}

@media screen and (max-width: 750px) {
  #in_bag03 .bag_credit:nth-of-type(2) {
    left: 13%;
  }
}

#in_bag03 .bag_credit:nth-of-type(3) {
  position: absolute;
  top: 23%;
  left: 58%;
}

@media screen and (max-width: 750px) {
  #in_bag03 .bag_credit:nth-of-type(3) {
    left: 60%;
  }
}

#in_bag03 .bag_credit:nth-of-type(4) {
  position: absolute;
  bottom: 45%;
  left: 54%;
}

@media screen and (max-width: 750px) {
  #in_bag03 .bag_credit:nth-of-type(4) {
    left: 56%;
  }
}

#in_bag03 .bag_credit:nth-of-type(5) {
  position: absolute;
  bottom: 41%;
  left: 19%;
}

@media screen and (max-width: 750px) {
  #in_bag03 .bag_credit:nth-of-type(5) {
    left: 14%;
  }
}

#in_bag03 .bag_credit:nth-of-type(5) span {
  text-decoration: none;
}

#in_bag03 .bag_credit:nth-of-type(6) {
  position: absolute;
  bottom: 9%;
  left: 37%;
}

@media screen and (max-width: 750px) {
  #in_bag03 .bag_credit:nth-of-type(6) {
    left: 34%;
  }
}

#in_bag04 .bag_credit:nth-of-type(1) {
  position: absolute;
  bottom: 22%;
  left: 59%;
}

#in_bag04 .bag_credit:nth-of-type(2) {
  position: absolute;
  top: -1%;
  left: 55%;
}

@media screen and (max-width: 750px) {
  #in_bag04 .bag_credit:nth-of-type(2) {
    top: -2%;
  }
}

#in_bag04 .bag_credit:nth-of-type(2) span {
  text-decoration: none;
}

#in_bag04 .bag_credit:nth-of-type(3) {
  position: absolute;
  top: 10%;
  left: 18%;
}

@media screen and (max-width: 750px) {
  #in_bag04 .bag_credit:nth-of-type(3) {
    left: 15%;
  }
}

#in_bag04 .bag_credit:nth-of-type(3) span {
  text-decoration: none;
}

#in_bag02, #in_bag03, #in_bag04 {
  margin-top: 130px;
}

@media screen and (max-width: 750px) {
  #in_bag02, #in_bag03, #in_bag04 {
    margin-top: 95px;
  }
}

section#other {
  text-align: center;
  border-radius: 0;
  padding: 350px 0 140px;
  margin-top: -220px;
  z-index: 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  section#other {
    padding: 130px 0 140px;
    margin-top: -70px;
  }
}

section#other h5 {
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  section#other h5 {
    padding-bottom: 20px;
  }
}

section#other h5 span {
  display: block;
}

section#other span.video_title {
  color: #0B215B;
  padding-bottom: 20px;
  display: block;
}

@media screen and (max-width: 750px) {
  section#other span.video_title {
    padding-bottom: 15px;
  }
}

section#other .youtube_img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section#other .youtube_img {
    width: 70%;
  }
}

section#other .movie {
  width: 50%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section#other .movie {
    width: 70%;
  }
}

section#other .leeep {
  /* width: 500px; */
  margin: 120px 250px 0;
}

@media screen and (max-width: 750px) {
  section#other .leeep {
    font-size: 14px;
    width: 90%;
    margin: 75px auto 0;
  }
}

section#other .leeep span {
  display: block;
}

section#other .leeep a {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  section#other .leeep a:hover {
    opacity: 0.5;
  }
}

section#other .leeep p {
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
  section#other .leeep p {
    margin-bottom: 31px;
  }
}

.pagetop {
  height: 45px;
  width: 45px;
  position: absolute;
  right: 5%;
  bottom: 3%;
  background: #1C2745;
  border: solid 1px #1C2745;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .pagetop {
    height: 30px;
    width: 30px;
    right: 4%;
  }
}

.pagetop__arrow {
  height: 12px;
  width: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .pagetop__arrow {
    height: 8px;
    width: 8px;
  }
}

footer {
  padding: 100px 0 30px;
  text-align: center;
}

footer ul.footer_sns li {
  width: 30px;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  footer ul.footer_sns li {
    width: 26px;
    padding: 0 10px;
  }
}

footer a.foot_logo {
  width: 150px;
  margin: 0 auto;
}

.modal-wrap {
  /* overflow-y: auto; */
  /* position: fixed; */
  /* left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 100; */
}

.modal-wrap > div {
  display: block;
  width: 100%;
  /* margin-bottom: 100vh;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16); */
}

.modal-wrap .modal-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 30px;
}

.modal-wrap .modal-content .modal-img {
  position: relative;
}

.modal-wrap .btn-open-modal::after {
  display: none;
}

.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  right: 5%;
  top: 8%;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .modal-wrap .close {
    right: 4%;
    top: 5%;
  }
}

/* .modal-wrap .close .close_btn {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #1C2745;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .modal-wrap .close .close_btn {
    width: 30px;
    height: 30px;
    border: 0.5px solid #1C2745;
  }
}

.modal-wrap .close .close_btn::before, .modal-wrap .close .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 18px;
  background: #1C2745;
}

@media screen and (max-width: 750px) {
  .modal-wrap .close .close_btn::before, .modal-wrap .close .close_btn::after {
    width: 0.5px;
    height: 12px;
  }
}

.modal-wrap .close .close_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-wrap .close .close_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
} */

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* css */
.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #000;
}

.passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}

.scene_inner {
  width: 600px;
  margin: -1px auto;
  padding-top: 120px;
}

@media screen and (max-width: 750px) {
  .scene_inner {
    width: 100%;
    padding-top: 60px;
  }
}

.scene_inner h4 {
  line-height: 1.3em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .scene_inner h4 {
    line-height: 2em;
  }
}

.scene_inner h4 span {
  display: block;
  letter-spacing: 0.05em;
}

.scene_inner h4 p.h4_title {
  padding-left: 30px;
  padding-top: 23px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-shadow: 2.5px 2.5px 0 #121712;
  -webkit-text-stroke: 2px #121712;
  text-stroke: 2px #121712;
  line-height: 0.9em;
}

@media screen and (max-width: 750px) {
  .scene_inner h4 p.h4_title {
    padding-left: 15px;
    padding-top: 13px;
    text-shadow: 1.8px 1.8px 0 #121712;
    -webkit-text-stroke: 1.1px #121712;
    text-stroke: 1.1px #121712;
    line-height: 1.1em;
  }
}

.scene_inner h4 span.h4_title_sub {
  padding-left: 50px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  text-shadow: 2.5px 2.5px 0 #121712;
  -webkit-text-stroke: 2px #121712;
  text-stroke: 2px #121712;
}

@media screen and (max-width: 750px) {
  .scene_inner h4 span.h4_title_sub {
    padding-left: 22px;
    letter-spacing: 0.03em;
    text-shadow: 1.8px 1.8px 0 #121712;
    -webkit-text-stroke: 1.1px #121712;
    text-stroke: 1.1px #121712;
  }
}

.scene_inner .scene_main_r {
  width: 72%;
  margin: 50px 0 0 auto;
}

@media screen and (max-width: 750px) {
  .scene_inner .scene_main_r {
    width: 90%;
    margin: 27px 0 0 auto;
  }
}

.scene_inner .scene_main_l {
  width: 72%;
  margin: 50px auto 0 0;
}

@media screen and (max-width: 750px) {
  .scene_inner .scene_main_l {
    width: 90%;
    margin: 27px auto 0 0;
  }
}

.scene_inner .scene_img {
  position: relative;
}

.scene_inner .tap_btn {
  width: 87px;
  margin: 50px 0 0 auto;
}

.credit {
  width: 88%;
  margin: 150px auto 0;
  padding: 40px 50px;
  background-color: #fff;
  letter-spacing: 0.01em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .credit {
    width: 80%;
    margin: 100px auto 0;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 751px) {
  .credit li {
    padding-top: 5px;
  }
}

@media screen and (max-width: 750px) {
  .credit li {
    padding-bottom: 5px;
  }
}

.credit p span {
  display: inline-block;
  font-weight: 500;
}

.credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .credit a:hover {
    opacity: 0.7;
  }
}

.credit a span.price {
  text-decoration: underline;
}

.cre_l {
  margin: 150px auto 0 0;
  position: relative;
}

.cre_l span.cre__l {
  position: absolute;
  top: -18px;
  left: 50px;
}

@media screen and (max-width: 750px) {
  .cre_l span.cre__l {
    top: -12px;
    left: 30px;
  }
}

.cre_r {
  margin: 150px 0 0 auto;
  position: relative;
}

.cre_r span.cre__r {
  position: absolute;
  top: -18px;
  left: 50px;
}

@media screen and (max-width: 750px) {
  .cre_r span.cre__r {
    top: -12px;
    left: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}

.inner_other {
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .inner_other {
    margin-top: 80px;
  }
}

.inner_other .inner_other_img {
  width: 70%;
  margin: 0 auto;
}

.inner_other .inner_other_img span {
  width: 150px;
  display: block;
  -webkit-animation: 6s linear infinite rotation;
  animation: 6s linear infinite rotation;
}

@media screen and (max-width: 750px) {
  .inner_other .inner_other_img span {
    width: 100px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 750px) {
  #scene_inner01 h4 {
    margin-left: 10%;
  }
}

#scene_inner01 .scene_img span:nth-of-type(1) {
  width: 8%;
  position: absolute;
  top: -3%;
  right: 7%;
}

#scene_inner01 .scene_img span:nth-of-type(2) {
  width: 14%;
  position: absolute;
  bottom: -15%;
  left: -12%;
}

@media screen and (max-width: 750px) {
  #scene_inner01 .scene_img span:nth-of-type(2) {
    bottom: -13%;
    left: -2%;
  }
}

#scene_inner01 .inner_other .inner_other_img:nth-of-type(2) {
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #scene_inner01 .inner_other .inner_other_img:nth-of-type(2) {
    margin-top: 15px;
  }
}

#scene_inner01 .inner_other .inner_other_img span {
  position: absolute;
  left: -15%;
  bottom: -12%;
}

@media screen and (max-width: 750px) {
  #scene_inner01 .inner_other .inner_other_img span {
    bottom: -15%;
  }
}

#scene_inner02 h4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  #scene_inner02 h4 {
    padding-right: 5%;
  }
}

#scene_inner02 .scene_img span:nth-of-type(1) {
  width: 8%;
  position: absolute;
  top: -5%;
  left: 20%;
}

@media screen and (max-width: 750px) {
  #scene_inner02 .scene_img span:nth-of-type(1) {
    top: -4%;
  }
}

#scene_inner02 .scene_img span:nth-of-type(2) {
  width: 8%;
  position: absolute;
  top: -2%;
  left: 10%;
}

#scene_inner02 .credit {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  #scene_inner02 .credit {
    margin-top: 50px;
  }
}

#scene_inner02 .inner_other .inner_other_img:nth-of-type(1) {
  position: relative;
}

#scene_inner02 .inner_other .inner_other_img:nth-of-type(2) {
  margin-top: 30px;
}

#scene_inner02 .inner_other .inner_other_img span {
  position: absolute;
  right: -15%;
  top: -12%;
}

@media screen and (max-width: 750px) {
  #scene_inner02 .inner_other .inner_other_img span {
    top: -15%;
  }
}

@media screen and (max-width: 750px) {
  #scene_inner03 h4 {
    margin-left: 5%;
  }
}

#scene_inner03 .scene_img span:nth-of-type(1) {
  width: 68%;
  position: absolute;
  top: -2%;
  left: -7%;
}

@media screen and (max-width: 750px) {
  #scene_inner03 .scene_img span:nth-of-type(1) {
    width: 72%;
    position: absolute;
    top: -3%;
  }
}

#scene_inner03 .credit {
  margin-top: 80px;
}

#scene_inner03 .inner_other .inner_other_img:nth-of-type(1) {
  position: relative;
}

#scene_inner03 .inner_other .inner_other_img:nth-of-type(2) {
  margin-top: 30px;
}

#scene_inner03 .inner_other .inner_other_img span {
  position: absolute;
  right: -15%;
  top: -12%;
}

#scene_inner04 h4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  #scene_inner04 h4 {
    margin-right: 10%;
  }
}

#scene_inner04 .scene_img span:nth-of-type(1) {
  width: 47%;
  position: absolute;
  top: 6%;
  left: 0;
}

@media screen and (max-width: 750px) {
  #scene_inner04 .scene_img span:nth-of-type(1) {
    width: 54%;
  }
}

#scene_inner04 .scene_img span:nth-of-type(2) {
  width: 63%;
  position: absolute;
  bottom: -7%;
  right: -9%;
}

@media screen and (max-width: 750px) {
  #scene_inner04 .scene_img span:nth-of-type(2) {
    width: 70%;
    bottom: -7%;
    right: -11%;
  }
}

#scene_inner04 .credit {
  margin-top: 80px;
}

#scene_inner04 .inner_other .inner_other_img:nth-of-type(2) {
  margin-top: 30px;
  position: relative;
}

#scene_inner04 .inner_other .inner_other_img span {
  position: absolute;
  left: -15%;
  bottom: -12%;
}

@media screen and (max-width: 750px) {
  #scene_inner05 h4 {
    margin-left: 10%;
  }
}

#scene_inner05 .scene_img span:nth-of-type(1) {
  width: 8%;
  position: absolute;
  top: -3%;
  right: 7%;
}

#scene_inner05 .scene_img span:nth-of-type(2) {
  width: 15%;
  position: absolute;
  bottom: -8%;
  left: -4%;
}

#scene_inner05 .inner_other .inner_other_img:nth-of-type(1) {
  position: relative;
}

#scene_inner05 .inner_other .inner_other_img:nth-of-type(2) {
  margin-top: 30px;
}

#scene_inner05 .inner_other .inner_other_img span {
  position: absolute;
  right: -15%;
  top: -12%;
}

#scene_inner06 h4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  #scene_inner06 h4 {
    margin-right: 10%;
  }
}

@media screen and (max-width: 750px) {
  #scene_inner06 h4 p.h4_title {
    font-size: 27px;
  }
}

#scene_inner06 .scene_img span:nth-of-type(1) {
  width: 57%;
  position: absolute;
  top: 8%;
  left: 0;
}

@media screen and (max-width: 750px) {
  #scene_inner06 .scene_img span:nth-of-type(1) {
    width: 64%;
  }
}

#scene_inner06 .scene_img span:nth-of-type(2) {
  width: 77%;
  position: absolute;
  bottom: -3%;
  right: -7%;
}

@media screen and (max-width: 750px) {
  #scene_inner06 .scene_img span:nth-of-type(2) {
    width: 84%;
  }
}

#scene_inner06 .credit {
  margin-top: 80px;
}

#scene_inner06 .inner_other .inner_other_img:nth-of-type(1) {
  position: relative;
}

#scene_inner06 .inner_other .inner_other_img:nth-of-type(2) {
  margin-top: 30px;
}

#scene_inner06 .inner_other .inner_other_img span {
  position: absolute;
  left: -15%;
  top: -12%;
}

@media screen and (max-width: 750px) {
  #scene_inner06 .inner_other .inner_other_img span {
    left: -15%;
  }
}

.shop_info {
  text-align: center;
  margin-top: 180px;
}

@media screen and (max-width: 750px) {
  .shop_info {
    margin-top: 90px;
  }
}

.shop_info span.shop_top {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.shop_info span.shop_top::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #121712;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  left: -40px;
  bottom: 10px;
}

@media screen and (max-width: 750px) {
  .shop_info span.shop_top::after {
    width: 11px;
    left: -15px;
    bottom: 6px;
  }
}

.shop_info span.shop_top::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #121712;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  right: -40px;
  bottom: 10px;
}

@media screen and (max-width: 750px) {
  .shop_info span.shop_top::before {
    width: 11px;
    right: -15px;
    bottom: 6px;
  }
}

.shop_info .shop_inner {
  width: 88%;
  border: 2px solid #121712;
  padding: 50px 80px;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .shop_info .shop_inner {
    width: 70%;
    border: 1px solid #121712;
    padding: 25px 35px;
    margin: 11px auto 0;
  }
}

.shop_info .shop_name {
  padding-bottom: 20px;
  display: block;
}

@media screen and (max-width: 750px) {
  .shop_info .shop_name {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.shop_info .shop_time {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .shop_info .shop_time {
    font-size: 11px;
    margin-top: 15px;
  }
}

.shop_info .shop_online {
  padding-top: 20px;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .shop_info .shop_online {
    padding-top: 15px;
  }
}

.shop_info .shop_online a {
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .shop_info .shop_online a:hover {
    opacity: 0.7;
  }
}

.inner_staff {
  margin-top: 180px;
}

@media screen and (max-width: 750px) {
  .inner_staff {
    margin-top: 110px;
  }
}

.inner_staff .inner_staff_txt {
  width: 88%;
  background-color: #73C77F;
  padding: 50px 50px;
  line-height: 1.9em;
  position: relative;
  margin: 0 auto;
  border-radius: 34px;
  border: 2px solid #121712;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_txt {
    width: 70%;
    padding: 25px 30px;
    font-size: 12px;
    line-height: 2.3em;
    border: 1px solid #121712;
  }
}

.inner_staff .inner_staff_txt::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3.2%;
  left: 20%;
  width: 25px;
  height: 4px;
  background-color: #73C77F;
  border-bottom: 2px solid #121712;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-75deg);
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_txt::before {
    bottom: -2.5%;
    left: 20%;
    width: 18px;
    height: 3px;
    border-bottom: 1px solid #121712;
  }
}

.inner_staff .inner_staff_plo {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_plo {
    margin-top: 55px;
  }
}

.inner_staff .inner_staff_plo .staff_plo_l {
  max-width: 37%;
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_plo .staff_plo_l {
    max-width: 35%;
  }
}

.inner_staff .inner_staff_plo .staff_plo_r {
  width: 37%;
  letter-spacing: 0.03em;
  padding: 40px 40px 40px 60px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_plo .staff_plo_r {
    width: 35%;
    padding: 10px 10px 10px 18px;
  }
}

.inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns {
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
}

.inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns li a {
  text-decoration: underline;
  display: inline-block;
}

.inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns li:nth-of-type(1) span.icon_insta {
  width: 17px;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: -4px;
}

.inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns li:nth-of-type(2) a {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .inner_staff .inner_staff_plo .staff_plo_r ul.bag_staff_sns li:nth-of-type(2) a {
    font-size: 11px;
  }
}

.inner_staff span.line_c {
  display: block;
  width: 80%;
  height: 2px;
  background-image: linear-gradient(to right, #707070 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 65px auto 0;
}

@media screen and (max-width: 750px) {
  .inner_staff span.line_c {
    width: 70%;
    height: 1px;
    background-image: linear-gradient(to right, #707070 4px, transparent 4px);
    background-size: 7px 1px;
    margin: 35px auto 0;
  }
}

.inner_staff ul.family {
  margin-top: 53px;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family {
    margin-top: 20px;
  }
}

.inner_staff ul.family li:nth-of-type(1) {
  width: 109px;
  height: 52px;
  background-color: #fff;
  text-align: center;
  line-height: 52px;
  border-radius: 23px;
  border: 1px solid #121712;
  position: relative;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li:nth-of-type(1) {
    width: 65px;
    height: 30px;
    line-height: 30px;
    border-radius: 12px;
    font-size: 10px;
  }
}

.inner_staff ul.family li:nth-of-type(1)::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 46%;
  right: -10%;
  width: 11px;
  height: 4px;
  background-color: #fff;
  border-top: 1px solid #121712;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li:nth-of-type(1)::before {
    right: -9.5%;
    width: 6px;
    height: 3px;
  }
}

.inner_staff ul.family li:nth-of-type(2), .inner_staff ul.family li:nth-of-type(3), .inner_staff ul.family li:nth-of-type(4), .inner_staff ul.family li:nth-of-type(5), .inner_staff ul.family li:nth-of-type(6) {
  width: 10%;
  margin-left: 35px;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li:nth-of-type(2), .inner_staff ul.family li:nth-of-type(3), .inner_staff ul.family li:nth-of-type(4), .inner_staff ul.family li:nth-of-type(5), .inner_staff ul.family li:nth-of-type(6) {
    margin-left: 22px;
  }
}

.inner_staff ul.family li.mama {
  position: relative;
}

.inner_staff ul.family li.mama::before {
  content: 'MAMA';
  display: block;
  position: absolute;
  bottom: -45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.mama::before {
    bottom: -50%;
  }
}

.inner_staff ul.family li.papa {
  position: relative;
}

.inner_staff ul.family li.papa::before {
  content: 'PAPA';
  display: block;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.papa::before {
    bottom: -50%;
  }
}

.inner_staff ul.family li.daughter {
  position: relative;
}

.inner_staff ul.family li.daughter::before {
  content: 'DAUGHTER';
  display: block;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.daughter::before {
    bottom: -50%;
  }
}

.inner_staff ul.family li.daughter2 {
  position: relative;
}

.inner_staff ul.family li.daughter2::before {
  content: 'DAUGHTER';
  display: block;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.daughter2::before {
    bottom: -50%;
  }
}

.inner_staff ul.family li.son {
  position: relative;
}

.inner_staff ul.family li.son::before {
  content: 'SON';
  display: block;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.son::before {
    bottom: -50%;
  }
}

.inner_staff ul.family li.son2 {
  position: relative;
}

.inner_staff ul.family li.son2::before {
  content: 'SON';
  display: block;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.son2::before {
    bottom: -50%;
  }
}

.inner_staff ul.family li.dog {
  position: relative;
}

.inner_staff ul.family li.dog::before {
  content: 'DOG';
  display: block;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .inner_staff ul.family li.dog::before {
    bottom: -50%;
  }
}

.slider_loop {
  margin-top: 120px;
}

.slider_loop div {
  padding: 3px;
}

@media screen and (max-width: 750px) {
  .slider_loop {
    margin-top: 54px;
  }
}

p.scroll_close {
  text-align: center;
  margin-top: 120px;
  padding-bottom: 80px;
  letter-spacing: 0.03em;

  display: none;
}

@media screen and (max-width: 750px) {
  p.scroll_close {
    margin-top: 60px;
    padding-bottom: 23px;
  }
}

p.scroll_close span {
  display: block;
  width: 20px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  p.scroll_close span {
    width: 12px;
    padding-top: 20px;
  }
}

a[href=""] {
  pointer-events: none;
}

#menu #header {
  position: fixed;
  z-index: 90;
}

#menu #nav-pop {
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #FAF9F7;
  z-index: 100;
  overflow-y: auto;
}

@media screen and (min-width: 751px) {
  #menu #nav-pop {
    height: 100vh;
    width: 50%;
    -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
  }
}

#menu #nav-pop .pop-nav {
  padding: 8% 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #menu #nav-pop .pop-nav {
    padding: 28% 12% 8%;
  }
}

#menu #nav-pop span.menu_title {
  padding: 2px 30px;
  border: 2px solid #121712;
  background-color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  #menu #nav-pop span.menu_title {
    padding: 1px 20px;
  }
}

#menu #nav-pop .menu_snap {
  position: relative;
}

#menu #nav-pop .menu_snap span.menu_title {
  position: absolute;
  top: 0;
  left: 0;
}

#menu #nav-pop .menu_snap a:hover {
  opacity: 0.7;
}

#menu #nav-pop .menu_bag {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  #menu #nav-pop .menu_bag {
    margin-top: 28px;
  }
}

#menu #nav-pop .menu_bag span.menu_title {
  position: absolute;
  top: 0;
  left: 0;
}

#menu #nav-pop .menu_bag a:hover {
  opacity: 0.7;
}

#menu #nav-pop .menu_movie {
  margin-top: 8%;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #menu #nav-pop .menu_movie {
    margin-top: 12%;
    font-size: 14px;
  }
}

#menu #nav-pop .menu_movie a:hover {
  opacity: 0.7;
}

#menu #nav-pop .menu_insta {
  margin-top: 3%;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #menu #nav-pop .menu_insta {
    font-size: 14px;
  }
}

#menu #nav-pop .menu_insta a:hover {
  opacity: 0.7;
}

#menu #nav-pop a {
  display: block;
}

#menu #btn-menu-nav,
#menu #nav-pop .close {
  cursor: pointer;
  position: fixed;
  right: 5%;
  top: 8%;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  #menu #btn-menu-nav,
  #menu #nav-pop .close {
    right: 4%;
    top: 5%;
  }
}

#menu #btn-menu-nav .close_btn,
#menu #nav-pop .close .close_btn {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #1C2745;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #menu #btn-menu-nav .close_btn,
  #menu #nav-pop .close .close_btn {
    width: 30px;
    height: 30px;
    border: 0.5px solid #1C2745;
  }
}

#menu #btn-menu-nav .close_btn::before, #menu #btn-menu-nav .close_btn::after,
#menu #nav-pop .close .close_btn::before,
#menu #nav-pop .close .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 18px;
  background: #1C2745;
}

@media screen and (max-width: 750px) {
  #menu #btn-menu-nav .close_btn::before, #menu #btn-menu-nav .close_btn::after,
  #menu #nav-pop .close .close_btn::before,
  #menu #nav-pop .close .close_btn::after {
    width: 0.5px;
    height: 12px;
  }
}

#menu #btn-menu-nav .close_btn::before,
#menu #nav-pop .close .close_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#menu #btn-menu-nav .close_btn::after,
#menu #nav-pop .close .close_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#menu #btn-menu-nav .open_btn {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid #1C2745;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #menu #btn-menu-nav .open_btn {
    width: 30px;
    height: 30px;
    border: 0.5px solid #1C2745;
  }
}

#menu #btn-menu-nav .open_btn::before, #menu #btn-menu-nav .open_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #1C2745;
}

@media screen and (max-width: 750px) {
  #menu #btn-menu-nav .open_btn::before, #menu #btn-menu-nav .open_btn::after {
    width: 14px;
    height: 0.5px;
  }
}

#menu #btn-menu-nav .open_btn::before {
  top: 55%;
}

#menu #btn-menu-nav .open_btn::after {
  top: 45%;
}

#menu #btn-menu-nav .open_btn::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#menu #btn-menu-nav .open_btn::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ANIMATION
--------------------------------------*/
.delay-02s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-12s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-10s {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.delay-32s {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay-34s {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay-44s {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.delay-42s {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.bgextend {
  padding-right: 15px;
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .bgextend {
    padding-right: 8px;
  }
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #121712;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    opacity: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    opacity: 1;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    opacity: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    opacity: 1;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */