.block-page-top a {
  display: none!important;
}

.lpwrap {
  font-family: 'Noto Sans JP', sans-serif;
}

.lpwrap a{
  color: inherit;
}
.lpwrap a:hover{
  text-decoration: none;
}

img{
  height: auto;
}

.lpwrap img {
  max-width: 100%;
}

.lpwrap nav {
  background-color: #262626;
  position: sticky;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.main_area {
  background-image: url(../img/winter_contents_bg.jpg);
}

.lpwrap nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 790px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
}

.lpwrap nav ul li {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc((110% - 105px)/3);
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
  padding: 15px 0;
  border-left: 1px solid #fff;
}

.lpwrap nav ul li::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
}

.lpwrap nav ul li:last-of-type {
  border-right: 1px solid #fff;
}

.lpwrap nav ul li:last-of-type::after {
  display: none;
}

.lpwrap nav ul li a {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.lpwrap nav ul li a span {
  margin-bottom: 5px;
}

.lpwrap h2 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}

.lpwrap h2 small {
  display: block;
  font-size: 26px;
  font-weight: bold;
}



.movie_box {
  max-width: 560px;
  margin: 0 auto;
}

.movie_box dl {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
}

.movie_box a {
  display: block;
  position: relative;
}

.movie_box a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid #e1c63c;
  border-right: 2px solid #e1c63c;
}


.movie_box dl dt {
  border-left: 10px solid #e28f3f;
  padding: 15px;
}

.movie_box dl dd {
  color: #e28f3f;
  padding: 10px;
}

.movie_box dl dd p {
  font-size: calc(30 / 16 * 1rem);
  line-height: 1.4;
  font-weight: 600;
}

.movie_box dl dd small {
  font-size: calc(18 / 16 * 1rem);
}

.campain {
  background-color: #262626;
  padding: 70px 0 35px 0;
}

.campain h3 {
  font-size: calc(44 / 16 * 1rem);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
}

.campain div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
}

.campain div ul {
  max-width: 920px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.campain div ul li {
  width: 50%;
  border-right: 1px solid #1e1e1f;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.campain div ul li img {
  width: 300px;
  margin: 0 auto;
}

.campain div ul li:last-of-type {
  width: 47%;
  border-right: none;
}

.campain div ul li p {
  font-feature-settings: "palt";
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: 0.005rem;
}

.campain div ul li p strong {
  font-size: calc(30 / 16 * 1rem);
  font-weight: 700;
  color: #5bc0f1;
}

.campain div ul li p small {
  display: block;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  margin-bottom: 20px;
}

.entry_btn {
  display: block;
  max-width: 920px;
  margin: 40px auto 20px;
  background-color: #5bc0f1;
  border-radius: 50px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: calc(24 / 16 * 1rem);
  position: relative;
}

.entry_btn::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
}

.check_btn {
  display: block;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid #262626;
  padding: 15px 0;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
  position: relative;
}

.button-container {
  text-align: center;
  padding: 15px;
  display: flex;
}

.button-container ul {
  text-align: center;
  display: flex;
  margin: 0 auto;
}

.check_btn::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #666666;
  border-right: solid 2px #666666;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
}

.campain p {
  text-align: center;
  max-width: 425px;
  margin: 0 auto;
}

.campain p a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
  margin-top: 40px;
}

.campain p a::before {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.campain p a::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.fallmens .category_mv {
  background-image: url(../img/kv_pc2.jpg);
  width: calc(1920vw / 19.2);
  height: calc(1078vw / 19.2);
  min-height: calc(1078vw / 19.2);
  background-repeat: no-repeat;
  background-size: contain;
  position: sticky;
  top: -40%;
  z-index: 1;
}

.fallwomens .category_mv {
  background-image: url(../img/women_fv_pc.jpg);
  width: calc(1920vw / 19.2);
  height: calc(1078vw / 19.2);
  min-height: calc(1078vw / 19.2);
  background-repeat: no-repeat;
  background-size: contain;
  position: sticky;
  top: -40%;
  z-index: 1;
}

.fallmens {}

.fallmens_wrap,
.fallwomens_wrap {
  z-index: 99;
  background-image: url(../img/winter_contents_bg.jpg);
  background-size: 100%;
  background-position: bottom;
  position: relative;
  padding-bottom: 120px;
}


.fallmens_wrap h5 small::before,
.fallwomens_wrap h5 small::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #2a293c;
  top: calc(50% - 1px);
  left: 0;
}

.fallmens_wrap h5 small::after,
.fallwomens_wrap h5 small::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #2a293c;
  top: calc(50% - 1px);
  right: 0;
}

.search_box {
  padding: 0 4%;
}


