@charset "UTF-8";
html,
body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #fbf6ea;
  color: #414141;
}
html.open,
body.open {
  overflow: hidden;
}

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #414141;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.en {
  font-family: "dunbar-low", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.en_ita {
  font-family: dunbar-low, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.open_btn {
  position: fixed;
  right: 17.5px;
  top: 17.5px;
  width: 43px;
  height: 43px;
  z-index: 999;
}
.open_btn span {
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: rgba(65, 65, 65, 0.8);
}
.open_btn span:nth-child(2) {
  top: 10px;
}
.open_btn span:nth-child(3) {
  top: 20px;
}
.open_btn span:nth-child(4) {
  top: 30px;
}

.open_menu {
  position: fixed;
  width: 225px;
  height: 100%;
  z-index: 1000;
  background-color: #ebe5d9;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  border-left: #707070 1px solid;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.8s;
  pointer-events: none;
}
.open_menu.open {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s;
  pointer-events: fill;
}
.open_menu .slider_text {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.open_menu .slider_text .text_L {
  -webkit-text-stroke: 1px #fbf6ea;
  color: transparent;
}
.open_menu .slider_text .text_R {
  color: #fbf6ea;
}
.open_menu .slider_text li {
  min-width: 600px;
}

.open_menu .index {
  grid-template-columns: 1fr;
  width: fit-content;
}

.close {
  position: absolute;
  z-index: 1001;
  width: 35px;
  height: 35px;
  right: 20px;
  top: 20px;
}
.close span {
  position: absolute;
  background-color: #414141;
  width: 45px;
  height: 1px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fv .bg {
  height: 100svh;
  width: 100%;
  background-image: url(../images/main/main_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv h1 {
  padding: 17px 23px 0 0;
  margin: 0 0 0 auto;
}
.fv .sub_title {
  margin: -45px auto 0 20px;
}

.lead {
  font-size: 12px;
  line-height: 2.1666666667;
  padding: 70px 0;
}

h2 {
  font-size: 15px;
  text-align: center;
}

.staff {
  position: relative;
  z-index: 2;
}
.staff h2 {
  margin-bottom: 15px;
}
.staff .box_wrap {
  display: grid;
}
.staff .box {
  position: relative;
  width: 320px;
}
.staff .inner {
  padding: 20px;
  background-color: #fbf6ea;
}
.staff .top.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.staff .left {
  width: 80px;
}
.staff .brand {
  font-size: 10px;
}
.staff .name {
  font-size: 14px;
  margin: 5px 0 7px;
}
.staff .insta {
  font-size: 11px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid rgba(65, 65, 65, 0.8);
  padding: 4px 13px;
}
.staff .bottom {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.staff .plus {
  position: absolute;
  font-size: 13px;
  text-align: center;
  background-color: #faf0b0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3076923077;
  right: -20px;
  top: -10px;
}

.staff + .slider_text {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.slider_text {
  font-size: 90px;
  white-space: nowrap;
}
.slider_text .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider_text .text_L {
  color: #ebe5d9;
}
.slider_text .text_R {
  -webkit-text-stroke: 1px #ebe5d9;
  color: transparent;
  margin-top: -15px;
}

section {
  padding-top: 160px;
}
section .text {
  width: 330px;
  margin: 0 auto;
}

.b_bg {
  background-color: #ebe5d9;
}

.index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  padding-top: 30px;
}
.index li a {
  padding: 10px;
  background-color: #fbf6ea;
  border-radius: 50px;
}
.index p {
  font-size: 15px;
}
.index span {
  font-size: 10px;
  transform-origin: center;
  transform: scale(0.9);
}

.title_wrap {
  text-align: center;
  margin-bottom: 50px;
}
.title_wrap span {
  background-color: #faf0b0;
  font-size: 13px;
  padding: 10px 15px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}
.title_wrap h3 {
  font-size: 44px;
  padding: 10px 0 20px;
}
.title_wrap h4 {
  font-size: 24px;
}

.main_wrap {
  white-space: pre-line;
}
.main_wrap .right {
  font-size: 12px;
  line-height: 1.8333333333;
}

.point {
  overflow: hidden;
}
.point h4 {
  font-size: 26px;
  text-align: center;
  margin: 90px 0 30px;
}
.point h4 span {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.point .com {
  font-size: 12px;
  line-height: 1.9166666667;
}
.point .credit {
  margin: 50px 0 130px;
}
.point .pc_flex {
  padding-top: 35px;
}
.point .pc_flex li img {
  border-radius: 15px;
}
.point .pc_flex li {
  position: relative;
}
.point .pc_flex li:before, .point .pc_flex li:after,
.point .pc_flex li span {
  position: absolute;
  background-color: #ebe5d9;
  border: 1px solid rgba(65, 65, 65, 0.8);
  padding: 15px 20px;
  font-size: 12px;
  border-radius: 50px;
}

.credit li {
  border: 1px solid rgba(65, 65, 65, 0.8);
  max-width: 175px;
  border-radius: 15px;
}
.credit li a {
  padding: 20px 15px 15px 15px;
  font-size: 11px;
  line-height: 1.7272727273;
}
.credit .brand {
  padding-top: 13px;
}
.credit .buy {
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #809eb1;
  padding: 7px 25px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  margin: 20px auto 0;
}
.credit li a[href=""] > .buy {
  display: none;
}
.credit li a[href=""]:after {
  content: "coming soon";
  text-align: center;
  display: block;
  margin-top: 20px;
}

.plus_item .bg {
  background-color: #e8e0d2;
  position: relative;
  padding: 90px 0 75px;
  max-width: 335px;
  margin: 0 auto;
}
.plus_item .inner {
  padding: 0 20px 20px 20px;
}
.plus_item .plus {
  background-color: #faf0b0;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1.2;
}
.plus_item .sub {
  font-size: 14px;
}
.plus_item h5 {
  font-size: 24px;
  white-space: pre-line;
  padding: 10px 0 30px;
  line-height: 1.347826087;
}
.plus_item .com {
  font-size: 12px;
  line-height: 1.75;
  padding: 35px 0 45px;
}

.item_link {
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #809eb1;
  padding: 23px 0;
  max-width: 300px;
  margin: 50px auto 0;
}

#sec1 .main_wrap .right ul {
  display: flex;
  gap: 15px;
  width: 80%;
  margin: 70px auto 25px;
}
#sec1 .point .pc_flex li:nth-child(1):before {
  content: "用途を書けるメモ付き";
  bottom: 23px;
}
#sec1 .point .pc_flex li:nth-child(2):before {
  content: "カラーボックスにも";
  top: 30px;
}
#sec1 .point .pc_flex li:nth-child(2):after {
  content: "ぴったりのサイズ感";
  bottom: 23px;
}

#sec2 .plus_item h5 {
  font-size: 23px;
}
#sec2 .main_wrap .pc_flex ul {
  display: flex;
  justify-content: space-between;
}
#sec2 .point .pc_flex li:nth-child(1):before {
  content: "女性でも組み立てカンタン";
  bottom: 23px;
}
#sec2 .point .pc_flex li:nth-child(2):before {
  content: "テイストを問わない";
  bottom: 70px;
}
#sec2 .point .pc_flex li:nth-child(2):after {
  content: "シンプルなデザイン";
  bottom: 20px;
}

