/* CSS Reset */
body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}

a {
  -webkit-transition: all 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
}
@media screen and (max-width: 900px) {
  a:active, a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

:focus {
  outline: none;
}

a:hover, a:active {
  -webkit-transition: all 0.6s;
  text-decoration: none;
  transition: all 0.6s;
}

a:-webkit-any-link {
  cursor: pointer;
}

* {
  min-height: 0;
  min-width: 0;
}

body p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  display: block;
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font_mont {
  font-family: "Montserrat", sans-serif;
}

body {
  color: #333;
  overflow-x: hidden;
}

header {
  -webkit-transition: -webkit-transform 0.3s ease;
  background-color: #fff;
  position: fixed;
  top: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 998;
}
header .header_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 16px 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  header .header_inner {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 5.1282051282vw 4.1025641026vw;
  }
}
header .header_inner .logo {
  max-width: 148px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  header .header_inner .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .logo {
    max-width: 21.0256410256vw;
  }
}
header .header_inner .nav_wrap #nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1140px) {
  header .header_inner .nav_wrap #nav {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner .nav_wrap #nav {
    display: none;
  }
}
header .header_inner .nav_wrap #nav .nav_link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-right: 18px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  header .header_inner .nav_wrap #nav .nav_link {
    font-size: 12px;
  }
}
header .header_inner .nav_wrap #nav .nav_link:after {
  -webkit-transform: translate(0%, -50%);
  background-image: url(../img/icon/arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 10px;
}
header .header_inner #navSp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1140px) {
  header .header_inner #navSp {
    gap: 20px;
  }
}
header .header_inner #navSp .nav_link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-right: 18px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  header .header_inner #navSp .nav_link {
    font-size: 12px;
  }
}
header .header_inner #navSp .nav_link:after {
  -webkit-transform: translate(0%, -50%);
  background-image: url(../img/icon/arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 10px;
}