.search-list__item {
  width: 160px;
  border-radius: 50px;
  appearance: none;
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  color: #999999;
  background-color: #efefef;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}

.search-list__item.is-active {
  background-color: #5bc0f1;
  color: #fff;
}

.search-list__item.is-woactive {
  background-color: #5bc0f1;
  color: #fff;
}

.search-list {
  max-width: 1000px;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.search-list p {
  position: relative;
  width: 100%;
  font-size: calc(22 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  color: #2e2e2e;
}

.search-list p::before {
  content: "";
  display: block;
  width: 17px;
  height: 19px;
  background-image: url(../img/search_icon.png);
  position: absolute;
  top: calc(50% - 8.5px);
  left: -185px;
  right: 0;
  margin: auto;
}


.entry-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}

.entry-list::after {
  content: "";
  display: block;
  width: 310px;
}

.entry-list__item {
  margin-bottom: 30px;
  width: calc(100%/3 - 20px);
}


.entry-list__item a {
  display: block;
  position: relative;
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.entry-list__item a img {
  max-width: 280px;
}

.entry-list__item.is-hide {
  display: none;
}

.entry-list__item.is-wohide {
  display: none;
}

.category_mainarea {
  width: 100%;
  padding: 70px 0 70px;
  text-align: center;
  font-size: calc(46 / 16 * 1rem);
  color: #262626;
  font-weight: bold;
}

.category_area {
  width: 100%;
  padding: 30px 0 30px;
  text-align: center;
  font-size: calc(46 / 16 * 0.9rem);
  color: #262626;
  font-weight: bold;
}

.category_area h5 small {
  display: block;
  font-size: calc(13 / 16 * 1rem);
  width: 90px;
  margin: 0 auto;
  position: relative;
}

.category_mainarea h5 small {
  display: block;
  font-size: calc(13 / 16 * 1rem);
  width: 90px;
  margin: 0 auto;
  position: relative;
}

.mainslider {
  margin-top: -22vw;
}

.mainslider .slick-slide {
  transform: scale(0.7);
  opacity: 0.5;
  transition: all .6s;
  margin: 4vw 0 0;
}

.mainslider .slick-center {
  transform: scale(1);
  opacity: 1;
  margin: 0 0 0;
}

.slider_content {
  max-width: 1000px;
  margin: 0 auto;
}

.member_content {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  background-color: #ffe0d4;
  padding: 30px;
  border-radius: 20px;
  opacity: 0;
  transition: 0.4s;
}

.member_content.slick-active {
  opacity: 1;
}

.member_content h6 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.subslider {
  max-width: 710px;
  margin: 0 auto;
}

.subslider li.subslider_list {
  padding: 5px;
  position: relative;
}

.subslider .slick-arrow {
  display: block !important;
  background-image: url(../img/arrows.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.subslider .slick__prev.slick-arrow {
  left: 0;
  transform: rotate(180deg);
  z-index: 999;
}

.subslider .slick__next.slick-arrow {
  right: 0;
}

.subslider .slick-arrow.slick-disabled {
  display: none !important;
}

.subslider .color_value .slick-arrow {
  display: block !important;
  background-image: none;
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  z-index: 999;
}

.subslider .color_value .slick-prev.slick-arrow {
  left: 0;
  transform: rotate(225deg);
  z-index: 999;
}

.subslider .color_value .slick-next.slick-arrow {
  right: 0;
}

.subslider .color_value .slick-arrow.slick-disabled {
  display: block;
}

.subslider li.subslider_list a.codelink {
  display: flex;
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  height: 445px;
  width: 320px;
  flex-flow: column;
  justify-content: flex-end;
}

.subslider li.subslider_list:nth-last-of-type(1) a {
  margin-right: 0;
}

.color_value {
  max-width: 290px;
  position: absolute;
  top: 8%;
  left: 20px;
  z-index: 999;
}

.subslider .color_value li {
  padding: 0;
  border-radius: 0;
}

.color_box {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.cambar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5bc0f1;
  padding: 4px 7px;
  color: #fff;
  font-size: calc(16 / 16 * 1rem);
  z-index: 9;
  line-height: 1;
}

.model {
  display: inline-block;
  margin-top: 10px;
  font-size: calc(15 / 16 * 1rem);
  border: 1px solid #333333;
  padding: 4px 14px;
  line-height: 1;
}

.itemname {
  font-size: calc(16 / 16 * 1rem);
  margin-top: 10px;
}

.itemprice {
  font-size: calc(15 / 16 * 1rem);
  margin-top: 10px;
}

.color_box .color_circle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.entry-list__item a .color_box .color_circle {
  width: 20px;
  height: 20px;
}

.color_circle.black {
  background-color: #000000;
}

.color_circle.gray {
  background-color: #bebebe;
}

.color_circle.green {
  background-color: #396259;
}

.color_circle.grayge {
  background-color: #a8abbf;
}

.color_circle.navy {
  background-color: #444458;
}

.color_circle.brown {
  background-color: #563736;
}

.color_circle.yellowgreen {
  background-color: #a8b697;
}

.color_circle.purple {
  background-color: #bdbfce;
}

.color_circle.emerald {
  background-color: #76af91;
}

.color_circle.beige {
  background-color: #e6d7c4;
}

.color_circle.carky {
  background-color: #76af91;
}

.color_circle.orange {
  background-color: #d56b64;
}

.color_circle.white {
  background-color: #fff;
  border: 1px solid #ccc;
}


.commingsoon {
  background-color: #262626;
  padding: 70px 0;
  text-align: center;
}

.commingsoon img {
  max-width: 1000px;
  margin: 0 auto;
}

.commingsoon p {
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
}

.commingsoon p a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
  margin-top: 40px;
}

.commingsoon p a::before {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.commingsoon p a::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




.wintermens .category_mv {
  background-image: url(../img/winterkv_pc2.jpg);
  max-width: 100%;
  width: calc(1920vw / 19.2);
  height: calc(1072vw / 19.2);
  min-height: calc(1072vw / 19.2);
  background-repeat: no-repeat;
  background-size: contain;
  position: sticky;
  top: -40%;
  z-index: 1;
}

.wintermens_wrap {
  z-index: 99;
  background-image: url(../img/winter_contents_bg.jpg);
  background-size: 100%;
  background-position: bottom;
  position: relative;
  padding: 120px 0;
}

.wintermens_wrap .lineup_tit {
  text-align: center;
  font-size: calc(52 / 16 * 1rem);
  color: #262626;
  font-weight: bold;
}

.wintermens_wrap h5 {
  text-align: center;
  font-size: calc(46 / 16 * 1rem);
  color: #262626;
  font-weight: bold;
  margin-top: 80px;
}

.wintermens_wrap h5 small {
  display: block;
  font-size: calc(13 / 16 * 1rem);
  position: relative;
  font-weight: bold;
  max-width: 83px;
  margin: 0 auto;
}

.wintermens_wrap h5 small::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #2a293c;
  top: calc(50% - 1px);
  left: 0;
}

.wintermens_wrap h5 small::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #2a293c;
  top: calc(50% - 1px);
  right: 0;
}


.lineup_item {
  max-width: 1000px;
  margin: 0 auto;
}

.tablist {
  width: 168px;
  height: 35px;
  border-radius: 17px;
  background-color: #fff;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}



.tabactivecolor {
  width: 84px;
  height: 35px;
  border-radius: 17px;
  background-color: #5bc0f1;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}

.tabactivecolor.changeclm {
  top: 0;
  left: 0;
}

.menstab_btn {
  width: 84px;
  height: 35px;
  border-radius: 17px;
  z-index: 10;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}


.menstab_btn {
  background-image: url(../img/icon01.png);
}

.menstab_btn.tabactive {
  background-image: url(../img/icon01_active.png);
}

.menstab_btn:last-child {
  background-image: url(../img/icon02.png);
}

.menstab_btn.tabactive:last-child {
  background-image: url(../img/icon02_active.png);
}

.menstab_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.menstab_item::before {
  content: "";
  display: block;
  width: calc(100%/5 - 20px);
  order: 1;
}

.menstab_item::after {
  content: "";
  display: block;
  width: calc(100%/5 - 20px);
}

.menstab_item li {
  width: calc(100%/5 - 20px);
  margin-bottom: 20px;
  transition: 0.2s;
  background-color: #fff;
  margin-right: 20px;
}

.menstab_item.changeclm::before {
  content: "";
  display: block;
  width: calc(100%/3 - 20px);
  order: 1;
}

.menstab_item.changeclm::after {
  content: "";
  display: block;
  width: calc(100%/3 - 20px);
}

.menstab_item.changeclm li {
  width: calc(100%/3 - 20px);
  margin-bottom: 20px;
  background-color: #fff;
}

.womenstab_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.womenstab_item::before {
  content: "";
  display: block;
  width: calc(100%/5 - 20px);
  order: 1;
}

.womenstab_item::after {
  content: "";
  display: block;
  width: calc(100%/5 - 20px);
}

.womenstab_item li {
  width: calc(100%/5 - 20px);
  margin-bottom: 20px;
  transition: 0.2s;
  background-color: #fff;
  margin-right: 20px;
}


.womenstab_item.changeclm::before {
  content: "";
  display: block;
  width: calc(100%/3 - 20px);
  order: 1;
}

.womenstab_item.changeclm::after {
  content: "";
  display: block;
  width: calc(100%/3 - 20px);
}

.womenstab_item.changeclm li {
  width: calc(100%/3 - 20px);
  margin-bottom: 20px;
  background-color: #fff;
}



.campain2 {
  padding: 120px 0;
}




.campain2 h6 {
  font-size: calc(52 / 16 * 1rem);
  color: #5bc0f1;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 900;
  line-height: 1.083;
  margin-bottom: 60px;
}

.campain2 h6 strong {
  display: inline-block;
  font-size: calc(72 / 16 * 1rem);
  border-bottom: 2px solid #5bc0f1;
  line-height: 1.083;
  padding-bottom: 15px;
}

.campain_box01 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.campain_box01 dl dt {
  display: flex;
}

.campain_box01 dl dt strong {
  width: 128px;
  padding: 10px 0;
  background-color: #5bc0f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.campain_box01 dl dt p {
  padding: 10px;
  background-color: #ffe0d4;
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  line-height: 1;
}

.campain_box01 dl dd {
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
  letter-spacing: -0.02em;
}

.campain_box01 dl dd small {
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-top: 15px;
}

.campain_box01 a {
  max-width: 600px;
  width: 100%;
  border-radius: 28px;
  text-align: center;
  margin: 40px auto 0;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 500;
  color: #666666;
  display: block;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid #666666;
  line-height: 1;
}

.campain_box01 aside {
  display: block;
  max-width: 600px;
  width: 100%;
  background-color: #f2f2f2;
  margin: 30px auto 0;
}

.campain_box01 aside p {
  background-color: #666666;
  color: #fff;
  text-align: center;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  padding: 10px 0;
  line-height: 1;
}

.campain_box01 aside ul {
  padding: 15px;
}

.campain_box01 aside ul li {
  text-indent: -0.5em;
  padding-left: 1em;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.9;
  font-feature-settings: "palt";
}

.campain_box01 a {
  max-width: 600px;
  width: 100%;
  border-radius: 28px;
  text-align: center;
  margin: 40px auto 0;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 500;
  color: #666666;
  display: block;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid #666666;
  line-height: 1;
  position: relative;
}


.campain_box01 a::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #666666;
  border-right: solid 2px #666666;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
}

.campain_box02 {
  max-width: 1000px;
  margin: 120px auto 0;
}


.campain_box02 dl dt {
  display: flex;
}

.campain_box02 dl dt strong {
  width: 128px;
  padding: 10px 0;
  background-color: #5bc0f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.campain_box02 dl dt p {
  padding: 10px;
  background-color: #ffe0d4;
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  line-height: 1;
}

.campain_box02 dl dd {
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.2;
  margin-top: 30px;
  letter-spacing: -0.02em;
}

.campain_box02 dl dd small {
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-top: 15px;
}

.campain_box02 .course {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.campain_box02 .course li {
  width: calc(50% - 1px);
  background-color: #ffe0d4;
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.campain_box02 .course li::before {
  content: "";
  display: block;
  width: 93px;
  height: 93px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.campain_box02 .course li.course_a::before {
  background-image: url(../img/icon500.png);
}

.campain_box02 .course li.course_b::before {
  background-image: url(../img/icon300.png);
}

.campain_box02 .course li img {
  margin: auto;
}

.campain_box02 .course li p {
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.campain_box02 .course li small {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.campain_box02 a {
  max-width: 600px;
  width: 100%;
  border-radius: 28px;
  text-align: center;
  margin: 40px auto 0;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 18px;
  border-radius: 28px;
  background-color: #5bc0f1;
  line-height: 1;
  position: relative;
}

.campain_box02 a::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
}


.campain_box02 .course li span {
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: calc(20 / 16 * 1rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: #5bc0f1;
}

.campain_box02 aside {
  display: block;
  max-width: 600px;
  width: 100%;
  background-color: #f2f2f2;
  margin: 30px auto 0;
}

.campain_box02 aside p {
  background-color: #666666;
  color: #fff;
  text-align: center;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  padding: 10px 0;
  line-height: 1;
}

.campain_box02 aside ul {
  padding: 15px;
}

.campain_box02 aside ul li {
  text-indent: -0.5em;
  padding-left: 1em;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.9;
  font-feature-settings: "palt";
}


#fx-button {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 9999;
}

#fx-button a {
  display: block;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
}

#fx-button a p {
  font-size: 14px;
  color: #5bc0f1;
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
}

.sp_br {
  display: none;
}

.chart,.benz {
  max-width: 1000px;
  width: 100%;
  margin: 100px auto;
}

.benz {
  margin: 0 auto;
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {

  .pconly {
    display: none;
  }

  .sp_br {
    display: block;
  }

  .lpwrap {
    font-family: 'Noto Sans JP', sans-serif;
  }

  .lpwrap img {
    max-width: 100%;
  }

  .lpwrap nav {
    position: sticky;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .main_area {
    background-image: url(../img/winter_contents_bg.jpg);
  }

  .benz {
  margin: 0 auto 10.667vw;
  }

  .lpwrap nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 790px;
    margin: 0 auto;
    justify-content: space-around;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
  }

  .lpwrap nav ul li {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(100%/3);
    font-size: calc(16 / 16 * 0.8rem);
    color: #fff;
    padding: 15px 0;
    border-left: none;
    background-color: #262626;
  }

  .lpwrap nav ul li::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 16px;
    margin: auto;
  }

  .lpwrap nav ul li:last-of-type {
    width: 100px;
    border-right: 0px solid #fff;
  }

  .lpwrap nav ul li:last-of-type::after {
    display: none;
  }

  .lpwrap nav ul li a {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .lpwrap nav ul li a span {
    margin-bottom: 5px;
  }

  .lpwrap h2 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
  }

  .lpwrap h2 small {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }



  .movie_box {
    max-width: 560px;
    margin: 0 auto;
    width: 92%;
  }

  .movie_box dl {
    display: flex;
    justify-content: flex-start;
    padding: 15px;
  }

  .movie_box a {
    display: block;
    position: relative;
  }

  .movie_box a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-top: 2px solid #e1c63c;
    border-right: 2px solid #e1c63c;
  }


  .movie_box dl dt {
    border-left: 10px solid #e28f3f;
    padding: 15px;
  }

  .movie_box dl dd {
    color: #e28f3f;
    padding: 10px;
  }

  .movie_box dl dd p {
    font-size: calc(30 / 16 * 0.8rem);
    line-height: 1.4;
    font-weight: 600;
  }

  .movie_box dl dd small {
    font-size: calc(18 / 16 * 0.8rem);
  }

  .campain {
    background-color: #262626;
    padding: 40px 0;
  }

  .campain h3 {
    font-size: calc(28 / 16 * 0.8rem);
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1;
    margin-bottom: 40px;
  }

  .campain div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 4%;
    background-color: #fff;
  }

  .campain div ul {
    max-width: 920px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .campain div ul li {
    width: 100%;
    border-right: none;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }

  .campain div ul li img {
    width: 90%;
    margin: 0 auto;
  }

  .campain div ul li:last-of-type {
    width: 100%;
    border-right: none;
    margin-top: 40px;
  }

  .campain div ul li p {
    font-feature-settings: "palt";
    font-size: calc(20 / 16 * 0.8rem);
    font-weight: 700;
    letter-spacing: 0.005rem;
  }

  .campain div ul li p strong {
    font-size: calc(30 / 16 * 0.8rem);
    font-weight: 700;
    color: #5bc0f1;
  }

  .campain div ul li p small {
    display: block;
    font-size: calc(14 / 16 * 0.8rem);
    font-weight: 400;
    margin-bottom: 20px;
  }

  .entry_btn {
    display: block;
    max-width: 920px;
    margin: 40px auto 20px;
    background-color: #5bc0f1;
    border-radius: 50px;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-size: calc(20 / 16 * 0.8rem);
    position: relative;
  }

  .entry_btn::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
  }

  .check_btn {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #262626;
    padding: 15px 0;
    color: #666666;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-size: calc(20 / 16 * 0.8rem);
    position: relative;
  }

  .check_btn::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #666666;
    border-right: solid 2px #666666;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
  }

  .campain p {
    text-align: center;
    max-width: 410px;
    margin: 0 auto;
    width: 90%;
  }

  .campain p a {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: calc(20 / 16 * 0.8rem);
    font-weight: 500;
    margin-top: 40px;
  }

  .campain p a::before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .campain p a::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }


  .fallmens .category_mv {
    background-image: url(../img/kv_pc2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .fallwomens .category_mv {
    background-image: url(../img/women_fv_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .fallmens {}

  .fallmens_wrap,
  .fallwomens_wrap {
    z-index: 99;
    background-image: url(../img/winter_contents_bg.jpg);
    background-size: 100%;
    background-position: bottom;
    position: relative;
    padding: 0 0 70px;
  }


  .fallmens_wrap h5 small::before,
  .fallwomens_wrap h5 small::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #2a293c;
    top: calc(50% - 1px);
    left: 0;
  }

  .fallmens_wrap h5 small::after,
  .fallwomens_wrap h5 small::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #2a293c;
    top: calc(50% - 1px);
    right: 0;
  }

  .search-list__item {
    width: calc(100%/2 - 2%);
    border-radius: 50px;
    appearance: none;
    font-size: calc(20 / 16 * 0.8rem);
    font-weight: bold;
    color: #999999;
    background-color: #efefef;
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin: 0 0 5%;
  }

  .search-list__item.is-active {
    background-color: #5bc0f1;
    color: #fff;
  }

  .search-list__item.is-woactive {
    background-color: #5bc0f1;
    color: #fff;
  }

  .search-list {
    max-width: 1000px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 4% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .search-list p {
    width: 100%;
    font-size: calc(22 / 16 * 0.8rem);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    color: #2e2e2e;
  }

  .entry-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2em;
  }

  .entry-list__item.js-category-item {
    width: calc(100%/2 - 2%);
    margin-bottom: 20px;
  }

  .entry-list__item.js-wocategory-item {
    width: calc(100%/2 - 2%);
    margin-bottom: 20px;
  }

  .entry-list__item a {
    display: block;
    position: relative;
    padding: 25px 10px 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    height: 100%;
  }

  .entry-list__item a img {
    max-width: 280px;
    width: 100%;
  }

  .entry-list__item.is-hide {
    display: none;
  }

  .entry-list__item.is-wohide {
    display: none;
  }

  .category_mainarea {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
    font-size: calc(36 / 16 * 0.8rem);
    color: #262626;
    font-weight: bold;
    position: relative;
    z-index: 11;
  }

  .category_mainarea p {
    width: 100%;
    padding: 0 0 0;
    text-align: center;
    font-size: calc(36 / 16 * 0.6rem)
  }


  .category_mainarea h5 small {
    display: block;
    font-size: calc(13 / 16 * 0.8rem);
    width: 90px;
    margin: 0 auto;
    position: relative;
  }

  .category_area {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
    font-size: calc(36 / 16 * 0.65rem);
    color: #262626;
    font-weight: bold;
    position: relative;
    z-index: 11;
  }


  .category_area h5 small {
    display: block;
    font-size: calc(13 / 16 * 0.8rem);
    width: 90px;
    margin: 0 auto;
    position: relative;
  }

  .mainslider {
    margin-top: -26vw;
    z-index: 22;
  }

  .mainslider .slick-slide {
    transform: scale(0.8);
    margin: 0.8% 0 0;
    opacity: 0.5;
  }

  .slick-slide {
    height: auto;
  }

  .mainslider .slick-center {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }

  .slider_content {
    width: 92%;
  }


  .member_content {
    max-width: 1000px;
    margin: 20px auto 0;
    background-color: #ffe0d4;
    padding: 30px 20px;
    border-radius: 20px;
    width: 92%;
  }

  .member_content h6 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .subslider .slick-arrow {
    display: block !important;
    background-image: url(../img/arrows.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
  }

  .subslider {
    max-width: 290px;
    margin: 0 auto;
  }

  .subslider li.subslider_list {
    padding: 5px;
  }

  .subslider li.subslider_list a.codelink {
    position: inherit;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    max-width: 280px;
    height: 300px;
  }

  .subslider li.subslider_list:nth-last-of-type(1) a {
    margin-right: 0;
  }

  .color_value {
    max-width: 260px;
    top: 10%;
    left: 16%;
  }

  .color_value img {
    max-height: 200px;
    margin: auto;
  }

  .subslider .color_value li {
    padding: 0;
    border-radius: 0;
  }

  .color_box {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .cambar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #5bc0f1;
    padding: 4px 7px;
    color: #fff;
    font-size: calc(16 / 16 * 0.7rem);
    z-index: 9;
    line-height: 1;
  }

  .model {
    display: inline-block;
    margin-top: 10px;
    font-size: calc(14 / 20 * 1rem);
    border: 1px solid #333333;
    padding: 4px 5px 6px;
    line-height: 1;
    width: 100%;
    text-align: center;
  }

  .itemname {
    font-size: calc(16 / 16 * 0.8rem);
    margin-top: 10px;
  }

  .itemprice {
    font-size: calc(15 / 16 * 0.8rem);
    margin-top: 10px;
  }

  .color_box .color_circle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .entry-list__item a .color_box .color_circle {
    width: 20px;
    height: 20px;
  }

  .color_circle.black {
    background-color: #000000;
  }

  .color_circle.gray {
    background-color: #bebebe;
  }

  .color_circle.grayge {
    background-color: #a8abbf;
  }


  .commingsoon {
    background-color: #262626;
    padding: 40px 0;
    text-align: center;
  }

  .commingsoon img {
    max-width: 1000px;
    margin: 0 auto;
    width: 92%;
  }

  .commingsoon p {
    text-align: center;
    max-width: 410px;
    margin: 0 auto;
    width: 92%;
  }

  .commingsoon p a {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: calc(20 / 16 * 0.8rem);
    font-weight: 500;
    margin-top: 40px;
  }

  .commingsoon p a::before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .commingsoon p a::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }




  .wintermens .category_mv {
    background-image: url(../img/winterkv_pc2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .wintermens_wrap {
    z-index: 99;
    background-image: url(../img/winter_contents_bg.jpg);
    background-size: 100%;
    background-position: bottom;
    position: relative;
    padding: 80px 0;
  }

  .wintermens_wrap .lineup_tit {
    text-align: center;
    font-size: calc(52 / 16 * 0.8rem);
    color: #262626;
    font-weight: bold;
  }

  .wintermens_wrap h5 {
    text-align: center;
    font-size: calc(46 / 16 * 0.8rem);
    color: #262626;
    font-weight: bold;
    margin-top: 40px;
  }

  .wintermens_wrap h5 small {
    display: block;
    font-size: calc(13 / 16 * 0.8rem);
    position: relative;
    font-weight: bold;
    max-width: 83px;
    margin: 0 auto;
  }

  .wintermens_wrap h5 small::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #2a293c;
    top: calc(50% - 1px);
    left: 0;
  }

  .wintermens_wrap h5 small::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #2a293c;
    top: calc(50% - 1px);
    right: 0;
  }


  .lineup_item {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 0 4%;
  }

  .tablist {
    width: 168px;
    height: 35px;
    border-radius: 17px;
    background-color: #fff;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }



  .tabactivecolor {
    width: 84px;
    height: 35px;
    border-radius: 17px;
    background-color: #5bc0f1;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.4s;
  }

  .tabactivecolor.changeclm {
    top: 0;
    left: 0;
  }

  .menstab_btn {
    width: 84px;
    height: 35px;
    border-radius: 17px;
    z-index: 10;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
  }


  .menstab_btn {
    background-image: url(../img/icon01.png);
  }

  .menstab_btn.tabactive {
    background-image: url(../img/icon01_active.png);
  }

  .menstab_btn:last-child {
    background-image: url(../img/icon02.png);
  }

  .menstab_btn.tabactive:last-child {
    background-image: url(../img/icon02_active.png);
  }

  .menstab_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .menstab_item::before {
    content: "";
    display: block;
    width: calc(100%/3 - 5px);
    order: 1;
  }

  .menstab_item::after {
    content: "";
    display: block;
    width: calc(100%/3 - 5px);
  }

  .menstab_item li {
    width: calc(100%/3 - 5px);
    margin-bottom: 10px;
    transition: 0.2s;
    margin-right: 0;
  }

  .menstab_item.changeclm::before {
    content: "";
    display: block;
    width: calc(100%/2 - 5px);
    order: 1;
  }

  .menstab_item.changeclm::after {
    content: "";
    display: block;
    width: calc(100%/2 - 5px);
  }

  .menstab_item.changeclm li {
    width: calc(100%/2 - 5px);
    margin-bottom: 10px;
  }

  .womenstab_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .womenstab_item::before {
    content: "";
    display: block;
    width: calc(100%/3 - 5px);
    order: 1;
  }

  .womenstab_item::after {
    content: "";
    display: block;
    width: calc(100%/3 - 5px);
  }

  .womenstab_item li {
    width: calc(100%/3 - 5px);
    margin-bottom: 10px;
    transition: 0.2s;
    margin-right: 0;
  }

  .womenstab_item.changeclm::before {
    content: "";
    display: block;
    width: calc(100%/2 - 5px);
    order: 1;
  }

  .womenstab_item.changeclm::after {
    content: "";
    display: block;
    width: calc(100%/2 - 5px);
  }

  .womenstab_item.changeclm li {
    width: calc(100%/2 - 5px);
    margin-bottom: 10px;
  }

  .campain2 {
    padding: 80px 0;
  }




  .campain2 h6 {
    font-size: calc(36 / 16 * 0.8rem);
    color: #5bc0f1;
    font-feature-settings: "palt";
    text-align: center;
    font-weight: 900;
    line-height: 1.083;
    margin-bottom: 60px;
  }

  .campain2 h6 strong {
    display: inline-block;
    font-size: calc(40 / 16 * 0.8rem);
    border-bottom: 2px solid #5bc0f1;
    line-height: 1.083;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .campain_box01 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
  }

  .campain_box01 dl {
    width: 100%;
    margin-bottom: 20px;
  }



  .campain_box01 dl dt {
    display: flex;
  }

  .campain_box01 dl dt strong {
    width: 110px;
    padding: 10px 0;
    background-color: #5bc0f1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .campain_box01 dl dt p {
    padding: 10px;
    background-color: #ffe0d4;
    font-size: calc(16 / 16 * 0.8rem);
    font-weight: bold;
    line-height: 1;
  }

  .campain_box01 dl dd {
    font-size: calc(40 / 16 * 0.8rem);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    letter-spacing: -0.02em;
  }

  .campain_box01 dl dd small {
    font-size: calc(16 / 16 * 0.8rem);
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin-top: 15px;
  }

  .campain_box01 a {
    max-width: 600px;
    width: 100%;
    border-radius: 28px;
    text-align: center;
    margin: 40px auto 0;
    font-size: calc(24 / 16 * 0.8rem);
    font-weight: 500;
    color: #666666;
    display: block;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid #666666;
    line-height: 1;
  }

  .campain_box01 aside {
    display: block;
    max-width: 600px;
    width: 100%;
    background-color: #f2f2f2;
    margin: 30px auto 0;
  }

  .campain_box01 aside p {
    background-color: #666666;
    color: #fff;
    text-align: center;
    font-size: calc(14 / 16 * 0.8rem);
    font-weight: 500;
    padding: 10px 0;
    line-height: 1;
  }

  .campain_box01 aside ul {
    padding: 15px;
  }

  .campain_box01 aside ul li {
    text-indent: -0.5em;
    padding-left: 1em;
    font-size: calc(14 / 16 * 0.8rem);
    line-height: 1.9;
    font-feature-settings: "palt";
  }

  .campain_box01 a {
    max-width: 600px;
    width: 100%;
    border-radius: 28px;
    text-align: center;
    margin: 40px auto 0;
    font-size: calc(24 / 16 * 0.8rem);
    font-weight: 500;
    color: #666666;
    display: block;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid #666666;
    line-height: 1;
    position: relative;
  }


  .campain_box01 a::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #666666;
    border-right: solid 2px #666666;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
  }

  .campain_box02 {
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 0 4%;
  }


  .campain_box02 dl dt {
    display: flex;
  }

  .campain_box02 dl dt strong {
    width: 110px;
    padding: 10px 0;
    background-color: #5bc0f1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .campain_box02 dl dt p {
    padding: 10px;
    background-color: #ffe0d4;
    font-size: calc(16 / 16 * 0.8rem);
    font-weight: bold;
    line-height: 1.4;
  }

  .campain_box02 dl dd {
    font-size: calc(22 / 16 * 0.8rem);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    letter-spacing: -0.02em;
  }

  .campain_box02 dl dd small {
    font-size: calc(14 / 16 * 0.8rem);
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin-top: 15px;
  }

  .campain_box02 .course {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .campain_box02 .course li {
    width: 100%;
    background-color: #ffe0d4;
    position: relative;
    padding: 50px 12px;
  }

  .campain_box02 .course li::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 2px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .campain_box02 .course li img {
    margin: auto;
  }

  .campain_box02 .course li p {
    font-size: calc(20 / 16 * 0.8rem);
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }

  .campain_box02 .course li small {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .campain_box02 a {
    max-width: 600px;
    width: 100%;
    border-radius: 28px;
    text-align: center;
    margin: 40px auto 0;
    font-size: calc(24 / 16 * 0.8rem);
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 18px;
    border-radius: 28px;
    background-color: #5bc0f1;
    line-height: 1;
    position: relative;
  }

  .campain_box02 a::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
  }


  .campain_box02 .course li span {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: calc(20 / 16 * 0.8rem);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #5bc0f1;
  }

  .campain_box02 aside {
    display: block;
    max-width: 600px;
    width: 100%;
    background-color: #f2f2f2;
    margin: 30px auto 0;
  }

  .campain_box02 aside p {
    background-color: #666666;
    color: #fff;
    text-align: center;
    font-size: calc(18 / 16 * 0.8rem);
    font-weight: 500;
    padding: 10px 0;
    line-height: 1;
  }

  .campain_box02 aside ul {
    padding: 15px;
  }

  .campain_box02 aside ul li {
    text-indent: -0.5em;
    padding-left: 1em;
    font-size: calc(14 / 16 * 0.8rem);
    line-height: 1.9;
    font-feature-settings: "palt";
  }


  #fx-button {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9999;
  }

  #fx-button a {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px 0 0 6px;
  }

  #fx-button a p {
    font-size: 14px;
    color: #5bc0f1;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
  }

  .navarrow {
    position: relative;
  }

  .navarrow::after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50vw - 50%);
    width: 0;
    height: 0;
    border-top: 20px solid #262626;
    border-left: 50% solid transparent;
    border-right: 50% solid transparent;
  }





  .button-container {
    text-align: center;
    padding: 0px;
    display: block;
  }

  .button-container ul {
    text-align: center;
    display: block;
    margin: 0 auto;
  }


}