#sec3 .point li:nth-child(2) {
  display: none;
}
#sec3 .point .pc_flex li:nth-child(1):before {
  content: "";
  background-image: url(../images/text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  top: 23px;
}
#sec3 .point .pc_flex li:nth-child(1):after {
  content: "電子レンジで温め直し";
  top: 80px;
}
#sec3 .point .pc_flex li span {
  bottom: -20px;
}

#sec4 .point .pc_flex li:nth-child(1) {
  display: none;
}
#sec4 .point .pc_flex li:nth-child(2):before {
  content: "シングルベッドにぴったり";
  bottom: 23px;
}
#sec4 .point .pc_flex li:nth-child(3):before {
  content: "置き方によって";
  bottom: 70px;
}
#sec4 .point .pc_flex li:nth-child(3):after {
  content: "2個でも4個でも";
  bottom: 20px;
}

.footer_top {
  padding: 140px 0 0;
}
.footer_top p {
  text-align: center;
  margin-bottom: 20px;
}
.footer_top .flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer_top .flex a {
  width: 110px;
}
.footer_top .slider_text {
  margin-top: 100px;
}
.footer_top .slider_text .text_L {
  -webkit-text-stroke: 1px #fbf6ea;
  color: transparent;
}
.footer_top .slider_text .text_R {
  color: #fbf6ea;
}

