@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* カラーパレット
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* min関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* clamp関数(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "contralto-medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.01em;
  background-color: #002460;
  scroll-behavior: smooth;
}

.ja {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #222;
  cursor: pointer;
}
a[href=""] {
  pointer-events: none;
}
a:hover, a:focus, a:active {
  opacity: 0.5;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #8c3321;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  font-family: "contralto-medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #loading-bg .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    font-size: 48px;
    margin-bottom: 44px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
}
footer .footer_bg {
  background-color: #011b46;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    background-size: cover;
  }
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 62.5vw;
  }
}
footer a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  footer .link {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 769px) {
  footer .link {
    padding: 4.6875vw 0;
  }
}
footer .link ul {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .link ul li {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul li {
    margin-bottom: 1.5625vw;
  }
}
footer .link ul li a {
  color: #fff;
  display: inline-block;
}
footer .link ul li a::after {
  content: "";
  display: block;
  margin-top: 2px;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 37.3333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo {
    width: 10.9375vw;
    margin-bottom: 1.171875vw;
  }
}
footer .copyright {
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 0 0 0.78125vw;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn {
  box-sizing: border-box;
  background-color: #fff;
  color: #002460;
  border-radius: 999px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn {
    font-size: 1.25vw;
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  /* min-height: 100svh; 画面高さに収める */
  position: relative;
  color: #fff;
  background-color: #002460;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: 216.5333333333vw; /* 画像見切れさせない */
  }
}
.fv .inner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .inner {
    /* height: 100svh; 画面高さに収める */
    height: 100%; /* 画像見切れさせない */
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner {
    height: 100svh; /* 画面高さに収める */
    -o-object-fit: cover;
       object-fit: cover; /* 画像の縦横比を維持しつつ全体表示 */
  }
}
.fv .inner .txt {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt {
    top: 16vw;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt {
    top: 3.984375vw;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .txt h1 {
    width: 68vw;
    margin: 0 auto 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt h1 {
    width: 38.515625vw;
    margin: 0 auto 1.5625vw;
  }
}
.fv .inner .txt h1 span.main {
  display: block;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt h1 span.main {
    font-size: 24vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt h1 span.main {
    font-size: 10.9375vw;
  }
}
.fv .inner .txt h1 span.num {
  font-style: italic;
}
.fv .inner .txt .lead {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt .lead {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt .lead {
    font-size: 0.9375vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .txt .lead p {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt .lead p {
    margin-bottom: 0.78125vw;
  }
}
.fv .inner .txt .lead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .fv .inner .txt .lead p:nth-child(2) {
    margin-bottom: 0;
  }
}
.fv .inner .bg {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv .inner .bg {
    aspect-ratio: 1800/2001;
  }
}
.fv .inner .bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv .inner .bg img {
    height: 100%; /* 画像見切れさせない */
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .bg img {
    height: 100svh;
  }
}

.fv_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv_deco._01 {
    width: 6.6666666667vw;
    left: 6.1333333333vw;
    top: 37.4186666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._01 {
    width: 1.953125vw;
    left: 1.9375vw;
    top: 16.32734375vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._02 {
    width: 5.8666666667vw;
    left: 43.392vw;
    top: 94.672vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._02 {
    width: 1.71875vw;
    left: 21.61875vw;
    top: 8.3359375vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._03 {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
    top: 52.888vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._03 {
    width: 3.90625vw;
    left: 1.68671875vw;
    top: 1.346875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._04 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._04 {
    width: 3.515625vw;
    left: 40.78125vw;
    top: 0.234375vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._04 img {
    transform: rotate(-38deg);
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._05 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._05 {
    width: 3.125vw;
    left: 37.5vw;
    top: 24.609375vw;
    transform: rotate(25deg);
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._06 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._06 {
    width: 7.8125vw;
    left: 70.78125vw;
    top: -3.28125vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._06 img {
    transform: rotate(25deg);
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._07 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._07 {
    width: 1.5625vw;
    right: 5.78125vw;
    top: 5.81953125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._08 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._08 {
    width: 6.25vw;
    right: 20.546875vw;
    bottom: 15.625vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._08 img {
    transform: rotate(32deg);
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._09 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._09 {
    width: 1.5625vw;
    right: 14.0625vw;
    bottom: 14.0625vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
#lead {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lead {
    width: 66.6666666667vw;
    margin: 18.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 39.0625vw;
    margin: 7.03125vw auto;
  }
}
#lead p {
  text-align: center;
  line-height: 3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 1.09375vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .credit {
    width: 58.6666666667vw;
    top: 130.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .credit {
    width: 17.1875vw;
  }
}
.credit ul {
  margin: 0 auto;
}
.credit ul li {
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 0.5px dashed #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 0.78125vw;
    font-size: 1.171875vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li span {
  line-height: 1.813;
}
.credit ul li .item {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .credit ul li .item {
    width: 21.3333333333vw;
    margin-left: 0.5333333333vw;
    margin-right: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item {
    width: 6.25vw;
    margin-left: 0.15625vw;
    margin-right: 1.5625vw;
    font-size: 1.09375vw;
  }
}
.credit ul li .price {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .credit ul li .price {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .price {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li .small {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .small {
    font-size: 0.625vw;
  }
}
.credit ul li a {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .credit ul li a {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a {
    padding-bottom: 0.3125vw;
  }
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a::after {
  content: "CHECK";
  position: absolute;
  background-color: #6c3801;
  color: #fff;
  font-weight: 300;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li a::after {
    width: 14.6666666667vw;
    height: 5.6vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a::after {
    width: 4.296875vw;
    height: 1.640625vw;
    font-size: 0.859375vw;
  }
}
.credit ul li a.com, .credit ul li a.sample {
  position: relative;
  pointer-events: none;
}
.credit ul li a.com::after, .credit ul li a.sample::after {
  content: "coming soon";
  position: absolute;
  background-color: transparent;
  border: solid 0.75px #6c3801;
  color: #6c3801;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li a.com::after, .credit ul li a.sample::after {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a.com::after, .credit ul li a.sample::after {
    font-size: 0.546875vw;
  }
}
.credit ul li a.sample {
  pointer-events: none;
}
.credit ul li a.sample::after {
  content: "参考商品";
}

.main_wrap .credit {
  margin: 0 auto;
  position: static;
}
@media screen and (max-width: 768px) {
  .main_wrap .credit {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit {
    width: 19.53125vw;
  }
}
.main_wrap .credit ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main_wrap .credit ul li a {
    padding-bottom: 0.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit ul li a {
    padding-bottom: 0.1953125vw;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .credit ul li a::after {
    width: 16vw;
    height: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit ul li a::after {
    width: 4.6875vw;
    height: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .credit .price {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit .price {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .credit a::after {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .credit a::after {
    font-size: 0.9375vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

.wrapper {
  position: relative;
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.transform_90 {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-90deg);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h2,
h3 {
  line-height: 1;
  letter-spacing: 0.02em;
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    transform: translate(0, -8px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(8deg);
  }
}
.swaying_anim {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
}

.swaying {
  animation-name: swaying;
  transform: rotate(20deg);
  animation-duration: 5s;
}

@keyframes swaying {
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
/*===========
  creditajax
  ===========*/
/* 価格===================================================== */
.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}

.creditAjax_price__off {
  color: red;
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

/* アイテム名===================================================== */
.creditAjax_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*===========
  ↑creditajaxここまで
  ===========*/
@media screen and (max-width: 768px) {
  .all_btn {
    width: 74.6666666667vw;
    margin: 0 auto 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .all_btn {
    width: 25vw;
    margin: 0 auto 7.8125vw;
  }
}

.review_staff {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .review_staff {
    margin-top: 1.8666666667vw;
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff {
    margin-top: 0.546875vw;
    width: 10.15625vw;
  }
}
.review_staff .prof {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 768px) {
  .review_staff .prof {
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    top: -1.3333333333vw;
    left: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .prof {
    -moz-column-gap: 0.390625vw;
         column-gap: 0.390625vw;
    top: -0.390625vw;
    left: 0.390625vw;
  }
}
@media screen and (max-width: 768px) {
  .review_staff .prof .icon_img {
    width: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .prof .icon_img {
    width: 2.734375vw;
  }
}
.review_staff .prof .icon_img img {
  border-radius: 50% !important;
}
.review_staff .prof p {
  position: relative;
}
@media screen and (max-width: 768px) {
  .review_staff .prof p {
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .prof p {
    font-size: 0.78125vw;
    margin-bottom: 0.78125vw;
    bottom: 1.171875vw;
  }
}
.review_staff .prof_col2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .review_staff .prof_col2 {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .prof_col2 {
    -moz-column-gap: 0.46875vw;
         column-gap: 0.46875vw;
  }
}
.review_staff .prof_col2 .prof {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .review_staff .prof_col2 .prof {
    row-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .prof_col2 .prof {
    row-gap: 0.625vw;
  }
}
.review_staff .comment {
  position: relative;
  display: block;
  padding: 15px !important; /* 吹き出し内の余白 */
  font-size: 10px !important;
  background: #fff; /* 吹き出しの背景色 */
  border-radius: 5px; /* 吹き出しの角丸 */
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .review_staff .comment p {
    width: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .comment p {
    width: 8.59375vw;
  }
}
.review_staff .comment::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../assets/images/review_triangle.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .review_staff .comment::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    bottom: -1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .comment::after {
    width: 1.09375vw;
    height: 1.09375vw;
    bottom: -0.546875vw;
  }
}
.review_staff .comment.com_prof2::after {
  transform: none;
}
@media screen and (max-width: 768px) {
  .review_staff .comment.com_prof2::after {
    left: 25.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .review_staff .comment.com_prof2::after {
    left: 7.421875vw;
  }
}

#novelty {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #novelty {
    padding: 26.6666666667vw 0 40vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty {
    padding: 10.703125vw 0 10.9375vw;
  }
}
#novelty .deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #novelty .deco._01 {
    width: 4vw;
    left: 6.3466666667vw;
    top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._01 {
    width: 1.171875vw;
    left: 37.109375vw;
    top: 6.09375vw;
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._02 {
    width: 8vw;
    left: 13.68vw;
    top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._02 {
    width: 2.34375vw;
    left: 38.840625vw;
    top: 3.59375vw;
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._03 {
    width: 12vw;
    right: 8vw;
    top: 7.2vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._03 {
    width: 3.125vw;
    right: 37.5vw;
    top: 4.453125vw;
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._04 {
    width: 12vw;
    left: 13.68vw;
    bottom: 18.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._04 {
    width: 3.515625vw;
    left: 17.421875vw;
    bottom: 5.3125vw;
  }
}
#novelty .deco._04 img {
  transform: rotate(55deg);
}
@media screen and (max-width: 768px) {
  #novelty .deco._05 {
    width: 3.2vw;
    left: 29.3333333333vw;
    bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._05 {
    width: 0.9375vw;
    left: 22.23671875vw;
    bottom: 3.90625vw;
    transform: rotate(25deg);
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._06 {
    width: 4.8vw;
    right: 26.6666666667vw;
    bottom: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._06 {
    width: 1.40625vw;
    right: 32.8125vw;
    bottom: 5.3125vw;
  }
}
#novelty .deco._06 img {
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #novelty .deco._07 {
    width: 6.6666666667vw;
    right: 11.2vw;
    bottom: 10.4vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._07 {
    width: 2.34375vw;
    right: 22.96875vw;
    bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._08 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._08 {
    width: 1.796875vw;
    left: 10.078125vw;
    top: 24.375vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._08 img {
    transform: rotate(32deg);
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._09 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._09 {
    width: 1.171875vw;
    left: 11.71875vw;
    top: 20.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #novelty .deco._10 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._10 {
    width: 3.515625vw;
    right: 12.734375vw;
    top: 21.71875vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .deco._10 img {
    transform: rotate(55deg);
  }
}
#novelty .inner {
  border: solid 0.5px #ffdf4d;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  #novelty .inner {
    width: 90.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner {
    width: 51.5625vw;
  }
}
#novelty .inner h2 {
  color: #ffdf4d;
  background-color: #002460;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #novelty .inner h2 {
    font-size: 6.4vw;
    padding: 6.6666666667vw 0;
    width: 64vw;
    top: -12.4vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner h2 {
    font-size: 1.875vw;
    padding: 1.953125vw 0;
    width: 18.75vw;
    top: -3.6328125vw;
  }
}
#novelty .inner h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  #novelty .inner h2 span {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner h2 span {
    font-size: 1.09375vw;
    margin-top: 0.390625vw;
  }
}
#novelty .inner .contents {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #novelty .inner .contents {
    width: 80vw;
    margin: 12vw auto;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner .contents {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.953125vw;
         column-gap: 1.953125vw;
    width: 44.140625vw;
    margin: 3.515625vw auto;
  }
}
#novelty .inner .contents .swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #novelty .inner .contents .swiper {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner .contents .swiper {
    width: 23.4375vw;
  }
}
#novelty .inner .contents .swiper-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #novelty .inner .contents .swiper-horizontal > .swiper-pagination-bullets,
  #novelty .inner .contents .swiper-pagination-bullets.swiper-pagination-horizontal,
  #novelty .inner .contents .swiper-pagination-custom,
  #novelty .inner .contents .swiper-pagination-fraction {
    bottom: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner .contents .swiper-horizontal > .swiper-pagination-bullets,
  #novelty .inner .contents .swiper-pagination-bullets.swiper-pagination-horizontal,
  #novelty .inner .contents .swiper-pagination-custom,
  #novelty .inner .contents .swiper-pagination-fraction {
    bottom: -1.5625vw;
  }
}
#novelty .inner .contents .swiper-pagination-bullet {
  background: #ffdf4d;
}
#novelty .inner .contents .swiper-pagination-bullet-active {
  background: #ffdf4d;
}
#novelty .inner .contents .txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #novelty .inner .contents .txt {
    font-size: 3.2vw;
    width: 64vw;
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner .contents .txt {
    font-size: 0.9375vw;
    width: 18.75vw;
    margin: 0 auto;
  }
}
#novelty .inner .contents .txt ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #novelty .inner .contents .txt ul {
    row-gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner .contents .txt ul {
    row-gap: 0.78125vw;
    margin-top: 1.171875vw;
  }
}
#novelty .inner .contents .txt ul li {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #novelty .inner .contents .txt ul li {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #novelty .inner .contents .txt ul li {
    font-size: 0.859375vw;
  }
}

#main {
  position: relative;
  /*===========
  横見切れスクロール
  ===========*/
}
#main .deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #main .pc_deco .deco {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._01 {
    transform: rotate(-22deg);
    width: 3.359375vw;
    left: 7.109375vw;
    top: 31.71875vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._02 {
    width: 1.171875vw;
    right: 30.390625vw;
    top: 18.75vw;
  }
}
#main .pc_deco .deco._02 img {
  transform: rotate(-22deg);
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._03 {
    transform: rotate(-21deg);
    width: 1.171875vw;
    left: 7.65625vw;
    top: 81.71875vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._04 {
    width: 1.5625vw;
    left: 5.703125vw;
    top: 83.359375vw;
  }
}
#main .pc_deco .deco._04 img {
  transform: rotate(-22deg);
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._05 {
    transform: rotate(-25deg);
    width: 3.359375vw;
    left: 5.390625vw;
    top: 130.703125vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._06 {
    width: 1.5625vw;
    left: 10.78125vw;
    top: 153.4375vw;
  }
}
#main .pc_deco .deco._06 img {
  transform: rotate(-22deg);
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._07 {
    transform: rotate(-15deg);
    width: 3.359375vw;
    left: 23.203125vw;
    top: 163.671875vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._08 {
    width: 0.9375vw;
    left: 29.93671875vw;
    top: 168.125vw;
  }
}
#main .pc_deco .deco._08 img {
  transform: rotate(40deg);
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._09 {
    transform: rotate(100deg);
    width: 0.9375vw;
    right: 10.9375vw;
    top: 45.15625vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._10 {
    width: 3.359375vw;
    right: 7.03125vw;
    top: 46.875vw;
  }
}
#main .pc_deco .deco._10 img {
  transform: rotate(-22deg);
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._11 {
    transform: rotate(85deg);
    width: 1.5625vw;
    right: 8.59375vw;
    top: 120.078125vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._12 {
    transform: rotate(85deg);
    width: 1.171875vw;
    right: 5.46875vw;
    top: 126.953125vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._13 {
    transform: rotate(80deg);
    width: 1.171875vw;
    right: 22.65625vw;
    top: 135.15625vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._14 {
    width: 2.34375vw;
    right: 7.8125vw;
    top: 153.90625vw;
  }
}
#main .pc_deco .deco._14 img {
  transform: rotate(-22deg);
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._15 {
    transform: rotate(-22deg);
    width: 1.5625vw;
    right: 22.65625vw;
    top: 160.46875vw;
  }
}
@media screen and (min-width: 769px) {
  #main .pc_deco .deco._16 {
    width: 1.171875vw;
    right: 20.078125vw;
    top: 164.53125vw;
  }
}
#main .pc_deco .deco._16 img {
  transform: rotate(90deg);
}
#main .h2_area {
  border-bottom: solid 0.5px #fff;
}
@media screen and (max-width: 768px) {
  #main .h2_area {
    padding-bottom: 2.6666666667vw;
    width: 95.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .h2_area {
    padding-bottom: 0.78125vw;
    width: 70.3125vw;
    margin: 0 auto 3.125vw;
  }
}
#main .h2_area h2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .h2_area h2 {
    font-size: 9.3333333333vw;
    padding-left: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #main .h2_area h2 {
    font-size: 2.734375vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #main .h2_area h2 span {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  #main .h2_area h2 span {
    font-size: 1.875vw;
  }
}
#main .h2_area h2::before {
  content: "";
  position: absolute;
  background: url("../assets/images/fig_girl2.webp") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #main .h2_area h2::before {
    width: 23.4666666667vw;
    height: 18.6666666667vw;
    left: -0.8vw;
    top: -3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .h2_area h2::before {
    width: 11.09375vw;
    height: 8.203125vw;
    left: 8.59375vw;
    top: -3.359375vw;
  }
}
#main .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .menu ul {
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    row-gap: 2.6666666667vw;
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  #main .menu ul {
    -moz-column-gap: 0.390625vw;
         column-gap: 0.390625vw;
    row-gap: 0.78125vw;
    width: 34.53125vw;
  }
}
#main .menu ul li {
  display: block;
}
@media screen and (max-width: 768px) {
  #main .menu ul li {
    width: 28.2666666667vw;
    height: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .menu ul li {
    width: 11.25vw;
    height: 3.59375vw;
  }
}
#main #menu_scroll {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 768px) {
  #main #menu_scroll {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(0, 6, 15, 0.7) 0%, rgba(0, 6, 15, 0) 100%);
  }
}
@media screen and (min-width: 769px) {
  #main #menu_scroll {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -1.71875vw;
  }
}
#main #menu_scroll.is-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #main #menu_scroll.is-visible {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main #menu_scroll .menu ul {
    width: 90.6666666667vw;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    row-gap: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main #menu_scroll .menu ul {
    width: 10.15625vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #main #menu_scroll .menu ul li {
    width: 29.0666666667vw;
    height: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main #menu_scroll .menu ul li {
    width: 10.15625vw;
    height: 3.28125vw;
  }
}
#main #menu_scroll .menu ul li .btn.is-active {
  color: #fff;
  border: 0.5px solid #fff;
  box-sizing: border-box;
}
#main #menu_scroll .menu ul li .btn.is-active.red {
  background-color: #960204;
}
#main #menu_scroll .menu ul li .btn.is-active.green {
  background-color: #066229;
}
#main #menu_scroll .menu ul li .btn.is-active:active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #main .grid_container {
    display: grid;
    width: 64.453125vw;
    margin: 0 auto;
    grid-template-rows: 11.71875vw 41.5625vw 8.984375vw 44.609375vw 8.671875vw 51.640625vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container .ca_group {
    display: grid;
  }
}
#main .grid_container #ca1_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca1_wrap {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca1_wrap .deco._01 {
    width: 5.8666666667vw;
    left: 11.4666666667vw;
    top: -12vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca1_wrap .deco._01 {
    width: 1.71875vw;
    left: 3.359375vw;
    top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca1_wrap .deco._02 {
    width: 4vw;
    right: 13.0666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca1_wrap .deco._02 {
    display: none;
  }
}
#main .grid_container #ca2_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca2_wrap {
    grid-row: 2/4;
    grid-column: 2/3;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca2_wrap .deco._01 {
    width: 4vw;
    left: 7.4666666667vw;
    top: -7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca2_wrap .deco._01 {
    width: 1.171875vw;
    left: 0.78125vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca2_wrap .deco._02 {
    width: 6.4vw;
    left: 17.8666666667vw;
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca2_wrap .deco._02 {
    width: 1.875vw;
    left: 2.734375vw;
    top: 0vw;
  }
}
#main .grid_container #ca2_wrap .deco._03 {
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca2_wrap .deco._03 {
    width: 4vw;
    right: 13.0666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca2_wrap .deco._03 {
    width: 1.171875vw;
    right: 0.78125vw;
    top: 0.078125-vw;
  }
}
#main .grid_container #ca3_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca3_wrap {
    grid-row: 4/6;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca3_wrap .deco._01 {
    width: 5.8666666667vw;
    left: 13.0666666667vw;
    top: -12vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca3_wrap .deco._01 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca3_wrap .deco._02 {
    width: 4.8vw;
    right: 8vw;
    top: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca3_wrap .deco._02 {
    width: 1.875vw;
    left: -0.625vw;
    top: 11.71875vw;
  }
}
#main .grid_container #ca3_wrap .deco._02 img {
  transform: rotate(75deg);
}
#main .grid_container #ca3_wrap .deco._03 {
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca3_wrap .deco._03 {
    width: 3.2vw;
    right: 18.6666666667vw;
    top: -12.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca3_wrap .deco._03 {
    width: 1.171875vw;
    right: -1.5625vw;
    top: 0.78125vw;
  }
}
#main .grid_container #ca4_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca4_wrap {
    grid-row: 3/5;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca4_wrap .deco._01 {
    width: 4vw;
    left: 7.4666666667vw;
    top: -7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca4_wrap .deco._01 {
    width: 1.71875vw;
    left: -0.78125vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca4_wrap .deco._02 {
    width: 6.4vw;
    left: 17.8666666667vw;
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca4_wrap .deco._02 {
    width: 1.40625vw;
    right: 0vw;
    top: 2.265625vw;
  }
}
#main .grid_container #ca4_wrap .deco._03 {
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca4_wrap .deco._03 {
    width: 4vw;
    right: 13.0666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca4_wrap .deco._03 {
    width: 0.9375vw;
    right: -1.40625vw;
    top: -0.78125vw;
  }
}
#main .grid_container #ca5_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca5_wrap {
    grid-row: 6/7;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca5_wrap .deco._01 {
    width: 5.8666666667vw;
    left: 13.0666666667vw;
    top: -12vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca5_wrap .deco._01 {
    width: 1.71875vw;
    left: 10.9375vw;
    top: 4.6875vw;
  }
}
#main .grid_container #ca5_wrap .deco._02 {
  transform: rotate(75deg);
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca5_wrap .deco._02 {
    width: 4.8vw;
    right: 9.8666666667vw;
    top: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca5_wrap .deco._02 {
    width: 1.40625vw;
    right: 20.3125vw;
    top: 2.265625vw;
  }
}
#main .grid_container #ca5_wrap .deco._03 {
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  #main .grid_container #ca5_wrap .deco._03 {
    width: 3.2vw;
    right: 18.6666666667vw;
    top: -12.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .grid_container #ca5_wrap .deco._03 {
    width: 0.9375vw;
    left: 21.875vw;
    top: -0.78125vw;
  }
}
#main .ca_group {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #main .ca_group {
    width: 93.8666666667vw;
    margin-top: 18.6666666667vw;
    scroll-margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .ca_group {
    width: 100%;
    max-width: 27.5vw;
    margin-top: 5.46875vw;
    scroll-margin-top: 5.46875vw;
  }
}
#main .ca_group::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../assets/images/ribbon1_ol.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #main .ca_group::after {
    width: 25.0213333333vw;
    height: 13.5253333333vw;
    top: -6.4vw;
  }
}
@media screen and (min-width: 769px) {
  #main .ca_group::after {
    width: 7.33046875vw;
    height: 3.9625vw;
    top: -1.875vw;
  }
}
#main .ca_group .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 11px 13px 54px 40px/90px 130px 12px 12px;
  background-color: #f0e9de;
}
@media screen and (max-width: 768px) {
  #main .ca_group .inner {
    padding: 13.3333333333vw 0 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .ca_group .inner {
    padding: 3.90625vw 0 5.078125vw;
  }
}
#main .ca_group .inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../assets/images/ribbon2_ol.svg") no-repeat center/contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .ca_group .inner::before {
    height: 2.1333333333vw;
    top: -0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .ca_group .inner::before {
    height: 0.625vw;
    top: -0.15625vw;
  }
}
#main .ca_group h3 {
  color: #960204;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main .ca_group h3 {
    font-size: 6.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .ca_group h3 {
    font-size: 1.953125vw;
    margin-bottom: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  #main .ca_group .btn_wrap {
    width: 61.3333333333vw;
    height: 12vw;
    margin: 0vw auto;
  }
}
@media screen and (min-width: 769px) {
  #main .ca_group .btn_wrap {
    width: 17.96875vw;
    height: 3.515625vw;
    margin: 0vw auto;
  }
}
#main .ca_group .btn_wrap a {
  background-color: transparent;
  border: solid 0.5px #002460;
}
#main #ca2.ca_group::after,
#main #ca4.ca_group::after {
  background: url("../assets/images/ribbon1_ol_green.svg") no-repeat center/contain;
}
#main #ca2.ca_group .inner::before,
#main #ca4.ca_group .inner::before {
  background: url("../assets/images/ribbon2_ol_green.svg") no-repeat center/contain;
}
#main #ca2.ca_group h3,
#main #ca4.ca_group h3 {
  color: #066229;
}
#main .side_slide {
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .side_slide {
    padding-bottom: 4vw;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .side_slide {
    padding-bottom: 1.171875vw;
    margin-top: 2.734375vw;
  }
}
#main .side_slide .side_slide__swiper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .side_slide .side_slide__swiper {
    max-width: 85.3333333333vw;
    margin: 0vw auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  #main .side_slide .side_slide__swiper {
    max-width: 25vw;
    margin: 0vw auto 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #main .side_slide ul {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #main .side_slide ul {
    padding-bottom: 0.78125vw;
  }
}
#main .side_slide ul li {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #main .side_slide ul li {
    width: 34.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  #main .side_slide ul li {
    width: 10.15625vw !important;
  }
}
#main .side_slide-list a {
  display: block;
  color: #222;
  line-height: 1.4;
}
#main .side_slide-list img {
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #main .side_slide-list img {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .side_slide-list img {
    margin-bottom: 0.625vw;
  }
}
#main .side_slide-list .creditAjax_item,
#main .side_slide-list .creditAjax_price {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .side_slide-list .creditAjax_item {
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #main .side_slide-list .creditAjax_item {
    margin-bottom: 0.15625vw;
  }
}

#coordinate {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate {
    margin: 32vw auto 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate {
    margin: 10.15625vw auto 7.8125vw;
    width: 70.3125vw;
  }
}
#coordinate .deco {
  position: absolute;
  z-index: 10;
}
#coordinate .deco._01 {
  transform: rotate(240deg);
}
@media screen and (max-width: 768px) {
  #coordinate .deco._01 {
    width: 18.6666666667vw;
    left: 8vw;
    top: -16vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._01 {
    width: 5.46875vw;
    left: 2.34375vw;
    top: -4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .deco._02 {
    width: 3.2vw;
    left: 29.3333333333vw;
    top: -25.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._02 {
    width: 0.9375vw;
    left: 8.59375vw;
    top: -7.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .deco._03 {
    width: 6.6666666667vw;
    right: 24vw;
    top: -21.6vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._03 {
    width: 1.953125vw;
    right: 7.03125vw;
    top: -6.328125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .deco._04 {
    width: 4vw;
    right: 12vw;
    top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._04 {
    width: 1.171875vw;
    right: 3.515625vw;
    top: -3.125vw;
  }
}
#coordinate .deco._04 img {
  transform: rotate(210deg);
}
@media screen and (max-width: 768px) {
  #coordinate .deco._05 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._05 {
    transform: rotate(210deg);
    width: 2.109375vw;
    left: -4.0625vw;
    top: 30.703125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .deco._06 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._06 {
    width: 1.5625vw;
    left: -8.59375vw;
    top: 47.5vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._06 img {
    transform: rotate(-5deg);
  }
}
@media screen and (max-width: 768px) {
  #coordinate .deco._07 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._07 {
    transform: rotate(-5deg);
    width: 1.5625vw;
    right: -4.0625vw;
    top: 30.703125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .deco._08 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._08 {
    width: 2.34375vw;
    right: -8.59375vw;
    top: 47.5vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .deco._08 img {
    transform: rotate(55deg);
  }
}
#coordinate .h2_area {
  border-bottom: solid 0.5px #fff;
}
@media screen and (max-width: 768px) {
  #coordinate .h2_area {
    padding-bottom: 2.6666666667vw;
    width: 95.2vw;
    margin: 0 0 5.3333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .h2_area {
    padding-bottom: 0.78125vw;
    width: 70.3125vw;
    margin: 0 auto 1.5625vw;
  }
}
#coordinate .h2_area h2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate .h2_area h2 {
    font-size: 9.3333333333vw;
    padding-left: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .h2_area h2 {
    font-size: 2.734375vw;
    text-align: center;
  }
}
#coordinate .h2_area h2::before {
  content: "";
  position: absolute;
  background: url("../assets/images/fig_girl1.webp") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #coordinate .h2_area h2::before {
    width: 24vw;
    height: 24vw;
    right: 0.8vw;
    top: -1.6vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .h2_area h2::before {
    width: 7.8125vw;
    height: 7.8125vw;
    right: 12.5vw;
    top: -0.78125vw;
  }
}
#coordinate .h2_area + p {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #coordinate .h2_area + p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .h2_area + p {
    font-size: 1.015625vw;
  }
}
#coordinate .coordinate_group > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 25px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate_group > ul {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .coordinate_group > ul {
    width: 66.015625vw;
  }
}
#coordinate .coordinate_group > ul li {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate_group > ul li {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .coordinate_group > ul li {
    width: 15.625vw;
  }
}
#coordinate .coordinate_group > ul figure img {
  height: 100%; /* 親要素など指定高さに固定 */
  width: 100%; /* 横幅を揃える（必要に応じて） */
  -o-object-fit: cover;
     object-fit: cover; /* はみ出しても高さは埋める */
  -o-object-position: center;
     object-position: center; /* 中央揃え */
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate_group > ul figure {
    height: 56.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .coordinate_group > ul figure {
    height: 20.78125vw;
  }
}
#coordinate .coordinate_group > ul dl {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  letter-spacing: 0em;
  margin-top: 10px;
}
#coordinate .coordinate_group > ul dt img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate_group > ul dt img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .coordinate_group > ul dt img {
    width: 3.125vw;
  }
}
#coordinate .coordinate_group > ul dd ul li {
  margin-bottom: 4px;
  width: auto;
  font-size: 9px;
}
#coordinate .coordinate_group > ul dd ul li:last-child {
  margin-bottom: 0;
}
#coordinate .coordinate_group > ul dd ul li.staff_name {
  font-size: 11px;
}
#wrapping {
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapping {
    margin: 32vw auto 0vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping {
    margin: 10.9375vw auto 0vw;
    width: 47.65625vw;
  }
}
#wrapping .deco {
  position: absolute;
  z-index: 10;
}
#wrapping .deco._01 {
  transform: rotate(240deg);
}
@media screen and (max-width: 768px) {
  #wrapping .deco._01 {
    width: 9.3333333333vw;
    left: 10.6666666667vw;
    top: -19.2vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .deco._01 {
    width: 2.734375vw;
    left: 9.375vw;
    top: -6.328125vw;
  }
}
@media screen and (max-width: 768px) {
  #wrapping .deco._02 {
    width: 4vw;
    left: 22.6666666667vw;
    top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .deco._02 {
    width: 1.171875vw;
    left: 13.28125vw;
    top: -3.125vw;
  }
}
#wrapping .deco._02 img {
  transform: rotate(270deg);
}
#wrapping .deco._03 {
  transform: rotate(160deg);
}
@media screen and (max-width: 768px) {
  #wrapping .deco._03 {
    width: 4vw;
    right: 18.9333333333vw;
    top: -14.4vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .deco._03 {
    width: 1.171875vw;
    right: 7.65625vw;
    top: -4.21875vw;
  }
}
@media screen and (max-width: 768px) {
  #wrapping .deco._04 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .deco._04 {
    width: 3.359375vw;
    left: -15.234375vw;
    top: 6.484375vw;
  }
}
#wrapping .deco._04 img {
  transform: rotate(124deg);
}
@media screen and (max-width: 768px) {
  #wrapping .deco._05 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .deco._05 {
    transform: rotate(-40deg);
    width: 0.9375vw;
    right: -12.5vw;
    top: 10.546875vw;
  }
}
@media screen and (max-width: 768px) {
  #wrapping .deco._06 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .deco._06 {
    width: 3.359375vw;
    right: -16.25vw;
    top: 12.03125vw;
  }
}
#wrapping .deco._06 img {
  transform: rotate(-67deg);
}
#wrapping .inner {
  border: solid 0.5px #fff;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapping .inner {
    width: 90.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner {
    width: 100%;
  }
}
#wrapping .inner h2 {
  color: #fff;
  background-color: #002460;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #wrapping .inner h2 {
    font-size: 6.4vw;
    padding: 6.6666666667vw 0;
    width: 64vw;
    top: -12.4vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner h2 {
    font-size: 1.875vw;
    padding: 1.953125vw 0;
    width: 18.75vw;
    top: -3.6328125vw;
  }
}
#wrapping .inner h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  #wrapping .inner h2 span {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner h2 span {
    font-size: 1.09375vw;
    margin-top: 0.390625vw;
  }
}
#wrapping .inner .contents {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrapping .inner .contents {
    width: 74.6666666667vw;
    margin: 12vw auto;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner .contents {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.953125vw;
         column-gap: 1.953125vw;
    width: 42.578125vw;
    margin: 3.515625vw auto;
  }
}
@media screen and (max-width: 768px) {
  #wrapping .inner .contents figure {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner .contents figure {
    width: 21.875vw;
  }
}
#wrapping .inner .contents .txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #wrapping .inner .contents .txt {
    font-size: 3.2vw;
    width: 64vw;
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner .contents .txt {
    font-size: 0.9375vw;
    width: 18.75vw;
    margin: 0 auto;
  }
}
#wrapping .inner .contents .txt ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #wrapping .inner .contents .txt ul {
    row-gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner .contents .txt ul {
    row-gap: 0.78125vw;
    margin-top: 1.171875vw;
  }
}
#wrapping .inner .contents .txt ul li {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #wrapping .inner .contents .txt ul li {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #wrapping .inner .contents .txt ul li {
    font-size: 0.859375vw;
  }
}
#wrapping .inner .contents .txt a {
  display: inline;
  color: #fff;
  border-bottom: 0.5px solid #fff;
  padding-bottom: 0.1em;
}

