@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  transition: all 1s ease 1s;
  background-color: transparent;
  color: #4365a2;
  position: relative;
  overflow-x: hidden;
  background-color: #d9eaf5;
}

body {
  overflow-x: hidden;
}

img,
video {
  width: 100%;
  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;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  color: #4365a2;
}

a:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.en_1 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}

.ja_1 {
  font-family: YakuHanJPs, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 流れる文字
========================================================= */
header .loop_txt,
#sec_2 .loop_txt {
  width: 100%;
  overflow: hidden;
  padding-top: 10vw;
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header .loop_txt .loop_wrap,
#sec_2 .loop_txt .loop_wrap {
  display: flex;
}
header .loop_txt .loop_wrap .loop_left,
#sec_2 .loop_txt .loop_wrap .loop_left {
  animation: loop_left 15s infinite linear 1s both;
  display: flex;
  margin: 0;
  padding: 0;
}
header .loop_txt .loop_wrap .loop_left .loop_txt_img,
#sec_2 .loop_txt .loop_wrap .loop_left .loop_txt_img {
  width: 106.6666666667vw;
}
@media screen and (min-width: 769px) {
  header .loop_txt .loop_wrap .loop_left .loop_txt_img,
  #sec_2 .loop_txt .loop_wrap .loop_left .loop_txt_img {
    width: min(41.6666666667vw, 600px);
  }
}

/* 流れる風
========================================================= */
main .loop_txt {
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
}
@keyframes loop_right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
main .loop_txt .loop_wrap {
  display: flex;
}
main .loop_txt .loop_wrap .loop_right {
  animation: loop_right 10s infinite linear 1s both;
  display: flex;
  margin: 0;
  padding: 0;
}
main .loop_txt {
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  overflow: hidden;
  opacity: 0.7;
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .loop_txt .loop_wrap {
  display: flex;
}
main .loop_txt .loop_wrap .loop_left {
  animation: loop_left 15s infinite linear 1s both;
  display: flex;
  margin: 0;
  padding: 0;
}

/* 背景指定 ===================================================== */
.bg-color-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
  /* 一番下に配置 */
  background-color: #d9eaf5;
}

.bg_1 {
  background-color: #d9eaf5;
}

.bg_2 {
  background-color: #8ec8eb;
}

.bg_3 {
  background-color: #d9eaf5;
}

.bg-img-layer {
  width: 100%;
  mix-blend-mode: screen;
  z-index: -1;
}
.bg-img-layer .bg_layer_1 {
  position: fixed;
  width: 82.6666666667vw;
  top: -8vw;
  left: -8vw;
}
@media screen and (min-width: 769px) {
  .bg-img-layer .bg_layer_1 {
    width: 34.0277777778vw;
    top: 0;
    left: 0;
  }
}
.bg-img-layer .bg_layer_2 {
  position: fixed;
  width: 75.4666666667vw;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .bg-img-layer .bg_layer_2 {
    width: 32.0833333333vw;
  }
}

.section {
  position: relative;
}

/* loading ===================================================== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景色を白に設定（必要に応じて変更） */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* ローディング画面が他の要素の上に表示されるように */
}

#loading_txt {
  width: 95%;
  opacity: 0;
  /* 初期状態では見えない */
  transition: opacity 1s ease;
  /* 1秒かけてふわっと表示させる */
}
@media screen and (min-width: 769px) {
  #loading_txt {
    width: 50%;
  }
}

.speed1,
.speed2,
.speed3,
.speed4,
.fv_anim1,
.fv_anim2,
.lead_anim {
  opacity: 0;
  visibility: hidden;
}

/* h1 ===================================================== */
h1 {
  position: absolute;
  left: -9999px;
}

/* btn ===================================================== */
.btn_1 {
  position: relative;
  width: 66.6666666667vw;
  margin: 0 auto;
  line-height: 13.8666666667vw;
  border-radius: 100vw;
  letter-spacing: 0.16em;
  text-align: center;
  transition: all 0.6s;
  background-color: #4365a2;
}
@media screen and (min-width: 769px) {
  .btn_1 {
    width: min(30vw, 300px);
    line-height: min(6vw, 60px);
  }
}
.btn_1 a {
  color: #ffffff;
}
.btn_1:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

.btn_1.en_1 {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .btn_1.en_1 {
    font-size: min(1.6vw, 16px);
  }
}