footer .bg {
  padding: 80px 0 200px;
  background-color: #faf0b0;
}
footer .icon_wrap {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 4vw, 15px);
}
footer .icon_wrap li {
  font-size: 20px;
}
footer .logo {
  width: clamp(100px, 26.6666666667vw, 130px);
  margin: 50px auto 0;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  color: #000;
  margin-top: clamp(15px, 4vw, 20px);
  letter-spacing: 0.12em;
}

.swiper-horizontal {
  overflow: hidden;
}

.credit_slider2 {
  padding-right: 10px;
  margin-right: 10px;
}

.swiper-scrollbar {
  position: inherit !important;
  margin: 20px auto 0;
  width: 175px !important;
  height: 6px !important;
  border: #414141 solid 1px;
  background-color: transparent !important;
}

.swiper-scrollbar-drag {
  background-color: #414141 !important;
}

.swiper-pagination {
  position: inherit !important;
  margin: 20px auto 0;
}

.swiper-pagination-bullet {
  background-color: #e8e0d2 !important;
  opacity: 1 !important;
  border: 1px solid rgba(65, 65, 65, 0.8);
  margin: 0 7.5px !important;
}

.swiper-pagination-bullet-active {
  background-color: #414141 !important;
}

.swiper-slide {
  height: auto !important;
}
.swiper-slide a {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .open_menu .li {
    width: 145px;
  }
  .open_menu .index {
    gap: 30px;
  }
  .open_menu .slider_text {
    font-size: 80px;
  }
  .container {
    width: 340px;
    margin: 0 auto;
  }
  .fv h1 {
    width: 18.6666666667%;
  }
  .fv .sub_title {
    width: 48%;
  }
  .staff .box_wrap {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
  .staff .box {
    border: 1px solid rgba(65, 65, 65, 0.8);
    border-radius: 15px;
  }
  .staff .inner {
    border-radius: 15px;
  }
  .main_wrap .right {
    width: min(335px, 89.3333333333vw);
    margin: 0 auto;
  }
  .plus_item .plus {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
  }
  .plus_item .bg {
    width: max(335px, 89.3333333333vw);
    max-width: inherit;
  }
  .plus_item .sub,
  .plus_item h5 {
    text-align: center;
  }
  .point .pc_flex li {
    position: relative;
    width: 100%;
  }
  .point .pc_flex li:before, .point .pc_flex li:after,
  .point .pc_flex li span {
    padding: max(15px, 4vw) max(20px, 5.3333333333vw);
    font-size: max(12px, 3.2vw);
  }
  .credit li {
    min-height: 352px;
  }
  .credit li a {
    text-align: left;
  }
  .credit_slider2 {
    margin: 0 auto;
    width: 307px;
  }
  #sec1 .point .pc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
  }
  #sec1 .point .pc_flex li img {
    width: max(250px, 66.6666666667vw);
    margin: 0 auto;
  }
  #sec1 .point .pc_flex li:nth-child(1):before {
    right: -10px;
    bottom: max(23px, 6.1333333333vw);
    border-radius: 50px 0 0 50px;
  }
  #sec1 .point .pc_flex li:nth-child(2):before {
    left: -10px;
    top: max(30px, 8vw);
    border-radius: 0 50px 50px 0;
  }
  #sec1 .point .pc_flex li:nth-child(2):after {
    bottom: max(23px, 6.1333333333vw);
    right: -10px;
    border-radius: 50px 0 0 50px;
  }
  #sec2 .main_wrap .pc_flex ul {
    width: 355px;
    margin: 70px 0 30px auto;
  }
  #sec2 .main_wrap .pc_flex ul li:nth-child(1) {
    width: 123px;
    margin-top: 150px;
  }
  #sec2 .main_wrap .pc_flex ul li:nth-child(2) {
    width: 201px;
  }
  #sec2 .point .pc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #sec2 .point .pc_flex li {
    margin: 0 auto;
  }
  #sec2 .point .pc_flex li:nth-child(1):before {
    border-radius: 50px 0 0 50px;
    right: -10px;
  }
  #sec2 .point .pc_flex li:nth-child(2):before {
    border-radius: 0 50px 50px 0;
    left: -10px;
    bottom: max(70px, 18.6666666667vw);
  }
  #sec2 .point .pc_flex li:nth-child(2):after {
    border-radius: 0 50px 50px 0;
    left: -10px;
    bottom: max(20px, 5.3333333333vw);
  }
  #sec2 .point .pc_flex li:nth-child(1) img {
    width: max(255px, 68vw);
    margin: 0 auto;
  }
  #sec2 .point .pc_flex li:nth-child(2) img {
    width: max(340px, 90.6666666667vw);
    margin: 0 auto;
  }
  #sec3 .main_wrap .pc_flex ul {
    width: 355px;
    margin: 70px auto 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #sec3 .main_wrap .pc_flex ul li:nth-child(1) {
    width: 250px;
  }
  #sec3 .main_wrap .pc_flex ul li:nth-child(2) {
    width: 201px;
    margin: 0 0 0 auto;
  }
  #sec3 .point .pc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #sec3 .point .pc_flex li img {
    width: max(270px, 72vw);
    margin: 0 auto;
  }
  #sec3 .point .pc_flex li:nth-child(1):before {
    width: max(154px, 41.0666666667vw);
    height: max(11px, 2.9333333333vw);
    right: -10px;
    border-radius: 50px 0 0 50px;
    top: max(23px, 6.1333333333vw);
  }
  #sec3 .point .pc_flex li:nth-child(1):after {
    right: -10px;
    border-radius: 50px 0 0 50px;
    top: max(80px, 21.3333333333vw);
  }
  #sec3 .point .pc_flex li span {
    left: -10px;
    border-radius: 0 50px 50px 0;
  }
  #sec4 .main_wrap .right {
    width: 100%;
    max-width: 375px;
  }
  #sec4 .main_wrap .pc_flex ul {
    margin: 70px 0 90px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
  }
  #sec4 .main_wrap .pc_flex ul li:nth-child(1) {
    width: 138px;
    margin-top: 140px;
  }
  #sec4 .main_wrap .pc_flex ul li:nth-child(2) {
    width: 138px;
  }
  #sec4 .main_wrap .pc_flex ul li:nth-child(3) {
    width: 185px;
    position: absolute;
    right: 0;
    bottom: -60px;
  }
  #sec4 .point .pc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #sec4 .point .pc_flex li {
    margin: 0 auto;
  }
  #sec4 .point .pc_flex li img {
    width: max(250px, 66.6666666667vw);
    margin: 0 auto;
  }
  #sec4 .point .pc_flex li:nth-child(2):before {
    border-radius: 50px 0 0 50px;
    right: -10px;
  }
  #sec4 .point .pc_flex li:nth-child(3):before {
    border-radius: 0 50px 50px 0;
    left: -10px;
    bottom: max(70px, 18.6666666667vw);
  }
  #sec4 .point .pc_flex li:nth-child(3):after {
    border-radius: 0 50px 50px 0;
    left: -10px;
    bottom: max(20px, 5.3333333333vw);
  }
}
@media screen and (min-width: 769px) {
  .open_btn {
    right: min(65px, 3.3854166667vw);
    top: min(65px, 3.3854166667vw);
    cursor: pointer;
  }
  .open_btn span {
    width: min(75px, 3.90625vw);
  }
  .open_menu {
    width: min(500px, 26.0416666667vw);
  }
  .open_menu .index {
    gap: min(41px, 2.1354166667vw);
  }
  .open_menu li {
    width: 200px;
  }
  .close {
    width: min(60px, 3.125vw);
    height: min(60px, 3.125vw);
    cursor: pointer;
  }
  .close span {
    width: min(80px, 4.1666666667vw);
  }
  .fv {
    position: relative;
  }
  .fv .bg {
    height: 100vh;
    background-image: url(../images/main/main_pc.jpg);
  }
  .fv h1 {
    width: min(160px, 8.3333333333vw);
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .fv .sub_title {
    position: absolute;
    width: min(360px, 18.75vw);
    left: 74px;
    margin: 0;
    top: min(600px, 31.25vw);
  }
  .lead {
    padding: min(160px, 8.3333333333vw) 0 min(150px, 7.8125vw);
  }
  .lead .container {
    font-size: min(16px, 0.8333333333vw);
    max-width: 550px;
    margin: 0 auto;
  }
  .staff h2 {
    margin-bottom: min(40px, 2.0833333333vw);
  }
  .staff .box_wrap {
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(65, 65, 65, 0.8);
    border-radius: 20px;
  }
  .staff .inner {
    padding: min(30px, 1.5625vw);
    border-radius: 20px;
  }
  .staff .brand {
    font-size: min(14px, 0.7291666667vw);
  }
  .staff .name {
    font-size: min(18px, 0.9375vw);
  }
  .staff .insta {
    font-size: min(13px, 0.6770833333vw);
  }
  .staff .bottom {
    font-size: min(14px, 0.7291666667vw);
  }
  .staff .pc_flex {
    gap: min(100px, 5.2083333333vw);
  }
  .staff .pc_left .box:nth-child(1) {
    position: relative;
  }
  .staff .pc_left .box:nth-child(1):after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    background-color: rgba(65, 65, 65, 0.8);
  }
  .staff .box {
    width: min(430px, 22.3958333333vw);
  }
  .staff .pc_right .box {
    border: 1px solid rgba(65, 65, 65, 0.8);
    border-radius: 20px;
  }
  .staff .pc_flex {
    flex-wrap: wrap;
  }
  .slider_text ul {
    font-size: min(140px, 7.2916666667vw);
  }
  .slider_text .text_R {
    margin-top: -20px;
  }
  h2 {
    font-size: min(24px, 1.25vw);
  }
  .pc_flex {
    display: flex;
    justify-content: center;
  }
  .index {
    padding-top: min(70px, 3.6458333333vw);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: inherit;
    width: min(1185px, 61.71875vw);
    gap: min(56px, 2.9166666667vw);
  }
  .index p {
    font-size: min(24px, 1.25vw);
  }
  .index span {
    font-size: min(14px, 0.7291666667vw);
  }
  .title_wrap {
    margin-bottom: min(105px, 5.46875vw);
  }
  .title_wrap span {
    font-size: min(20px, 1.0416666667vw);
    padding: min(12px, 0.625vw) min(25px, 1.3020833333vw);
  }
  .title_wrap h3 {
    font-size: min(80px, 4.1666666667vw);
    padding: min(30px, 1.5625vw) 0 min(40px, 2.0833333333vw);
  }
  .title_wrap h4 {
    font-size: min(44px, 2.2916666667vw);
  }
  section {
    padding-top: min(260px, 13.5416666667vw);
  }
  section .text {
    font-size: min(16px, 0.8333333333vw) !important;
    width: inherit;
  }
  .main_wrap {
    width: min(1620px, 84.375vw);
    margin: 0 auto;
  }
  .main_wrap .pc_flex {
    align-items: center;
    gap: min(100px, 5.2083333333vw);
  }
  .main_wrap .left {
    width: min(700px, 36.4583333333vw);
  }
  .main_wrap .right {
    width: min(810px, 42.1875vw);
  }
  .point {
    margin: 0 auto;
    width: min(1425px, 74.21875vw);
    white-space: pre-line;
    text-align: center;
  }
  .point h4 {
    font-size: min(44px, 2.2916666667vw);
    margin: min(150px, 7.8125vw) 0 min(30px, 1.5625vw);
  }
  .point h4 span {
    font-size: min(22px, 1.1458333333vw);
  }
  .point .pc_flex li img {
    border-radius: 30px;
  }
  .point .pc_flex li:before, .point .pc_flex li:after,
  .point .pc_flex li span {
    font-size: min(16px, 0.8333333333vw);
    padding: min(25px, 1.3020833333vw) min(30px, 1.5625vw);
  }
  .point .credit {
    margin: min(100px, 5.2083333333vw) 0;
  }
  .credit {
    text-align: left;
  }
  .credit li {
    width: min(260px, 13.5416666667vw);
    max-width: inherit;
    min-height: min(485px, 25.2604166667vw);
    border-radius: min(30px, 1.5625vw);
  }
  .credit li a {
    padding: min(40px, 2.0833333333vw) min(20px, 1.0416666667vw) min(35px, 1.8229166667vw);
    font-size: min(14px, 0.7291666667vw);
  }
  .credit .buy {
    font-size: min(18px, 0.9375vw);
    width: min(100px, 5.2083333333vw);
    padding: 5px 0;
  }
  .plus_item .bg {
    padding: min(100px, 5.2083333333vw) 0 min(143px, 7.4479166667vw);
    width: min(1425px, 74.21875vw);
    max-width: inherit;
  }
  .plus_item .inner {
    padding: 0 min(100px, 5.2083333333vw);
  }
  .plus_item h5 {
    padding: min(20px, 1.0416666667vw) 0 min(50px, 2.6041666667vw);
    font-size: min(36px, 1.875vw);
  }
  .plus_item .sub {
    font-size: min(22px, 1.1458333333vw);
  }
  .plus_item .com {
    padding: 0;
    font-size: min(16px, 0.8333333333vw);
  }
  .plus_item .pc_flex {
    gap: min(68px, 3.5416666667vw);
    align-items: center;
    margin-bottom: min(100px, 5.2083333333vw);
  }
  .plus_item .plus {
    font-size: min(21px, 1.09375vw);
    width: min(120px, 6.25vw);
    height: min(120px, 6.25vw);
    margin-bottom: min(30px, 1.5625vw);
  }
  .plus_item .pc_right {
    width: min(600px, 31.25vw);
  }
  .item_link {
    width: min(900px, 46.875vw);
    max-width: inherit;
    font-size: min(22px, 1.1458333333vw);
  }
  #sec1 .main_wrap .right ul {
    margin: 0;
    width: inherit;
    gap: min(50px, 2.6041666667vw);
  }
  #sec1 .main_wrap .text {
    margin-top: min(50px, 2.6041666667vw);
  }
  #sec1 .point .pc_flex li {
    width: min(400px, 20.8333333333vw);
  }
  #sec1 .point .pc_flex li:nth-child(1):before {
    right: inherit;
    bottom: inherit;
    top: min(80px, 4.1666666667vw);
    left: min(-100px, -5.2083333333vw);
  }
  #sec1 .point .pc_flex li:nth-child(2):before {
    left: inherit;
    top: inherit;
    bottom: min(150px, 7.8125vw);
    right: min(-80px, -4.1666666667vw);
  }
  #sec1 .point .pc_flex li:nth-child(2):after {
    bottom: min(70px, 3.6458333333vw);
    right: min(-120px, -6.25vw);
  }
  #sec1 .point .pc_flex {
    gap: min(50px, 2.6041666667vw);
    padding-top: min(50px, 2.6041666667vw);
  }
  #sec2 .main_wrap .text {
    margin-top: min(50px, 2.6041666667vw);
  }
  #sec2 .main_wrap .right ul {
    gap: min(82px, 4.2708333333vw);
  }
  #sec2 .main_wrap .right ul li:nth-child(1) {
    margin-top: min(300px, 15.625vw);
  }
  #sec2 .point .pc_flex {
    flex-wrap: wrap;
  }
  #sec2 .point .pc_flex li:nth-child(1) {
    width: min(450px, 23.4375vw);
  }
  #sec2 .point .pc_flex li:nth-child(2) {
    width: min(700px, 36.4583333333vw);
  }
  #sec2 .point .pc_flex {
    gap: min(50px, 2.6041666667vw);
    display: grid;
    grid-template-columns: 1fr;
  }
  #sec2 .point .pc_flex li {
    margin: 0 auto;
  }
  #sec2 .point .pc_flex li:nth-child(1):before {
    right: min(-130px, -6.7708333333vw);
    bottom: inherit;
    top: min(80px, 4.1666666667vw);
  }
  #sec2 .point .pc_flex li:nth-child(2):before {
    left: min(-100px, -5.2083333333vw);
    bottom: min(160px, 8.3333333333vw);
  }
  #sec2 .point .pc_flex li:nth-child(2):after {
    bottom: min(80px, 4.1666666667vw);
    left: min(-80px, -4.1666666667vw);
  }
  #sec3 .main_wrap .right ul li {
    width: min(420px, 21.875vw);
  }
  #sec3 .main_wrap .right ul li:nth-child(2) {
    margin: min(50px, 2.6041666667vw) 0 0 auto;
  }
  #sec3 .main_wrap {
    position: relative;
  }
  #sec3 .main_wrap .text {
    position: absolute;
    width: min(330px, 17.1875vw);
    bottom: min(80px, 4.1666666667vw);
  }
  #sec3 .point .pc_flex {
    width: min(550px, 28.6458333333vw);
    margin: 0 auto;
  }
  #sec3 .point .pc_flex li {
    width: min(550px, 28.6458333333vw);
  }
  #sec3 .point .pc_flex li:nth-child(1):before {
    top: min(50px, 2.6041666667vw);
    right: min(-140px, -7.2916666667vw);
    width: min(222px, 11.5625vw);
    height: min(16px, 0.8333333333vw);
  }
  #sec3 .point .pc_flex li:nth-child(1):after {
    top: min(130px, 6.7708333333vw);
    right: min(-80px, -4.1666666667vw);
  }
  #sec3 .point .pc_flex li span {
    bottom: min(70px, 3.6458333333vw);
    left: min(-130px, -6.7708333333vw);
  }
  #sec4 .main_wrap .pc_flex .right ul {
    display: flex;
    position: relative;
    gap: min(40px, 2.0833333333vw);
  }
  #sec4 .main_wrap .pc_flex .right li {
    width: min(300px, 15.625vw);
  }
  #sec4 .main_wrap .pc_flex .right li:nth-child(1) {
    margin: min(180px, 9.375vw) 0 min(220px, 11.4583333333vw);
  }
  #sec4 .main_wrap .pc_flex .right li:last-child {
    width: min(400px, 20.8333333333vw);
    position: absolute;
    right: 0;
    bottom: min(-10px, -0.5208333333vw);
  }
  #sec4 .main_wrap {
    position: relative;
  }
  #sec4 .main_wrap .text {
    position: absolute;
    width: min(330px, 17.1875vw);
    bottom: min(80px, 4.1666666667vw);
  }
  #sec4 .point .pc_flex {
    gap: min(50px, 2.6041666667vw);
  }
  #sec4 .point .pc_flex li {
    width: min(400px, 20.8333333333vw);
  }
  #sec4 .point .pc_flex li:nth-child(2):before {
    bottom: min(60px, 3.125vw);
    right: inherit;
    left: min(-120px, -6.25vw);
  }
  #sec4 .point .pc_flex li:nth-child(3):before {
    bottom: inherit;
    left: inherit;
    top: min(100px, 5.2083333333vw);
    right: min(-70px, -3.6458333333vw);
  }
  #sec4 .point .pc_flex li:nth-child(3):after {
    bottom: inherit;
    left: inherit;
    top: min(180px, 9.375vw);
    right: min(-90px, -4.6875vw);
  }
  .credit_slider1 {
    max-width: min(1420px, 73.9583333333vw) !important;
  }
  .credit_slider1 li {
    margin: 0 min(10px, 0.5208333333vw) !important;
  }
  .credit_slider2 {
    max-width: min(850px, 44.2708333333vw) !important;
    margin: 0 auto;
  }
  .footer_top p {
    font-size: min(20px, 1.0416666667vw);
  }
  .footer_top .flex {
    gap: min(30px, 1.5625vw);
  }
  .footer_top .flex a {
    width: min(180px, 9.375vw);
  }
  footer .bg {
    padding: min(180px, 9.375vw);
  }
  footer .icon_wrap {
    gap: min(30px, 1.5625vw);
  }
  footer .icon_wrap li {
    font-size: 25px;
  }
}/*# sourceMappingURL=style.css.map */