.lpwrap .shop {
  background: #fff;
  padding: 0 calc(50% - 40em) 6em;
}

.lpwrap .shop h2 {
  font-size: 4.5em;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin: 0 0 0.4em;
}

@media screen and (max-width: 768px) {
  .lpwrap .shop h2 {
    font-size: 2.8em;
  }
}

.lpwrap .shop h2 span {
  font-size: 0.6em;
}

.lpwrap .shop h2+p {
  margin: 0 0 1.5em;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .lpwrap .shop h2+p {
    width: 92%;
    margin: 0 auto 2em;
    line-height: 1.5em;
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .lpwrap .shop .chiku {
    width: 92%;
    margin: auto;
  }
}

.lpwrap .shop .chiku>li h3 {
  font-size: 1.8em;
  height: 2.2222em;
  background: url(../img/bg_ypattern.jpg) repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpwrap .shop .chiku>li .ken {
  padding: 1.8em 1.8em 3em;
  background: #f1f1f1;
  display: flex;
  gap: 1.5em 2%;
  flex-wrap: wrap;
}

.lpwrap .shop .chiku>li .ken>li {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .lpwrap .shop .chiku>li .ken>li {
    width: 100%;
  }
}

.lpwrap .shop .chiku>li .ken>li h4 {
  font-size: 1.6em;
  height: 1.8em;
  background: #dcbd17;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpwrap .shop .chiku>li .ken>li .store {
  display: flex;
  flex-wrap: wrap;
}

.lpwrap .shop .chiku>li .ken>li .store li {
  width: 50%;
  font-size: 1.4em;
}

.lpwrap .shop .chiku>li .ken>li .store li a {
  padding: 0.75em 0 0.75em 0.8em;
  display: block;
  position: relative;
  line-height: 1.2em;
}

.lpwrap .shop .chiku>li .ken>li .store li a::before {
  content: "";
  width: 0.3em;
  aspect-ratio: 1/1;
  border-top: 1px solid var(--main_color);
  border-right: 1px solid var(--main_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.lpwrap .question {
  background: #eee;
  padding: 6em 0;
}

.lpwrap .question-inner {
  max-width: 80em;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .lpwrap .question-inner {
    width: 92%;
  }

}


.lpwrap .question__nav {
  display: flex;
  margin: 0 auto 3em;
  justify-content: space-between;
}

.lpwrap .question__nav-btn {
  width: 33.1666666667%;
  font-size: 1.8em;
  line-height: 1.2;
  padding: 0.5em 0;
  color: #fff;
  background: #9b9b9b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .lpwrap .question__nav-btn {
    font-size: 1.6em;
  }
}

.lpwrap .question__nav-btn.active {
  background-color: #262626;
}

.lpwrap .question__nav:hover {
  cursor: pointer;
}

.lpwrap .question__contents {
  margin: 0 0 2em;
}

.lpwrap .question__contents>li {
  display: none;
}

.lpwrap .question__contents .active {
  display: block;
  animation: fadeIn 0.7s ease 0s 1 normal;
}

.lpwrap .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .lpwrap .pc-hide {
    display: block;
  }
}

.lpwrap .pageSubTitle2 {
  font-size: 1.6em;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
}

.lpwrap .contentText {
  font-size: 1.4em;
  line-height: 1.7;
  font-style: normal;
  color: #4D4D4D;
}

.lpwrap .qa {
  padding-top: 18em;
  padding-bottom: 27.8em;
}

.lpwrap .qa__box {
  max-width: 110em;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.lpwrap .qa__box+.qa__box {
  margin: 1em 0 0;
}

.lpwrap .qa__box>dl>dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1em 3em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lpwrap .qa__box>dl>dt {
    padding: 1em 4em 1em 2em;
  }
}

.lpwrap .qa__box>dl>dt .crossBar {
  width: 2.1em;
  height: 2.1em;
  position: absolute;
  top: 50%;
  right: 2.1em;
  transform: translateY(-50%);
}

.lpwrap .qa__box>dl>dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.lpwrap .qa__box.active>dl>dt .crossBar::before {
  display: none;
}

.lpwrap .qa__box>dl>dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0;
}

.lpwrap .qa__box>dl>dt>span {
  font-size: 2.8em;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #dcbd15;
  margin-right: 1.2em;
}


.unisexbotan {
  width: 22em;
  height: 3em;
  margin: 20px 0.8em 0;
  line-height: 2.8em;
  background-color: #ffffff;
  border-radius: 30px;
  color: #262626;
  border: solid 1px #262626;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lpwrap .qa__box>dl>dt>span {
    margin-right: 0.4em;
  }
}

