@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Zen+Kaku+Gothic+New&display=swap');

:root {
  --ff-gill-book: "GillSansNova-Book", "Open Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ff-gill-medium: "GillSansNova-Medium", "Open Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ff-gill-semibold: "GillSansNova-SemiBold", "Open Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ff-cezanne-m: "CezannePro-M", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ff-cezanne-db: "CezannePro-DB", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  margin: 0px;
}

input,
select,
button {
  color: #000;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #444;
}

article {
  width: 100%;
  overflow: hidden;
-webkit-font-smoothing: antialiased;
}

article * img {
  width: 100%;
  height: auto;
}

section {
  min-height: 100svh;
  width: 100%;
  box-sizing: border-box;
}

div.wrapper {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: var(--ff-cezanne-m);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

/* --=============PC============--*/
.pc {
  display: block;
}

.sp {
  display: none;
}

#hd {
  opacity: 0;
  pointer-events: none;
  /* 非表示時にクリック無効<span class="indent">（</span>任意） */
  transition: opacity 240ms ease;
  /* お好みで時間調整 */
  display: block;
  width: 100%;
  height: max-content;
  margin: 0 auto;
  position: fixed;
  z-index: 10;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

#hd.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#hd a img {
  display: block;
  width: 90px;
  max-width: 90px;
  /* 固定時サイズ */
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

main {
  display: block;
  width: 100%;
  min-height: 110svh;
  height: auto;
  background: linear-gradient(to bottom, #EDEDED 50%, #FFFFFF 50%);
  position: relative;
}

/* 初期<span class="indent">（</span>absolute） */
main h1 {
  position: absolute;
  top: 10svh;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
  height: auto;
  transition: max-width 260ms ease;
  /* 縮小を滑らかに */
}

main h1 img {
  width: 100%;
  max-width: 16vmax;
  /* 初期サイズ */
  height: auto;
  transition: max-width 260ms ease;
  /* 縮小を滑らかに */
}

/* 画面から消えた後の固定表示 */
main h1.is-fixed {
  position: fixed;
  top: 5svh;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

main h1.is-fixed img {
  max-width: 125px;
  /* 固定時サイズ */
}

#top .main {
  position: absolute;
  width: 50vmax;
  height: auto;
  top: 65%;
  left: 25%;
  will-change: transform, filter, opacity;
  pointer-events: none;
}

/* 前：最も速い */
#top .main.front {
  z-index: 3;
  transform: translate(0, -50%) translate3d(0, var(--frontY, 0px), 0);
}

/* 中間：前と奥の中間速度 */
#top .main.mid {
  z-index: 2;
  transform: translate(0, -50%) translate3d(0, var(--midY, 0px), 0);
}

/* 奥<span class="indent">（</span>影）：最も遅い＋フェード＆ブラー */
#top .main.shadow {
  z-index: 1;
  top: 60%;
  opacity: var(--opacity, 1);
  /* 初期は不透明 1 */
  filter: blur(var(--blur, 0px));
  /* 初期はブラー 0 */
  transform: translate(0, -50%) translate3d(0, var(--shadowY, 0px), 0);
}

/*====*/
section#second {
  display: block;
  width: 100%;
  min-height: 1024px;
  height: auto;
  background: linear-gradient(to bottom, #ffffff 50%, #EDEDED 50%);
  position: relative;
}

section#second .text {
  display: block;
  padding-top: 50px;
  margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 2;
}

section#second .text h2 {
  font-family: var(--ff-gill-medium);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  padding-bottom: 78px;
}

section#second .text h3 {
  font-family: var(--ff-cezanne-m);/*var(--ff-cezanne-db);*/
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 74px;
}

section#second .text p {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 226.667% */
}

#second .main {
  position: absolute;
  width: 45vmax;
  height: auto;
  top: 90%;
  left: 30%;
  will-change: transform, filter, opacity;
  pointer-events: none;
}