/* header ===================================================== */
header .fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #d9eaf5;
}
header .fv::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 229.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv::before {
    height: 76.3888888889vw;
  }
}
header .fv .fv_img img {
  position: absolute;
  z-index: 1;
}
header .fv .fv_img img:nth-child(1) {
  width: 80vw;
  right: -37vw;
  top: -28vw;
  transform: scale(0.8) rotate(0);
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(1) {
    width: 44.2083333333vw;
    transform: scale(0.8) rotate(17deg);
    left: 73vw;
    top: -14vw;
  }
}
header .fv .fv_img img:nth-child(2) {
  width: 82.1333333333vw;
  left: -19vw;
  top: -23vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(2) {
    width: 39.5138888889vw;
    left: 2vw;
    top: -9vw;
  }
}
header .fv .fv_img img:nth-child(3) {
  width: 44.4426666667vw;
  transform: rotate(42deg);
  left: -12vw;
  top: 3vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(3) {
    width: 22.2222222222vw;
    left: -6.5vw;
    top: 2vw;
  }
}
header .fv .fv_img img:nth-child(4) {
  width: 27.7333333333vw;
  transform: rotate(-18deg);
  left: -3vw;
  top: 102.5vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(4) {
    width: 16.8055555556vw;
    transform: rotate(-18deg);
    top: 42vw;
    left: 5.5vw;
  }
}
header .fv .fv_img img:nth-child(5) {
  width: 70vw;
  transform: rotate(15deg);
  right: -20vw;
  top: 83.5vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(5) {
    width: 38.8888888889vw;
    transform: rotate(18deg);
    left: 65vw;
    top: 25vw;
  }
}
header .fv .fv_img img:nth-child(6) {
  width: 40vw;
  transform: rotate(15deg);
  right: -1vw;
  top: 76vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(6) {
    width: 15.9027777778vw;
    left: 76vw;
    top: 23vw;
  }
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(7) {
    width: 19.1666666667vw;
    left: 64vw;
    top: 3vw;
  }
}
header .fv .fv_img img:nth-child(8) {
  width: 32vw;
  right: 5.8666666667vw;
  top: 9.0666666667vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(8) {
    width: 13.8888888889vw;
    left: 82vw;
    top: 4.8611111111vw;
  }
}
header .fv .fv_img img:nth-child(9) {
  width: 26.1333333333vw;
  transform: rotate(18deg);
  left: 18vw;
  top: 103vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(9) {
    width: 10.4166666667vw;
    transform: rotate(8deg);
    left: 60vw;
    top: 8.5vw;
  }
}
@media screen and (min-width: 769px) {
  header .fv .fv_img img:nth-child(10) {
    width: 16.6666666667vw;
    left: 8vw;
    top: 24vw;
  }
}
header .fv .fv_img .fv_ttl div img {
  position: absolute;
  z-index: 2;
  transform: rotate(-15deg) scale(0.9);
}
header .fv .fv_img .fv_ttl .fv_anim1 {
  width: 87.7333333333vw;
  top: 47vw;
  left: 4vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img .fv_ttl .fv_anim1 {
    width: 35.1041666667vw;
    left: 25vw;
    top: 19vw;
  }
}
header .fv .fv_img .fv_ttl .fv_anim2 {
  width: 71.3333333333vw;
  top: 69.5vw;
  left: 19vw;
}
@media screen and (min-width: 769px) {
  header .fv .fv_img .fv_ttl .fv_anim2 {
    width: 28.4722222222vw;
    left: 45vw;
    top: 24.5vw;
  }
}
header .fv .fv_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
header .fv .fv_sub_ttl {
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
  padding: 0 0 6vw;
  position: absolute;
  left: 50%;
  top: 125.3333333333vw;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  background-image: url(../images/marker1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  header .fv .fv_sub_ttl {
    font-size: 1.5277777778vw;
    padding: 0 0 1.6666666667vw;
    top: 45.1388888889vw;
  }
}
header .fv .lead {
  width: 96vw;
  font-size: 2.9333333333vw;
  line-height: 2.1666666667;
  text-align: center;
  color: #4365a2;
  padding: 0 0 6vw;
  position: absolute;
  top: 141.3333333333vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  header .fv .lead {
    font-size: min(1.3vw, 13px);
    padding: 0 0 30px;
    top: 49.7916666667vw;
  }
  header .fv .lead p + p {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  header .fv .lead p + p {
    margin-top: 30px;
  }
}
header .fv .loop_txt {
  position: absolute;
  top: 197.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .fv .loop_txt {
    top: 62vw;
  }
}

main {
  position: relative;
  /* アクティブなドットに白い円を重ねる */
}
main .item_price {
  position: relative;
  z-index: 100;
}
main .sec_ttl {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  main .sec_ttl {
    font-size: min(1.8vw, 18px);
  }
}
main .sec_ttl p {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2vw;
  margin-bottom: 9.3333333333vw;
  background-image: url(../images/marker2.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  main .sec_ttl p {
    padding-bottom: min(0.9722222222vw, 14px);
    margin-bottom: min(5.2083333333vw, 75px);
  }
}
main .sec_ttl .main_ttl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .sec_ttl .main_ttl {
    margin-bottom: min(6vw, 60px);
  }
}
main .sec_ttl .ttl_anim {
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-5deg);
}
main .sec_lead {
  font-size: 3.3333333333vw;
  line-height: 1.8571428571;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .sec_lead {
    font-size: min(1.4vw, 14px);
  }
}
main .sec_lead p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .sec_lead p + p {
    margin-top: min(2vw, 20px);
  }
}
main .swiper-container {
  position: relative;
}
main .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: -6vw !important;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main .swiper-pagination {
    bottom: max(-2vw, -20px) !important;
  }
}
main .swiper-pagination-bullet {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  /* 通常のドット色 */
  border-radius: 50%;
  position: relative;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  opacity: 1;
  border: 0.2666666667vw solid #ffffff;
}
@media screen and (min-width: 769px) {
  main .swiper-pagination-bullet {
    width: min(1vw, 10px);
    height: min(1vw, 10px);
    border: 1px solid #ffffff;
  }
}
main .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: background-color 0.3s ease;
}
main .item_info_1 {
  position: relative;
  text-align: right;
  margin: 0 8.5333333333vw 26.6666666667vw auto;
}
@media screen and (min-width: 769px) {
  main .item_info_1 {
    width: min(84vw, 840px);
    margin: 0 auto min(9vw, 90px);
  }
}
main .item_info_1 .item_price {
  justify-content: flex-end;
}
main .item_info_2 {
  position: relative;
  text-align: left;
  margin: 0 auto 26.6666666667vw 9.6vw;
}
@media screen and (min-width: 769px) {
  main .item_info_2 {
    width: min(84vw, 840px);
    margin: 0 auto min(9vw, 90px);
  }
}
main .item_info_2 .item_price {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  main .sub_item_container {
    width: min(84vw, 840px);
    margin: min(28vw, 280px) auto min(16vw, 160px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: min(8.9vw, 89px);
  }
}
main .sub_item_container .item_wrap .item_info_container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  width: 92vw;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
  padding: 16vw 0 9.8666666667vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_container {
    width: min(40vw, 400px);
    border-radius: min(1vw, 10px);
    padding: min(6vw, 60px) 0 min(3.7vw, 37px);
  }
}
main .sub_item_container .item_wrap .item_info_wrap {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_wrap {
    width: min(32.6vw, 326px);
  }
}
main .sub_item_container .item_wrap .item_info_3 {
  width: 50.5333333333vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 {
    width: min(20vw, 200px);
  }
}
main .sub_item_container .item_wrap .item_info_3 .item_num {
  position: absolute;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 .item_num {
    font-size: min(7.4vw, 74px);
  }
}
main .sub_item_container .item_wrap .item_info_3 .item_name {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 .item_name {
    font-size: min(2vw, 20px);
    margin-bottom: min(1vw, 10px);
  }
}
main .sub_item_container .item_wrap .item_info_3 .item_price {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 .item_price {
    margin-bottom: min(2vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 .item_price p {
    font-size: min(1.6vw, 16px);
  }
}
main .sub_item_container .item_wrap .item_info_3 .item_price a {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 .item_price a {
    font-size: min(1.3vw, 13px);
    padding: min(0.4vw, 4px) min(1vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_3 .item_txt {
    font-size: min(1.1vw, 11px);
  }
}
main .sub_item_container .item_wrap .item_icon {
  gap: 2.4vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_icon {
    gap: min(1.2vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_icon li {
    width: min(5.8vw, 58px);
  }
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_icon li p {
    font-size: min(1vw, 10px);
  }
}
main .sub_item_container .item_wrap .item_info_right {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_right {
    margin: 0 auto 0 0;
  }
}
main .sub_item_container .item_wrap .item_info_right .item_point .accordion .accordion-panel {
  width: 78.6666666667vw;
  transform: translateX(-28.1333333333vw);
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_right .item_point .accordion .accordion-panel {
    width: min(32.6vw, 326px);
    transform: none;
  }
}
main .sub_item_container .item_wrap .item_info_left {
  margin: 0 auto 0 2vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_left {
    margin: 0 auto 0 0;
  }
}
main .sub_item_container .item_wrap .item_info_left .item_point .accordion .accordion-panel {
  width: 78.6666666667vw;
  transform: translateX(-2vw);
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .item_info_left .item_point .accordion .accordion-panel {
    transform: none;
    width: min(32.6vw, 326px);
  }
}
main .sub_item_container .item_wrap .accordion {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .sub_item_container .item_wrap .accordion {
    margin-bottom: min(2vw, 20px);
  }
}
main .item_num {
  font-size: 19.7333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_num {
    font-size: min(10vw, 100px);
    margin-bottom: min(2vw, 20px);
  }
}
main .item_name {
  font-size: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  main .item_name {
    font-size: min(2.8vw, 28px);
    margin-bottom: min(2vw, 20px);
  }
}
main .item_price {
  font-size: 4vw;
  display: flex;
  gap: 7.0666666667vw;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main .item_price {
    font-size: min(2vw, 20px);
    gap: min(4.5vw, 45px);
  }
}
main .item_price a {
  border: #4365a2 0.2666666667vw solid;
  padding: 1.0666666667vw 2.6666666667vw;
  background-color: #4365a2;
  color: #ffffff;
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  main .item_price a {
    padding: min(0.6vw, 6px) min(1.8vw, 18px);
    border: 1px solid #4365a2;
    font-size: 0.8em;
  }
}
main .item_price a:hover {
  border: #4365a2 0.2666666667vw solid;
  background-color: #ffffff;
  color: #4365a2;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  main .item_price a:hover {
    border: 1px solid #4365a2;
  }
}
main .item_point_1 {
  width: 84vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .item_point_1 {
    width: min(48vw, 480px);
    margin: 0 0 0 auto;
  }
}
main .item_point_1 .item_point_ttl {
  margin: 0 auto 4.2666666667vw 0;
}
@media screen and (min-width: 769px) {
  main .item_point_1 .item_point_ttl {
    margin: 0 auto min(1.6vw, 16px) 0;
  }
}
main .item_point_1 .item_txt {
  width: 48vw;
}
@media screen and (min-width: 769px) {
  main .item_point_1 .item_txt {
    width: min(30vw, 300px);
  }
}
main .item_point_2 {
  width: 84vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .item_point_2 {
    width: min(48vw, 480px);
    margin: 0 auto 0 0;
  }
}
main .item_point_2 .item_point_ttl {
  margin: 0 8vw 4.2666666667vw auto;
}
@media screen and (min-width: 769px) {
  main .item_point_2 .item_point_ttl {
    margin: 0 0 min(1.6vw, 16px);
  }
}
main .item_point_2 .item_txt {
  width: 48vw;
  margin: 0 0 3.7333333333vw auto;
}
@media screen and (min-width: 769px) {
  main .item_point_2 .item_txt {
    width: min(30vw, 300px);
    margin: 0 0 min(1.4vw, 14px);
  }
}
main .item_point_2 .accordion .accordion-header {
  position: relative;
  z-index: 10;
  width: 16vw;
  margin: 0 32.2vw 0 auto;
}
@media screen and (min-width: 769px) {
  main .item_point_2 .accordion .accordion-header {
    width: min(10vw, 100px);
    margin: 0 0 min(1vw, 10px);
  }
}
main .item_point_ttl {
  width: fit-content;
  position: relative;
  font-size: 5.3333333333vw;
  padding-left: 8vw;
}
@media screen and (min-width: 769px) {
  main .item_point_ttl {
    font-size: min(2vw, 20px);
    padding-left: min(3vw, 30px);
  }
}
main .item_point_ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-image: url(../images/check_icon.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
main .line {
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #4365a2 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 2px;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .line {
    margin-bottom: min(2vw, 20px);
  }
}
main .item_txt {
  font-size: 2.9333333333vw;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .item_txt {
    font-size: min(1.3vw, 13px);
    margin-bottom: min(1.4vw, 14px);
  }
}
main .accordion {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main .accordion {
    margin-bottom: min(5vw, 50px);
  }
}
main .accordion .accordion-header {
  position: relative;
  z-index: 10;
  font-size: 2.9333333333vw;
  color: #4365a2;
  margin: 0;
  padding: 0 0 0 0.5333333333vw;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main .accordion .accordion-header {
    font-size: min(1.2vw, 12px);
    padding: 0 0 0 min(0.2vw, 2px);
    gap: min(0.5vw, 5px);
  }
}
main .accordion .accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 3.2vw;
  background-color: #ffffff;
  width: 4.2666666667vw;
  line-height: 4.2666666667vw;
  border-radius: 100vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  main .accordion .accordion-icon {
    font-size: min(1.4vw, 14px);
    width: min(1.8vw, 18px);
    line-height: min(1.8vw, 18px);
  }
}
main .accordion .accordion-icon.rotate {
  transform: rotate(45deg);
}
main .accordion .accordion-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 2.9333333333vw;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin: 3.7333333333vw auto;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main .accordion .accordion-panel {
    font-size: min(1.2vw, 12px);
    margin: min(2vw, 20px) auto;
    border-radius: 5px;
  }
}
main .accordion .accordion-panel p {
  padding: 4.2666666667vw 5.3333333333vw 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  main .accordion .accordion-panel p {
    padding: min(2.6vw, 26px) min(2.8vw, 28px) min(2.2vw, 22px);
  }
}
main .accordion .accordion-panel.opening,
main .accordion .accordion-panel.closing {
  transition: max-height 0.4s ease;
}
main .item_icon {
  display: flex;
  justify-content: center;
  gap: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_icon {
    justify-content: flex-start;
    gap: min(1.8vw, 18px);
  }
}
main .item_icon li {
  width: 13.8666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_icon li {
    width: min(6.6vw, 66px);
  }
}
main .item_icon li img {
  margin-bottom: 2.2666666667vw;
}
@media screen and (min-width: 769px) {
  main .item_icon li img {
    margin-bottom: min(1.08vw, 10.8px);
  }
}
main .item_icon li p.p_min {
  letter-spacing: 0;
}
main .item_icon li p {
  font-size: 2.4vw;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  main .item_icon li p {
    font-size: min(1.1vw, 11px);
  }
}
main #sec_1 {
  position: relative;
  background: linear-gradient(to bottom, #d9eaf5 0%, rgba(217, 234, 245, 0) 5%);
  padding: 10vw 0 0;
}
main #sec_1 .sec_ttl .main_ttl div:nth-child(1) img {
  width: 70.4vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .sec_ttl .main_ttl div:nth-child(1) img {
    width: min(40vw, 400px);
  }
}
main #sec_1 .sec_ttl .main_ttl div:nth-child(2) img {
  width: 50.6666666667vw;
  padding: 3vw 0 0 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .sec_ttl .main_ttl div:nth-child(2) img {
    width: min(28.8vw, 288px);
    padding: min(2vw, 20px) 0 0 min(6vw, 60px);
  }
}
main #sec_1 .nav .arrow_bottom {
  width: 4.8vw;
  margin: 8.2666666667vw auto 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .arrow_bottom {
    width: min(2.4vw, 24px);
    margin: min(7vw, 70px) auto min(6.5vw, 65px);
  }
}
main #sec_1 .nav .nav_ttl img {
  width: 54.9333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_ttl img {
    width: min(30vw, 300px);
  }
}
main #sec_1 .nav .nav_ttl p {
  font-size: 3.4666666667vw;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 5.3333333333vw 0 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_ttl p {
    font-size: min(1.5vw, 15px);
    margin: min(2.4vw, 24px) 0 min(4vw, 40px);
  }
}
main #sec_1 .nav .nav_map {
  position: relative;
  width: 98.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map {
    width: min(91vw, 910px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li {
  position: absolute;
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(1) {
  width: 13.8666666667vw;
  top: 114.6666666667vw;
  left: 75.2vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(1) {
    width: min(7.317vw, 73.17px);
    top: min(43.17vw, 431.7px);
    left: min(73.2vw, 732px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(2) {
  width: 13.8666666667vw;
  top: 31.28vw;
  left: 9.5733333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(2) {
    width: min(7.317vw, 73.17px);
    top: min(11.6vw, 116px);
    left: min(6.35vw, 63.5px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(3) {
  width: 20.2666666667vw;
  top: 19.9466666667vw;
  left: 23.76vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(3) {
    width: min(10.7vw, 107px);
    top: min(9.2vw, 92px);
    left: min(23.89vw, 238.9px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(4) {
  width: 19.2vw;
  top: 8.3466666667vw;
  left: 45.7866666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(4) {
    width: min(10.131vw, 101.31px);
    top: min(4.51vw, 45.1px);
    left: min(44.5vw, 445px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(5) {
  width: 21.8666666667vw;
  top: 16.8533333333vw;
  left: 67.1466666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(5) {
    width: min(11.538vw, 115.38px);
    top: min(8.21vw, 82.1px);
    left: min(64.27vw, 642.7px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(6) {
  width: 15.7333333333vw;
  top: 58.16vw;
  left: 58.08vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(6) {
    width: min(8.302vw, 83.02px);
    top: min(23.09vw, 230.9px);
    left: min(55.45vw, 554.5px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(7) {
  width: 12.8vw;
  top: 72.8533333333vw;
  left: 75.2vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(7) {
    width: min(6.754vw, 67.54px);
    top: min(26.43vw, 264.3px);
    left: min(71.41vw, 714.1px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(8) {
  width: 19.2vw;
  top: 109.4133333333vw;
  left: 19.0133333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(8) {
    width: min(10.131vw, 101.31px);
    top: min(39.25vw, 392.5px);
    left: min(22.07vw, 220.7px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(9) {
  width: 16vw;
  top: 58.16vw;
  left: 14.2133333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(9) {
    width: min(8.443vw, 84.43px);
    top: min(23.09vw, 230.9px);
    left: min(14.56vw, 145.6px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(10) {
  width: 17.0666666667vw;
  top: 46.08vw;
  left: 40.08vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(10) {
    width: min(9.005vw, 90.05px);
    top: min(20.29vw, 202.9px);
    left: min(39.24vw, 392.4px);
  }
}
main #sec_1 .nav .nav_map .nav_icon li:nth-child(11) {
  width: 24.5333333333vw;
  top: -12.5333333333vw;
  left: 71.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .nav .nav_map .nav_icon li:nth-child(11) {
    width: min(12.75vw, 127.5px);
    top: max(-7vw, -70px);
    left: min(68.12vw, 681.2px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_point_container {
    width: min(84vw, 840px);
    margin: 0 auto;
  }
}
main #sec_1 .price_down {
  color: #dc0921;
}
main #sec_1 .price_down .txt1 {
  color: #4365a2;
  text-decoration: line-through;
  font-size: 0.8em;
}
main #sec_1 .price_down .txt2 {
  font-size: 0.6em;
}
main #sec_1 .price_down .item_price {
  display: block;
}
main #sec_1 .price_down .item_price a {
  width: fit-content;
  margin: 2.6666666667vw auto 0 0;
}
@media screen and (min-width: 769px) {
  main #sec_1 .price_down .item_price {
    display: flex;
  }
  main #sec_1 .price_down .item_price a {
    width: fit-content;
    margin-top: 0;
  }
}
main #sec_1 .item_1 {
  position: relative;
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_1 {
    margin-top: min(16vw, 160px);
  }
}
main #sec_1 .item_1 .item_slide {
  width: 37.3333333333vw;
  position: absolute;
  top: -13.3333333333vw;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_1 .item_slide {
    width: min(26.5vw, 265px);
    left: 0;
    top: min(10vw, 100px);
  }
}
main #sec_1 .item_1 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #4365a2;
}
main #sec_1 .item_1 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #b3c875;
}
main #sec_1 .item_1 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #cdc0e2;
}
main #sec_1 .item_1 .item_slide .swiper-pagination-bullet:nth-child(4) {
  background-color: #efbfc6;
}
main #sec_1 .item_1 .item_img {
  position: absolute;
  width: 32vw;
  right: 0;
  top: -6vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_1 .item_img {
    width: min(15vw, 150px);
    right: 0;
    top: max(-4vw, -40px);
  }
}
main #sec_1 .item_1 .loop_txt {
  position: absolute;
  top: -26.6666666667vw;
  left: 26.6666666667vw;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_1 .loop_txt {
    top: min(2vw, 20px);
    width: 100%;
    left: calc((100vw - min(70vw, 700px)) / 2);
    opacity: 0.6;
  }
}
main #sec_1 .item_1 .loop_txt .loop_right {
  animation: loop_right 18s infinite linear 1s both;
}
main #sec_1 .item_1 .loop_txt .loop_txt_img {
  width: 307.2vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_1 .loop_txt .loop_txt_img {
    width: min(240vw, 2400px);
  }
}
main #sec_1 .item_2 {
  position: relative;
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_2 {
    margin-top: min(18vw, 180px);
  }
}
main #sec_1 .item_2 .item_slide {
  width: 37.3333333333vw;
  position: absolute;
  top: -16vw;
  right: 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_2 .item_slide {
    width: min(26.5vw, 265px);
    right: 0;
    top: min(6vw, 60px);
  }
}
main #sec_1 .item_2 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #D9CDAA;
}
main #sec_1 .item_2 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #4365A2;
}
main #sec_1 .item_2 .item_img {
  position: absolute;
  width: 32vw;
  left: 0;
  top: -4vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_2 .item_img {
    width: min(15vw, 150px);
    left: auto;
    right: 0;
    top: max(-4vw, -40px);
  }
}
main #sec_1 .item_2 .loop_txt {
  position: absolute;
  top: -26.6666666667vw;
  left: -20vw;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_2 .loop_txt {
    opacity: 0.4;
    top: -2.6666666667vw;
    width: 100%;
    right: calc((100vw - min(70vw, 700px)) / 2);
    left: auto;
  }
}
main #sec_1 .item_2 .loop_txt .loop_left {
  animation: loop_left 6s infinite linear 1s both;
}
main #sec_1 .item_2 .loop_txt .loop_txt_img {
  width: 121.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_2 .loop_txt .loop_txt_img {
    width: min(100vw, 1000px);
  }
}
main #sec_1 .item_3 {
  position: relative;
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 {
    margin-top: min(16vw, 160px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .price_down .item_price {
    width: min(48vw, 480px);
    margin: 0 0 0 auto;
  }
}
main #sec_1 .item_3 .price_down .item_price a {
  margin: 2.6666666667vw 0 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .price_down .item_price a {
    width: fit-content;
    margin-top: 0;
  }
}
main #sec_1 .item_3 .item_slide {
  width: 46.6666666667vw;
  position: absolute;
  top: -13.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .item_slide {
    width: min(30vw, 300px);
    left: 0;
    top: min(6vw, 60px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .item_slide .swiper-pagination {
    bottom: -2.6666666667vw !important;
    left: -5.3333333333vw !important;
  }
}
main #sec_1 .item_3 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #D9CDAA;
}
main #sec_1 .item_3 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #4365A2;
}
main #sec_1 .item_3 .item_img {
  position: absolute;
  width: 32vw;
  right: 0;
  top: -6vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .item_img {
    width: min(16vw, 160px);
    right: 0;
    top: max(-4vw, -40px);
  }
}
main #sec_1 .item_3 .loop_txt {
  position: absolute;
  top: -10.6666666667vw;
  left: 26.6666666667vw;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .loop_txt {
    top: min(8vw, 80px);
    width: 100%;
    left: calc((100vw - min(60vw, 600px)) / 2);
    opacity: 0.4;
  }
}
main #sec_1 .item_3 .loop_txt .loop_right {
  animation: loop_right 8s infinite linear 1s both;
}
main #sec_1 .item_3 .loop_txt .loop_txt_img {
  width: 160vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_3 .loop_txt .loop_txt_img {
    width: min(100vw, 1000px);
  }
}
main #sec_1 .item_4 {
  position: relative;
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_4 {
    margin-top: min(18vw, 180px);
  }
}
main #sec_1 .item_4 .item_slide {
  width: 37.3333333333vw;
  position: absolute;
  top: -16vw;
  right: 8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_4 .item_slide {
    width: min(26.5vw, 265px);
    right: 0;
    top: min(4vw, 40px);
  }
}
main #sec_1 .item_4 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #C4DD77;
}
main #sec_1 .item_4 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #4365A2;
}
main #sec_1 .item_4 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #F46DB6;
}
main #sec_1 .item_4 .item_img {
  position: absolute;
  width: 32vw;
  left: 0;
  top: -6vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_4 .item_img {
    width: min(15vw, 150px);
    left: auto;
    right: 0;
    top: max(-5vw, -50px);
  }
}
main #sec_1 .item_4 .loop_txt {
  position: absolute;
  top: -16vw;
  left: -20vw;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_4 .loop_txt {
    top: 5.3333333333vw;
    width: 100%;
    right: calc((100vw - min(70vw, 700px)) / 2);
    left: auto;
    opacity: 0.4;
  }
}
main #sec_1 .item_4 .loop_txt .loop_left {
  animation: loop_left 8s infinite linear 1s both;
}
main #sec_1 .item_4 .loop_txt .loop_txt_img {
  width: 160vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_4 .loop_txt .loop_txt_img {
    width: min(100vw, 1000px);
  }
}
main #sec_1 .item_5 {
  position: relative;
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_5 {
    margin-top: 0;
  }
}
main #sec_1 .item_5 .item_slide {
  width: 37.3333333333vw;
  position: absolute;
  top: -17.3333333333vw;
  left: -0.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_5 .item_slide {
    width: min(14vw, 140px);
    left: auto;
    right: min(2vw, 20px);
    top: max(-7vw, -70px);
  }
}
main #sec_1 .item_5 .item_slide .swiper-pagination {
  bottom: -3vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_5 .item_slide .swiper-pagination {
    bottom: max(-1.6vw, -16px) !important;
  }
}
main #sec_1 .item_5 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #AAAAAA;
}
main #sec_1 .item_5 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #4D4D4D;
}
main #sec_1 .item_5 .item_num {
  right: 5.3333333333vw;
  top: -9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_5 .item_num {
    right: auto;
    left: min(3.2vw, 32px);
    top: max(-3.2vw, -32px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_5 .item_icon {
    margin-bottom: min(2.71vw, 27.1px);
  }
}
main #sec_1 .item_6 {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_6 {
    margin-top: 0;
  }
}
main #sec_1 .item_6 .item_slide {
  width: 46.1333333333vw;
  position: absolute;
  top: -10.6666666667vw;
  right: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_6 .item_slide {
    width: min(17.3vw, 173px);
    right: min(2vw, 20px);
    top: max(-5vw, -50px);
  }
}
main #sec_1 .item_6 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #4365a2;
}
main #sec_1 .item_6 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #b3c875;
}
main #sec_1 .item_6 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #cdc0e2;
}
main #sec_1 .item_6 .item_slide .swiper-pagination-bullet:nth-child(4) {
  background-color: #efbfc6;
}
main #sec_1 .item_6 .item_num {
  left: 5.3333333333vw;
  top: -9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_6 .item_num {
    right: auto;
    left: min(3.2vw, 32px);
    top: max(-3.2vw, -32px);
  }
}
main #sec_1 .item_7 {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_7 {
    margin-top: 0;
  }
}
main #sec_1 .item_7 .item_slide {
  width: 34.6666666667vw;
  position: absolute;
  top: 13.3333333333vw;
  left: 0vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_7 .item_slide {
    width: min(14vw, 140px);
    left: auto;
    right: min(2vw, 20px);
    top: min(4vw, 40px);
  }
}
main #sec_1 .item_7 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #CDC0E2;
}
main #sec_1 .item_7 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #D9CDAA;
}
main #sec_1 .item_7 .item_num {
  right: 5.3333333333vw;
  top: -9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_7 .item_num {
    right: auto;
    left: min(3.2vw, 32px);
    top: max(-3.2vw, -32px);
  }
}
main #sec_1 .item_8 {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_8 {
    margin-top: 0;
  }
}
main #sec_1 .item_8 .item_slide {
  width: 37.3333333333vw;
  position: absolute;
  top: 18.6666666667vw;
  right: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_8 .item_slide {
    width: min(15vw, 150px);
    right: min(1vw, 10px);
    top: min(5vw, 50px);
  }
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_8 .item_slide .swiper-pagination {
    bottom: max(-3vw, -30px) !important;
  }
}
main #sec_1 .item_8 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #E8E7E4;
}
main #sec_1 .item_8 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #B0C7D0;
}
main #sec_1 .item_8 .item_num {
  left: 5.3333333333vw;
  top: -9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_8 .item_num {
    right: auto;
    left: min(3.2vw, 32px);
    top: max(-3.2vw, -32px);
  }
}
main #sec_1 .item_9 {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_9 {
    margin-top: 0;
  }
}
main #sec_1 .item_9 .item_slide {
  width: 24vw;
  position: absolute;
  top: 9.6vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_9 .item_slide {
    width: min(10vw, 100px);
    left: auto;
    right: min(4.5vw, 45px);
    top: min(1.6vw, 16px);
  }
}
main #sec_1 .item_9 .item_slide .swiper-pagination {
  bottom: -7vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_9 .item_slide .swiper-pagination {
    bottom: max(-3vw, -30px) !important;
  }
}
main #sec_1 .item_9 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #678EE3;
}
main #sec_1 .item_9 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #F28268;
}
main #sec_1 .item_9 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #c7c7c7;
}
main #sec_1 .item_9 .item_num {
  right: 5.3333333333vw;
  top: -9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_9 .item_num {
    right: auto;
    left: min(3.2vw, 32px);
    top: max(-3.2vw, -32px);
  }
}
main #sec_1 .item_10 {
  position: relative;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_10 {
    margin-top: 0;
  }
}
main #sec_1 .item_10 .item_slide {
  width: 26.6666666667vw;
  position: absolute;
  top: -5.3333333333vw;
  right: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_10 .item_slide {
    width: min(11vw, 110px);
    right: min(3vw, 30px);
    top: max(-2vw, -20px);
  }
}
main #sec_1 .item_10 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #4365a2;
}
main #sec_1 .item_10 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #b3c875;
}
main #sec_1 .item_10 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #cdc0e2;
}
main #sec_1 .item_10 .item_slide .swiper-pagination-bullet:nth-child(4) {
  background-color: #efbfc6;
}
main #sec_1 .item_10 .item_num {
  left: 5.3333333333vw;
  top: -9.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_10 .item_num {
    right: auto;
    left: min(3.2vw, 32px);
    top: max(-3.2vw, -32px);
  }
}
main #sec_1 .btn_1 {
  margin: 18.6666666667vw auto 16vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .btn_1 {
    margin: min(8vw, 80px) auto min(10vw, 100px);
  }
}
main #sec_2 {
  color: #ffffff;
}
main #sec_2 .loop_txt {
  position: relative;
  margin-bottom: 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .loop_txt {
    margin-bottom: min(12vw, 120px);
  }
}
main #sec_2 .loop_txt .loop_wrap .loop_left {
  animation: loop_left 20s infinite linear 1s both;
}
main #sec_2 .loop_txt .loop_wrap .loop_left .loop_txt_img {
  width: 183.2vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .loop_txt .loop_wrap .loop_left .loop_txt_img {
    width: min(76.3888888889vw, 1100px);
  }
}
main #sec_2 .sec_ttl p {
  background-image: url(../images/marker3.png);
}
main #sec_2 .sec_ttl .main_ttl div:nth-child(1) img {
  width: 73.0666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl .main_ttl div:nth-child(1) img {
    width: min(40vw, 400px);
  }
}
main #sec_2 .sec_ttl .main_ttl div:nth-child(2) img {
  width: 51.2vw;
  padding: 1vw 0 0 14vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .sec_ttl .main_ttl div:nth-child(2) img {
    width: min(28.8vw, 288px);
    padding: min(2vw, 20px) 0 0 min(8vw, 80px);
  }
}
main #sec_2 .item_point_container {
  position: relative;
  width: 82.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_point_container {
    width: min(60vw, 600px);
  }
}
main #sec_2 .price_down {
  color: #e02222;
}
main #sec_2 .price_down .txt1 {
  color: #ffffff;
  text-decoration: line-through;
  font-size: 0.8em;
}
main #sec_2 .price_down .txt2 {
  font-size: 0.6em;
}
main #sec_2 .price_down .item_price {
  display: block;
  letter-spacing: 0.04em;
}
main #sec_2 .price_down .item_price a {
  width: fit-content;
  margin: 2.6666666667vw 0 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_2 .price_down .item_price a {
    width: fit-content;
    margin-top: min(1.4vw, 14px);
  }
}
main #sec_2 .um_item_info_1 {
  width: 48vw;
  margin: 0 0 0 auto;
  text-align: right;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_info_1 {
    width: min(30vw, 300px);
  }
}
main #sec_2 .um_item_info_2 {
  width: 48vw;
  margin: 0 auto 0 0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_info_2 {
    width: min(30vw, 300px);
  }
}
main #sec_2 .um_item_info_2 .item_price a {
  margin: 2.6666666667vw auto 0 0;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_info_2 .item_price a {
    width: fit-content;
    margin-top: min(1.4vw, 14px);
  }
}
main #sec_2 .item_name {
  font-size: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_name {
    font-size: min(2.6vw, 26px);
    margin-bottom: min(2vw, 20px);
  }
}
main #sec_2 .item_name span {
  font-size: 0.8em;
}
main #sec_2 .item_price {
  justify-content: space-between;
}
main #sec_2 .line {
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
}
main #sec_2 .item_price {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_price {
    margin-bottom: min(3.8vw, 38px);
  }
}
main #sec_2 .item_price a {
  border: #4365a2 0.2666666667vw solid;
  background-color: #4365a2;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_price a {
    border: 1px solid #4365a2;
    font-size: 0.8em;
  }
}
main #sec_2 .item_price a:hover {
  border: #4365a2 0.2666666667vw solid;
  background-color: #ffffff;
  color: #4365a2;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  main #sec_2 .item_price a:hover {
    border: 1px solid #4365a2;
  }
}
main #sec_2 .item_txt {
  text-align: left;
}
main #sec_2 .accordion.right .accordion-panel {
  width: 82.6666666667vw;
  transform: translateX(-34.6666666667vw);
}
@media screen and (min-width: 769px) {
  main #sec_2 .accordion.right .accordion-panel {
    width: min(30vw, 300px);
    transform: none;
  }
}
main #sec_2 .accordion.left .accordion-panel {
  width: 82.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .accordion.left .accordion-panel {
    width: min(30vw, 300px);
  }
}
main #sec_2 .accordion .accordion-header {
  color: #ffffff;
}
main #sec_2 .accordion .accordion-header span {
  color: #4365a2;
}
main #sec_2 .accordion .accordion-panel {
  color: #4365a2;
  text-align: left;
}
main #sec_2 .um_item_1 {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_1 {
    margin-top: min(16vw, 160px);
  }
}
main #sec_2 .um_item_1 .item_slide {
  width: 101.3333333333vw;
  position: absolute;
  top: -11vw;
  left: -48vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_1 .item_slide {
    width: min(60.8vw, 608px);
    left: max(-25vw, -250px);
    top: max(-11vw, -110px);
  }
}
main #sec_2 .um_item_1 .item_slide .swiper-pagination {
  bottom: -5.5vw !important;
  left: 8vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_1 .item_slide .swiper-pagination {
    bottom: max(-2vw, -20px) !important;
  }
}
main #sec_2 .um_item_1 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #D8D7D4;
}
main #sec_2 .um_item_1 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #F0DBE6;
}
main #sec_2 .um_item_1 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #DEDBE8;
}
main #sec_2 .um_item_1 .item_slide .swiper-pagination-bullet:nth-child(4) {
  background-color: #C7D8CD;
}
main #sec_2 .um_item_1 .water_img :nth-child(1) {
  width: 45.3333333333vw;
  position: absolute;
  z-index: 5;
  top: -8vw;
  left: -17vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_1 .water_img :nth-child(1) {
    width: min(25.46vw, 254.6px);
    top: max(-9vw, -90px);
    left: max(-6vw, -60px);
  }
}
main #sec_2 .um_item_1 .water_img :nth-child(2) {
  width: 24vw;
  position: absolute;
  top: 9vw;
  right: -16vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_1 .water_img :nth-child(2) {
    width: min(14vw, 140px);
    top: min(4vw, 40px);
    right: max(-12vw, -120px);
    transform: rotate(10deg);
  }
}
main #sec_2 .um_item_2 {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_2 {
    margin-top: min(16vw, 160px);
  }
}
main #sec_2 .um_item_2 .item_slide {
  width: 101.3333333333vw;
  position: absolute;
  top: 0vw;
  right: -48vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_2 .item_slide {
    width: min(56.8vw, 568px);
    right: max(-25vw, -250px);
    top: max(-2vw, -20px);
  }
}
main #sec_2 .um_item_2 .item_slide .swiper-pagination {
  bottom: -10vw !important;
  left: -10vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_2 .item_slide .swiper-pagination {
    bottom: max(-2vw, -20px) !important;
    left: max(-4vw, -40px) !important;
  }
}
main #sec_2 .um_item_2 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #c5bfdb;
}
main #sec_2 .um_item_2 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #E2C8D5;
}
main #sec_2 .um_item_2 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #d7cdc7;
}
main #sec_2 .um_item_2 .item_slide .swiper-pagination-bullet:nth-child(4) {
  background-color: #DADDE2;
}
main #sec_2 .um_item_2 .item_slide .swiper-pagination-bullet:nth-child(5) {
  background-color: #b19f93;
}
main #sec_2 .um_item_2 .water_img :nth-child(1) {
  width: 53.3333333333vw;
  position: absolute;
  z-index: 5;
  top: -2vw;
  right: -17vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_2 .water_img :nth-child(1) {
    width: min(34vw, 340px);
    top: max(-2vw, -20px);
    right: max(-16vw, -160px);
    transform: rotate(20deg);
  }
}
main #sec_2 .um_item_2 .water_img :nth-child(2) {
  width: 21vw;
  position: absolute;
  top: 6vw;
  left: -15vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_2 .water_img :nth-child(2) {
    width: min(10vw, 100px);
    top: min(4vw, 40px);
    left: max(-7.5vw, -75px);
    transform: rotate(-60deg);
  }
}
main #sec_2 .um_item_3 {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_3 {
    margin-top: min(16vw, 160px);
  }
}
main #sec_2 .um_item_3 .item_slide {
  width: 88vw;
  position: absolute;
  top: -5vw;
  left: -40vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_3 .item_slide {
    width: min(47.8vw, 478px);
    left: max(-20vw, -200px);
    top: max(-6vw, -60px);
  }
}
main #sec_2 .um_item_3 .item_slide .swiper-pagination {
  bottom: -5.5vw !important;
  left: 8vw !important;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_3 .item_slide .swiper-pagination {
    bottom: max(-4vw, -40px) !important;
  }
}
main #sec_2 .um_item_3 .item_slide .swiper-pagination-bullet:nth-child(1) {
  background-color: #EFE2AB;
}
main #sec_2 .um_item_3 .item_slide .swiper-pagination-bullet:nth-child(2) {
  background-color: #DEDEDE;
}
main #sec_2 .um_item_3 .item_slide .swiper-pagination-bullet:nth-child(3) {
  background-color: #9CC1F4;
}
main #sec_2 .um_item_3 .item_slide .swiper-pagination-bullet:nth-child(4) {
  background-color: #E8CDDF;
}
main #sec_2 .um_item_3 .water_img :nth-child(1) {
  width: 57.3333333333vw;
  position: absolute;
  z-index: 5;
  top: -11vw;
  left: -17vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_3 .water_img :nth-child(1) {
    width: min(25.46vw, 254.6px);
    top: max(-8vw, -80px);
    left: max(-12vw, -120px);
  }
}
main #sec_2 .um_item_3 .water_img :nth-child(2) {
  width: 24vw;
  position: absolute;
  z-index: 5;
  top: 9vw;
  right: -16vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .um_item_3 .water_img :nth-child(2) {
    width: min(12vw, 120px);
    top: min(5vw, 50px);
    right: max(-8vw, -80px);
    transform: rotate(180deg);
  }
}
main #sec_2 .btn_1 {
  margin: 18.6666666667vw auto 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .btn_1 {
    margin: min(8vw, 80px) auto min(14vw, 140px);
  }
}
main #sec_3 {
  position: relative;
  color: #4365a2;
  background-color: #ffffff;
  padding: 24vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_3 {
    padding: min(16vw, 160px) 0;
  }
}
main #sec_3 .sec_ttl .main_ttl div:nth-child(1) img {
  width: 50.9333333333vw;
  padding: 0 0 3vw 10vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .sec_ttl .main_ttl div:nth-child(1) img {
    width: min(33vw, 330px);
    padding: 0 0 min(1vw, 10px) min(8vw, 80px);
  }
}
main #sec_3 .sec_ttl .main_ttl div:nth-child(2) img {
  width: 72.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .sec_ttl .main_ttl div:nth-child(2) img {
    width: min(48.1vw, 481px);
  }
}
main #sec_3 .sec_ttl .sec_ttl_sub {
  position: relative;
  background-image: none;
}
main #sec_3 .sec_ttl .sec_ttl_sub::before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  left: -13.3333333333vw;
  top: 0;
  background-image: url(../images/ttl_left.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  main #sec_3 .sec_ttl .sec_ttl_sub::before {
    width: 50%;
    height: 50%;
    left: max(-6vw, -60px);
  }
}
main #sec_3 .sec_ttl .sec_ttl_sub::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  right: -13.3333333333vw;
  top: 0;
  background-image: url(../images/ttl_right.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  main #sec_3 .sec_ttl .sec_ttl_sub::after {
    width: 50%;
    height: 50%;
    right: max(-6vw, -60px);
  }
}
main #sec_3 .item_list_wrap .item_list {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  column-gap: 5.3333333333vw;
  row-gap: 10.6666666667vw;
  /* 自動取得中身 ===================================================== */
}
@media screen and (min-width: 769px) {
  main #sec_3 .item_list_wrap .item_list {
    width: min(61.8055555556vw, 890px);
    margin: 0 auto;
    column-gap: min(2.0833333333vw, 30px);
    row-gap: 50px;
  }
}
main #sec_3 .item_list_wrap .item_list > div, main #sec_3 .item_list_wrap .item_list > li {
  width: 37.3333333333vw;
  letter-spacing: 0.08rem;
  font-size: 2.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .item_list_wrap .item_list > div, main #sec_3 .item_list_wrap .item_list > li {
    width: min(13.8888888889vw, 200px);
    font-size: 12px;
  }
}
main #sec_3 .item_list_wrap .item_list a {
  position: relative;
  color: inherit;
}
main #sec_3 .item_list_wrap .item_list a::after {
  content: "BUY";
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  color: #4365a2;
}
main #sec_3 .item_list_wrap .item_list img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .item_list_wrap .item_list img {
    margin-bottom: 12px;
  }
}
main #sec_3 .item_list_wrap .item_list .price.salecolor {
  display: inline;
  color: #dc0921 !important;
}
main #sec_3 .item_list_wrap .item_list .text-red {
  display: inline;
  color: #dc0921;
  font-size: 0.8em;
}
main #sec_3 .item_list_wrap .item_list .price .tt02 {
  display: inline;
  color: #dc0921 !important;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