.lpwrap .qa__box>dl>dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 1.6em;
  padding: 0px 3em;
  /* paddingの上下を0にする */
  overflow: hidden;
  /* overflow: hidden;を付けるのがポイント */
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
  .lpwrap .qa__box>dl>dd {
    padding: 1em 4em 1em 2em;
  }

  .unisexbotan {
    width: 22em;
    height: 3em;
    margin: 20px auto 0;
    line-height: 2.8em;
    background-color: #ffffff;
    border-radius: 30px;
    color: #262626;
    border: solid 1px #262626;
    font-size: 16px;
    font-weight: bold;
  }

}

.lpwrap .qa__box>dl>dd>span {
  font-size: 2.8em;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #f5d528;
  margin-right: 2.3em;
  margin-right: 1.2em;
}

.lpwrap .qa__box>dl>dd.is-open {
  /* heightとpaddingをアニメーション */
  max-height: 11em;
  padding: 1em 3em;
}

.lpwrap .qa__box>dl>dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);
  /* 90度回転 */
}

.lpwrap .question__common {
  font-size: 1.6em;
}

.lpwrap .question__common p {
  line-height: 1.7em;
}

.lpwrap .question__common a {
  line-height: 1.7em;
  color: #dbbe18;
  text-decoration: underline;
}

/*# sourceMappingURL=240614summer.css.map */


/*--商品ラインナップ追加241219--*/
.item-list-wp{
  margin: 40px 0 0;
}

#boston12 .item-list-wp,
#sl2 .item-list-wp,
#takumisen10 .item-list-wp,
#pro4 .item-list-wp{
  margin: 90px 0 0;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-list li{
  width: 30%;
  margin: 0 0 30px;
  position: relative;
}
.item-list li a{
  display: block;
}
.item-list li a img{
  display: block;
  border: 1px solid #e8e8e8;
}

.item-list li img{
  display: block;
  border: 1px solid #e8e8e8;
}

.ico-new-color{
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 13px;
  background: #f5334b;
  color: #fff;
  display: inline-block;
  padding: 5px;
  line-height: 1;
}
.item-name{
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
}

.item-name{
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
}
.item-price {
  font-size: 16px;
}
.item-price span{
  font-size: 70%;
}

.item-list .cvbtn{
  display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    width: 100%;
    background-image: -webkit-linear-gradient(54deg,#5bc0f1 0%, #009dea 101.11%);
    margin: 10px 0 0;
}

.item-list:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}
.item-list:after {
  content: "";
  display: block;
  width: 30%;
}


@media screen and (max-width: 750px) {
  .item-list li{
    width: 46%;
    margin: 0 auto 40px;
  }
  .item-list:before {
    width: 46%;
  }
  .item-list:after {
    width: 46%;
  }
  .item-name{
    font-size: 14px;
  }
  .item-price {
    font-size: 13px;
  }

  /* #japan9 .technology-section{
    margin: 35px auto 0px;
  } */
  
}

