@charset "UTF-8";
.-pc {
  display: block;
}
.theme-combination-index {
  min-width: 1040px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}
.theme-combination-index .KV {
  height: 420px;
  position: relative;
  overflow: hidden;
}
.theme-combination-index .KV_img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.theme-combination-index .Inner {
  width: 980px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.theme-combination-index .Button {
  display: table;
  min-width: 300px;
  position: relative;
  color: #003c96;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #003c96;
  border-radius: 99px;
  padding: 15px 1em 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.theme-combination-index .Button:disabled {
  color: #999;
  background-color: #666;
  border-color: #666;
  pointer-events: none;
}
.theme-combination-index .Button.-mens {
  color: #0080c3;
  border-color: #0080c3;
}
.theme-combination-index .Button.-mens svg {
  fill: #0080c3;
}
.theme-combination-index .Button.-ladies {
  color: #db2828;
  border-color: #db2828;
}
.theme-combination-index .Button.-ladies svg {
  fill: #db2828;
}
.theme-combination-index .Button.-arrow {
  padding-right: 40px;
}
.theme-combination-index .Button.-arrow::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  z-index: 1;
  margin: auto;
  background-color: #9d7c22;
  border-radius: 99px;
}
.theme-combination-index .Button.-arrow svg {
  width: 10px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  right: 20px;
  margin: auto;
  fill: #fff;
}
.theme-combination-index .Button svg {
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 2px;
  margin: auto;
}
.theme-combination-index .Button span {
  font-weight: 700;
}
@media (any-hover: hover) {
  .theme-combination-index .Button {
    transition: color 0.4s, background-color 0.4s;
  }
  .theme-combination-index .Button svg {
    transition: fill 0.4s, transform 0.4s;
  }
  .theme-combination-index .Button.-arrow::after {
    transition: background-color 0.4s;
  }
  .theme-combination-index .Button.-arrow:hover {
    color: #fff;
    background-color: #9d7c22;
  }
  .theme-combination-index .Button.-arrow:hover::after {
    background-color: #fff;
  }
  .theme-combination-index .Button.-arrow:hover svg {
    fill: #9d7c22;
  }
  .theme-combination-index .Button:hover {
    color: #fff;
    background-color: #003c96;
  }
  .theme-combination-index .Button.-mens:hover {
    background-color: #0080c3;
  }
  .theme-combination-index .Button.-mens:hover svg {
    fill: #fff;
  }
  .theme-combination-index .Button.-ladies:hover {
    background-color: #db2828;
  }
  .theme-combination-index .Button.-ladies:hover svg {
    fill: #fff;
  }
}
.theme-combination-index .List {
  margin: 10px 0;
}
.theme-combination-index .List.-notice li::before {
  content: "※";
}
.theme-combination-index .List li {
  font-size: 14px;
  line-height: 1.25;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5em;
}
.theme-combination-index .Title {
  text-align: center;
}
.theme-combination-index .Title.-main {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-bottom: 25px;
  margin: 0 auto 40px;
}
.theme-combination-index .Title.-main::after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #003c96;
}
.theme-combination-index .Title.-sub {
  display: table;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(transparent 65%, rgba(0, 60, 150, 0.3) 65%);
}
.theme-combination-index .Title.-mens::after {
  background-color: #0080c3;
}
.theme-combination-index .Title.-ladies::after {
  background-color: #db2828;
}
.theme-combination-index .CoordinateSet {
  padding: 75px 0;
  overflow: hidden;
}
.theme-combination-index .CoordinateSet.-bottom {
  background-color: #f7f7f7;
}
.theme-combination-index .CoordinateSet_limited {
  display: table;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #003c96;
  padding: 0.5em 1em;
  margin: auto;
}
.theme-combination-index .CoordinateSet_title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 20px 0 50px;
}
.theme-combination-index .CoordinateSet_title::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -26px;
  left: calc(50% - 225px);
  z-index: -1;
  background-image: url("/user_data/packages/store/images/products/combination/top/icon_new.svg");
  background-size: contain;
  transform: rotate(-25deg);
}
.theme-combination-index .CoordinateSet_summary {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 30px;
}
.theme-combination-index .CoordinateSet_summary em {
  color: #ed1c24;
  font-size: 20px;
  font-weight: 700;
  vertical-align: baseline;
  letter-spacing: 0.05em;
  margin: 0 0.25em;
  padding: 0 0.25em;
  background: linear-gradient(transparent 65%, rgba(237, 28, 36, 0.3) 65%);
}
.theme-combination-index .CoordinateSet_body {
  display: flex;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
.theme-combination-index .CoordinateSet_item {
  margin: 0 10px;
}
.theme-combination-index .CoordinateSet_img {
  width: 100%;
  height: auto;
}
.theme-combination-index .CoordinateSet .Button {
  margin: 30px auto 0;
}
.theme-combination-index .CoordinateItem {
  margin-top: 75px;
}
.theme-combination-index .CoordinateItem_img {
  width: 100%;
  height: auto;
}
.theme-combination-index .Guide {
  background-color: #f7f7f7;
  padding: 75px 0;
}
.theme-combination-index .Guide_summary {
  text-align: center;
  margin: 30px 0;
}
.theme-combination-index .Guide_text {
  width: 700px;
  margin: auto;
}
.theme-combination-index .GuideSolution {
  width: 760px;
  padding: 30px 50px 50px;
  margin: 50px auto 25px;
  background-color: #fff;
  border-radius: 5px;
}
.theme-combination-index .GuideSolution_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.theme-combination-index .GuideSolution_title svg {
  width: 24px;
  height: 24px;
  fill: #333;
  vertical-align: middle;
  margin-left: 5px;
}
.theme-combination-index .GuideSolution_list {
  display: flex;
  margin: 50px -10px 0;
}
.theme-combination-index .GuideSolution_list > li {
  margin: 0 10px;
}
.theme-combination-index .GuideSolution_list > li img {
  width: 150px;
  height: 150px;
}
.theme-combination-index .HowToUse {
  padding: 75px 0;
  overflow: hidden;
}
.theme-combination-index .HowToUse_item:nth-child(n+2) {
  margin-top: 75px;
}
.theme-combination-index .HowToUse_item:nth-child(odd) .HowToUse_body {
  padding-right: 490px;
  margin-right: 200px;
}
.theme-combination-index .HowToUse_item:nth-child(odd) .HowToUse_body::before {
  right: 0;
}
.theme-combination-index .HowToUse_item:nth-child(odd) .HowToUse_img {
  margin-left: auto;
}
.theme-combination-index .HowToUse_item:nth-child(even) .HowToUse_body {
  padding-left: 490px;
  margin-left: 200px;
}
.theme-combination-index .HowToUse_item:nth-child(even) .HowToUse_body::before {
  left: 0;
}
.theme-combination-index .HowToUse_body {
  display: flex;
  align-items: center;
  height: 360px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.theme-combination-index .HowToUse_body::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  min-width: 1040px;
  height: 100%;
  background-color: #003c96;
}
.theme-combination-index .HowToUse_no {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
.theme-combination-index .HowToUse_img {
  display: block;
  width: 640px;
  height: 360px;
  position: relative;
  z-index: 2;
  margin-top: -300px;
  border: 10px solid #eeece8;
  border-radius: 5px;
}
.theme-combination-index .HowToUse_img > img {
  width: 100%;
  height: 100%;
}
.theme-combination-index .GotoTop {
  padding: 75px 0;
}
.theme-combination-index .GotoTop .Button {
  margin: auto;
}
.theme-combination-index .FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.theme-combination-index .FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 1.5s;
}