/* 前：最も速い */
#second .main.front {
  z-index: 3;
  transform: translate(0, -50%) translate3d(0, var(--frontY, 0px), 0);
}

/* 奥<span class="indent">（</span>影）：最も遅い＋フェード＆ブラー */
#second .main.shadow {
  z-index: 1;
  top: 85%;
  opacity: var(--opacity, 1);
  /* 初期は不透明 1 */
  filter: blur(var(--blur, 0px));
  /* 初期はブラー 0 */
  transform: translate(0, -50%) translate3d(0, var(--shadowY, 0px), 0);
}

/*section#story */
section#story {
  background-color: #EDEDED;
  padding-top: 120px;
  min-height: unset;
  height: unset;
  padding-bottom: 0;
  scroll-margin-top: 120px;
}

section#story h2 {
  font-family: var(--ff-cezanne-m);/*var(--ff-cezanne-db);*/
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  /* 125% */
}

section#story h2 img {
  padding-bottom: 40px;
}

section#story h3 {
  font-family: var(--ff-cezanne-m);/*var(--ff-cezanne-db);*/
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  padding-bottom: 71px;
}

section#story p {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  padding-bottom: 250px;
}

section#story h2 img {
  max-width: 292px;
}

section#story .story {
  width: 100%;
  padding-bottom: 200px;
  background: linear-gradient(to bottom, #EDEDED 20%, #FFFFFF 20%);
}

section#story .story img {
  max-width: 380px;
  margin-left: 40px;
}

section.pull {
  padding-top: 0;
}

section.pull h3 {
  font-family: var(--ff-gill-medium);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 70px;
}

section.pull p {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-top: 80px;
  padding-bottom: 210px;
}

section.pull p span {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 215.385% */
  padding-top: 1em;
}

div.pull {
  width: max-content;
  margin: 0 auto;
}

div.pull img {
  width: 100%;
  max-width: 700px;
  padding-bottom: 0;
}

div.find_yours {
  width: 100%;
  height: 560px;
  background-image: url("../../img/usr/10th/bg_02.png");
  background-size: auto 100%;
  /* ← 高さに合わせて縮小<span class="indent">（</span>この指定を生かす） */
  background-repeat: repeat-x;
  /* 横方向リピート */
  background-position: 0 0;
}

/*section#popup */
section#popup {
  padding-top: 0;
  min-height: unset;
  height: unset;
  padding-bottom: 0;
}

section#popup p {
  display: block;
  font-family: var(--ff-cezanne-m);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  padding-bottom: 100px;
  margin: 0 auto;
  width: max-content;
  text-align: center;
}

div.popup {
  height: 515px;
  display: flex;
  background-image: url("../../img/usr/10th/POP-UP_banner_PC.jpg");
  background-size: auto 100%;
  /* ← 高さに合わせて縮小<span class="indent">（</span>この指定を生かす） */
  background-repeat: repeat-x;
  /* 横方向リピート */
  background-position: center center;
  margin-bottom: 90px;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.popup h2 {
  font-family: var(--ff-gill-medium);
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
  /* 98% */
}

div.popup h2 span {
  display: block;
  font-size: 0.525em;
}

div.popup access {
  font-family: var(--ff-gill-medium);
  display: block;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
margin-left: 0.4em;
}

div.popup date {
  font-family: var(--ff-gill-medium);
  display: block;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*section#campaign */
div.popup2 {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding-bottom: 100px;
}

div.popup2 h2 {
  font-family: var(--ff-gill-medium);
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 100% */
  padding-bottom: 60px;
}

div.limited {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

div.limited.ln {
  border-bottom: 1px solid #ccc;
}

  div.limited_model.spln {
    border-bottom: 1px solid #ccc;
  }

div.limited div.limited_model {
  width: 100%;
  max-width: 640px;
  position: relative;
  padding-bottom: 63px;
  margin: 0 auto;
}

div.limited div.limited_model.spiral {
    width: 100%;
    max-width: 640px;
    position: relative;
    padding-bottom: 40px;
    margin: 0 auto;
border: 1px solid #ccc;
}

section#popup div.limited div.limited_model p {
  font-family: var(--ff-cezanne-m);
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  padding-top: 30px;
  padding-bottom: 0;
}

section#popup div.limited div.limited_model p.spiral {
  padding-top: 63px;
  padding-bottom: 30px;
}


div.limited div.limited_model.spiral div.img {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 132 / 55;
  width: 132px;
margin:0 auto;
}

div.limited div.limited_model.spiral div.img img{
margin:0 auto;
}



section#popup div.limited div.limited_model p span {
  display: block;
  /*padding-top: 0.8em;*/
  padding-top: 25px;
  font-size: 0.8em;
}