#lineup-menu_side {
position: fixed;
left: 0;
top: calc((100vh - 500px) / 2);
background-color: #f8f8f8;
z-index: 1000;
width: 180px;
border-radius: 0 35px 0 0;
transition: opacity 0.5s, transform 0.5s;
opacity: 0;
transform: translateY(-20%);
pointer-events: none; /* 非表示時に操作不可にする */
}

#lineup-menu_side.is-visible {
opacity: 1;
transform: translateY(0);
pointer-events: auto; /* 表示時に操作可能に戻す */
}

#lineup-menu_side.is-visible.hidden_fuwatto {
opacity: 0;
transform: translateY(-20%);
}


.lineup-title_side {
font-size: 18px;
font-weight: bold;
width: 180px;
height: 45px;
line-height: 45px;
background: #333333;
border-radius: 0 15px 0 0;
color: #ffffff;
padding: 0 20px;
margin: 0;
}
.lineup-item_side {
padding: 10px 20px;
border-bottom: 1px solid #333333;
}
.lineup-item_side:last-child {
border-bottom: none;
}

.lineup-link_side {
text-decoration: none;
color: #333;
font-size: 16px;
font-weight: bold;
}

.lineup-link_side:hover {
color: #009dea;
opacity: 1;
}

@media screen and (max-width: 1400px) {
  #lineup-menu_side {
   display: none;
  }
}

.model-name_side {
font-size: 16px;
font-weight: bold;
}

.model-feature_side {
font-size: 16px;
font-weight: bold;
}


#top-scroll-button {
position: fixed;
bottom: 80px;
right: 30px;
width: 70px;
height: 70px;
cursor: pointer;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f8f8;
border: 1px solid #ccc;
border-radius: 50%;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
transition: opacity 0.3s ease, visibility 0.3s ease;
}

#top-scroll-button img {
width: 100%;
height: 100%;
object-fit: contain;
}

#top-scroll-button.hidden_fuwatto {
visibility: hidden;
opacity: 0;
}

#top-scroll-button.visible {
visibility: visible;
opacity: 1;
}

.adizero-container {
text-align: center;
font-family: 'Arial', sans-serif;
line-height: 1.6;
margin: 20px;
width: 100%;
max-width: 1000px;
margin: 100px auto 100px;
}

.adizero-title {
font-size: 108px;
font-weight: bold;
color: #009dea;
margin-bottom: 10px;
line-height: 1;
}

.adizero-subtitle {
font-size: 24px;
font-weight: 500;
color: #333333;
margin-bottom: 20px;
}

.adizero-description {
font-size: 14px;
color: #555555;
line-height: 1.5;
font-feature-settings: "palt";
}

.adizero-highlight {
font-weight: bold;
font-size: 24px;
color: #333333;
margin-bottom: 20px;
display:block
}

@media (min-width: 751px) and (max-width: 1100px) {
.adizero-container {
text-align: center;
font-family: 'Arial', sans-serif;
line-height: 1.6;
margin: 1.818vw;
width: 100%;
max-width: 90.909vw;
margin: 100px auto 100px;
}

.adizero-title {
font-size: 9.818vw;
font-weight: bold;
color: #009dea;
margin-bottom: 0.909vw;
line-height: 1;
}

.adizero-subtitle {
font-size: 2.182vw;
font-weight: 500;
color: #333333;
margin-bottom: 1.818vw;
}

.adizero-description {
font-size: 1.273vw;
color: #555555;
line-height: 1.5;
font-feature-settings: "palt";
}

.adizero-highlight {
font-weight: bold;
font-size: 2.182vw;
color: #333333;
margin-bottom: 1.818vw;
display:block
}
}
@media screen and (max-width: 750px) {
.adizero-container {
max-width: 92vw;
margin: 9.333vw auto 10.667vw;
}

.adizero-title {
font-size: 12vw;
margin-bottom: 2.667vw;
}

.adizero-subtitle {
font-size: 3.2vw;
margin-bottom: 6.4vw;
}

.adizero-description {
font-size: 2.4vw;
}

.adizero-highlight {
font-size: 3.2vw;
margin-bottom: 4vw;
}
#top-scroll-button {
position: fixed;
bottom: 80px;
right: 20px !important;
width: 50px !important;
height: 50px !important;
cursor: pointer;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f8f8;
border: 1px solid #ccc;
border-radius: 50%;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
transition: opacity 0.3s ease, visibility 0.3s ease;
}

}

.movie-block {
display: flex;
justify-content: center;
align-items: center;
margin: 0 0 100px;
}

.youtube-iframe {
width: 1000px;
height: 576px;
border: none;
aspect-ratio: 16/9;
background-color: #ccc;
}

@media (min-width: 751px) and (max-width: 1100px) {
.movie-block {
display: flex;
justify-content: center;
align-items: center;
margin: 0 0 50vw;
}

.youtube-iframe {
width: 90.909vw;
height: 52.364vw;
border: none;
aspect-ratio: 16/9;
}
}
@media screen and (max-width: 750px) {
.youtube-iframe {
width: 100%;
height: auto;
margin: 0 0 -9.667vw;
}

}

#lineup {
width: 100%;
max-width: 1000px;
margin: 0 auto 110px;
}
.lineup-section {
text-align: center;
}

.lineup-title {
font-size: 22px;
font-weight: bold;
color: #333333;
letter-spacing: 0.1em;
margin-bottom: 18px;
}

.lineup-subtitle {
font-size: 48px;
font-weight: bold;
color: #000000;
margin-bottom: 80px;
}

.lineup-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
justify-content: center;
}

.lineup-item {
background-color: #ffffff;
border: 1px solid #000000;
border-radius: 20px;
padding: 15px;
text-align: center;
}

.lineup-item.dark {
background-color: #333333;
color: #ffffff;
}

.lineup-item.dark:hover {
background-color: #ffffff;
border: 1px solid #000000;
color: #000000;
opacity: 1;
}

.model-name {
font-size: 30px;
line-height: 1;
font-weight: bold;
margin-bottom: 10px;
}

.model-feature {
font-size: 18px;
font-weight: normal;
}
@media (min-width: 751px) and (max-width: 1100px) {
#lineup {
width: 100%;
max-width: 90.909vw;
margin: 0 auto 110px;
}
.lineup-section {
text-align: center;
}

.lineup-title {
font-size: 2vw;
font-weight: bold;
color: #333333;
letter-spacing: 0.1em;
margin-bottom: 1.636vw;
}

.lineup-subtitle {
font-size: 4.364vw;
font-weight: bold;
color: #000000;
margin-bottom: 7.273vw;
}

.lineup-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.818vw;
justify-content: center;
}

.lineup-item {
background-color: #ffffff;
border: 1px solid #000000;
border-radius: 1.818vw;
padding: 1.364vw;
text-align: center;
}

.lineup-item.dark {
background-color: #333333;
color: #ffffff;
}

.model-name {
font-size: 2.727vw;
line-height: 1;
font-weight: bold;
margin-bottom: 0.909vw;
}

.model-feature {
font-size: 1.636vw;
font-weight: normal;
}
}
@media (max-width: 750px) {
#lineup {
width: 100%;
max-width: 92vw;
margin: 0 auto 80px;
}
.lineup-title {
font-size: 2.933vw;
font-weight: bold;
color: #333333;
letter-spacing: 0.1em;
margin-bottom: 2.4vw;
}

.lineup-subtitle {
font-size: 6.4vw;
font-weight: bold;
color: #000000;
margin-bottom: 8vw;
}

.lineup-grid {
grid-template-columns: repeat(2, 1fr);
gap: 2.133vw;
}

.lineup-item {
border-radius: 1.333vw;
padding: 2vw;
text-align: center;
}


.model-name {
font-size: 2.667vw;
line-height: 1;
font-weight: bold;
margin-bottom: 1.333vw;
}

.model-feature {
font-size: 2.4vw;
font-weight: normal;
}

}
.model-section {
display: block;
width: 100%;
max-width: 1000px;
margin:0 auto 140px;
}
.product-section {
display: flex;
justify-content: center;
align-items: center;
padding: 0 30px 0 0;
border-radius: 30px;
box-shadow: 0px 2px 9.8px 0.2px rgba(209, 209, 209, 0.67);
background: #ffffff;
}

.product-card {
display: flex;
width: 100%;
height: 430px;
border-radius: 8px;
overflow: hidden;
background-color: #ffffff;
gap: 25px;
align-items: center;
}

.apparel-card {
width: 100%;
}
.apparel-card ul{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}

.apparel-card ul li{
  overflow: hidden;
}

.apparel-card ul li img{
  transition: transform 0.4s ease;
}

.apparel-card ul li:hover img{
    transform: scale(1.2);
}


.product-image img {
width: 500px;
height: 430px;
}

.product-details {
/* padding: 40px 0 0; */
flex: 1;
}

h2.product-title {
font-size: 48px;
font-weight: bold;
margin-bottom: 30px;
display: flex;
align-items: center;
line-height: 1;
}

.product-update {
font-size: 18px;
color: #ffffff;
background-color: #333333;
margin-left: 15px;
margin-top: 4px;
padding: 0 15px;
line-height: 36px;
display: block;
text-align: center;
}
.product-new {
font-size: 18px;
color: #ffffff;
background-color: #333333;
margin-left: 15px;
margin-top: 4px;
padding: 0 15px;
line-height: 36px;
display: block;
text-align: center;
}
.tenpo_only {
background: #009dea;
}

.product-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 23px;
}

.tag {
font-size: 12px;
line-height: 34px;
height: 34px;
color: #333333;
background: #f3f3f3;
padding: 0 8px;
}

.product-catchphrase {
font-size: 18px;
line-height: 1;
color: #009dea;
font-weight: bold;
margin-bottom: 20px;
font-feature-settings: "palt";
}

.product-description {
font-size: 22px;
color: #333333;
font-weight: bold;
margin-bottom: 30px;
font-feature-settings: "palt";
}

.product-description-store {
font-size: 22px;
color: #333333;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
font-feature-settings: "palt";
}


.product-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
  .product-list a{
  width: 100%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  color: #fff;

}
  .product-list li{
  width: 48%;
}

.purchase-button {
display: inline-block;
text-align: center;
font-size: 18px;
line-height: 50px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border-radius: 25px;
width: 100%;
background-image: -moz-linear-gradient( 54deg,#5bc0f1 0%, #009dea 101.11%);
background-image: -webkit-linear-gradient( 54deg, #5bc0f1 0%, #009dea 101.11%);
background-image: -ms-linear-gradient( 54deg,#5bc0f1 0%, #009dea 101.11%);
}

.purchase-button:hover {
background-color: #5e04b3;
transition: background-color 0.3s ease;
}

.fuwatto {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.5s, transform 0.5s;
}

.fuwatto.is-visible {
opacity: 1;
transform: translateY(0);
}

.fuwatto.is-hidden {
opacity: 0;
transform: translateY(-20px);
transition: opacity 0.5s, transform 0.5s;
}


@media (min-width: 751px) and (max-width: 1100px) {
.model-section {
display: block;
width: 100%;
max-width: 90.909vw;
margin:0 auto 110px;
}
.product-section {
display: flex;
justify-content: center;
align-items: center;
padding: 0 2.727vw 0 0;
border-radius: 2.727vw;
box-shadow: 0px 2px 9.8px 0.2px rgba(209, 209, 209, 0.67);
background: #ffffff;
}

.product-card {
display: flex;
width: 100%;
height: 39.091vw;
border-radius: 0.727vw;
overflow: hidden;
background-color: #ffffff;
gap: 2.273vw;
}

.product-image img {
width: 45.455vw;
height: 39.091vw;
}

.product-details {
/* padding: 3.636vw 0 0; */
flex: 1;
}

h2.product-title {
font-size: 4.364vw;
font-weight: bold;
margin-bottom: 2.727vw;
display: flex;
align-items: center;
line-height: 1;
}

.product-update {
font-size: 1.636vw;
color: #ffffff;
background-color: #333333;
margin-left: 1.364vw;
margin-top: 0.364vw;
line-height: 3.273vw;
display: block;
text-align: center;
padding: 0 2vw;
}
.product-new {
font-size: 1.636vw;
color: #ffffff;
background-color: #333333;
margin-left: 1.364vw;
margin-top: 0.364vw;
line-height: 3.273vw;
display: block;
text-align: center;
padding: 0 2vw;
}
.tenpo_only {
background: #009dea;
}
.product-tags {
display: flex;
flex-wrap: wrap;
gap: 0.909vw;
margin-bottom: 2.091vw;
}

.tag {
font-size: 1.091vw;
line-height: 3.091vw;
height: 3.091vw;
color: #333333;
background: #f3f3f3;
padding: 0 0.727vw;
}

.product-catchphrase {
font-size: 1.636vw;
line-height: 1;
color: #009dea;
font-weight: bold;
margin-bottom: 1.818vw;
font-feature-settings: "palt";
}

.product-description{
font-size: 2vw;
color: #333333;
font-weight: bold;
margin-bottom: 2.182vw;
font-feature-settings: "palt";
}

.product-description-store{
font-size: 2vw;
color: #333333;
font-weight: bold;
margin-bottom: 1.182vw;
font-feature-settings: "palt";
}
.product-list a {
  font-size: 1.1vw;
}

.purchase-button {
display: inline-block;
text-align: center;
font-size: 1.636vw;
line-height: 4.545vw;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border-radius: 2.273vw;
width: 100%;
background-image: -moz-linear-gradient(54deg, #5bc0f1 0%, #5bc0f1 1%, #009dea 99%, #009dea 100%);
background-image: -webkit-linear-gradient(54deg, #5bc0f1 0%, #5bc0f1 1%, #009dea 99%, #009dea 100%);
background-image: -ms-linear-gradient(54deg, #5bc0f1 0%, #5bc0f1 1%, #009dea 99%, #009dea 100%);
}

.purchase-button:hover {
background-color: #5e04b3;
transition: background-color 0.3s ease;
}

.fuwatto {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fuwatto.is-visible {
opacity: 1;
transform: translateY(0);
}
}

@media (max-width: 750px) {

.product-update{
height: 5.333vw;
line-height: 5.333vw;
padding: 0 2vw;
font-size: 2.667vw;
}
.product-new {
height: 5.333vw;
line-height: 5.333vw;
padding: 0 2vw;
font-size: 2.667vw;
}
.tenpo_only {
margin-left: 1.333vw;
}
h2.product-title {
font-size: 7.467vw;
}
.model-section {
width: 100%;
max-width: 92vw;

}
.product-card {
flex-direction: column;
gap: 0;
height: auto;
border-radius: 2.667vw;
}



.apparel-card ul li{
  width: 50%;
}



.product-section {
padding: 0;
box-shadow: 0px 2px 9.8px 0.2px rgba(209, 209, 209, 0.67);
}
.product-image img {
width: 92vw;
height: 69.333vw;
}
.product-details {
width: 100%;
padding: 8.4vw 4.667vw 12vw; 
}

.tag {
font-size: 2.667vw;
padding: 0 1.067vw;
}
.product-catchphrase {
font-size: 3.733vw;
margin-bottom: 4.4vw;
}
.product-description{
font-size: 5.333vw;
padding-bottom: 5.867vw;
margin-bottom: 4.267vw;
}

.product-description-store{
font-size: 5.333vw;
margin-bottom: 4.267vw;
}

.purchase-button {
width: 100%;
height: 13.333vw;
border-radius: 6.533vw;
font-size: 3.467vw;
line-height: 13.333vw;
}

}

.technology-section {
max-width: 1200px;
margin: 40px auto;
padding: 0 30px 0 56px;
border-left: 4px solid #efefef;
}
.tiny_slider_content {
max-width: 1200px;
margin: 40px auto 0;
padding: 0 ;
}

.technology-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
color: #333333;
}

.technology-grid {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
}
.my-slider {
position: relative;
}
.slider.technology-grid {
display: flex;
gap: 0px;
position: relative;
}
.tns-outer {
position: relative;
}



.tns-controls {
position: absolute;
width: calc(100% + 72px);
top: 50%;
left: -36px;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
z-index: 10;
}

.tns-controls button {
pointer-events: all;
background: none;
border: none;
font-size: 24px;
color: #333;
cursor: pointer;
outline: none;
z-index: 1000;
}

.tns-controls [data-controls="prev"]::before {
content: ""; 
background: url("../img/arrow_left.png") no-repeat center center;
width: 16.13px;
height: 27.47px;
display: block;
}

.tns-controls [data-controls="next"]::before {
content: "";
background: url("../img/arrow_right.png") no-repeat center center;
width: 16.13px;
height: 27.47px;
display: block;
}

.tns-nav {
display: none;
}



.tns-controls button:hover {
color: #000;
}

.tns-visually-hidden {
display: none;
}

.technology-item {
display: flex!important;
flex-wrap: nowrap;
align-items: center;
border: 1px solid #e6e6e6;
height: 280px;
flex-direction: row;
background: #ffffff;
}

.technology-image,.technology-image img {
display: block;
width: 469px;
height: 280px;
object-fit: cover;
}

.technology-text {
padding: 0 20px;
flex: 1;
font-feature-settings: "palt";
}

.technology-heading {
font-size: 20px;
font-weight: bold;
margin-bottom: 40px;
color: #333333;
}

.technology-description {
font-size: 16px;
line-height: 1.625;
color: #333333;
}
@media (min-width: 751px) and (max-width: 1100px) {
.technology-section {
max-width: 109.091vw;
margin: 40px auto;
padding: 0 2.727vw 0 5.091vw;
border-left: 4px solid #efefef;
}
.tiny_slider_content {
max-width: 109.091vw;
margin: 40px auto;
padding: 0 ;
}

.technology-title {
font-size: 2.545vw;
font-weight: bold;
margin-bottom: 1.818vw;
color: #333333;
}

.technology-grid {
display: grid;
grid-template-columns: 1fr;
gap: 3.636vw;
}
.my-slider {
position: relative;
}
.slider.technology-grid {
display: flex;
gap: 0px;
position: relative;
}
.tns-outer {
position: relative;
}


.tns-controls {
position: absolute;
width: calc(100% + 6.545vw);
top: 50%;
left: -3.273vw;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
z-index: 10;
}

.tns-controls button {
pointer-events: all;
background: none;
border: none;
font-size: 2.182vw;
color: #333;
cursor: pointer;
outline: none;
z-index: 1000;
}

.tns-controls [data-controls="prev"]::before {
content: "";
background: url("../img/arrow_left.png") no-repeat center center;
width: 1.466vw;
height: 2.497vw;
display: block;
}

.tns-controls [data-controls="next"]::before {
content: "";
background: url("../img/arrow_right.png") no-repeat center center;
width: 1.466vw;
height: 2.497vw;
display: block;
}

.tns-nav {
display: none;
}


.tns-controls button:hover {
color: #000;
}

.tns-visually-hidden {
display: none;
}

.technology-item {
display: flex!important;
flex-wrap: nowrap;
align-items: center;
border: 1px solid #e6e6e6;
height: 25.455vw;
flex-direction: row;
background: #ffffff;
}

.technology-image,.technology-image img {
display: block;
width: 42.636vw;
height: 25.455vw;
object-fit: cover;
}

.technology-text {
padding: 0 1.818vw;
flex: 1;
font-feature-settings: "palt";
}

.technology-heading {
font-size: 1.818vw;
font-weight: bold;
margin-bottom: 3.636vw;
color: #333333;
}

.technology-description {
font-size: 1.455vw;
line-height: 1.625;
color: #333333;
}
}
@media (max-width: 750px) {
.technology-title {
font-size: 6vw;
margin-bottom: 2.667vw;
}
.technology-item {
flex-direction: column;
align-items: flex-start;
height: 84.667vw;
}
.tiny_slider_content .technology-item {
width: 66.667vw;
height: 88vw;
margin-right: 5.333vw;
}

.technology-image, .technology-text {
max-width: 100%;
}

.technology-text {
padding: 4vw 3.5vw 0 4vw;
}
.technology-image, .technology-image img {
width: 87.6vw;
height: 53.333vw;
}
.technology-section {
margin: 35px auto -50px;
padding: 0 0 0 3.733vw;
border-left: 5px solid #e2e2e2;
}
.technology-heading {
font-size: 3.467vw;
font-weight: bold;
margin-bottom: 3.733vw;
color: #333333;
}
.technology-description {
font-size: 2.933vw;
line-height: 1.625;
color: #333333;
}
.tiny_slider_content .technology-heading {
font-size: 3.467vw;
}
.tiny_slider_content .technology-description {
font-size: 3.2vw;
}

.tiny_slider_content .technology-image,.tiny_slider_content  .technology-image img {
width: 66.667vw;
height: 49.333vw;
}

.tns-controls {
display: none;
}

}

body .technology-image img.sp {
display: none!important;
}
body .technology-image img.pc {
display: block!important;
}
@media (max-width: 750px) {
body .technology-image img.pc {
display: none!important;
}
body .technology-image img.sp {
display: block!important;
}
}


.evosl_bg {
background: #f1f1f1;
padding-top: 75px;
padding-bottom: 10px;
}
.adizeroevosl {
margin-bottom: 50px;
}
@media (min-width: 751px) and (max-width: 1100px) {
.evosl_bg {
background: #f1f1f1;
padding-top: 10.909vw;
padding-bottom: 11vw;
}
.adizeroevosl {
margin-bottom: 4.545vw;
}
}
@media (max-width: 750px) {
.adizeroevosl {
margin-bottom: 5.333vw;
}
.evosl_bg {
background: #f1f1f1;
padding-top: 9.6vw;
padding-bottom: 0.333vw;
}
}