header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.modal_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.modal_wrap .modal_wrap_inner {
  position: relative;
}
.modal_wrap .modal_wrap_inner .modal {
  -ms-overflow-style: none;
  border-radius: 32px;
  max-height: 85dvh;
  max-width: 1116px;
  overflow-y: scroll;
  padding: 0 30px;
  scrollbar-width: none;
  width: 100%;
}
.modal_wrap .modal_wrap_inner .modal::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal {
    border-radius: 4.1025641026vw;
    margin: 0 auto;
    max-width: 94.8717948718vw;
    padding: 0;
  }
}
.modal_wrap .modal_wrap_inner .modal .back_btn {
  -webkit-transform: translate(50%, -50%);
  cursor: pointer;
  position: absolute;
  right: 28px;
  top: 0;
  transform: translate(50%, -50%);
  width: 48px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .back_btn {
    right: 7%;
    width: 11.2820512821vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner {
  background-color: #F4F4F3;
  border-radius: 32px;
  padding: 48px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner {
    max-height: 80%;
    padding: 8.2051282051vw 4.1025641026vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img {
    max-width: 100%;
    padding: 0 4.1025641026vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-next::after,
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-prev::after {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-next::after,
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-prev::after {
    font-size: 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-pagination {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-pagination {
    padding-bottom: 1.2820512821vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-pagination-bullet {
  background: #dcd3be;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-pagination-bullet-active {
  background: #333333;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-next,
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper_controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper_controls {
    gap: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-prev,
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-next {
  color: #333333;
  height: 24px;
  position: static;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-prev,
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-button-next {
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_img .modalSwiper .swiper-pagination {
  position: static;
  width: auto;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info {
    padding: 0 4.1025641026vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_title {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_desc {
  font-size: 13px;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_desc {
    font-size: 3.0769230769vw;
    margin-bottom: 4.1025641026vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_desc span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_desc span {
    font-size: 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_block {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_block {
    margin-bottom: 4.1025641026vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_block .block_title {
  font-weight: bold;
  margin-bottom: 6px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .product_block .block_title {
    margin-bottom: 1.5384615385vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list {
    gap: 1.5384615385vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 13px;
  padding: 2px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list li {
    font-size: 3.0769230769vw;
    padding: 0.5128205128vw 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list li span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list li span {
    font-size: 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .black {
  background: #000;
  border-color: #000;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .carbon {
  background-image: url(../img/bg/carbon.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #000;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .silver {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .mint {
  background: #cdeee7;
  border-color: #cdeee7;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .white {
  background: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .late {
  background: #C6ADAD;
  border-color: #C6ADAD;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .brown {
  background: #7a4a2e;
  border-color: #7a4a2e;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .blue {
  background: #4E87B0;
  border-color: #4E87B0;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .pink {
  background: #DEADA3;
  border-color: #DEADA3;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .beige {
  background: #E7DFCC;
  border-color: #E7DFCC;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .beige {
  background: #E7DFCC;
  border-color: #E7DFCC;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .twilight {
  background: #A4A474;
  border-color: #A4A474;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .sunrise {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .sunset {
  background: #B78BAE;
  border-color: #B78BAE;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .gray {
  background: #8E8E8E;
  border-color: #8E8E8E;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .green {
  background: #589A4D;
  border-color: #589A4D;
  color: #fff;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .etc {
  background-color: inherit;
  border: none;
  padding: 5px 10px 0;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .color_list .etc {
    padding: 1.2820512821vw 2.5641025641vw 0;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .size_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .size_list {
    gap: 2.0512820513vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .size_list li {
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
  min-width: 36px;
  padding: 0px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .size_list li {
    font-size: 3.3333333333vw;
    min-width: 9.2307692308vw;
    padding: 0px 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area {
    margin-top: 2.5641025641vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .price {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .price {
    font-size: 6.1538461538vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .price span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .price span {
    font-size: 3.5897435897vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .price_note {
  color: 333333;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .price_note {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_top .modal_inner_top_detail .product_info .price_area .color_ye {
  color: #E5AF3A;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm {
    margin-top: 5.1282051282vw;
    overflow-y: scroll;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table {
  border-collapse: collapse;
  color: #333;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table {
    font-size: 3.5897435897vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table th,
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table td {
  border: 1px solid #e5d8c3;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table thead th {
  background-color: #e8b33c;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table thead th {
    text-wrap: nowrap;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table tbody th {
  background-color: #faf7f2;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table tbody th {
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table {
    font-size: 3.0769230769vw;
  }
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table th,
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table td {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table th,
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm .spec_table td {
    text-wrap: nowrap;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm_detail {
  margin-top: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm_detail {
    margin-top: 4.1025641026vw;
  }
}
.modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm_detail p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_wrap .modal_wrap_inner .modal .modal_inner .modal_inner_btm_detail p {
    font-size: 3.0769230769vw;
  }
}

.modal_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv {
  background-image: url(../img/bg/bg_00mv.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 104px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .mv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/bg/bg_00mv_sp.jpg);
    margin-top: 20.5128205128vw;
  }
}
.mv .mv_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 43px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  padding: 100px 0 200px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner {
    gap: 3.0714285714vw;
    padding: 7.1428571429vw 0 14.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner {
    gap: 7.6923076923vw;
    padding: 18.4615384615vw 0 16.4102564103vw;
  }
}
.mv .mv_inner .mv_icon {
  position: absolute;
}
.mv .mv_inner .mv_icon01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: 83px;
  max-width: 209px;
  top: -50px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon01 {
    left: 5.9285714286vw;
    max-width: 14.9285714286vw;
    top: -3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon01 {
    left: 5.1282051282vw;
    max-width: 19.4871794872vw;
    top: -7.6923076923vw;
  }
}
.mv .mv_inner .mv_icon02 {
  left: 400px;
  max-width: 143px;
  top: -30px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon02 {
    left: 28.5714285714vw;
    max-width: 10.2142857143vw;
    top: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon02 {
    left: 30.7692307692vw;
    max-width: 11.0256410256vw;
    top: -2.5641025641vw;
  }
}
.mv .mv_inner .mv_icon03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  max-width: 178px;
  right: 150px;
  top: -30px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon03 {
    max-width: 12.7142857143vw;
    right: 10.7142857143vw;
    top: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon03 {
    max-width: 12.8205128205vw;
    right: 7.6923076923vw;
    top: -2.5641025641vw;
  }
}
.mv .mv_inner .mv_icon04 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  max-width: 165px;
  right: -50px;
  top: 50px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon04 {
    max-width: 11.7857142857vw;
    right: -3.5714285714vw;
    top: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon04 {
    max-width: 15.641025641vw;
    right: -5.1282051282vw;
    top: 33.3333333333vw;
  }
}
.mv .mv_inner .mv_icon05 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  max-width: 69px;
  right: 250px;
  top: 250px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon05 {
    max-width: 4.9285714286vw;
    right: 17.8571428571vw;
    top: 17.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon05 {
    max-width: 5.641025641vw;
    right: 28.2051282051vw;
    top: 10.2564102564vw;
  }
}
.mv .mv_inner .mv_icon06 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 250px;
  max-width: 73px;
  top: 500px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon06 {
    left: 17.8571428571vw;
    max-width: 5.2142857143vw;
    top: 35.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon06 {
    left: 25.641025641vw;
    max-width: 5.8974358974vw;
    top: 79.4871794872vw;
  }
}
.mv .mv_inner .mv_icon07 {
  left: -100px;
  max-width: 301px;
  top: 500px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon07 {
    left: -7.1428571429vw;
    max-width: 21.5vw;
    top: 35.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon07 {
    left: 0vw;
    max-width: 22.5641025641vw;
    top: 76.9230769231vw;
  }
}
.mv .mv_inner .mv_icon08 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  left: 270px;
  max-width: 130px;
  top: 640px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon08 {
    left: 19.2857142857vw;
    max-width: 9.2857142857vw;
    top: 45.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon08 {
    left: 10.2564102564vw;
    max-width: 10.2564102564vw;
    top: 117.9487179487vw;
  }
}
.mv .mv_inner .mv_icon09 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  max-width: 100px;
  right: 450px;
  top: 750px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon09 {
    max-width: 7.1428571429vw;
    right: 32.1428571429vw;
    top: 53.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon09 {
    max-width: 10.2564102564vw;
    right: 20.5128205128vw;
    top: 123.0769230769vw;
  }
}
.mv .mv_inner .mv_icon10 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  max-width: 245px;
  right: 130px;
  top: 360px;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_icon10 {
    max-width: 17.5vw;
    right: 9.2857142857vw;
    top: 25.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_icon10 {
    max-width: 26.4102564103vw;
    right: -5.1282051282vw;
    top: 87.1794871795vw;
  }
}
.mv .mv_inner .scroll-indicator-wrap {
  bottom: 300px;
  position: absolute;
  right: -50px;
}
.mv .mv_inner .scroll-indicator-wrap .scroll-indicator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: rotate(90deg);
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .scroll-indicator-wrap .scroll-indicator {
    display: none;
  }
}
.mv .mv_inner .scroll-indicator-wrap .scroll-indicator .lines {
  height: 1px;
  overflow: hidden;
  width: 120px;
}
.mv .mv_inner .scroll-indicator-wrap .scroll-indicator .lines .line {
  -webkit-animation: iconScrollAnim 3s linear infinite;
  animation: iconScrollAnim 3s linear infinite;
  background-color: #000;
  height: 1px;
  width: 120px;
}
.mv .mv_inner .scroll-indicator-wrap .scroll-indicator .text {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@-webkit-keyframes iconScrollAnim {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes iconScrollAnim {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mv .mv_inner .mv_title {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .mv_title {
    max-width: 40.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .mv_title {
    max-width: 78.4615384615vw;
  }
}
.mv .mv_inner .main_detail {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .mv .mv_inner .main_detail {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_inner .main_detail {
    font-size: 3.5897435897vw;
  }
}

.campaign {
  background-image: url(../img/bg/bg_02.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  overflow-x: hidden;
  width: 100%;
}
.campaign .campaign_inner {
  background-image: url(../img/bg/bg_01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner {
    background-image: url(../img/bg/bg_01_sp.jpg);
  }
}
.campaign .campaign_inner .campaign_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_links {
    display: grid;
    gap: 2.0512820513vw;
    grid-template-columns: 1fr 1fr;
    padding: 0 4.1025641026vw;
  }
}
.campaign .campaign_inner .campaign_links .campaign_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.4s;
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  max-width: 308px;
  padding: 20px;
  transition: all 0.4s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_links .campaign_link {
    -webkit-box-sizing: border-box;
    border-radius: 2.0512820513vw;
    box-sizing: border-box;
    gap: 1.0256410256vw;
    max-width: 44.8717948718vw;
    padding: 2.8205128205vw 4.8717948718vw;
  }
}
@media screen and (min-width: 769px) {
  .campaign .campaign_inner .campaign_links .campaign_link:hover {
    background-color: #333;
  }
  .campaign .campaign_inner .campaign_links .campaign_link:hover .campaign_link_subtitle,
  .campaign .campaign_inner .campaign_links .campaign_link:hover .campaign_link_title {
    color: #fff;
  }
  .campaign .campaign_inner .campaign_links .campaign_link:hover .arrow {
    background-image: url(../img/icon/arrow_wh.svg);
  }
}
.campaign .campaign_inner .campaign_links .campaign_link .campaign_link_subtitle {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .campaign .campaign_inner .campaign_links .campaign_link .campaign_link_subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .campaign .campaign_inner .campaign_links .campaign_link .campaign_link_subtitle {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_links .campaign_link .campaign_link_subtitle {
    font-size: 2.5641025641vw;
  }
}
.campaign .campaign_inner .campaign_links .campaign_link .campaign_link_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .campaign .campaign_inner .campaign_links .campaign_link .campaign_link_title {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .campaign .campaign_inner .campaign_links .campaign_link .campaign_link_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_links .campaign_link .campaign_link_title {
    font-size: 3.0769230769vw;
  }
}
.campaign .campaign_inner .campaign_links .campaign_link .arrow {
  background-image: url(../img/icon/arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 5px;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_links .campaign_link .arrow {
    height: 0.7692307692vw;
    min-height: 5px;
    min-width: 3px;
    width: 1.2820512821vw;
  }
}
.campaign .campaign_inner .campaign_contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_contents {
    padding-top: 12.8205128205vw;
  }
}
.campaign .campaign_inner .campaign_contents .campaign_contents_title {
  color: #ea5a5a;
  font-size: 56px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_contents .campaign_contents_title {
    font-size: 8.7179487179vw;
  }
}
.campaign .campaign_inner .campaign_contents .campaign_contents_detail {
  max-width: 1030px;
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .campaign_contents .campaign_contents_detail {
    padding: 0 2.5641025641vw;
  }
}
.campaign .campaign_inner .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.campaign .campaign_inner .carousel img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 240px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .carousel img {
    height: 36.9230769231vw;
  }
}
.campaign .campaign_inner .bg_sand {
  background-image: url(../img/bg/bg_03.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 80px 80px 0 0;
  margin-top: -63px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand {
    border-radius: 10.2564102564vw 10.2564102564vw 0 0;
    margin-top: -10vw;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1150px;
  padding: 150px 10px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.1538461538vw;
    padding: 14.1025641026vw 4.1025641026vw;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left {
    gap: 2.5641025641vw;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left .detail_text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left .detail_text {
    font-size: 4.6153846154vw;
    text-align: center;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left .detail_text_btm {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left .detail_text_btm {
    font-size: 3.8461538462vw;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left .main_text {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_left .main_text {
    font-size: 8.2051282051vw;
    text-align: center;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 667px;
  width: 100%;
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment .comment_messe {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment .comment_icon {
  max-width: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment .comment_icon {
    max-width: 14.358974359vw;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(even) {
  margin-left: auto;
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(odd) {
  margin-right: auto;
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(4) {
  max-width: 567px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(4) {
    max-width: 100%;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(3) {
  max-width: 497px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(3) {
    max-width: 100%;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(2) {
  max-width: 549px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(2) {
    max-width: 100%;
  }
}
.campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(1) {
  max-width: 515px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .bg_sand_inner .bg_sand_inner_right .bg_sand_inner_right_inner .comment:nth-last-of-type(1) {
    max-width: 100%;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section {
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section {
    border-radius: 10.2564102564vw 10.2564102564vw 0 0;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section:after {
  -webkit-transform: translate(-50%, -98%);
  background-image: url(../img/icon/section_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -98%);
  width: 144px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section:after {
    height: 4.1025641026vw;
    width: 14.8717948718vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner {
  overflow-x: hidden;
  padding: 90px 0 60px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner {
    padding: 12.3076923077vw 0 7.1794871795vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_detail {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_detail {
    font-size: 4.6153846154vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_main {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_main {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_main {
    font-size: 8.2051282051vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_annotation {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_top .text_annotation {
    font-size: 3.8461538462vw;
    margin-top: 3.5897435897vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_main_wrap {
  height: 800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_main_wrap {
    height: 192.3076923077vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_main_wrap .carousel_section_main {
  -webkit-transform: translateX(-50%);
  left: 50%;
  margin: 48px auto 64px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2000px;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .swiper-slide-active .item_balloon {
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_slide {
  background-color: #f4f4f3;
  border-radius: 20px;
  cursor: pointer;
  max-width: 364px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_slide {
    border-radius: 5.1282051282vw;
    max-width: 83.5897435897vw;
    padding: 8.2051282051vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_balloon {
  -webkit-transform: scale(0) translateY(20%);
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.1s;
  height: 95px;
  margin-bottom: 24px;
  transform: scale(0) translateY(20%);
  transition: all 0.4s;
  transition-delay: 0.1s;
  width: auto;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_balloon {
    height: 18.9743589744vw;
    margin-bottom: 4.1025641026vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_img {
  margin-bottom: 24px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_img {
    margin-bottom: 6.1538461538vw;
    width: 67.1794871795vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_info {
    width: 67.1794871795vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_title {
    font-size: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_text {
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_text {
    font-size: 3.5897435897vw;
    height: 10.7692307692vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_line {
  border-bottom: 1px solid #333333;
  margin: 16px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_line {
    margin: 4.1025641026vw 0;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_price {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_price {
    font-size: 4.6153846154vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_price span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .product_price span {
    font-size: 3.3333333333vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .item_price {
  font-family: "Montserrat";
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .btn_detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .btn_detail {
    font-size: 3.3333333333vw;
    gap: 1.5384615385vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 7px;
  position: relative;
  width: 7px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus {
    height: 1.7948717949vw;
    width: 1.7948717949vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus::before,
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus::after {
  background-color: currentColor;
  content: "";
  position: absolute;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus::before {
  -webkit-transform: translate(-50%, -50%);
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus::before {
    height: 0.2564102564vw;
    min-height: 1;
    width: 1.7948717949vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 7px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .icon_plus::after {
    height: 0.2564102564vw;
    min-height: 1;
    width: 1.7948717949vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-next::after,
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-prev::after {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-next::after,
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-prev::after {
    font-size: 2.5641025641vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .swiper-pagination-bullet {
  background: #dcd3be;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .swiper-pagination-bullet-active {
  background: #333333;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-next,
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .swiper_controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .swiper_controls {
    gap: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-prev,
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-next {
  color: #333333;
  height: 24px;
  position: static;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-prev,
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-button-next {
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-pagination {
  padding-bottom: 5px;
  position: static;
  width: auto;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .productSwiper .swiper-pagination {
    padding-bottom: 1.2820512821vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_btm {
    padding: 0 4.1025641026vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_btm .btmtext_main {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_btm .btmtext_main {
    font-size: 6.6666666667vw;
  }
}
.campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_btm .btm_text_detail {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .campaign .campaign_inner .bg_sand .carousel_section .carousel_section_inner .carousel_section_btm .btm_text_detail {
    font-size: 3.8461538462vw;
    margin-top: 3.5897435897vw;
    text-align: left;
  }
}

.travel {
  background-color: #f9f7ed;
  width: 100%;
}
.travel .travel_inner {
  background-image: url(../img/bg/bg_04.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner {
    background-image: url(../img/bg/bg_04_sp.jpg);
    padding-bottom: 8.9743589744vw;
  }
}
.travel .travel_inner .travel_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 180px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_title {
    gap: 3.5897435897vw;
    padding: 17.9487179487vw 4.1025641026vw 0;
  }
}
.travel .travel_inner .travel_title .travel_subtitle {
  color: #e5af3a;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_title .travel_subtitle {
    font-size: 4.1025641026vw;
  }
}
.travel .travel_inner .travel_title .travel_maintitle {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_title .travel_maintitle {
    font-size: 6.6666666667vw;
  }
}
.travel .travel_inner .travel_title .travel_detail {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_title .travel_detail {
    font-size: 3.8461538462vw;
    text-align: left;
  }
}
.travel .travel_inner .travel_contents {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr;
  margin: 72px auto 0;
  max-width: 1320px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents {
    gap: 6.9230769231vw;
    margin: 8.9743589744vw auto 0;
    padding: 0 4.1025641026vw;
  }
}
.travel .travel_inner .travel_contents .travel_content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content {
    border-radius: 4.1025641026vw;
    gap: 3.5897435897vw;
    padding: 6.4102564103vw 4.1025641026vw 3.5897435897vw;
  }
}
.travel .travel_inner .travel_contents .travel_content .content_bubble {
  -webkit-transform: translateY(-50%);
  background-color: #e5af3a;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 32px;
  line-height: 1.5;
  padding: 4px 24px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content .content_bubble {
    border-radius: 4.1025641026vw;
    font-size: 3.0769230769vw;
    left: 4.1025641026vw;
    padding: 0.5128205128vw 6.1538461538vw;
  }
}
.travel .travel_inner .travel_contents .travel_content .travel_content_img {
  max-width: 200px;
  min-width: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content .travel_content_img {
    max-width: 31.2820512821vw;
    min-width: 90px;
  }
}
.travel .travel_inner .travel_contents .travel_content .travel_content_detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_title {
    font-size: 3.8461538462vw;
    margin-top: 1.5384615385vw;
  }
}
.travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_detail {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_detail {
    font-size: 3.0769230769vw;
    margin-top: 1.5384615385vw;
  }
}
.travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_price {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_price {
    font-size: 4.6153846154vw;
    margin-top: 1.5384615385vw;
  }
}
.travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_price span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents .travel_content .travel_content_detail .t_content_price span {
    font-size: 3.0769230769vw;
  }
}
.travel .travel_inner .travel_contents .travel_content .travel_content_detail .color_ye {
  margin-top: 0;
}
.travel .travel_inner .travel_contents_pc,
.travel .travel_inner .travel_contents_sp {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 0;
  max-width: 1320px;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents_pc,
  .travel .travel_inner .travel_contents_sp {
    gap: 6.9230769231vw;
    grid-template-columns: 1fr;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .travel_contents_sp {
    height: 0;
    overflow: hidden;
  }
}
.travel .travel_inner .more_active {
  height: auto;
  overflow: visible;
}
.travel .travel_inner .more_btn {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .travel .travel_inner .more_btn {
    border-bottom: 1px solid #333;
    display: block;
    font-size: 3.0769230769vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 200%;
    margin: 4.1025641026vw auto 0;
    padding: 0 4.358974359vw 0 1.2820512821vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.travel .travel_inner .more_btn:after {
  -webkit-transform: translate(0%, -50%);
  background-image: url(../img/icon/arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.2820512821vw;
  position: absolute;
  right: 0.7692307692vw;
  top: 50%;
  transform: translate(0%, -50%);
  width: 2.5641025641vw;
}

.goods {
  background-color: #fff;
  width: 100%;
}
.goods .goods_inner {
  background-image: url(../img/bg/bg_05.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner {
    background-image: url(../img/bg/bg_05_sp.jpg);
  }
}
.goods .goods_inner .goods_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 180px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_title {
    gap: 3.5897435897vw;
    padding-top: 20.5128205128vw;
  }
}
.goods .goods_inner .goods_title .goods_subtitle {
  color: #e5af3a;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_title .goods_subtitle {
    font-size: 4.1025641026vw;
  }
}
.goods .goods_inner .goods_title .goods_maintitle {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_title .goods_maintitle {
    font-size: 6.1538461538vw;
    padding: 0 4.1025641026vw;
  }
}
.goods .goods_inner .goods_title .goods_detail {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_title .goods_detail {
    font-size: 3.8461538462vw;
    padding: 0 4.1025641026vw;
    text-align: left;
  }
}
.goods .goods_inner .goods_contents {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_contents {
    margin-top: 14.358974359vw;
  }
}
.goods .goods_inner .goods_contents .goods_content_inner_pc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1343px;
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_contents .goods_content_inner_pc {
    display: none;
  }
}
.goods .goods_inner .goods_contents .goods_content_inner_pc .goods_content_pc {
  max-width: 410px;
  width: 100%;
}
.goods .goods_inner .goods_contents .goods_content_inner_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_contents .goods_content_inner_sp {
    display: block;
  }
}
.goods .goods_inner .goods_contents .goods_content_inner_sp .goodsSwiper .goods_slide {
  width: 100%;
}
.goods .goods_inner .goods_title_lower {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_title_lower {
    padding-top: 14.358974359vw;
  }
}
.goods .goods_inner .goods_check {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check {
    padding: 0 4.1025641026vw 10.2564102564vw;
  }
}
.goods .goods_inner .goods_check .goods_check_detail {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .goods_check_detail {
    font-size: 3.8461538462vw;
    margin-top: 6.1538461538vw;
    text-align: left;
  }
}
.goods .goods_inner .goods_check .goods_check_link {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .goods_check_link {
    margin-top: 6.1538461538vw;
  }
}
.goods .goods_inner .goods_check .online_store {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/bg/bg_08.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 124px auto 0;
  max-width: 1152px;
  padding: 76px 10px 62px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .online_store {
    border-radius: 4.1025641026vw;
    margin: 14.8717948718vw auto 0;
    padding: 12.3076923077vw 4.1025641026vw 10.2564102564vw;
    width: 100%;
  }
}
.goods .goods_inner .goods_check .online_store .online_store_subtitle {
  -webkit-transform: translate(-50%, -50%);
  color: #ea5a5a;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .online_store .online_store_subtitle {
    font-size: 3.8461538462vw;
  }
}
.goods .goods_inner .goods_check .online_store .online_store_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .online_store .online_store_title {
    font-size: 6.6666666667vw;
  }
}
.goods .goods_inner .goods_check .online_store .online_store_detail {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .online_store .online_store_detail {
    font-size: 3.8461538462vw;
    margin-top: 3.5897435897vw;
    text-align: left;
  }
}
.goods .goods_inner .goods_check .online_store .online_store_btn {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .goods .goods_inner .goods_check .online_store .online_store_btn {
    margin-top: 6.1538461538vw;
  }
}

.checkList {
  background-image: url(../img/bg/bg_07.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  padding-bottom: 96px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .checkList {
    padding-bottom: 16.4102564103vw;
  }
}
.checkList .checkList_inner {
  background-image: url(../img/bg/bg_06.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner {
    background-image: url(../img/bg/bg_06_sp.jpg);
    padding: 0 4.1025641026vw;
  }
}
.checkList .checkList_inner .checkList_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner .checkList_title {
    gap: 3.5897435897vw;
    padding-top: 20.5128205128vw;
  }
}
.checkList .checkList_inner .checkList_title .checkList_subtitle {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner .checkList_title .checkList_subtitle {
    font-size: 4.1025641026vw;
  }
}
.checkList .checkList_inner .checkList_title .checkList_maintitle {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner .checkList_title .checkList_maintitle {
    font-size: 7.1794871795vw;
  }
}
.checkList .checkList_inner .checkList_title .checkList_detail {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner .checkList_title .checkList_detail {
    font-size: 3.8461538462vw;
    text-align: left;
  }
}
.checkList .checkList_inner .checkList_detail_btm {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner .checkList_detail_btm {
    font-size: 3.5897435897vw;
    margin-top: 10.2564102564vw;
    text-align: left;
  }
}
.checkList .checkList_inner .checkList_btn {
  margin: 66px auto 0;
}
@media screen and (max-width: 768px) {
  .checkList .checkList_inner .checkList_btn {
    margin: 6.1538461538vw auto 0;
  }
}

.goods_check_contents {
  background-color: #f9f7ed;
  border-radius: 16px;
  margin: 44px auto 0;
  max-width: 521px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goods_check_contents {
    border-radius: 4.1025641026vw;
    margin: 8.7179487179vw auto 0;
    max-width: 83.5897435897vw;
  }
}
.goods_check_contents .goods_check_contents_title {
  -webkit-transform: translate(-50%, -50%);
  color: #ea5a5a;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .goods_check_contents .goods_check_contents_title {
    font-size: 3.8461538462vw;
  }
}
.goods_check_contents .goods_check_contents_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 56px 10px 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .goods_check_contents .goods_check_contents_inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.0512820513vw;
    padding: 10.2564102564vw 7.6923076923vw;
  }
}
.goods_check_contents .goods_check_content {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.checkList_contents_section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .checkList_contents_section {
    gap: 0;
  }
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents_main_title {
  background-color: #333;
  border-radius: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 40px auto 0;
  padding: 24px 48px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .checkList_contents_section .checkList_contents_wrap .checkList_contents_main_title {
    border-radius: 3.0769230769vw;
    font-size: 3.5897435897vw;
    margin: 8.2051282051vw auto 0;
    padding: 5.1282051282vw 8.2051282051vw;
  }
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents_main_title:after {
  -webkit-transform: translate(-50%, 100%);
  background-image: url(../img/icon/bubble_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 24px;
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents {
  background-color: #f9f7ed;
  border-radius: 16px;
  margin: 46px auto 0;
  max-width: 1153px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .checkList_contents_section .checkList_contents_wrap .checkList_contents {
    border-radius: 4.1025641026vw;
    margin: 9.2307692308vw auto 0;
  }
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_top_title {
  -webkit-transform: translate(-50%, -50%);
  color: #ea5a5a;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_top_title {
    font-size: 3.8461538462vw;
  }
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_column {
  -ms-flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  padding: 48px 10px 48px;
}
@media screen and (max-width: 768px) {
  .checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_column {
    display: grid;
    gap: 10.2564102564vw;
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 10.2564102564vw 7.1794871795vw;
    width: 100%;
  }
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_column .checkList_contents_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_column .checkList_contents_inner {
    gap: 2.0512820513vw;
    width: 100%;
  }
}
.checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_column .checkList_contents_inner .check_content_title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .checkList_contents_section .checkList_contents_wrap .checkList_contents .checkList_contents_column .checkList_contents_inner .check_content_title {
    font-size: 4.8717948718vw;
  }
}

.check_content {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .check_content {
    gap: 4.1025641026vw;
  }
}
.check_content .check_icon {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .check_content .check_icon {
    width: 5.1282051282vw;
  }
}
.check_content .title {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .check_content .title {
    font-size: 3.5897435897vw;
  }
}

.external_link {
  -webkit-transition: all 0.4s;
  background-color: #ea5a5a;
  border-radius: 36px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 18px 98px;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .external_link {
    border-radius: 10.2564102564vw;
    font-size: 3.8461538462vw;
    padding: 6.4102564103vw 21.5384615385vw;
  }
}
.external_link:after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/arrow_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
@media screen and (max-width: 768px) {
  .external_link:after {
    height: 2.5641025641vw;
    right: 7.6923076923vw;
    width: 1.2820512821vw;
  }
}
.external_link:hover {
  background-color: #333333;
}

.btn_ye {
  background-color: #e5af3a;
}
@media screen and (max-width: 768px) {
  .btn_ye {
    -webkit-box-sizing: border-box;
    border-radius: 11.5384615385vw;
    box-sizing: border-box;
    line-height: 1.35;
    width: 100%;
  }
}

footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.0512820513vw 0;
  }
}
footer .copyright {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 3.0769230769vw;
  }
}

.l_icon {
  position: absolute;
  width: 100%;
}

.l_icon_01 {
  left: 40px;
  max-width: 237px;
  top: 0px;
}
@media screen and (max-width: 1000px) {
  .l_icon_01 {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l_icon_01 {
    left: 0vw;
    max-width: 21.0256410256vw;
    top: 0vw;
  }
}

.l_icon_02 {
  max-width: 130px;
  right: 100px;
  top: 130px;
}
@media screen and (max-width: 1000px) {
  .l_icon_02 {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l_icon_02 {
    max-width: 11.5384615385vw;
    right: 2.5641025641vw;
    top: 5.1282051282vw;
  }
}

.l_icon_03 {
  left: 110px;
  max-width: 116px;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .l_icon_03 {
    left: 5.1282051282vw;
    max-width: 9.2307692308vw;
    top: 5.1282051282vw;
  }
}

.l_icon_04 {
  max-width: 224px;
  right: 70px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .l_icon_04 {
    max-width: 20.5128205128vw;
    right: 2.5641025641vw;
    top: 0vw;
  }
}

.l_icon_05 {
  left: 140px;
  max-width: 131px;
  top: -100px;
}
@media screen and (max-width: 1000px) {
  .l_icon_05 {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l_icon_05 {
    display: none;
  }
}

.l_icon_06 {
  max-width: 153px;
  right: 80px;
  top: 35px;
}
@media screen and (max-width: 1000px) {
  .l_icon_06 {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l_icon_06 {
    display: none;
  }
}

.l_icon_07 {
  left: 110px;
  max-width: 145px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .l_icon_07 {
    left: 0vw;
    max-width: 16.6666666667vw;
    top: -17.9487179487vw;
  }
}

.l_icon_08 {
  max-width: 260px;
  right: 20px;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .l_icon_08 {
    max-width: 28.2051282051vw;
    right: 0vw;
    top: 0vw;
  }
}

.menu {
  -webkit-transition: 0.4s;
  color: #333;
  display: none;
  opacity: 0;
  position: fixed;
  transition: 0.4s;
  width: 100%;
  z-index: 0;
}
.menu .menu_inner {
  background-size: cover;
  overflow-y: scroll;
  position: relative;
}
.menu .menu_inner .main_link {
  display: block;
  margin-bottom: 0;
  padding-bottom: 14.358974359vw;
}
.menu .menu_inner .main_link .main_link_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 91.7948717949vw;
  width: auto;
  width: 100%;
}
.menu .menu_inner .main_link .main_link_content .main_link_btn {
  border-bottom: 1px solid #333;
  display: block;
  font-size: 3.5897435897vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2.0512820513vw 8.7179487179vw 2.0512820513vw 4.1025641026vw;
  position: relative;
  position: relative;
  text-align: right;
}
.menu .menu_inner .main_link .main_link_content .main_link_btn:after {
  -webkit-transform: translate(0%, -50%);
  background-image: url(../img/icon/arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.2820512821vw;
  position: absolute;
  right: 4.1025641026vw;
  top: 50%;
  transform: translate(0%, -50%);
  width: 2.5641025641vw;
}

.menu_active {
  background-color: #fff;
  display: block;
  opacity: 1;
  z-index: 990;
}

.menu_btn {
  cursor: pointer;
  display: none;
  height: 5.1282051282vw;
  position: relative;
  width: 8.2051282051vw;
}
@media screen and (max-width: 768px) {
  .menu_btn {
    display: block;
  }
}
.menu_btn span {
  -webkit-transition: all 0.3s;
  -webkit-transform: translateX(0%);
  background-color: #333;
  display: inline-block;
  height: 0.1464128843vw;
  position: absolute;
  right: 0;
  transform: translateX(0%);
  transition: all 0.3s;
  width: 1.6105417277vw;
  z-index: 991;
}
@media screen and (max-width: 768px) {
  .menu_btn span {
    height: 0.5128205128vw;
    width: 8.2051282051vw;
  }
}
.menu_btn span:nth-of-type(1) {
  top: 0vw;
}
.menu_btn span:nth-of-type(2) {
  top: 2.3076923077vw;
  width: 6.1538461538vw;
}
.menu_btn span:nth-of-type(3) {
  top: 4.8717948718vw;
}

.menu_btn_active span {
  background-color: #333;
}
.menu_btn_active span:nth-of-type(1) {
  -webkit-transform: translateX(0%) rotate(-45deg);
  left: 0;
  top: 50%;
  transform: translateX(0%) rotate(-45deg);
}
.menu_btn_active span:nth-of-type(2) {
  width: 0;
}
.menu_btn_active span:nth-of-type(3) {
  -webkit-transform: translateX(0%) rotate(45deg);
  left: 0;
  top: 50%;
  transform: translateX(0%) rotate(45deg);
}

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

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

.icon_anim {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.icon_anim_active {
  -webkit-animation: iconAnim 0.2s linear forwards;
  animation: iconAnim 0.2s linear forwards;
}

@-webkit-keyframes iconAnim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes iconAnim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar::-webkit-scrollbar {
  display: none;
}

.color_ye {
  color: #E5AF3A;
}