div.limited div.limited_model p a {
  font-family: var(--ff-gill-medium);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 11px;
  /* 100% */
  padding: 9px;
  border-bottom: 1px solid #000;
}

div.limited div.limited_model div.img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 64 / 40;
}

div.limited div.limited_model div.present {
  position: absolute;
  top: -16px;
  right: 15px;
  width: 100px;
  height: 100px;
  z-index: 1;
  /*
    top: 131px;
    right: 10px;
    width: 71px;
    height: 71px;
    z-index: 1;*/
}

div.limited div.limited_model div.present img {
  width: 100%;
  height: auto;
}

div.limited div.limited_model div.img img {
  width: 100%;
  height: auto;
}

div.popup2 h3 {
  font-family: var(--ff-gill-medium);
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 100% */
  padding-top: 60px;
  padding-bottom: 60px;
}

/*section#history*/
section#history {
  padding-top: 100px;
  background-color: #F6F6F6;
  padding-bottom: 117px;
  margin-left: -1px;
}

section#history h2 {
  font-family: var(--ff-gill-medium);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 105px;
}

.history {
  position: relative;
  border-left: 1px solid transparent;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-left: clamp(0px, calc(50% - 400px), 9999px);
  position: relative;
}

.history::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 107px;
  bottom: var(--history-bottom, 230px);
  width: 1px;
  background: #000;
  z-index: 1;
}

.year {
  width: 100%;
  display: flex;
  position: relative;
}

.history_topic {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-left: 85px;
  align-items: flex-start;
  align-content: flex-start;
}

.history_topic:active {}

.history_year {
  padding-top: 97px;
  width: 64px;
  font-family: var(--ff-gill-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  padding-left: 0;
  z-index: 1;
  margin-left: 21px;
  height: 100%;
}

.year::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 84px;
  z-index: 0;
  background-color: rgba(246, 246, 246, 0.8);
  /* 薄いグレーに透明度 */
  backdrop-filter: blur(10px);
  /* 背景をぼかす */
  -webkit-backdrop-filter: blur(10px);
  /* Safari対応 */
}

.history_year p::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  top: 107px;
  left: -3px;
  z-index: 1;
}

.topic {
  width: 306px;
  min-width: 306px;
  margin-right: 20px;
  font-family: var(--ff-cezanne-m);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 55px;
  white-space: nowrap;
}

.topic div.img {
  width: 100%;
  aspect-ratio: 204/154;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 1.5em;
}

.topic img {
  width: 100%;
  display: block;
  padding-bottom: 27px;
}

.topic a {
  position: relative;
  display: block;
  width: 100%;
}

.topic a div.img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background: url(../../img/usr/10th/plus.png) no-repeat center / contain;
  pointer-events: none;
}

/*nav.shupatto*/
nav.shupatto {
  display: block;
  position: relative;
  width: 100%;
  height: 66px;
  background-color: #000;
  font-family: var(--ff-gill-medium);
  color: #fff;
  z-index: 10;
}