main #sec_3 .item_list_wrap .item_list .salecolor + .price {
  display: inline;
  color: #dc0921;
}
main #sec_3 .item_list_wrap .item_list li a p:first-child img + span {
  display: none;
}
main #sec_3 .item_list_wrap .item_list p.photo span {
  display: none;
}
main #sec_3 .item_list_wrap .item_list .ico_box,
main #sec_3 .item_list_wrap .item_list img + span {
  display: none;
}
main #sec_3 .item_list_wrap .item_list .ico_box + p {
  display: none;
}
main #sec_3 .item_list_wrap .item_list .textOverflow,
main #sec_3 .item_list_wrap .item_list .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.6vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  main #sec_3 .item_list_wrap .item_list .textOverflow,
  main #sec_3 .item_list_wrap .item_list .label {
    margin-bottom: 12px;
  }
}
main #sec_3 .item_list_wrap .item_list .price {
  position: relative;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}
main #sec_3 .btn_1 {
  margin: 18.6666666667vw auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .btn_1 {
    margin: min(8vw, 80px) auto min(1vw, 10px);
  }
}

/* footer ===================================================== */
footer {
  position: relative;
  z-index: 5;
  padding: 26.6666666667vw 0 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 180px 0 50px;
  }
}
footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 50px;
  }
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns {
    gap: 28px;
    margin: 0 auto 100px;
  }
}
footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(1) {
    width: 25px;
  }
}
footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(2) {
    width: 23px;
  }
}
footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(3) {
    width: 30px;
  }
}
footer .copyright {
  color: #4365a2;
  font-size: 2.4vw;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* totop
 ===================================================== */
.to_fan,
.to_um {
  width: 50vw;
  height: 12.2666666667vw;
  border-top: 0.2666666667vw solid #ffffff;
  position: fixed;
  z-index: 100;
  transition: all 0.6s;
  color: #ffffff;
  font-size: 3.2vw;
}
.to_fan p,
.to_um p {
  width: fit-content;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .to_fan,
  .to_um {
    width: min(18vw, 180px);
    height: min(5.4vw, 54px);
    border-top: none;
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg);
    font-size: min(1.2vw, 12px);
  }
}

