@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../assets/images/bg_main.jpg);
  background-repeat: repeat;
  background-size: contain;
  color: #6f605a;
}

.ja {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}

.en {
  font-family: "the-seasons", 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;
  }
}

@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: #6f605a;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f2f0ea;
  z-index: 998;
}
#loading-bg .loading_curt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #f2f0ea;
  z-index: 999;
}

/*--------------------------------------*
* クレジット
*--------------------------------------*/
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
.fixed_menu {
  position: fixed;
  top: 0;
  left: 2.1333333333vw;
  height: 100vh;
  z-index: 99;
  display: flex;
  align-items: center;
  font-size: 2.9333333333vw;
  letter-spacing: 0.1em;
}
.fixed_menu li a {
  writing-mode: vertical-rl;
  position: relative;
}
.fixed_menu li:not(li:last-child) a {
  margin-bottom: 5.3333333333vw;
}
.fixed_menu li:not(li:last-child) a:after {
  content: "";
  position: absolute;
  width: 3.2vw;
  height: 0.5px;
  background-color: #6f605a;
  bottom: -2.6666666667vw;
  left: 0;
}

.fixed_btn {
  width: 5.8666666667vw;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .footer_top {
    position: relative;
  }
  .footer_top .container {
    height: 100%;
    width: 86.6666666667vw;
    position: absolute;
    top: 0;
    translate: -50% 0;
    left: 50%;
  }
  .footer_top .container .logo,
  .footer_top .container .footer_text {
    position: absolute;
  }
  .footer_top .container .logo {
    top: 8vw;
    width: 26.6666666667vw;
  }
  .footer_top .container .footer_text {
    translate: -50% 0;
    left: 50%;
    bottom: 8vw;
    width: 73.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fixed_menu {
    position: fixed;
    left: 24px;
    font-size: 14px;
  }
  .fixed_menu li:not(li:last-child) a {
    margin-bottom: 26px;
  }
  .fixed_menu li:not(li:last-child) a:after {
    width: 15px;
    bottom: -13px;
  }
  .fixed_btn {
    width: 1.5277777778vw;
    bottom: 20px;
    right: 20px;
  }
  .footer_top {
    height: 640px;
    position: relative;
  }
  .footer_top figure {
    height: 640px;
  }
  .footer_top img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .footer_top .container {
    height: 100%;
    width: 600px;
    position: absolute;
    top: 0;
    translate: -50% 0;
    left: 50%;
  }
  .footer_top .container .logo,
  .footer_top .container .footer_text {
    position: absolute;
  }
  .footer_top .container .logo {
    top: 46px;
  }
  .footer_top .container .footer_text {
    bottom: 30px;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#loading-bg .text_slider {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  font-size: 14.6666666667vw;
  white-space: nowrap;
  color: #ffffff;
  opacity: 0.4;
}
#loading-bg .text_slider .swiper-wrapper {
  transition-timing-function: linear;
}
#loading-bg .flower {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 10;
}
#loading-bg figure {
  width: 40vw;
}
#loading-bg .loading_text {
  font-size: 5.3333333333vw;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  padding-top: 2.6666666667vw;
}
#loading-bg .loading_text span {
  display: block;
  transform-origin: center;
}

.container {
  margin-inline: auto;
}

.lead {
  padding: 20vw 0 17.0666666667vw;
}
.lead .lead_text {
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 2.0909090909;
  width: 84vw;
  margin-inline: auto;
}