#illust_prof {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #illust_prof {
    width: 81.0666666667vw;
    margin: 24vw auto 0vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof {
    width: 45.3125vw;
    margin: 7.03125vw auto 0vw;
  }
}
#illust_prof .deco {
  position: absolute;
  z-index: 10;
}
#illust_prof .deco._01 {
  transform: rotate(280deg);
}
@media screen and (max-width: 768px) {
  #illust_prof .deco._01 {
    width: 6.6666666667vw;
    left: 8vw;
    top: -15.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .deco._01 {
    width: 1.953125vw;
    left: -6.875vw;
    top: -3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #illust_prof .deco._02 {
    width: 9.8666666667vw;
    right: 1.3333333333vw;
    top: -18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .deco._02 {
    width: 2.890625vw;
    right: -8.59375vw;
    top: -5.46875vw;
  }
}
#illust_prof .deco._02 img {
  transform: rotate(250deg);
}
#illust_prof .deco._03 {
  transform: rotate(300deg);
}
@media screen and (max-width: 768px) {
  #illust_prof .deco._03 {
    width: 4vw;
    right: 15.7333333333vw;
    top: -11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .deco._03 {
    width: 1.171875vw;
    right: -3.984375vw;
    top: -2.421875vw;
  }
}
@media screen and (max-width: 768px) {
  #illust_prof .deco._04 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .deco._04 {
    width: 3.359375vw;
    left: -16.71875vw;
    top: 2.734375vw;
  }
}
#illust_prof .deco._04 img {
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #illust_prof .deco._05 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .deco._05 {
    transform: rotate(25deg);
    width: 1.5625vw;
    left: -13.4375vw;
    top: 25.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #illust_prof .deco._06 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .deco._06 {
    width: 2.34375vw;
    right: -16.015625vw;
    top: 26.5625vw;
  }
}
#illust_prof .deco._06 img {
  transform: rotate(88deg);
}
#illust_prof .bg {
  background-color: #011b46;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #illust_prof .bg {
    padding: 12vw 0;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .bg {
    padding: 4.296875vw 0;
  }
}
#illust_prof .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #illust_prof .inner {
    width: 60vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner {
    width: 35.15625vw;
  }
}
#illust_prof .inner h4 {
  text-align: center;
  line-height: 1.3;
  color: #ffdf4d;
}
@media screen and (max-width: 768px) {
  #illust_prof .inner h4 {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner h4 {
    font-size: 1.875vw;
  }
}
#illust_prof .inner h4 span {
  display: block;
}
@media screen and (max-width: 768px) {
  #illust_prof .inner h4 span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner h4 span {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  #illust_prof .inner .detail {
    margin: 6.6666666667vw auto 0;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    width: 64vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner .detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 1.953125vw;
         column-gap: 1.953125vw;
    margin: 1.953125vw auto 0;
    width: 30.46875vw;
  }
}
#illust_prof .inner .col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #illust_prof .inner .col2 {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    width: 58.1333333333vw;
    margin: 0 auto;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner .col2 {
    flex-direction: column;
    row-gap: 1.5625vw;
    width: 10.15625vw;
  }
}
@media screen and (max-width: 768px) {
  #illust_prof .inner .col2 figure {
    width: 33.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner .col2 figure {
    width: 9.921875vw;
  }
}
#illust_prof .inner .col2 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #illust_prof .inner .col2 ul {
    align-items: flex-start;
    row-gap: 2.6666666667vw;
    width: 20.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner .col2 ul {
    align-items: center;
    row-gap: 0.78125vw;
  }
}
#illust_prof .inner .col2 ul li a {
  display: inline;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: lighter;
  color: #fff;
  border-bottom: 0.5px solid #fff;
  padding-bottom: 0.05em;
}
@media screen and (max-width: 768px) {
  #illust_prof .inner .col2 ul li a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner .col2 ul li a {
    font-size: 0.859375vw;
  }
}
@media screen and (max-width: 768px) {
  #illust_prof .inner p {
    font-size: 11px;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  #illust_prof .inner p {
    font-size: 12px;
    line-height: 2;
    width: 80%;
    margin: 0 auto;
  }
}