nav.shupatto.is-fixed {
  position: fixed;
  bottom: 0;
  /* ← ここを top:0 の代わりに bottom:0 にする */
  left: 0;
  right: 0;
  /* 横幅いっぱい */
}

nav.shupatto ul {
  display: flex;
  width: max-content;
  margin: 0 auto;
}

nav.shupatto ul li {
  position: relative;
  /* 疑似要素を絶対配置するため */
}

/* 疑似要素でバッジを描く */
nav.shupatto li.badged::after {
  background: #F40000;
  content: "";
  position: absolute;
  top: -7px;
  /* バッジの縦位置は調整してください */
  right: 7px;
  /* 横位置も調整 */
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* 真円にする */
}

nav.shupatto ul li a {
  font-family: var(--ff-gill-medium);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 20px 27px;
}

/*FOOTER*/
footer {
  padding-top: 54px;
  background-color: #fff;
}

.footer-sns a.icon-ig {
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/10th/icn_insta.png);
}

.footer-sns a.icon-ln {
  width: 26px;
  height: 25px;
  background-image: url(../../img/usr/10th/icn_line.png);
}

.footer-sns a.icon-x {
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/10th/icn_x.png);
}

.footer-sns a.icon-fb {
  width: 25px;
  height: 25px;
  background-image: url(../../img/usr/10th/icn_fb.png);
}

.footer-sns a.icon-yt {
  width: 26px;
  height: 18px;
  background-image: url(../../img/usr/10th/icn_youtube.png);
}

.footer-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  text-align: center;
}

.footer-nav,
.footer-link-1,
.footer-link-2,
.footer-calender,
.footer-contact,
.footer-logo,
.footer-sns,
.footer-copyright {
  padding: 0 20px;
  background-color: #fff;
  color: #000;
}

.footer-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sns a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.footer-nav a,
.footer-link-1 a,
.footer-link-2 a,
.footer-calender a,
.footer-contact a,
.footer-logo a,
.footer-sns a,
.footer-copyright a {
  color: #000;
}