.index {
  overflow: hidden;
  position: relative;
}
.index .container {
  border-top: 1px solid #6f605a;
  width: 80vw;
}
.index .inner {
  padding: 9.3333333333vw 5.3333333333vw 26.6666666667vw;
}
.index .index_title {
  font-size: 9.6vw;
}
.index .sub_text {
  padding: 5.3333333333vw 0 11.2vw;
  font-size: 2.4vw;
  letter-spacing: 0.1em;
}
.index .index_li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6vw 6.9333333333vw;
  text-align: center;
}
.index .index_li > li {
  position: relative;
}
.index .number {
  position: absolute;
  z-index: 2;
  left: 1.8666666667vw;
  top: -4vw;
  color: #fff;
  font-size: 8.5333333333vw;
  letter-spacing: 0.04em;
}
.index .list_title {
  font-size: 3.2vw;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.index .ja_title {
  font-size: 3.2vw;
  padding-top: 1.3333333333vw;
  letter-spacing: 0.04em;
}
.index .box {
  position: relative;
}
.index .flower {
  position: absolute;
  bottom: 13.3333333333vw;
  width: 57.3333333333vw;
  right: -13.3333333333vw;
}

@media screen and (min-width: 769px) {
  #loading-bg .text_slider {
    font-size: 6.3888888889vw;
  }
  #loading-bg figure {
    width: 12.5vw;
  }
  #loading-bg .loading_text {
    font-size: 1.8055555556vw;
    padding-top: 1.0416666667vw;
  }
  .fv {
    background-image: url(../assets/images/fv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: grid;
    place-content: center;
    position: relative;
  }
  .fv .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .fv:after {
    content: "";
    height: 100%;
    width: 4.1666666667vw;
    background-image: url(../assets/images/fv_side.svg);
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .lead {
    padding: 8.3333333333vw 0 7.9861111111vw;
  }
  .lead .lead_text {
    font-size: 0.9722222222vw;
    line-height: 2.2857142857;
    width: 49.6527777778vw;
  }
  .index {
    overflow: inherit;
  }
  .index .container {
    width: 62.5vw;
  }
  .index .inner {
    padding: 3.4722222222vw 1.3888888889vw 10.4166666667vw;
  }
  .index .index_title {
    font-size: 3.6111111111vw;
  }
  .index .sub_text {
    padding: 2.0833333333vw 0 5.2083333333vw;
    font-size: 0.9027777778vw;
  }
  .index .index_li {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.9444444444vw;
  }
  .index .number {
    font-size: 2.7777777778vw;
    left: 0.5555555556vw;
    top: -1.3888888889vw;
  }
  .index .list_title {
    font-size: 0.9722222222vw;
  }
  .index .ja_title {
    font-size: 0.9027777778vw;
  }
  .index .flower {
    position: absolute;
    top: -5.5555555556vw;
    bottom: inherit;
    width: 17.3611111111vw;
    right: 14.5833333333vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.sec .container {
  background-image: url(../assets/images/main_bg.jpg);
}
.sec .left {
  margin-inline: auto;
}
.sec .left .treat {
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6f605a;
}
.sec .main_wrap {
  letter-spacing: 0.04em;
}
.sec .main_text p {
  letter-spacing: 0.08em;
}
.sec .main_contents {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.code_wrap {
  position: relative;
}
.code_wrap .inner {
  position: relative;
}
.code_wrap .arrow {
  width: 1.3333333333vw;
  display: block;
}
.code_wrap .name_image {
  position: absolute;
  width: 13.3333333333vw;
  top: -3.4666666667vw;
  right: -4vw;
  z-index: 10;
}
.code_wrap .code_box {
  position: relative;
}
.code_wrap .opacity {
  position: absolute;
  inset: 0;
}
.code_wrap .other_link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.code_wrap .other_link a {
  display: flex;
  width: 32vw;
  padding: 1.6vw 0;
  font-size: 3.2vw;
  gap: 2.6666666667vw;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  letter-spacing: 0.08em;
}
.code_wrap .main_item.other_item .inner {
  width: 100vw;
  overflow: hidden;
}
.code_wrap .main_item.active .opacity {
  animation: fade 0.8s forwards;
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.other_item .top {
  font-size: 8.5333333333vw;
  border-bottom: 1px solid #6f605a;
  width: fit-content;
  margin: 0 auto;
}
.other_item .small {
  font-size: 3.7333333333vw;
  text-align: center;
  padding-top: 4vw;
}
.other_item .view_btn {
  font-size: 3.4666666667vw;
  text-align: center;
  background-color: #fff;
  width: 64vw;
  margin: 18.6666666667vw auto 0;
  display: flex;
  justify-content: center;
  gap: 5.3333333333vw;
  padding: 4vw 0;
  letter-spacing: 0.08em;
}
.other_item .view_btn span {
  width: 1.6vw;
  display: block;
}
.other_item .slider_wrap {
  margin-top: 12vw;
  padding: 0 25px;
}
.other_item .other_slider {
  position: relative;
  overflow: inherit !important;
}
.other_item .other_slider a {
  color: #fff;
}
.other_item .swiper-scrollbar {
  height: 2px;
  translate: -50% 0;
  left: 50% !important;
  bottom: -30px !important;
  width: 200px !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 0 !important;
}
.other_item .swiper-scrollbar-drag {
  background-color: #fff !important;
  border-radius: 0 !important;
}
.other_item a img {
  padding-bottom: 10px;
}
.other_item a p {
  font-size: 11px;
  padding: 3px 0;
}
.other_item a p:nth-child(3) {
  font-size: 10px;
}
.other_item .price {
  width: fit-content;
  display: inline-block;
}

#sec1 .main_contents {
  background-image: url(../assets/images/bg1.jpg);
}

#sec2 .main_contents {
  background-image: url(../assets/images/bg2.jpg);
}

#sec3 .main_contents {
  background-image: url(../assets/images/bg3.jpg);
}

#sec4 .main_contents {
  background-image: url(../assets/images/bg4.jpg);
}

#sec5 .main_contents {
  background-image: url(../assets/images/bg5.jpg);
}