#movie {
  position: relative;
}
@media screen and (max-width: 768px) {
  #movie {
    margin: 21.3333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  #movie {
    margin: 7.03125vw auto;
    width: 45.3125vw;
  }
}
#movie .deco {
  position: absolute;
  z-index: 10;
}
#movie .deco._01 {
  transform: rotate(87deg);
}
@media screen and (max-width: 768px) {
  #movie .deco._01 {
    width: 10.6666666667vw;
    left: 6.6666666667vw;
    top: -11.2vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._01 {
    width: 3.125vw;
    left: 4.6875vw;
    top: -3.28125vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .deco._02 {
    width: 4vw;
    left: 20.8vw;
    top: -1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._02 {
    width: 1.171875vw;
    left: 8.59375vw;
    top: -0.546875vw;
  }
}
#movie .deco._02 img {
  transform: rotate(210deg);
}
@media screen and (max-width: 768px) {
  #movie .deco._03 {
    width: 6.6666666667vw;
    right: 6.1333333333vw;
    bottom: -8vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._03 {
    width: 1.953125vw;
    right: -2.5vw;
    bottom: -2.34375vw;
  }
}
#movie .deco._03 img {
  transform: rotate(280deg);
}
@media screen and (max-width: 768px) {
  #movie .deco._04 {
    width: 3.2vw;
    right: 14.9333333333vw;
    bottom: -12vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._04 {
    width: 0.9375vw;
    right: 0.234375vw;
    bottom: -3.515625vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .deco._05 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._05 {
    transform: rotate(60deg);
    width: 1.171875vw;
    left: -14.21875vw;
    top: 17.421875vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .deco._06 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._06 {
    width: 1.5625vw;
    left: -15.78125vw;
    top: 19.296875vw;
  }
}
#movie .deco._06 img {
  transform: rotate(190deg);
}
@media screen and (max-width: 768px) {
  #movie .deco._07 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #movie .deco._07 {
    transform: rotate(160deg);
    width: 3.359375vw;
    right: -14.21875vw;
    top: 11.09375vw;
  }
}
#movie .inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #movie .inner {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .inner {
    width: 100%;
  }
}
#movie .inner h2 {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #movie .inner h2 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .inner h2 {
    font-size: 1.875vw;
  }
}
#movie .inner p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #movie .inner p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .inner p {
    font-size: 1.015625vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .inner figure {
    margin: 8vw auto 5.3333333333vw;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  #movie .inner figure {
    margin: 2.34375vw auto 1.5625vw;
    width: 39.0625vw;
  }
}

details {
  display: block;
  border-radius: 2px;
  padding: 0.5em 0.5em 0;
  /* Group 102 */
  filter: drop-shadow(0px -4px 8px rgba(0, 0, 0, 0.08));
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  details {
    width: 100%;
    height: 4vw;
  }
}
@media screen and (min-width: 769px) {
  details {
    width: 27.109375vw;
    height: 1.171875vw;
  }
}
details ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
details ._inner ._content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 768px) {
  details ._inner ._content {
    width: 84.8vw;
  }
}
@media screen and (min-width: 769px) {
  details ._inner ._content {
    width: 22.265625vw;
  }
}
@media screen and (max-width: 768px) {
  details ._inner ._content ._img {
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  details ._inner ._content ._img {
    width: 9.6875vw;
  }
}
details ._inner ._content ._txt {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  details ._inner ._content ._txt {
    width: 44.8vw;
    font-size: 3.2vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  details ._inner ._content ._txt {
    width: 11.71875vw;
    font-size: 0.859375vw;
    row-gap: 0.78125vw;
  }
}

summary {
  margin: -0.5em -0.5em 0;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  list-style: none;
  display: list-item;
  cursor: pointer;
}

/* ▼ デフォルトの矢印（三角）を非表示 */
summary::-webkit-details-marker {
  display: none;
}

/* ▼ カスタムアイコンを追加（閉じているとき） */
summary::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/close.svg") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  summary::before {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    right: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  summary::before {
    width: 3.984375vw;
    height: 3.984375vw;
    right: 1.40625vw;
  }
}

/* ▼ 開いているときはアイコンを回転させる（または別画像に変更） */
details[open] summary::before {
  background-image: url("../assets/images/open.svg");
}

/* ▼ 開いたときのスタイル */
details[open] {
  padding: 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  details[open] {
    width: 100%;
    height: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  details[open] {
    width: 27.109375vw;
    height: 9.375vw;
  }
}

details[open] summary {
  margin-bottom: 0.5em;
}

/* 初期状態（ぼかし + 非表示） */
.target_blur {
  opacity: 0;
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur {
  opacity: 1;
  animation: imageBlur 1.5s ease-out both;
}

/* ぼかし + フェードインのアニメーション */
@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/* 初期状態（右にズレていて + ぼかし + 非表示） */
.target_blur_right {
  opacity: 0;
  transform: translateX(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRightBlur 1.5s ease-out both;
}

/* 右からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInRightBlur {
  from {
    opacity: 0;
    transform: translateX(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（左にズレていて + ぼかし + 非表示） */
.target_blur_left {
  opacity: 0;
  transform: translateX(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_left {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeftBlur 1.5s ease-out both;
}

/* 左からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInLeftBlur {
  from {
    opacity: 0;
    transform: translateX(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（下にズレていて + ぼかし + 非表示） */
.target_blur_up {
  opacity: 0;
  transform: translateY(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpBlur 1.5s ease-out both;
}

/* 下からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInUpBlur {
  from {
    opacity: 0;
    transform: translateY(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/* 初期状態（上にズレていて + ぼかし + 非表示） */
.target_blur_down {
  opacity: 0;
  transform: translateY(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_down {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInDownBlur 1.5s ease-out both;
}

/* 上からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInDownBlur {
  from {
    opacity: 0;
    transform: translateY(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: opacity 2s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

#coordinate .fadeIn_on {
  transition: opacity 1s ease;
  transition-delay: var(--delay, 0s);
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2s ease;
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  左から
  ===========*/
/* 最初は clip-path で完全に見えない */
.clip_left img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* スクロールで表示されたらアニメーション開始 */
.clip_left.start img {
  animation: anime_left_to_right 1s ease forwards;
}

/* 左から右へ */
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  右から
  ===========*/
.clip_right img {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip_right.start img {
  animation: anime_right_to_left 1s ease forwards;
}

/* 右から左へ */
@keyframes anime_right_to_left {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  上から
  ===========*/
.clip_top img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.clip_top.start img {
  animation: anime_top_to_bottom 1s ease forwards;
}

@keyframes anime_top_to_bottom {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  下から
  ===========*/
.clip_bottom img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_bottom.start img {
  animation: anime_bottom_to_top 1s ease forwards;
}

@keyframes anime_bottom_to_top {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ==========================
  swiper
========================== */
.swiper_pager {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_pager {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .swiper_pager {
    width: 39.0625vw;
    margin-top: 2.34375vw;
  }
}
.swiper_pager .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.swiper_pager .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.swiper_pager .swiper-slide-active {
  opacity: 1;
}
.swiper_pager .swiper-pagination {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 5px;
}
.swiper_pager .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background-color: hsl(49, 25%, 40%);
  position: relative;
  opacity: 1;
  margin: 0;
}
.swiper_pager .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffdf4d;
}
.swiper_pager .swiper-pagination .swiper-pagination-bullet-active::before {
  animation: paginationActive 2s linear forwards;
}

@keyframes paginationActive {
  100% {
    width: 100%;
    opacity: 1;
  }
}
/*===========
  左から右に下線
  ===========*/
.move_line {
  text-decoration: none; /* 元の下線を消す */
  position: relative; /* 擬似要素の基準 */
  padding-bottom: 4px; /* 下線用の余白 */
  display: inline-block; /* 中央揃え対応 */
}

.move_line::before {
  content: "";
  position: absolute;
  left: 0; /* 左端スタート */
  bottom: 0; /* テキスト下に配置 */
  width: 0; /* 初期幅0 */
  height: 0.5px; /* 下線の太さ */
  background-color: #b2b2b2;
  transition: width 0.4s ease; /* プロパティを明示 */
}

.move_line:hover::before {
  width: 100%; /* ホバー時に全幅に広がる */
}

/* 文字色はホバーで変えない */
.move_line:hover {
  color: inherit; /* 元の文字色を保持 */
}/*# sourceMappingURL=style.css.map */