.footer-link-1 {
  padding: 0;
  max-width: 310px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.footer-link-1 div {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.footer-link-1 div img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer-link-1 div p {
  display: block;
  padding-top: 24px;
  font-family: var(--ff-cezanne-m);
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}

.footer-link-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.footer-link-2 li:nth-child(even)::before {
  content: "";
  position: relative;
  display: none;
}

.footer-link-2 li:nth-child(even) {
  position: relative;
  margin-left: 0;
}

.footer-link-2 li {
  margin: 8px 0.5em;
  font-family: var(--ff-cezanne-m);
  font-size: 12px;
}

.footer-sns {
  width: max-content;
  padding: 54px 0;
  margin: 0 auto;
}

.footer-sns li+li {
  margin-left: 0;
}

.footer-sns li {
  margin: 0 16.5px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 58px;
  padding-bottom: 108px;
}

/* --=============SP============--*/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  section {
    min-height: 100svh;
  }

  div.wrapper {
    color: #000;
    text-align: center;
    font-family: var(--ff-cezanne-m);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4;
  }

  #hd {
    padding: 10px 0;
  }

  #hd a img {
    width: 70px;
    max-width: 70px;
    /* 固定時サイズ */
    height: auto;
  }

  main {
    display: block;
    width: 100%;
    min-height: 100svh;
    height: auto;
    background: linear-gradient(to bottom, #EDEDED 64.5%, #FFFFFF 35.5%);
    position: relative;
  }

  main h1 {
    width: max-content;
    height: auto;
    position: absolute;
    top: 10svh;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }

  main h1 img {
    width: 30svh;
    max-width: 213px;
    height: auto;
  }

  /* 画面から消えた後の固定表示 */
  main h1.is-fixed {
    position: fixed;
    top: 5svh;
  }

  main h1.is-fixed img {
    max-width: 96px;
    /* 固定時サイズ */
  }

  #top .main {
    width: 65svh;
    height: auto;
    top: auto;
    bottom: 0;
    left: 66dvw;
  }

  #top .main.front {
    transform: translate(-50%, 0) translate3d(0, var(--frontY, 0px), 0);
  }

  #top .main.mid {
    transform: translate(-50%, 0) translate3d(0, var(--midY, 0px), 0);
  }

  #top .main.shadow {
    top: auto;
    transform: translate(-50%, 0) translate3d(0, var(--shadowY, 0px), 0);
  }

  /*====*/
  section#second {
    display: block;
    width: 100%;
    min-height: 740px;
    height: auto;
    background: linear-gradient(to bottom, #FFFFFF 75%, #EDEDED 25%);
    position: relative;
  }

  section#second .text {
    display: block;
    padding-top: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 2;
  }

  section#second .text h2 {
    font-family: var(--ff-gill-medium);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    padding-bottom: 44px;
  }

  section#second .text h3 {
    font-family: var(--ff-cezanne-m);/*var(--ff-cezanne-db);*/
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 44px;
  }

  section#second .text p {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 242.857% */
  }

  #second .main {
    width: 65svh;
    height: auto;
    top: 75%;
    left: 24dvw;
  }

  #second .main.front {
    transform: translate(-50%, 0) translate3d(0, var(--frontY, 0px), 0);
  }

  #second .main.shadow {
    top: 70%;
    transform: translate(-50%, 0) translate3d(0, var(--shadowY, 0px), 0);
  }

  /*section#story */
  section#story {
    padding-top: 100px;
  }

  section#story h3 {
    font-family: var(--ff-cezanne-m);/*var(--ff-cezanne-db);*/
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 44px;
  }

  section#story p {
    display: block;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 10% 120px 10%;
  }

  section#story h2 {
    width: max-content;
    margin: 0 auto;
    padding-bottom: 33px;
  }

  section#story h2 img {
    max-width: 154px;
    padding-bottom: 0;
  }

  section#story .story {
    width: 100%;
    padding-bottom: 50px;
    background: linear-gradient(to bottom, #EDEDED 20%, #FFFFFF 20%);
  }

  section#story .story img {
    max-width: 220px;
    margin-left: 27px;
  }

  section.pull {
    padding-top: 50px;
  }

  section.pull h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 30px;
  }

  section.pull p {
    display: block;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 10% 100px 10%
  }

  section.pull p span {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 215.385% */
    padding-top: 0;
  }

  div.pull img {
    width: 100%;
    max-width: 36vw;
    padding-bottom: 60px;
  }

  div.find_yours {
    width: 100%;
    height: 100vw;
    background: transparent url(../../img/usr/10th/bg_02.png) center center repeat-x;
    background-size: cover;
    margin-bottom: 40px;
  }

  /*section#popup */
  section#popup p {
    padding-bottom: 0;
  }

  section#popup div.limited div.limited_model p {
    display: block;
    font-family: var(--ff-cezanne-m);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin: 0 auto;
    padding-bottom: 10px;
    width: max-content;
    text-align: center;
  }

  div.popup {
    height: 100vw;
    display: flex;
    background: transparent url(../../img/usr/10th/POP-UP_banner_SP.jpg) center center repeat-x;
    background-size: cover;
    margin-bottom: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  div.popup h2 {
    font-family: var(--ff-gill-medium);
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    /* 98% */
  }

  div.popup access {
    font-family: var(--ff-gill-medium);
    display: block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
  }

  div.popup date {
    font-family: var(--ff-gill-medium);
    display: block;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  div.popup2 {
    padding-top: 50px;
    margin: 0 auto;
    width: 80%;
    max-width: 980px;
    padding-bottom: 80px;
  }

  div.popup2 h2 {
    font-family: var(--ff-gill-medium);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 40px;
  }

  div.limited {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }


  div.limited div.limited_model {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 35px;
  }

  div.limited div.limited_model p {
    font-family: var(--ff-cezanne-m);
    display: block;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-top: 20px;
  }

  div.limited div.limited_model div.present {
    position: absolute;
  top: -10px;
    right: 10px;
    width: 71px;
    height: 71px;
    z-index: 1;
  }

  div.popup2 h3 {
    font-family: var(--ff-gill-medium);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 100% */
    padding-top: 38px;
    padding-bottom: 38px;
  }

  /*section#history*/
  section#history {
    padding-top: 80px;
    background-color: #F6F6F6;
    padding-bottom: 80px;
    width: 100%;
    padding-left: 0;
  }

  section#history h2 {
    font-family: var(--ff-gill-medium);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 80px;
  }

  .history {
    position: relative;
    /* 擬似要素の基準にする */
    border-left: 1px solid transparent;
    /* アクセシビリティ的に「線があるよ」と意図を残すなら */
    width: 100%;
    margin: 0 auto;
  }

  .history::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 67px;
    bottom: var(--history-bottom-sp, 230px);
    width: 1px;
    background: #000;
    z-index: 1;
  }

  .history_topic {
    overflow-x: auto;
    /* 横スクロールは有効のまま */
    -ms-overflow-style: none;
    /* Old Edge/IE<span class="indent">（</span>念のため） */
    scrollbar-width: none;
    /* Firefox */
    position: relative;
    padding-left: calc(50vw - 102px);
  }

  /* WebKit<span class="indent">（</span>Chrome / Safari / 新Edge） */
  .history_topic::-webkit-scrollbar {
    display: none;
  }

  .history_year {
    padding-top: 57px;
    font-family: var(--ff-gill-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    z-index: 1;
    width: 64px;
    margin-left: 21px;
    min-width: calc(50vw - 123px);
  }

  .history_year p::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    top: 67px;
    left: -3px;
    z-index: 1;
  }

  .topic {
    width: 204px;
    min-width: 204px;
    margin-right: 20px;
    font-family: var(--ff-cezanne-m);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
    padding-bottom: 55px;
    white-space: nowrap;
  }

  nav.shupatto {
    height: 56px;
  }

  nav.shupatto ul {
    display: flex;
    width: max-content;
    margin: 0 auto;
  }

  nav.shupatto ul li {}

  nav.shupatto ul li a {
    font-family: var(--ff-gill-medium);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 11px 17px;
  }
}

/* 1回だけのフェードイン共通定義 */
.fadein-once {
  opacity: 0;
  animation: fadeInOnce 1.5s ease forwards;
  /* デフォルトで delay は 0s */
}

/* 実際のキーフレーム */
@keyframes fadeInOnce {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.show {
  opacity: 0;
  /*  animation-delay: .5s;*/
}

.fadein-1 {
  /*    animation-delay: 0.5s;*/
}

.fadein-2 {
  /*    animation-delay: 1s;*/
}

.fadein-3 {
  /*    animation-delay: 2s;*/
}

sup {
  vertical-align: baseline;
  font-size: 75%;
  position: relative;
  line-height: 0;
  top: -.5em;
}

/* --=============WOVN設定============-- */
.wovn-languages {
  display: block;
  width: max-content;
  position: fixed;
  font-family: var(--ff-gill-medium);
  font-size: 13px;
  top: 20px;
  right: 20px;
  z-index: 11;
}

.wovn-switch {
  cursor: pointer;
  color: #999;
}

.wovn-switch.selected {
  cursor: pointer;
  color: #000;
}

.wovn-languages .wovn-switch:not(:last-child)::after {
  content: "|";
  margin: 0 0.3em;
  color: #999;
}

/* --=============SP============--*/
@media screen and (max-width: 767px) {
  .wovn-languages {
    font-size: 14px;
    top: 5px;
    right: 10px;
    z-index: 11;
  }
}


span.indent{
display: inline!important;
font-size: 1em!important;
margin-left: -0.4em;
}