.nav {
  position: absolute;
  top: 93.3333333333vh;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.nav_li {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100vw;
}
.nav_li li {
  width: 6px;
  height: 6px;
  border-radius: 100vmax;
  background-color: transparent;
  border: 1px solid #fff;
}
.nav_li li.active {
  background-color: #fff;
}

.code_wrap .main,
.code_wrap .main_container {
  position: relative;
}
.code_wrap .main_container._sticky {
  height: 400vh;
}
.code_wrap .main_container._sticky .main_contents {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
.code_wrap .main_item {
  position: absolute;
  left: 0;
  width: 100vw;
}
.code_wrap .main_item .inner {
  width: 84vw;
  margin-inline: auto;
}
.code_wrap .main_img-container {
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec .container {
    padding-top: 14.4vw;
  }
  .sec .sp_grid {
    display: grid;
    align-items: center;
    position: relative;
    height: 53.3333333333vw;
  }
  .sec .left .inner {
    width: 84vw;
    margin-inline: auto;
  }
  .sec .left .treat {
    font-size: 2.4vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 9.6vw;
  }
  .sec .main_wrap {
    position: relative;
    z-index: 3;
  }
  .sec .main_wrap .number {
    font-size: 24.2666666667vw;
  }
  .sec .main_wrap .sec_title {
    font-size: 8.5333333333vw;
    color: #fff;
  }
  .sec .main_wrap .ja_title {
    font-size: 3.7333333333vw;
    padding-top: 2.6666666667vw;
  }
  .sec .main_image {
    width: 49.3333333333vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sec .main_text p {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec .left {
    height: 100vh;
    display: grid;
    place-content: center;
    position: sticky;
    top: 0;
  }
  .sec .left .inner {
    width: 31.9444444444vw;
    margin: 0 auto 0 12.5vw;
  }
  .sec .left .treat {
    font-size: 0.9722222222vw;
    padding-bottom: 0.3472222222vw;
    margin-bottom: 2.4305555556vw;
  }
  .sec .main_wrap .number {
    font-size: 5.9722222222vw;
  }
  .sec .main_wrap .sec_title {
    font-size: 3.0555555556vw;
    padding: 0.6944444444vw 0 1.6666666667vw;
  }
  .sec .main_wrap .ja_title {
    font-size: 1.1111111111vw;
  }
  .sec .main_image {
    padding: 2.0833333333vw 0;
  }
  .sec .main_text p {
    font-size: 0.8333333333vw;
    line-height: 1.9166666667;
  }
  .sec .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .code_wrap .main_item {
    width: 37.5vw;
  }
  .code_wrap .main_item .inner {
    width: 30.2083333333vw;
  }
  .code_wrap .main_contents {
    box-shadow: rgba(70, 48, 13, 0.2) 0 0 50px;
    width: 37.5vw;
    margin: 0 9.7222222222vw 0 auto;
  }
  .code_wrap .name_image {
    width: 4.8611111111vw;
    top: -1.25vw;
    right: -1.4583333333vw;
  }
  .code_wrap .other_link a {
    width: 11.5277777778vw;
    padding: 0.5555555556vw 0;
    font-size: 1.0416666667vw;
    gap: 1.5277777778vw;
  }
  .code_wrap .arrow {
    width: 0.3472222222vw;
  }
  .code_wrap .main_item.other_item .inner {
    width: 37.5vw;
  }
  .other_item .top {
    font-size: 2.9861111111vw;
  }
  .other_item .small {
    font-size: 1.25vw;
    padding-top: 1.25vw;
  }
  .other_item .view_btn {
    font-size: 1.1805555556vw;
    padding: 1.5972222222vw 0;
    width: 23.0555555556vw;
    margin: 9.0277777778vw auto 0;
    gap: 2.0833333333vw;
  }
  .other_item .view_btn span {
    width: 0.4861111111vw;
  }
  .other_item .slider_wrap {
    margin-top: 4.6527777778vw;
    padding: 0 45px;
  }
  .other_item .swiper-scrollbar {
    bottom: -80px !important;
  }
  .other_item a img {
    padding-bottom: 10px;
  }
  .other_item a p {
    font-size: 12px;
  }
  .other_item a p:nth-child(3) {
    font-size: 14px;
  }
  .nav {
    top: 95.8333333333vh;
  }
  .nav_li {
    width: 37.5vw;
  }
  .nav_li li {
    width: 8px;
    height: 8px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit {
  margin: 3.2vw 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6666666667vw;
  line-height: 1.4;
}
.credit .ja {
  font-size: 2.9333333333vw;
  letter-spacing: -0.04em;
}
.credit a {
  color: #fff;
  display: flex;
  gap: 2.1333333333vw;
  align-items: center;
}
.credit a:has(.nolink) .buy {
  display: none;
}
.credit .arrow {
  width: 1.0666666667vw;
}
.credit .buy {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .credit {
    margin: 1.1111111111vw 0 0;
    gap: 0.6944444444vw;
  }
  .credit .ja {
    font-size: 0.9722222222vw;
  }
  .credit a {
    gap: 0.5555555556vw;
  }
  .credit .arrow {
    width: 0.2777777778vw;
  }
  .credit .buy {
    text-decoration: underline;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.staff .container {
  padding: 19.7333333333vw 0 8.5333333333vw;
  margin: 0 auto;
  width: 80vw;
}
.staff .treat {
  font-size: 2.4vw;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 12.5333333333vw;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #6f605a;
}
.staff .title_wrap {
  text-align: center;
  font-size: 7.4666666667vw;
  line-height: 1.4285714286;
}
.staff .title_wrap span {
  font-size: 4.2666666667vw;
  display: block;
  margin-bottom: 2.6666666667vw;
}
.staff .staff_li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10.6666666667vw;
  width: 72vw;
  margin: 10.9333333333vw auto 0;
}
.staff .staff_li li {
  display: flex;
  gap: 6.6666666667vw;
  align-items: center;
  justify-content: left;
}
.staff figure {
  width: 36vw;
}
.staff .name {
  font-size: 5.8666666667vw;
  letter-spacing: 0.14em;
}
.staff .ja_name {
  font-size: 2.6666666667vw;
  padding-top: 0.8vw;
}
.staff .instagram {
  display: flex;
  gap: 1.6vw;
  align-items: center;
  font-size: 3.2vw;
  margin: 3.4666666667vw 0 2.1333333333vw;
  letter-spacing: 0.08em;
}
.staff .instagram span {
  width: 4vw;
  display: block;
}
.staff .staff_link {
  font-size: 3.4666666667vw;
  text-decoration: underline;
  letter-spacing: 0.08em;
}

.youtube {
  position: relative;
  padding: 17.3333333333vw 0 21.3333333333vw;
  contain: layout;
}
.youtube .circle {
  width: 48vw;
  position: absolute;
  top: -16vw;
  right: -18.6666666667vw;
  animation: rotate 12s infinite linear;
}
.youtube .line {
  width: 1px;
  height: 40px;
  background-color: #6f605a;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.youtube .container {
  width: 84vw;
  margin: 0 auto;
}
.youtube .title_wrap {
  text-align: center;
  font-size: 7.4666666667vw;
}
.youtube .title_wrap span {
  font-size: 4.2666666667vw;
  display: block;
  padding-bottom: 4vw;
}
.youtube .movie {
  width: 100vw;
  margin: 8vw calc(50% - 50vw) 3.4666666667vw;
  text-align: center;
}
.youtube iframe {
  width: clamp(315px, 26.25vw, 315px);
  height: clamp(200px, 16.6666666667vw, 180px);
}
.youtube .text {
  font-size: 2.9333333333vw;
  line-height: 2.0909090909;
  text-align: center;
}
.youtube .youtube_link {
  background-color: #6f605a;
  color: #fff;
  text-align: center;
  padding: 4vw 0;
  display: flex;
  gap: 5.8666666667vw;
  align-items: center;
  justify-content: center;
  font-size: 3.4666666667vw;
  margin-top: 10.6666666667vw;
}
.youtube .youtube_link span {
  display: block;
  width: 1.6vw;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .staff .container {
    width: 48.6111111111vw;
    padding: 10.625vw 0 4.1666666667vw;
  }
  .staff .treat {
    font-size: 0.9722222222vw;
    padding-bottom: 0.4861111111vw;
    margin-bottom: 4.1666666667vw;
  }
  .staff .title_wrap {
    font-size: 1.9444444444vw;
  }
  .staff .title_wrap span {
    font-size: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
  .staff .staff_li {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.1666666667vw;
    width: 41.6666666667vw;
    margin: 4.1666666667vw auto 0;
  }
  .staff .staff_li li {
    display: block;
    text-align: center;
  }
  .staff figure {
    width: 11.1111111111vw;
    margin-bottom: 1.7361111111vw;
  }
  .staff .name {
    font-size: 1.5277777778vw;
  }
  .staff .ja_name {
    font-size: 0.6944444444vw;
    padding-top: 0.2083333333vw;
  }
  .staff .instagram {
    font-size: 0.8333333333vw;
    gap: 0.4166666667vw;
    justify-content: center;
    margin: 0.8333333333vw 1.25vw;
  }
  .staff .instagram span {
    width: 0.9722222222vw;
  }
  .staff .staff_link {
    font-size: 0.9027777778vw;
  }
  .youtube {
    padding: 6.9444444444vw 0 6.9444444444vw;
  }
  .youtube .circle {
    width: 13.8888888889vw;
    right: 19.4444444444vw;
    top: 1.0416666667vw;
  }
  .youtube .line {
    height: 50px;
  }
  .youtube .container {
    width: 41.6666666667vw;
  }
  .youtube .title_wrap {
    font-size: 1.9444444444vw;
  }
  .youtube .title_wrap span {
    font-size: 1.1111111111vw;
    padding-bottom: 1.0416666667vw;
  }
  .youtube .movie {
    margin: 3.125vw calc(50% - 50vw) 2.7777777778vw;
  }
  .youtube iframe {
    width: clamp(520px, 43.3333333333vw, 520px);
    height: clamp(315px, 26.25vw, 315px);
  }
  .youtube .text {
    font-size: 0.9027777778vw;
  }
  .youtube .youtube_link {
    font-size: 0.9027777778vw;
    width: 22.2222222222vw;
    margin: 3.4722222222vw auto 0;
    padding: 1.1805555556vw 0;
    gap: 1.5277777778vw;
  }
  .youtube .youtube_link span {
    width: 0.4166666667vw;
  }
}/*# sourceMappingURL=style.css.map */