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

.sub {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nomal {
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}

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

::marker {
  content: none; /* マーカーを非表示にする */
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #222;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}
a:hover, a:focus, a:active {
  opacity: 0.5;
  transition: all 0.5s;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  width: 110px;
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    width: 10.15625vw;
  }
}
#loading-bg .ttl svg {
  fill: #000;
}
#loading-bg .sub {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  #loading-bg .sub {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .sub {
    font-size: 18px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
  background-color: #88626b;
}
@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;
}
footer .link ul {
  font-weight: 300;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  footer .link ul {
    padding: 9.3333333333vw 0 25.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    padding: 2.734375vw 0 5.078125vw;
    font-size: 1.171875vw;
  }
}
@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: 0.5px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .logo_btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 26.6666666667vw 0 4vw;
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 7.8125vw 0 1.171875vw;
    width: 7.8125vw;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
footer .copyright {
  text-align: right;
  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 1.5625vw;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn {
  box-sizing: border-box;
  background-color: #88626b;
  color: #fff;
  border-radius: 200px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 4.2666666667vw;
  }
}
@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: #d5c0c5;
  overflow: hidden;
}
.fv .inner {
  width: 100%;
  min-height: 100svh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .inner {
    height: 100svh;
    -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 .logo {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .fv .inner .logo {
    width: 22.6666666667vw;
    top: 6.6666666667vw;
    left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .logo {
    width: 7.8125vw;
    top: 1.953125vw;
    left: 1.953125vw;
  }
}
.fv .inner .logo svg {
  fill: #fff;
}
.fv .inner .txt {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt {
    bottom: 12.2666666667vw;
    left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt {
    bottom: 4.6875vw;
    left: 18.828125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .txt h1 {
    font-size: 9.0666666667vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt h1 {
    font-size: 3.90625vw;
    margin-bottom: 1.328125vw;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt .staff_icon {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt .staff_icon {
    margin-bottom: 2.34375vw;
  }
}
.fv .inner .txt .staff_icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt .staff_icon ul {
    width: 64.5333333333vw;
    -moz-column-gap: 0.5333333333vw;
         column-gap: 0.5333333333vw;
    row-gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt .staff_icon ul {
    width: 27.578125vw;
    -moz-column-gap: 0.234375vw;
         column-gap: 0.234375vw;
    row-gap: 0.46875vw;
  }
}
.fv .inner .txt .staff_icon ul li {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fv .inner .txt .staff_icon ul li {
    flex: 0 0 calc(20% - 0.5333333333vw); /* 100% ÷ 5個 - gap補正 */
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .txt .staff_icon ul li {
    flex: 0 0 calc(20% - 0.234375vw); /* 100% ÷ 5個 - gap補正 */
  }
}
.fv .inner .txt .lead {
  line-height: 1.75;
}
@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: 1.09375vw;
  }
}
@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%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .inner .bg {
    aspect-ratio: 75/134;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .bg {
    aspect-ratio: 1800/2001;
  }
}
.fv .inner .bg img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv_deco._01 {
    width: 6.6666666667vw;
    left: 21.0666666667vw;
    top: 16.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._01 {
    width: 1.953125vw;
    left: 13.75vw;
    top: 8.1640625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._02 {
    width: 5.3333333333vw;
    left: 19.2vw;
    top: 21.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._02 {
    width: 1.5625vw;
    left: 13.203125vw;
    top: 9.4921875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._03 {
    width: 40vw;
    left: -8.8vw;
    top: 18.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._03 {
    width: 11.71875vw;
    left: 2.890625vw;
    top: 11.1328125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._04 {
    width: 4vw;
    left: 91.4666666667vw;
    top: 161.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._04 {
    width: 1.171875vw;
    left: 56.171875vw;
    top: 37.4609375vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._05 {
    width: 18.6666666667vw;
    left: 80.8vw;
    top: 158vw;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._05 {
    width: 5.46875vw;
    left: 52.8125vw;
    top: 36.3671875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._06 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._06 {
    width: 1.5625vw;
    left: 11.09375vw;
    top: 36.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._07 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._07 {
    width: 1.875vw;
    left: 5.78125vw;
    bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._08 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._08 {
    width: 1.5625vw;
    left: 89.6875vw;
    top: 11.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._09 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._09 {
    width: 1.5625vw;
    left: 86.25vw;
    bottom: 13.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_deco._10 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv_deco._10 {
    width: 12.5vw;
    left: 84.921875vw;
    bottom: 2.109375vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
#lead {
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lead {
    width: 66.6666666667vw;
    margin: 26.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 19.53125vw;
    margin: 9.375vw auto;
  }
}
#lead p {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lead p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p {
    font-size: 0.859375vw;
  }
}
#lead p::after {
  content: "";
  height: 0.5px;
  display: inline-block;
  background-color: #111;
  position: absolute;
  left: calc(50% - 55px);
}
@media screen and (max-width: 768px) {
  #lead p::after {
    font-size: 13.3333333333vw;
    bottom: -4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p::after {
    font-size: 3.90625vw;
    bottom: -1.171875vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
@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;
}
@media screen and (max-width: 768px) {
  .credit ul li .item {
    margin-right: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item {
    margin-right: 1.5625vw;
    font-size: 0.9375vw;
  }
}
.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;
  }
}
.credit ul li.com, .credit ul li.sample {
  position: relative;
}
.credit ul li.com::after, .credit ul li.sample::after {
  content: "coming soon";
  position: absolute;
  color: #fff;
  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.com::after, .credit ul li.sample::after {
    width: 30.1333333333vw;
    height: 4.9333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 11.484375vw;
    height: 1.875vw;
    font-size: 0.9375vw;
  }
}
.credit ul li.sample::after {
  content: "参考商品";
}
.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;
  }
}

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

section#look02 .credit ul li,
section#look05 .credit ul li {
  border-bottom: 0.5px dashed #111;
}
section#look02 .credit ul li a,
section#look05 .credit ul li a {
  color: #111;
}

/*--------------------------------------*
* 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;
  background-color: #d5c0c5;
}

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

.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.flex_wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .flex_wrap {
    display: flex;
    justify-content: center;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #item {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #item {
    width: 31.25vw;
    left: 0;
    bottom: 0;
  }
}
#item .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #item .inner {
    width: 80vw;
    padding: 26.6666666667vw 0 30.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #item .inner {
    width: min(23.4375vw, 300px);
    padding: 7.8125vw 0 7.8125vw;
  }
}
#item .inner .btn_wrap {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #item .inner .btn_wrap {
    width: 48vw;
    height: 10.1333333333vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #item .inner .btn_wrap {
    width: 14.0625vw;
    height: 2.96875vw;
    margin-top: 1.171875vw;
  }
}
#item .inner .img {
  position: relative;
}
#item .inner .img::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../assets/images/item_ttl.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #item .inner .img::before {
    width: 62.4vw;
    height: 14.9946666667vw;
    top: -9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #item .inner .img::before {
    width: 18.28125vw;
    height: 4.39296875vw;
    top: -2.734375vw;
  }
}
#item .inner .img .swiper {
  overflow: visible;
}
#item .inner .img .swiper-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #item .inner .img .swiper-horizontal > .swiper-pagination-bullets,
  #item .inner .img .swiper-pagination-bullets.swiper-pagination-horizontal,
  #item .inner .img .swiper-pagination-custom,
  #item .inner .img .swiper-pagination-fraction {
    bottom: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #item .inner .img .swiper-horizontal > .swiper-pagination-bullets,
  #item .inner .img .swiper-pagination-bullets.swiper-pagination-horizontal,
  #item .inner .img .swiper-pagination-custom,
  #item .inner .img .swiper-pagination-fraction {
    bottom: -1.5625vw;
  }
}
#item .inner .img .swiper-pagination-bullet {
  background: #fff;
}
#item .inner .img .swiper-pagination-bullet-active {
  background: #fff;
}
#item .inner .detail {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #item .inner .detail {
    font-size: 3.2vw;
    margin: 10.1333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #item .inner .detail {
    font-size: 0.9375vw;
    margin: 2.96875vw auto 0;
  }
}
#item .inner .detail .name {
  line-height: 1.333;
}
@media screen and (max-width: 768px) {
  #item .inner .detail .name {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #item .inner .detail .name {
    margin-bottom: 0.390625vw;
  }
}
#item .inner .detail .name span {
  display: block;
}
@media screen and (max-width: 768px) {
  #item .inner .detail .name span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #item .inner .detail .name span {
    font-size: 0.859375vw;
  }
}
#item .item_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #item .item_deco._01 {
    width: 34.6666666667vw;
    left: 6.1333333333vw;
    top: -7.2vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._01 {
    width: 10.15625vw;
    left: 3.671875vw;
    top: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._02 {
    width: 5.3333333333vw;
    left: 7.7333333333vw;
    top: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._02 {
    width: 1.5625vw;
    left: 4.140625vw;
    top: 10.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._03 {
    width: 13.3333333333vw;
    left: 0.5333333333vw;
    top: 28.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._03 {
    width: 3.90625vw;
    left: 2.03125vw;
    top: 12.1875vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._04 {
    width: 8vw;
    left: 81.8666666667vw;
    top: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._04 {
    width: 2.34375vw;
    left: 25.859375vw;
    top: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._05 {
    width: 5.3333333333vw;
    left: 87.7333333333vw;
    top: 15.2vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._05 {
    width: 1.5625vw;
    left: 27.578125vw;
    top: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._06 {
    width: 16vw;
    left: 85.3333333333vw;
    top: 33.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._06 {
    width: 4.6875vw;
    left: 26.875vw;
    top: 13.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._07 {
    width: 10.6666666667vw;
    left: 13.0666666667vw;
    top: 169.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._07 {
    width: 3.125vw;
    left: 5.703125vw;
    top: 53.75vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._08 {
    width: 8vw;
    left: 7.2vw;
    top: 178.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._08 {
    width: 2.34375vw;
    left: 3.984375vw;
    top: 56.328125vw;
  }
}
@media screen and (max-width: 768px) {
  #item .item_deco._09 {
    width: 37.3333333333vw;
    left: 63.4666666667vw;
    top: 162.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #item .item_deco._09 {
    width: 10.9375vw;
    left: 20.46875vw;
    top: 51.484375vw;
  }
}

h2 {
  color: #88626b;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 12vw;
    top: -7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: min(3.515625vw, 45px);
    top: min(-2.1875vw, -28px);
  }
}

#chart {
  margin: 0 auto;
  position: relative;
  background-color: #e6dadd;
}
@media screen and (max-width: 768px) {
  #chart {
    width: 100vw;
    padding: 22.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  #chart {
    width: 32.03125vw;
    height: 40.625vw;
    right: 0.78125vw;
    bottom: 0;
    margin-top: 3.90625vw;
  }
}
#chart .inner {
  background-color: #e6dadd;
}
@media screen and (min-width: 769px) {
  #chart .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5.15625vw 0;
  }
}
#chart .inner .chart_wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap {
    width: 80vw;
    height: 106.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap {
    width: 26.5625vw;
  }
}
#chart .inner .chart_wrap p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #88626b;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap p {
    font-size: min(0.9375vw, 12px);
  }
}
#chart .inner .chart_wrap p.casual_sw, #chart .inner .chart_wrap p.casual {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#chart .inner .chart_wrap p.casual_sw {
  top: 0;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap p.casual_sw {
    top: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap p.casual_sw {
    top: min(-1.5625vw, -20px);
  }
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap p.casual {
    bottom: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap p.casual {
    bottom: min(-1.5625vw, -20px);
  }
}
#chart .inner .chart_wrap p.classy, #chart .inner .chart_wrap p.korea {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap p.classy {
    left: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap p.classy {
    left: min(-1.5625vw, -20px);
  }
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap p.korea {
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap p.korea {
    right: min(-1.5625vw, -20px);
  }
}
#chart .inner .chart_wrap .chart_icon {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon {
    width: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon {
    width: min(4.6875vw, 60px);
  }
}
#chart .inner .chart_wrap .chart_icon._1 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._1 {
    bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._1 {
    bottom: min(1.953125vw, 25px);
  }
}
#chart .inner .chart_wrap .chart_icon._2 {
  left: 0;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._2 {
    top: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._2 {
    top: min(4.296875vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._3 {
    top: 12.5333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._3 {
    top: min(3.671875vw, 47px);
    right: min(0.78125vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._4 {
    top: 32.5333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._4 {
    top: min(9.53125vw, 122px);
    right: min(0.78125vw, 10px);
  }
}
#chart .inner .chart_wrap .chart_icon._5 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._5 {
    top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._5 {
    top: min(0.625vw, 25px);
  }
}
#chart .inner .chart_wrap .chart_icon._6 {
  left: 0;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._6 {
    bottom: 36vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._6 {
    bottom: min(10.546875vw, 135px);
  }
}
#chart .inner .chart_wrap .chart_icon._7 {
  left: 0;
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._7 {
    top: 36vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._7 {
    top: min(10.546875vw, 135px);
  }
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._8 {
    bottom: 16.8vw;
    right: 16.8vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._8 {
    bottom: min(4.921875vw, 63px);
    right: min(4.921875vw, 63px);
  }
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._9 {
    top: 5.0666666667vw;
    left: 11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._9 {
    top: min(1.484375vw, 19px);
    left: min(3.4375vw, 44px);
  }
}
#chart .inner .chart_wrap .chart_icon._10 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #chart .inner .chart_wrap .chart_icon._10 {
    top: 19.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .inner .chart_wrap .chart_icon._10 {
    top: min(5.78125vw, 74px);
  }
}
#chart .chart_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._01 {
    width: 37.3333333333vw;
    left: -5.3333333333vw;
    top: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._01 {
    width: 10.9375vw;
    left: -1.5625vw;
    top: -1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._02 {
    width: 5.3333333333vw;
    left: 14.6666666667vw;
    top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._02 {
    width: 1.5625vw;
    left: 4.296875vw;
    top: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._03 {
    width: 8vw;
    left: 7.2vw;
    top: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._03 {
    width: 2.34375vw;
    left: 2.109375vw;
    top: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._04 {
    width: 5.3333333333vw;
    left: 83.4666666667vw;
    top: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._04 {
    width: 1.5625vw;
    left: 25.859375vw;
    top: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._05 {
    width: 8vw;
    left: 85.6vw;
    top: 15.2vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._05 {
    width: 2.34375vw;
    left: 26.796875vw;
    top: -0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._06 {
    width: 5.3333333333vw;
    left: 11.7333333333vw;
    top: 116.8vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._06 {
    width: 1.5625vw;
    left: 26.875vw;
    top: 13.90625vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._07 {
    width: 26.6666666667vw;
    left: -2.6666666667vw;
    top: 116.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._07 {
    width: 7.8125vw;
    left: -0.78125vw;
    top: 34.0625vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._08 {
    width: 13.3333333333vw;
    left: 16.2666666667vw;
    top: 132.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._08 {
    width: 3.90625vw;
    left: 4.765625vw;
    top: 38.75vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._09 {
    width: 37.3333333333vw;
    left: 69.3333333333vw;
    top: 109.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._09 {
    width: 10.9375vw;
    left: 20.3125vw;
    top: 32.03125vw;
  }
}
@media screen and (max-width: 768px) {
  #chart .chart_deco._10 {
    width: 5.3333333333vw;
    left: 76vw;
    top: 133.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #chart .chart_deco._10 {
    width: 1.5625vw;
    left: 22.265625vw;
    top: 39.0625vw;
  }
}

#coordinate {
  background-color: #e6dadd;
}
@media screen and (max-width: 768px) {
  #coordinate {
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate {
    padding-bottom: 9.375vw;
    width: 32.8125vw;
    position: relative;
    margin-top: 8.59375vw;
  }
}
#coordinate .inner {
  background-color: #e6dadd;
}
#coordinate .cd_group {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group {
    width: 29.296875vw;
    margin: 0 auto;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group:last-child {
    margin-bottom: 0vw;
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group:last-child {
    margin-bottom: 0vw;
    padding-bottom: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group .cd_all {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group .cd_all {
    margin-top: 0.9375vw;
  }
}
#coordinate .cd_group .cd_all .cd_group_inner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  cursor: pointer;
}
#coordinate .cd_group .cd_all .cd_group_inner:hover, #coordinate .cd_group .cd_all .cd_group_inner:focus, #coordinate .cd_group .cd_all .cd_group_inner:active {
  opacity: 0.5;
  transition: all 0.5s;
}
#coordinate .cd_group .cd_all .cd_group_inner .zoom_icon {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group .cd_all .cd_group_inner .zoom_icon {
    width: 4vw;
    height: 4vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group .cd_all .cd_group_inner .zoom_icon {
    width: 1.171875vw;
    height: 1.171875vw;
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 {
    padding-top: 4.6875vw;
  }
}
#coordinate .cd_group#cd_group1 .group1_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .group1_deco._01 {
    width: 37.3333333333vw;
    left: -2.6666666667vw;
    top: -12.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .group1_deco._01 {
    width: 10.9375vw;
    left: -0.78125vw;
    top: -3.671875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .group1_deco._02 {
    width: 4vw;
    left: 90.6666666667vw;
    top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .group1_deco._02 {
    width: 1.171875vw;
    left: 26.5625vw;
    top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .group1_deco._03 {
    width: 32vw;
    left: 70.6666666667vw;
    top: -4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .group1_deco._03 {
    width: 9.375vw;
    left: 20.703125vw;
    top: -1.328125vw;
  }
}
#coordinate .cd_group#cd_group1 h3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 h3 {
    width: 50.0133333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 h3 {
    width: 14.65234375vw;
  }
}
#coordinate .cd_group#cd_group1 .cd_all {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .cd_all {
    left: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .cd_all {
    left: 0.234375vw;
  }
}
#coordinate .cd_group#cd_group1 .cd_all::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .cd_all::before {
    padding-top: 60vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .cd_all::before {
    padding-top: 17.578125vw;
  }
}
#coordinate .cd_group#cd_group1 .cd_all .cd_group_inner {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd1 {
    width: 30.1333333333vw;
    left: -1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd1 {
    width: 8.828125vw;
    left: -0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd2 {
    width: 34.5146666667vw;
    left: 20.9066666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd2 {
    width: 10.11171875vw;
    left: 6.125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd3 {
    width: 24.624vw;
    left: 51.3146666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd3 {
    width: 7.2140625vw;
    left: 15.03359375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd4 {
    width: 22.44vw;
    left: 74.7733333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group1 .cd_all .cd_group_inner#cd4 {
    width: 6.57421875vw;
    left: 21.90625vw;
  }
}
#coordinate .cd_group#cd_group2 .group2_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._01 {
    width: 37.3333333333vw;
    left: -9.3333333333vw;
    top: -12.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._01 {
    width: 10.9375vw;
    left: -2.734375vw;
    top: -3.671875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._02 {
    width: 5.3333333333vw;
    left: 13.3333333333vw;
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._02 {
    width: 1.5625vw;
    left: 3.90625vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._03 {
    width: 5.3333333333vw;
    left: 80.2666666667vw;
    top: -2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._03 {
    width: 1.5625vw;
    left: 23.515625vw;
    top: -0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._04 {
    width: 37.3333333333vw;
    left: 74.6666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._04 {
    width: 10.9375vw;
    left: 21.875vw;
    top: -2.578125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._05 {
    width: 10.6666666667vw;
    left: 82.6666666667vw;
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._05 {
    width: 3.125vw;
    left: 23.515625vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._06 {
    width: 32vw;
    left: -4.2666666667vw;
    top: 65.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._06 {
    width: 9.375vw;
    left: -1.25vw;
    top: 19.140625vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._07 {
    width: 5.3333333333vw;
    left: 3.4666666667vw;
    top: 88vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._07 {
    width: 1.5625vw;
    left: 1.015625vw;
    top: 25.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._08 {
    width: 10.6666666667vw;
    left: 89.0666666667vw;
    top: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._08 {
    width: 3.125vw;
    left: 26.09375vw;
    top: 21.875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .group2_deco._09 {
    width: 8vw;
    left: 86.6666666667vw;
    top: 84vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .group2_deco._09 {
    width: 2.34375vw;
    left: 25.390625vw;
    top: 24.609375vw;
  }
}
#coordinate .cd_group#cd_group2 h3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 h3 {
    width: 50.4613333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 h3 {
    width: 14.78359375vw;
  }
}
#coordinate .cd_group#cd_group2 .cd_all {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all {
    left: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all {
    left: 0.46875vw;
  }
}
#coordinate .cd_group#cd_group2 .cd_all::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all::before {
    padding-top: 121.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all::before {
    padding-top: 35.546875vw;
  }
}
#coordinate .cd_group#cd_group2 .cd_all .cd_group_inner {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd5 {
    width: 31.032vw;
    left: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd5 {
    width: 9.09140625vw;
    left: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd6 {
    width: 34.5146666667vw;
    left: 30.7706666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd6 {
    width: 10.11171875vw;
    left: 9.01484375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd7 {
    width: 24.624vw;
    left: 64.1146666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd7 {
    width: 7.2140625vw;
    left: 18.78359375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd8 {
    width: 34.5146666667vw;
    left: 4.5333333333vw;
    top: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd8 {
    width: 10.11171875vw;
    left: 1.328125vw;
    top: 18.359375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd9 {
    width: 24.624vw;
    left: 37.3413333333vw;
    top: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd9 {
    width: 7.2140625vw;
    left: 10.93984375vw;
    top: 18.359375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd10 {
    width: 22.44vw;
    left: 64.2666666667vw;
    top: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group2 .cd_all .cd_group_inner#cd10 {
    width: 6.57421875vw;
    left: 18.828125vw;
    top: 18.359375vw;
  }
}
#coordinate .cd_group#cd_group3 .group3_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .group3_deco._01 {
    width: 5.3333333333vw;
    left: 10.6666666667vw;
    top: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .group3_deco._01 {
    width: 1.5625vw;
    left: 3.125vw;
    top: -0.625vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .group3_deco._02 {
    width: 37.3333333333vw;
    left: -9.3333333333vw;
    top: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .group3_deco._02 {
    width: 10.9375vw;
    left: -2.734375vw;
    top: -1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .group3_deco._03 {
    width: 14.6666666667vw;
    left: 8vw;
    top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .group3_deco._03 {
    width: 4.296875vw;
    left: 2.34375vw;
    top: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .group3_deco._04 {
    width: 5.3333333333vw;
    left: 80.2666666667vw;
    top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .group3_deco._04 {
    width: 1.5625vw;
    left: 23.515625vw;
    top: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .group3_deco._05 {
    width: 37.3333333333vw;
    left: 73.0666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .group3_deco._05 {
    width: 10.9375vw;
    left: 21.40625vw;
    top: -2.578125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .group3_deco._06 {
    width: 32vw;
    left: 72vw;
    top: 48.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .group3_deco._06 {
    width: 9.375vw;
    left: 21.09375vw;
    top: 14.21875vw;
  }
}
#coordinate .cd_group#cd_group3 h3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 h3 {
    width: 51.9653333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 h3 {
    width: 15.22421875vw;
  }
}
#coordinate .cd_group#cd_group3 .cd_all {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .cd_all {
    left: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .cd_all {
    left: 0.46875vw;
  }
}
#coordinate .cd_group#cd_group3 .cd_all::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .cd_all::before {
    padding-top: 60vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .cd_all::before {
    padding-top: 17.578125vw;
  }
}
#coordinate .cd_group#cd_group3 .cd_all .cd_group_inner {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .cd_all .cd_group_inner#cd11 {
    width: 24.624vw;
    left: 22.408vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .cd_all .cd_group_inner#cd11 {
    width: 7.2140625vw;
    left: 6.56484375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group3 .cd_all .cd_group_inner#cd12 {
    width: 22.44vw;
    left: 51.032vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group3 .cd_all .cd_group_inner#cd12 {
    width: 6.57421875vw;
    left: 14.95078125vw;
  }
}
#coordinate .cd_group#cd_group4 .group4_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .group4_deco._01 {
    width: 37.3333333333vw;
    left: -9.3333333333vw;
    top: -12.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .group4_deco._01 {
    width: 10.9375vw;
    left: -2.734375vw;
    top: -3.671875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .group4_deco._02 {
    width: 14.6666666667vw;
    left: 8vw;
    top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .group4_deco._02 {
    width: 4.296875vw;
    left: 2.34375vw;
    top: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .group4_deco._03 {
    width: 5.3333333333vw;
    left: 80.2666666667vw;
    top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .group4_deco._03 {
    width: 1.5625vw;
    left: 23.515625vw;
    top: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .group4_deco._04 {
    width: 37.3333333333vw;
    left: 74.6666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .group4_deco._04 {
    width: 10.9375vw;
    left: 21.875vw;
    top: -2.578125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .group4_deco._05 {
    width: 32vw;
    left: 72vw;
    top: 48.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .group4_deco._05 {
    width: 9.375vw;
    left: 21.09375vw;
    top: 14.21875vw;
  }
}
#coordinate .cd_group#cd_group4 h3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 h3 {
    width: 49.8906666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 h3 {
    width: 14.61640625vw;
  }
}
#coordinate .cd_group#cd_group4 .cd_all {
  position: relative;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .cd_all {
    left: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .cd_all {
    left: 0.46875vw;
  }
}
#coordinate .cd_group#cd_group4 .cd_all::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .cd_all::before {
    padding-top: 60vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .cd_all::before {
    padding-top: 17.578125vw;
  }
}
#coordinate .cd_group#cd_group4 .cd_all .cd_group_inner {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .cd_all .cd_group_inner#cd13 {
    width: 24.624vw;
    left: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .cd_all .cd_group_inner#cd13 {
    width: 7.2140625vw;
    left: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group4 .cd_all .cd_group_inner#cd14 {
    width: 22.44vw;
    left: 51.2906666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group4 .cd_all .cd_group_inner#cd14 {
    width: 6.57421875vw;
    left: 15.0265625vw;
  }
}
#coordinate .cd_group#cd_group5 .group5_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._01 {
    width: 37.3333333333vw;
    left: -9.3333333333vw;
    top: -12.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._01 {
    width: 10.9375vw;
    left: -2.734375vw;
    top: -3.671875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._02 {
    width: 5.3333333333vw;
    left: 13.3333333333vw;
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._02 {
    width: 1.5625vw;
    left: 3.90625vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._03 {
    width: 5.3333333333vw;
    left: 80.2666666667vw;
    top: -2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._03 {
    width: 1.5625vw;
    left: 23.515625vw;
    top: -0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._04 {
    width: 37.3333333333vw;
    left: 74.6666666667vw;
    top: -8.8vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._04 {
    width: 10.9375vw;
    left: 21.875vw;
    top: -2.578125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._05 {
    width: 10.6666666667vw;
    left: 82.6666666667vw;
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._05 {
    width: 3.125vw;
    left: 23.515625vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._06 {
    width: 32vw;
    left: -4.2666666667vw;
    top: 65.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._06 {
    width: 9.375vw;
    left: -1.25vw;
    top: 19.140625vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._07 {
    width: 5.3333333333vw;
    left: 3.4666666667vw;
    top: 88vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._07 {
    width: 1.5625vw;
    left: 1.015625vw;
    top: 25.78125vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._08 {
    width: 10.6666666667vw;
    left: 89.0666666667vw;
    top: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._08 {
    width: 3.125vw;
    left: 26.09375vw;
    top: 21.875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .group5_deco._09 {
    width: 8vw;
    left: 86.6666666667vw;
    top: 84vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .group5_deco._09 {
    width: 2.34375vw;
    left: 25.390625vw;
    top: 24.609375vw;
  }
}
#coordinate .cd_group#cd_group5 h3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 h3 {
    width: 48.8986666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 h3 {
    width: 14.32578125vw;
  }
}
#coordinate .cd_group#cd_group5 .cd_all {
  position: relative;
}
#coordinate .cd_group#cd_group5 .cd_all::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all::before {
    padding-top: 120.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all::before {
    padding-top: 35.234375vw;
  }
}
#coordinate .cd_group#cd_group5 .cd_all .cd_group_inner {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd15 {
    width: 33.72vw;
    left: 5.3226666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd15 {
    width: 9.87890625vw;
    left: 1.559375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd16 {
    width: 34.5146666667vw;
    left: 32.104vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd16 {
    width: 10.11171875vw;
    left: 9.40546875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd17 {
    width: 24.624vw;
    left: 64.9146666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd17 {
    width: 7.2140625vw;
    left: 19.01796875vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd18 {
    width: 36.4933333333vw;
    left: 4.6106666667vw;
    top: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd18 {
    width: 10.69140625vw;
    left: 1.35078125vw;
    top: 18.359375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd19 {
    width: 24.624vw;
    left: 38.408vw;
    top: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd19 {
    width: 7.2140625vw;
    left: 11.25234375vw;
    top: 18.359375vw;
  }
}
@media screen and (max-width: 768px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd20 {
    width: 22.44vw;
    left: 65.8666666667vw;
    top: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #coordinate .cd_group#cd_group5 .cd_all .cd_group_inner#cd20 {
    width: 6.57421875vw;
    left: 19.296875vw;
    top: 18.359375vw;
  }
}

#area_more {
  position: relative;
}
#area_more .btn_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  #area_more .btn_wrap {
    width: 64vw;
    height: 13.3333333333vw;
    margin: 16vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #area_more .btn_wrap {
    width: 18.75vw;
    height: 3.90625vw;
    margin: 3.90625vw auto 0;
  }
}
#area_more .more_deco {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._01 {
    width: 6.6666666667vw;
    left: 5.3333333333vw;
    top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._01 {
    width: 1.953125vw;
    left: 1.5625vw;
    top: -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._02 {
    width: 28vw;
    left: 72.5333333333vw;
    top: -20vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._02 {
    width: 8.203125vw;
    left: 21.25vw;
    top: -5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._03 {
    width: 5.3333333333vw;
    left: 9.8666666667vw;
    top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._03 {
    width: 1.5625vw;
    left: 2.890625vw;
    top: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._04 {
    width: 37.3333333333vw;
    left: -10.6666666667vw;
    top: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._04 {
    width: 10.9375vw;
    left: -3.125vw;
    top: 0.703125vw;
  }
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._05 {
    width: 14.6666666667vw;
    left: 13.3333333333vw;
    top: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._05 {
    width: 4.296875vw;
    left: 3.90625vw;
    top: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._06 {
    width: 5.3333333333vw;
    left: 80.2666666667vw;
    top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._06 {
    width: 1.5625vw;
    left: 23.515625vw;
    top: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #area_more .more_deco._07 {
    width: 37.3333333333vw;
    left: 73.0666666667vw;
    top: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #area_more .more_deco._07 {
    width: 10.9375vw;
    left: 21.40625vw;
    top: 1.015625vw;
  }
}

@media screen and (max-width: 768px) {
  .main-swiper {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .main-swiper {
    margin-bottom: 0.390625vw;
  }
}

.main-swiper .swiper-slide,
.swiper_reverse .swiper-slide {
  cursor: pointer;
}

.modal-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.modal-swiper .swiper-wrapper .swiper-slide::after {
  content: none;
}

.modal-swiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_swiper_wrap {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap {
    width: 100%;
    max-width: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap {
    width: 100%; /* 親要素に合わせて縮む */
    max-width: 25vw; /* これ以上は大きくならない */
  }
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap .modal-swiper {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap .modal-swiper {
    padding-bottom: 1.5625vw;
  }
}
.modal_swiper_wrap .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto; /* ← 必ず明示する */
  display: flex !important; /* 強制的に表示 */
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap .swiper-pagination {
    bottom: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap .swiper-pagination {
    bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_swiper_wrap .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 0.6666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .modal_swiper_wrap .swiper-pagination-bullet {
    width: 0.46875vw;
    height: 0.46875vw;
    margin: 0 0.1953125vw !important;
  }
}
.modal_swiper_wrap .swiper-pagination-bullet-active {
  background-color: #111;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center; /* 縦横中央 */
}

.modal-content {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #e6dadd;
  color: #333;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    max-width: 90.6666666667vw;
    padding: 5.3333333333vw 0 8vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content {
    width: 100%; /* 親要素に合わせて縮む */
    max-width: 26.5625vw; /* これ以上は大きくならない */
    padding: 1.5625vw 0 2.34375vw;
  }
}
.modal-content a {
  color: #fff !important;
}

.close {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .close {
    width: 13.3333333333vw;
    top: 0.2666666667vw;
    right: 0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .close {
    width: 3.90625vw;
    top: 0.078125vw;
    right: 0.078125vw;
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-header {
    width: 69.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-header {
    width: 20.3125vw;
    padding: 0 1.5625vw;
    margin-bottom: 0.9375vw;
  }
}

.modal_icon_wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.modal_icon_wrap .modal-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal_icon_wrap .modal-icon {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_icon_wrap .modal-icon {
    width: 4.375vw;
    height: 4.375vw;
  }
}

.modal_prof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_prof #modalName {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_prof #modalName {
    font-size: 1.40625vw;
    margin-bottom: 0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_prof #modalSize {
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_prof #modalSize {
    margin-bottom: 0.234375vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_prof #modalSize,
  .modal_prof #modalAbout {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_prof #modalSize,
  .modal_prof #modalAbout {
    font-size: 0.78125vw;
  }
}

.modalLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modalLink {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink {
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
    width: 23.4375vw;
  }
}
.modalLink li {
  display: block;
}
@media screen and (max-width: 768px) {
  .modalLink li {
    width: 38.6666666667vw;
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li {
    width: 11.328125vw;
    height: 2.96875vw;
  }
}
.modalLink li.instagram {
  letter-spacing: 0em;
  font-family: "ivybodoni", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
.modalLink li.instagram a.btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .modalLink li.instagram a.btn {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li.instagram a.btn {
    font-size: 1.09375vw;
  }
}
.modalLink li.instagram span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalLink li.instagram span {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li.instagram span {
    padding-left: 1.5625vw;
  }
}
.modalLink li.instagram span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../assets/images/instagram_w.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .modalLink li.instagram span::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li.instagram span::before {
    width: 1.015625vw;
    height: 1.015625vw;
  }
}
.modalLink li.wear {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.modalLink li.wear a.btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .modalLink li.wear a.btn {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .modalLink li.wear a.btn {
    font-size: 0.9375vw;
  }
}

section {
  position: relative;
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section {
    padding-bottom: 8.59375vw;
  }
}
section .sec_heart {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section .sec_heart {
    width: 20vw;
    top: -8vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section .sec_heart {
    width: 7.03125vw;
    top: -3.515625vw;
    right: 25.78125vw;
  }
}
section .inner {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  section .inner .intro_wrap,
  section .inner .btn_wrap {
    width: 46.875vw;
    margin: 0 auto;
  }
}
section .inner h2 {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  section .inner h2 {
    font-size: 32vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner h2 {
    font-size: 15.625vw;
  }
}
section .inner h3 {
  margin: 0 auto;
}
section .inner h3 svg path {
  fill: #111;
}
@media screen and (max-width: 768px) {
  section .inner h3 {
    min-width: 116px;
    width: 30.9333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner h3 {
    min-width: 136px;
    width: 10.625vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.5625vw;
         column-gap: 1.5625vw;
    margin: 4.6875vw auto 3.90625vw;
  }
}
section .inner .prof {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section .inner .prof {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof {
    -moz-column-gap: 1.171875vw;
         column-gap: 1.171875vw;
  }
}
section .inner .prof .icon img {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff; /* 外側の白い丸 */
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  section .inner .prof .icon img {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .icon img {
    width: 7.03125vw;
  }
}
section .inner .prof .detail {
  font-family: noto-sans, sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0em;
}
section .inner .prof .detail .name {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  section .inner .prof .detail .name {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .detail .name {
    font-size: 1.71875vw;
    margin-bottom: 0.9375vw;
  }
}
section .inner .prof .detail .sns a {
  position: relative;
}
@media screen and (max-width: 768px) {
  section .inner .prof .detail .sns a {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .detail .sns a {
    padding-left: 1.5625vw;
    font-size: 1.09375vw;
  }
}
section .inner .prof .detail .sns a::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../assets/images/instagram_b.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section .inner .prof .detail .sns a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .prof .detail .sns a::before {
    width: 1.25vw;
    height: 1.25vw;
    top: 0.546875vw;
    max-width: 19px;
    max-height: 19px;
  }
}
section .inner .item {
  border-top: 0.5px solid #111;
  border-bottom: 0.5px solid #111;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  section .inner .item {
    width: 90.1333333333vw;
    margin: 10.6666666667vw auto;
    padding: 5.3333333333vw 8vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item {
    width: 23.4375vw;
    margin: 0;
    padding: 1.875vw 1.171875vw;
  }
}
section .inner .item .item_badge {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section .inner .item .item_badge {
    width: 25.3333333333vw;
    top: -3.0666666667vw;
    right: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item .item_badge {
    width: 7.421875vw;
    top: -0.8984375vw;
    right: 1.953125vw;
  }
}
section .inner .item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section .inner .item a {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    width: 74.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a {
    -moz-column-gap: 1.40625vw;
         column-gap: 1.40625vw;
    width: 20.3125vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .item_img {
    width: 44vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .item_img {
    width: 11.71875vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .item_txt .category {
    font-size: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .item_txt .category {
    font-size: 1.875vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .item_txt .price {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .item_txt .price {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  section .inner .item a .link_arrow {
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section .inner .item a .link_arrow {
    width: 1.40625vw;
  }
}
section#collab1 {
  background-color: #7b493b;
  color: #fff;
}
section#collab1 a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#collab1 .inner h2 {
    margin-top: -9.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#collab1 .inner h2 {
    margin-top: -4.6875vw;
  }
}
section#collab1 .inner .intro .prof .sns a::before {
  background-image: url("../assets/images/instagram_w.svg");
}
section#collab1 .inner .item {
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
section#collab1 .inner h3 svg path {
  fill: #ffffff;
}
section#collab2 {
  background-color: #ffd7e8;
}
@media screen and (max-width: 768px) {
  section#collab2 .inner h2 {
    margin-top: -9.6vw;
  }
}
@media screen and (min-width: 769px) {
  section#collab2 .inner h2 {
    margin-top: -4.6875vw;
  }
}
section#collab3 {
  background-color: #e4e4e4;
}
@media screen and (max-width: 768px) {
  section#collab3 .inner h2 {
    margin-top: -10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#collab3 .inner h2 {
    margin-top: -5vw;
  }
}
.staff {
  letter-spacing: 0.1em;
  text-align: center;
  color: #86490a;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .staff {
    margin-top: 6.25vw;
    padding-bottom: 7.8125vw;
  }
}
.staff ul li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .staff ul li {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .staff ul li {
    font-size: 0.78125vw;
  }
}

.ending {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ending {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ending {
    padding-top: 7.8125vw;
  }
}

/* 初期状態（ぼかし + 非表示） */
.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 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  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: 1s;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

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

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 0.5s;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

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

.sec_heart.clip_bottom.start img {
  animation: anime_bottom_to_top 0.5s 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%);
  }
}/*# sourceMappingURL=style.css.map */