.to_fan:hover,
.to_um:hover {
  opacity: 0.6 !important;
}

.to_fan {
  background-color: #4465A2;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .to_fan {
    left: auto;
    right: max(-6.3vw, -63px);
    bottom: min(48.08vw, 480.8px);
  }
}
.to_fan p {
  top: 4.4vw;
  left: 16.48vw;
}
@media screen and (min-width: 769px) {
  .to_fan p {
    top: min(2.4vw, 24px);
    left: min(5.7vw, 57px);
  }
}
.to_fan img {
  position: absolute;
  width: 8.8vw;
  left: 4.2666666667vw;
  top: 0.5333333333vw;
}
@media screen and (min-width: 769px) {
  .to_fan img {
    width: min(3.3vw, 33px);
    left: min(1.37vw, 13.7px);
    top: min(0.8vw, 8px);
  }
}

.to_um {
  background-color: #71ADE8;
  bottom: 0;
  left: 50vw;
}
@media screen and (min-width: 769px) {
  .to_um {
    left: auto;
    right: max(-6.3vw, -63px);
    bottom: min(29.47vw, 294.7px);
  }
}
.to_um p {
  top: 4.4vw;
  left: 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  .to_um p {
    top: min(2.4vw, 24px);
    left: min(8.3vw, 83px);
  }
}
.to_um img {
  position: absolute;
  width: 13.3333333333vw;
  transform: rotate(20deg);
  left: 3.7333333333vw;
  top: 0.8vw;
}
@media screen and (min-width: 769px) {
  .to_um img {
    width: min(4.66vw, 46.6px);
    left: min(1.98vw, 19.8px);
    top: min(1.1vw, 11px);
  }
}

.totop {
  width: 12.2666666667vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 14.4vw;
  right: 2.6666666667vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: min(5vw, 50px);
    bottom: min(1.4vw, 14px);
    right: min(1.2vw, 12px);
  }
}
.totop img {
  opacity: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.totop img:hover {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */