@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

 /**
  * イージングプロパティ
  * https://github.com/dmnsgn/sass-easing
  */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

picture {
  display: block;
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 270px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 200px;
  }
}

.white-sneakers {
  margin: 0;
  background: white;
  color: #082415;
  font-family: var(--font-default);
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .white-sneakers .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .white-sneakers .sp {
    display: none !important;
  }
}

.white-sneakers .en {
  font-family: var(--font-default);
}

.white-sneakers .bold {
  font-weight: bold;
}

.white-sneakers .totop {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .white-sneakers .totop {
    bottom: 20px;
    right: 10px;
  }
}

.white-sneakers .totop.is-visible {
  opacity: 1;
  visibility: visible;
}

.white-sneakers .cta_wrap {
  display: flex;
  gap: 20px;
  margin-block: 35px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .cta_wrap {
    flex-direction: column;
    margin-block: calc(70 / 750 * 100%);
  }
}

.white-sneakers .cta {
  width: 350px;
  height: 55px;
  margin-inline: auto;
  background-color: #105b33;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .white-sneakers .cta {
    width: 100%;
    max-width: 650px;
  }
}

.white-sneakers .cta a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.white-sneakers .anchor_header {
  background-color: #105b33;
  width: 100%;
  position: fixed;
  padding-block: 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all .6s ease;
}

@media screen and (max-width: 767px) {
  .white-sneakers .anchor_header {
    font-size: 10px;
  }
}

.white-sneakers .anchor_header.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  top: 75px;
}

@media screen and (max-width: 1199px) {
  .white-sneakers .anchor_header.is-visible {
    top: 50px;
  }
}

.white-sneakers .anchor_header ul {
  display: flex;
  gap: 45px;
}

@media screen and (min-width: 768px) {
  .white-sneakers .anchor_header ul {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .anchor_header ul {
    padding-inline: 25px;
    gap: 20px;
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .anchor_header ul li {
    width: 80px;
  }
  .white-sneakers .anchor_header ul li a {
    width: 100%;
    display: inline-block;
  }
}

.white-sneakers .anchor_header ul li img {
  max-width: 90px;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .white-sneakers .anchor_header ul li img {
    width: 80px;
  }
}

.white-sneakers .anchor_header ul li.item_cta a {
  background-color: #fff;
  color: #105b33;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .white-sneakers .anchor_header ul li.item_cta a {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
}

.white-sneakers .anchor_header ul li.item_cta a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url("../images/icon_arrow.svg");
  background-size: contain;
  bottom: 1em;
  left: 0;
  right: 0;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .white-sneakers .anchor_header ul li.item_cta a::after {
    bottom: 1.3em;
  }
}

.white-sneakers .section_lead {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_lead {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_lead {
    margin-top: calc(25 / 750 * 100%);
  }
}

.white-sneakers .section_lead .inner {
  background-image: url("../images/bg_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 90px;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_lead .inner {
    background-position: bottom center;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_lead .inner {
    background-image: url("../images/bg_img.sp.png");
    padding-top: calc(95 / 750 * 100%);
    padding-bottom: calc(85 / 750 * 100%);
  }
}

.white-sneakers .section_lead .section_title {
  color: #105b33;
  line-height: 1.15;
  font-weight: bold;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_lead .section_title {
    font-size: clamp(1.625rem, 6.93vw, 3.25rem);
  }
}

.white-sneakers .section_lead .section_title .en {
  font-size: 45px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_lead .section_title .en {
    font-size: clamp(1.938rem, 8.27vw, 3.875rem);
  }
}

.white-sneakers .section_lead .lead_text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_lead .lead_text {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.white-sneakers .section_anchor {
  background-color: #105b33;
  padding-block: 45px;
}

.white-sneakers .section_anchor .section_title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_anchor .section_title {
    font-size: clamp(1.063rem, 4.53vw, 2.125rem);
  }
}

.white-sneakers .section_anchor .anchor_list {
  margin-inline: auto;
  margin-top: 40px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_anchor .anchor_list {
    max-width: 1000px;
    gap: clamp(2.5rem, -5.776rem + 17.24vw, 5rem);
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_anchor .anchor_list {
    flex-wrap: wrap;
    gap: calc(40 / 750 * 100vw);
    width: calc(685 / 750 * 100%);
  }
}

.white-sneakers .section_anchor .anchor_list .anchor {
  background-color: #fff;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_anchor .anchor_list .anchor:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_anchor .anchor_list .anchor {
    width: calc(50% - calc(20 / 750 * 100vw));
  }
}

.white-sneakers .section_anchor .anchor_list .anchor .name {
  color: #105b33;
  position: relative;
  margin-block: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_anchor .anchor_list .anchor .name {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.white-sneakers .section_anchor .anchor_list .anchor .name::after {
  content: "";
  display: block;
  margin-top: 10px;
  margin-inline: auto;
  background-image: url("../images/icon_arrow.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
}

.white-sneakers .section_anchor .cta {
  border: 1px solid #fff;
  color: #fff;
  width: 458px;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_anchor .cta {
    width: calc(685 / 750* 100%);
    margin-inline: auto;
    margin-top: calc(40 / 750* 100vw);
  }
}

.white-sneakers .section_anchor .cta::after {
  content: "";
  background-image: url("../images/icon_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: calc(284 / 916 * 100%);
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_anchor .cta::after {
    right: 22%;
  }
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product {
    margin-top: 75px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product {
    margin-top: calc(130 / 750 * 100%);
    width: calc(650 / 750 * 100%);
    margin-inline: auto;
  }
}

.white-sneakers .section_product .product_title {
  font-size: 40px;
  color: #105b33;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_title {
    font-size: clamp(2.188rem, 9.33vw, 4.375rem);
  }
}

.white-sneakers .section_product .product_title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #105b33;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.white-sneakers .section_product .product_container {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product .product_container {
    max-width: 925px;
    padding-inline: 20px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_container {
    flex-direction: column;
    margin-top: calc(160 / 650 * 100%);
    margin-bottom: calc(90 / 650 * 100%);
    gap: calc(60 / 650 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product .product_container .product_image {
    width: calc(445 / 925 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product .product_container .product_detail {
    width: calc(430 / 925 * 100%);
  }
}

.white-sneakers .section_product .product_container .product_detail .text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_container .product_detail .text {
    font-size: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.white-sneakers .section_product .product_container .product_detail .price {
  margin-top: 25px;
  color: #105b33;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_container .product_detail .price {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.white-sneakers .section_product .product_container .product_detail .price span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_container .product_detail .price span {
    font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  }
}

.white-sneakers .section_product .product_container .product_detail .check_list {
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  color: #105b33;
  padding: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_container .product_detail .check_list {
    font-size: clamp(0.938rem, 4vw, 1.875rem);
    padding-block: calc(34 / 650 * 100%);
    padding-inline: calc(48 / 650 * 100%);
  }
}

.white-sneakers .section_product .product_container .product_detail .check_list li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .product_container .product_detail .check_list li {
    line-height: 1.4;
    padding-left: 2em;
  }
}

.white-sneakers .section_product .product_container .product_detail .check_list li:not(:first-child) {
  margin-top: 1em;
}

.white-sneakers .section_product .product_container .product_detail .check_list li::before {
  content: "";
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 27px;
  height: 24px;
}

.white-sneakers .section_product .styling_container {
  text-align: center;
  max-width: 740px;
  box-sizing: content-box;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product .styling_container {
    padding-inline: 20px;
  }
}

.white-sneakers .section_product .styling_container .styling_title {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding-block: .5em;
  border-bottom: 2px solid #105b33;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product .styling_container .styling_title {
    width: 310px;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .styling_container .styling_title {
    min-width: calc(620 / 750* 100%);
  }
}

.white-sneakers .section_product .styling_container .styling_title::before, .white-sneakers .section_product .styling_container .styling_title::after {
  position: absolute;
  bottom: -12px;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  left: 0;
  right: 0;
  margin-inline: auto;
}

.white-sneakers .section_product .styling_container .styling_title::before {
  background-color: #105b33;
}

.white-sneakers .section_product .styling_container .styling_title::after {
  bottom: -10px;
  background-color: #fff;
  left: -3px;
}

.white-sneakers .section_product .styling_container .styling_title span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  background-color: #d0ebdd;
  display: inline-block;
  padding-inline: 0.5em;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .styling_container .styling_title span {
    font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  }
}

.white-sneakers .section_product .styling_container .styling_lead {
  margin-bottom: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .styling_container .styling_lead {
    font-size: clamp(0.938rem, 4vw, 1.875rem);
    text-align: start;
  }
}

.white-sneakers .section_product .styling_container .slide_container {
  max-width: 700px;
  margin-inline: auto;
  position: relative;
}

.white-sneakers .section_product .styling_container .slide_container .swiper {
  max-width: 700px;
}

.white-sneakers .section_product .styling_container .slide_container .swiper-button-prev,
.white-sneakers .section_product .styling_container .slide_container .swiper-button-next {
  height: 35px;
  width: 35px;
  top: 43%;
}

.white-sneakers .section_product .styling_container .slide_container .swiper-button-prev::after,
.white-sneakers .section_product .styling_container .slide_container .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  margin: auto;
}

.white-sneakers .section_product .styling_container .slide_container .swiper-button-prev {
  left: -17px;
}

.white-sneakers .section_product .styling_container .slide_container .swiper-button-prev::after {
  background-image: url("../images/btn_r.svg");
  transform: scale(-1, 1);
}

.white-sneakers .section_product .styling_container .slide_container .swiper-button-next {
  right: -17px;
}

.white-sneakers .section_product .styling_container .slide_container .swiper-button-next::after {
  background-image: url("../images/btn_r.svg");
}

.white-sneakers .section_product .styling_container .slide_container .slide-thumbnail {
  margin-top: 30px;
}

.white-sneakers .section_product .styling_container .slide_container .slide-thumbnail .swiper-wrapper {
  justify-content: center;
}

.white-sneakers .section_product .styling_container .slide_container .slide-thumbnail .swiper-slide {
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: content-box;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_product .styling_container .slide_container .slide-thumbnail .swiper-slide {
    width: calc(140 / 1400 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_product .styling_container .slide_container .slide-thumbnail .swiper-slide {
    width: calc(142 / 750 * 100%);
  }
}

.white-sneakers .section_product .styling_container .slide_container .slide-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #105b33;
}

.white-sneakers .sneakers_list_title {
  font-size: 30px;
  background-color: #f6f6f6;
  padding-block: 60px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .white-sneakers .sneakers_list_title {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
    padding-block: calc(120 / 750 * 100%);
  }
}

.white-sneakers .section_benefit {
  padding: 40px 0 50px;
  background-color: #105b33;
  color: #fff;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit {
    margin-top: calc(90 / 750 * 100%);
    padding-bottom: 0;
  }
}

.white-sneakers .section_benefit .section_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .section_title {
    font-size: clamp(1.438rem, 6.13vw, 2.875rem);
    margin-bottom: calc(60 / 765 * 100%);
  }
}

.white-sneakers .section_benefit .benefit_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_benefit .benefit_list {
    max-width: 940px;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list {
    flex-direction: column;
    width: calc(650 / 750 * 100%);
    border-top: 1px solid #fff;
    padding-top: calc(60 / 765 * 100%);
  }
}

.white-sneakers .section_benefit .benefit_list li {
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_benefit .benefit_list li {
    height: 263px;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list li {
    height: calc(570 / 750 * 100vw);
  }
}

.white-sneakers .section_benefit .benefit_list li:not(:last-child) {
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_benefit .benefit_list li:not(:last-child) {
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list li:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: calc(50 / 750 * 100%);
    margin-bottom: calc(50 / 750 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .white-sneakers .section_benefit .benefit_list li:last-child {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list li:last-child {
    gap: 20px;
  }
}

.white-sneakers .section_benefit .benefit_list li:last-child .title {
  margin-bottom: calc(20 / 750 * 100%);
}

.white-sneakers .section_benefit .benefit_list .title {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list .title {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.white-sneakers .section_benefit .benefit_list .image {
  margin-inline: auto;
}

.white-sneakers .section_benefit .benefit_list .image.image01 {
  width: 134.5px;
  height: 75.5px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list .image.image01 {
    width: calc(269 / 650 * 100%);
    height: calc(151 / 650 * 100%);
  }
}

.white-sneakers .section_benefit .benefit_list .image.image02 {
  width: 82.5px;
  height: 107.5px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list .image.image02 {
    width: calc(165 / 650 * 100%);
    height: calc(215 / 650 * 100%);
  }
}

.white-sneakers .section_benefit .benefit_list .text {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list .text {
    font-size: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.white-sneakers .section_benefit .benefit_list .sns {
  width: 214px;
  height: 46px;
  font-size: 16px;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .white-sneakers .section_benefit .benefit_list .sns {
    margin-inline: auto;
    width: calc(430 / 650 * 100%);
    height: calc(110 / 650 * 100%);
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.white-sneakers .section_benefit .benefit_list .sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}

.white-sneakers .section_benefit .benefit_list .sns .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
}
/*# sourceMappingURL=common.css.map */
