@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  /*
    display: none;
  */
}

/*リセット
--------------------------------------------*/
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;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
}

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 {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

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

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

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.flexed {
  display: flex;
  flex-wrap: wrap;
}

.flexed-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flexed-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.basein {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .basein {
    max-width: 450px;
  }
}
.inline_b {
  display: inline-block;
}

/* BG */
.bg-fixed-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../images/bg01.webp) no-repeat center top;
  background-size: cover;
}
.bg-fixed-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(237, 237, 222, 0.5);
  z-index: 1;
}
.bg-fixed-container .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.bg-fixed-container .bg-layer.active {
  opacity: 1;
}

/*---------------------------------------------
font
---------------------------------------------*/
.jp {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.eg {
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.dnp {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.itc_l {
  font-family: "itc-american-typewriter", serif;
  font-weight: 300;
  font-style: normal;
}

.receipt_N {
  font-family: "receipt-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.robo_n_r {
  font-weight: 400;
  font-family: "roboto", sans-serif;
  font-style: normal;
}
.robo_n_b {
  font-weight: 700;
  font-family: "roboto", sans-serif;
  font-style: normal;
}
.robo_i_r {
  font-weight: 400;
  font-family: "roboto", sans-serif;
  font-style: italic;
}
.robo_i_b {
  font-weight: 700;
  font-family: "roboto", sans-serif;
  font-style: italic;
}

.randon_n_l {
  font-weight: 300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
}
.randon_n_r {
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
}
.randon_n_m {
  font-weight: 500;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
}
.randon_n_b {
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
}
.randon_n_black {
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
}
.randon_i_l {
  font-weight: 300;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}
.randon_i_r {
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}
.randon_i_m {
  font-weight: 500;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}
.randon_i_b {
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}
.randon_i_black {
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.slide_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
}
.slide_wrap .slider_main li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}
.slide_wrap .slider_main li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
}
.slide_wrap .slider_main li.is-active {
  opacity: 1;
  z-index: 2;
}
.slide_wrap .slider_main li.is-active img {
  transform: scale(1.15);
  transition: transform 5s ease-out;
}
.slide_wrap .slider_main li.is-prev {
  opacity: 0;
  z-index: 1;
}
.slide_wrap .slider_main li.is-prev img {
  transform: scale(1.15);
}
.slide_wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .slide_wrap h1 {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .slide_wrap h1 {
    max-width: 160px;
  }
}
.slide_wrap h1 img {
  width: 100%;
  height: auto;
  display: block;
}

/**---------------------------------------------*/
footer {
  background: url(../images/foot_bg.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer {
    background: url(../images/sp_foot_bg.webp) no-repeat center top;
    background-size: cover;
    padding: 57px 40px 18px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 122px 0 20px;
    margin-top: 140px;
  }
}
footer .basein {
  text-align: center;
}
footer .basein .all_time a {
  display: block;
  background: #f8f4a5;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  footer .basein .all_time a {
    font-size: 28px;
    letter-spacing: 4px;
    padding: 20px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .basein .all_time a {
    font-size: 28px;
    letter-spacing: 2px;
    padding: 18px 0;
  }
}
footer .basein .link_sns {
  margin: 105px 0 123px;
}
footer .basein .link_sns a {
  font-size: 13px;
  background: #000;
  color: #fff;
  padding: 3px 21px 4px;
  margin: 0 auto 16px;
  display: block;
  max-width: 115px;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  footer .basein .link_sns a {
    padding: 4px 21px;
  }
}
footer .basein .foot_logo {
  display: block;
  margin: 0 auto;
  max-width: 213px;
  width: 100%;
}

/** ANIMATION **/
.scroll-section {
  position: relative;
  width: 100%;
  z-index: 99999;
  margin-bottom: 100px;
}
.scroll-section .sticky-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .scroll-section .sticky-wrapper {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-height: 1100px) {
  .scroll-section .sticky-wrapper {
    height: calc(50vh + 187px);
  }
}
.scroll-section .image-mask {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  /* 重要：縦横比を保持（中身の画像に合わせる） 
  aspect-ratio: auto;*/
  overflow: hidden;
  will-change: transform;
  z-index: 2;
  /* ロード時の初期拡大率 */
  transform: scale(1.6169);
}
@media screen and (min-width: 769px) {
  .scroll-section .image-mask {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .scroll-section .image-mask {
    transform: scale(2.5);
    order: 1;
    will-change: auto;
  }
}
.scroll-section .image-mask img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  /* 画像側でも拡大率を同期 */
  transform: scale(1);
}
.scroll-section .side_sticky {
  width: 170px; /* サイドバーの幅 */
  z-index: 3;
  opacity: 0; /* 最初は隠しておく */
}
.scroll-section .side_sticky .flexed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.scroll-section .side_sticky .flexed .buyWrap {
  color: #000;
  padding: 4px 8px;
  margin-left: 10px;
}
.scroll-section .side_sticky.right_scroll {
  padding-right: 2vw;
}
@media screen and (max-width: 768px) {
  .scroll-section .side_sticky.right_scroll {
    order: 3;
    /*margin-top: calc(80 / 375 * 100%);
    margin-bottom: calc(30 / 375 * 100%);*/
    height: 195px;
    bottom: 0px;
    margin: 0px;
  }
}
.scroll-section .side_sticky.left_scroll {
  padding-left: 2vw;
}
@media screen and (max-width: 768px) {
  .scroll-section .side_sticky.left_scroll {
    order: 2;
    /*margin-top: calc(80 / 375 * 100%);
    margin-bottom: calc(30 / 375 * 100%);*/
    height: 195px;
    bottom: 0px;
    margin: 0px;
  }
}
.scroll-section .side_sticky ul {
  list-style: none;
  padding: 0;
}
.scroll-section .side_sticky ul li {
  margin-bottom: 10px;
}
.scroll-section .side_sticky ul li:last-child {
  margin-bottom: 0;
}
.scroll-section .side_sticky ul li dl {
  font-size: 10px;
}
.scroll-section .side_sticky ul li dl .receipt_N {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .scroll-section .side_sticky ul li dl .receipt_N.small_txt {
    font-size: 8px;
  }
}
.scroll-section .side_sticky ul li dl dd .buy_button {
  max-width: 47px;
  width: 100%;
  text-align: center;
  background: #f8f4a5;
  font-size: 10px;
  padding: 2px 16px 4px;
  margin-left: 20px;
  line-height: 1;
  display: block;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #scroll01 .sticky-wrapper,
  #scroll09 .sticky-wrapper {
    max-width: 100%;
    height: 100vh;
  }
}
#scroll01 .sticky-wrapper .image-mask,
#scroll09 .sticky-wrapper .image-mask {
  /*aspect-ratio: auto;*/
}
@media screen and (max-width: 768px) {
  #scroll01 .sticky-wrapper .image-mask,
  #scroll09 .sticky-wrapper .image-mask {
    /*aspect-ratio: auto;*/
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  #scroll09 .image-mask img {
    width: calc(100% - 7px);
  }
}
#scroll09 .side_sticky.right_scroll {
  width: calc(245px + 2vw);
  margin-right: -2vw;
}
@media screen and (max-width: 768px) {
  #scroll09 .side_sticky.right_scroll {
    width: calc(50% - 2vw);
    margin-right: 0;
  }
}
#scroll09 .side_sticky.left_scroll {
  width: calc(170px + 2vw);
  margin-left: -2vw;
}
@media screen and (max-width: 768px) {
  #scroll09 .side_sticky.left_scroll {
    width: calc(50% - 2vw);
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #scroll02.scroll-section,
  #scroll03.scroll-section,
  #scroll04.scroll-section,
  #scroll05.scroll-section,
  #scroll06.scroll-section,
  #scroll07.scroll-section,
  #scroll08.scroll-section {
    /*
          &::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            padding-top: calc(360 / 375 * 100%);
            width: 100%;
          }
    */
  }
  #scroll02.scroll-section .side_sticky,
  #scroll03.scroll-section .side_sticky,
  #scroll04.scroll-section .side_sticky,
  #scroll05.scroll-section .side_sticky,
  #scroll06.scroll-section .side_sticky,
  #scroll07.scroll-section .side_sticky,
  #scroll08.scroll-section .side_sticky {
    margin-top: 10.6666666667%;
    margin-bottom: 8%;
  }
  #scroll02.scroll-section .side_sticky.only_one,
  #scroll03.scroll-section .side_sticky.only_one,
  #scroll04.scroll-section .side_sticky.only_one,
  #scroll05.scroll-section .side_sticky.only_one,
  #scroll06.scroll-section .side_sticky.only_one,
  #scroll07.scroll-section .side_sticky.only_one,
  #scroll08.scroll-section .side_sticky.only_one {
    width: calc(180px + 2vw);
  }
  #scroll02.scroll-section .side_sticky.no_right,
  #scroll03.scroll-section .side_sticky.no_right,
  #scroll04.scroll-section .side_sticky.no_right,
  #scroll05.scroll-section .side_sticky.no_right,
  #scroll06.scroll-section .side_sticky.no_right,
  #scroll07.scroll-section .side_sticky.no_right,
  #scroll08.scroll-section .side_sticky.no_right {
    width: calc(80% - 2vw - (180px + 2vw));
  }
}
@media screen and (min-width: 411px) {
  #scroll02.scroll-section .side_sticky,
  #scroll03.scroll-section .side_sticky,
  #scroll04.scroll-section .side_sticky,
  #scroll05.scroll-section .side_sticky,
  #scroll06.scroll-section .side_sticky,
  #scroll07.scroll-section .side_sticky,
  #scroll08.scroll-section .side_sticky {
    max-width: 185px;
    width: 100%;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
#scroll02 .image-mask,
#scroll03 .image-mask,
#scroll04 .image-mask,
#scroll05 .image-mask,
#scroll06 .image-mask,
#scroll07 .image-mask,
#scroll08 .image-mask {
  /*aspect-ratio: auto;*/
  max-width: 450px;
  width: 100%;
  transform: scale(2);
}
@media screen and (max-width: 768px) {
  #scroll02 .image-mask,
  #scroll03 .image-mask,
  #scroll04 .image-mask,
  #scroll05 .image-mask,
  #scroll06 .image-mask,
  #scroll07 .image-mask,
  #scroll08 .image-mask {
    width: 100%;
    height: auto;
    transform: scale(1.9);
    max-width: 243px;
  }
}
@media screen and (min-width: 411px) {
  #scroll02 .image-mask,
  #scroll03 .image-mask,
  #scroll04 .image-mask,
  #scroll05 .image-mask,
  #scroll06 .image-mask,
  #scroll07 .image-mask,
  #scroll08 .image-mask {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #scroll05.scroll-section .sticky-wrapper {
    align-items: flex-start;
  }
}
/* ピクチャームーブセクション */
.scatter-container {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .scatter-container {
    overflow: hidden;
  }
}
.scatter-container .photo-item {
  position: absolute;
  width: 211px;
  height: 300px; /* 最大幅708pxを再現するための基準サイズ */
  /*aspect-ratio: 1 / 1.3;*/
  padding: 5px;
  top: 50%;
  left: 50%;
  /* 位置調整はJSで行うため、CSSでは中央に固定 */
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .scatter-container .photo-item {
    height: auto;
    will-change: auto;
  }
}
.scatter-container .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .scatter-container .photo-item img {
    height: auto;
  }
}
.scatter-container .tap-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  background: #000;
  padding: 10.5px 34px;
  font-family: "Courier New", monospace;
  font-size: 18.4px;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .scatter-container .tap-center {
    padding: 8px 19px;
    font-size: 10px;
  }
}
.scatter-container .tap-center span {
  color: #fff;
}

.scroll-section .basein ul.clumns {
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .scroll-section .basein ul.clumns {
    gap: 3px;
    margin: 0 7px;
  }
}
.scroll-section .basein ul.clumns li {
  width: calc(50% - 3px);
}
.scroll-section .basein ul li {
  width: 50%;
}
.scroll-section .basein ul li:first-child img, .scroll-section .basein ul li:nth-child(2) img {
  margin-bottom: -1px;
}

#scroll03 .scatter-container .photo-item {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #scroll03 .scatter-container .photo-item {
    width: 33.3333333333%;
  }
}
#scroll03 .scatter-container .photo-item:nth-child(6) {
  opacity: 1;
  z-index: 2 !important;
}

@media screen and (max-width: 768px) {
  #scroll06 .scatter-container .photo-item {
    width: 33.3333333333%;
  }
}
#scroll06 .scatter-container .photo-item:nth-child(6) {
  z-index: 2 !important;
}

@media screen and (min-width: 1200px) {
  #scroll01.scroll-section .sticky-wrapper,
  #scroll09.scroll-section .sticky-wrapper {
    margin: 0 auto;
  }
  #scroll09.scroll-section .sticky-wrapper .left_scroll {
    max-width: 210px;
    width: 100%;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  #scroll09.scroll-section .sticky-wrapper .right_scroll {
    max-width: 210px;
    width: 100%;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  #scroll02.scroll-section .sticky-wrapper,
  #scroll03.scroll-section .sticky-wrapper,
  #scroll04.scroll-section .sticky-wrapper,
  #scroll05.scroll-section .sticky-wrapper,
  #scroll06.scroll-section .sticky-wrapper,
  #scroll07.scroll-section .sticky-wrapper,
  #scroll08.scroll-section .sticky-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 769px) {
  #scroll02.scroll-section .sticky-wrapper,
  #scroll03.scroll-section .sticky-wrapper,
  #scroll04.scroll-section .sticky-wrapper,
  #scroll05.scroll-section .sticky-wrapper,
  #scroll06.scroll-section .sticky-wrapper,
  #scroll07.scroll-section .sticky-wrapper,
  #scroll08.scroll-section .sticky-wrapper {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .scroll-section .sticky-wrapper {
    width: 100vw !important;
    height: 100dvh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: center;
  }
  .scroll-section .image-mask {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    width: auto;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    margin-top: -10vh;
    max-width: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scroll-section .image-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  .scroll-section .side_sticky {
    position: absolute;
    bottom: 5dvh;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  .scroll-section .side_sticky.right_scroll {
    width: calc(50% - 2vw);
    right: 2vw;
    padding-right: 0;
    transform: translateX(0%) !important;
  }
  .scroll-section .side_sticky.left_scroll {
    width: calc(50% - 2vw);
    left: 2vw;
    padding-left: 0;
    transform: translateX(0%) !important;
  }
  #scroll01.scroll-section .sticky-wrapper .image-mask,
  #scroll09.scroll-section .sticky-wrapper .image-mask {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    will-change: width, height;
  }
  #scroll01.scroll-section .sticky-wrapper .image-mask img,
  #scroll09.scroll-section .sticky-wrapper .image-mask img {
    width: calc(100% - 7px);
    height: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transform-origin: center center;
    will-change: auto !important;
  }
  #scroll02.scroll-section .sticky-wrapper .side_sticky {
    bottom: 5dvh;
  }
  #scroll02.scroll-section .sticky-wrapper .side_sticky.left_scroll {
    bottom: 0dvh;
  }
  #scroll05.scroll-section .sticky-wrapper {
    align-items: center;
  }
  #scroll05.scroll-section .sticky-wrapper .side_sticky {
    margin-bottom: -20%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #scroll05.scroll-section .sticky-wrapper .side_sticky {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #scroll05.scroll-section .sticky-wrapper .side_sticky.left_scroll {
    /*bottom: 12.8dvh;*/
  }
  #scroll05.scroll-section .basein {
    margin: 10% auto 0;
    padding-bottom: 20%;
  }
  #scroll06.scroll-section .sticky-wrapper .side_sticky.left_scroll,
  #scroll07.scroll-section .sticky-wrapper .side_sticky.left_scroll {
    bottom: 0dvh;
  }
  #scroll09.scroll-section .sticky-wrapper {
    align-items: center;
  }
  #scroll09.scroll-section .sticky-wrapper .side_sticky.left_scroll {
    /*bottom: 8.7dvh;*/
  }
  #scroll09.scroll-section .sticky-wrapper .side_sticky.left_scroll ul li:last-child dl dt {
    font-size: 9px;
  }
  #scroll09.scroll-section .sticky-wrapper .side_sticky.right_scroll ul li:nth-child(2) dl dt {
    width: 30%;
    text-align: right;
  }
  #scroll09.scroll-section .basein {
    margin: 0 auto;
    padding-bottom: 20%;
  }
  #scroll02.scroll-section .sticky-wrapper,
  #scroll03.scroll-section .sticky-wrapper,
  #scroll04.scroll-section .sticky-wrapper,
  #scroll05.scroll-section .sticky-wrapper,
  #scroll06.scroll-section .sticky-wrapper,
  #scroll07.scroll-section .sticky-wrapper,
  #scroll08.scroll-section .sticky-wrapper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  #scroll02.scroll-section .sticky-wrapper,
  #scroll03.scroll-section .sticky-wrapper,
  #scroll04.scroll-section .sticky-wrapper,
  #scroll05.scroll-section .sticky-wrapper,
  #scroll06.scroll-section .sticky-wrapper,
  #scroll07.scroll-section .sticky-wrapper,
  #scroll08.scroll-section .sticky-wrapper {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */