@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  /*標準サイズ*/
}

:root {
  --vh: 1vh;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  height: 100%;
}

img {
  vertical-align: bottom;
}

.buy_pc {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background: #cc0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy_pc:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fd6e6e;
}

.buy_pc a {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px;
  text-decoration: none;
  width: 60px;
}

/* --------------------------

	表示非表示 

-------------------------------	*/
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

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

#floatNav {
  z-index: 1000;
}

.cp-top {
  background: #00a199;
}

.pc-cmn-ttl__txt {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  padding-top: 12rem;
}
@media screen and (max-width: 640px) {
  .pc-cmn-ttl__txt {
    font-size: 2rem;
    padding-top: 6rem;
  }
}

.pc-cmn-ttlsp__txt {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  text-align: center;
  padding-top: 6rem;
  font-size: 3rem;
}
.pc-cmn-ttlsp__sub {
  font-weight: 900;
  text-align: center;
  padding-top: 1rem;
  font-size: 1.2rem;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.ham {
  position: sticky;
  left: 0;
  top: 0;
  width: clamp(54px,6vw,70px);
  height: clamp(54px,6vw,70px);
  margin-bottom: clamp(-70px,-6vw,-54px);
  cursor: pointer;
  z-index: 300;
  background: #000;
}
@media screen and (max-width: 640px) {
  .ham {
    left: 0;
    top: 0;
    position: fixed;
    width: 5.4rem;
    height: 5.4rem;
    margin-bottom: 0;
  }
}
.ham__line {
  position: absolute;
  width: 46%;
  height: 1px;
  right: 27%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ham__line--1 {
  top: calc(50% - 14%);
}

.ham__line--2 {
  top: 50%;
}

.ham__line--3 {
  top: calc(50% + 14%);
}

/*ハンバーガーがクリックされたら*/
.open ~ .ham .ham__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.open ~ .ham .ham__line--2 {
  opacity: 0;
}
.open ~ .ham .ham__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  height: 1px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  left: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 25%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  opacity: 0.9;
}
@media screen and (min-width: 641px) {
  .sp-nav {
    min-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .sp-nav {
    width: 100%;
  }
}
.sp-nav ul {
  margin: 30vh auto 0;
}
.sp-nav ul li {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.sp-nav ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sp-nav ul li a:hover {
  color: #cc0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sp-nav ul hr {
  border: none;
  border: 1px solid #ccc;
  margin: 0 auto 1.5rem;
  width: 80%;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  left: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.logo {
  width: 100%;
  padding: 10px 0 !important;
}

@media screen and (max-width: 640px) {
  .main-wrapper {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.main-wrapper .sns-navs {
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(207, 207, 207, 0.4);
          box-shadow: 2px 2px 5px 2px rgba(207, 207, 207, 0.4);
  border-radius: 5rem 0 0 5rem;
  position: fixed;
  top: min(14rem, 15vh);
  right: 0;
  z-index: 9999;
}
.main-wrapper .sns-navs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 1.5rem 3rem 2.3rem;
}
.main-wrapper .sns-navs__box__list:not(:last-child) {
  margin-bottom: min(2.4rem, 3vh);
}
.main-wrapper .sns-navs__box__list__link {
  display: inline-block;
  max-width: 4.2rem;
}
.main-wrapper .sns-navs__box__list__link img {
  width: 100%;
}
@media (any-hover: hover) {
  .main-wrapper .sns-navs__box__list__link {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .main-wrapper .sns-navs__box__list__link:hover {
    opacity: 0.5;
  }
}
.main-wrapper .kv {
  position: relative;
  background: #e4e4e4;
  background-image: url(../img/2nd/kv_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv {
    background-image: url(../img/2nd/kv_bg-sp.png), linear-gradient(#e4e4e4 50%, #ae1814 50%);
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 8vw;
  }
}
.main-wrapper .kv__inner {
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: min(150px, 10vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .main-wrapper .kv__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv__inner {
    padding-top: 6.6666666667vw;
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrapper .kv-main {
  padding: 16px 0;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv-main {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.main-wrapper .kv-main__logo {
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv-main__logo {
    width: 25vw;
    margin: 0 auto 5.3333333333vw;
  }
  .main-wrapper .kv-main__logo img {
    display: block;
    max-width: 100%;
  }
}
.main-wrapper .kv-main__sub {
  font-size: min(18px, 1.5vw);
  margin-bottom: 0.75em;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv-main__sub {
    font-size: min(16px, 3.25vw);
  }
}
.main-wrapper .kv-main__ttl {
  font-weight: 800;
  font-size: min(28px, 2vw);
  line-height: 1.78;
  margin-bottom: 1.5em;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv-main__ttl {
    font-size: 4.5vw;
    white-space: normal;
  }
}
.main-wrapper .kv-main__desc {
  font-size: min(14px, 1.25vw);
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv-main__desc {
    font-size: min(14px, 3vw);
  }
}
.main-wrapper .kv__fig {
  width: 50%;
  margin: 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv__fig {
    width: 100%;
    padding: 0;
  }
}
.main-wrapper .kv__fig img {
  display: block;
  max-width: 80%;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv__fig img {
    max-width: calc(50% - 1.5vw);
  }
}
.main-wrapper .kv__fig img:first-child {
  width: 435px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.main-wrapper .kv__fig img:last-child {
  width: 430px;
  margin-top: -32px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.main-wrapper .kv__honban {
  width: 50%;
  margin: 0;
  padding: 0 0 0;
}
@media screen and (max-width: 640px) {
  .main-wrapper .kv__honban {
    width: 100%;
	text-align: center;
  }
}
.main-wrapper .kv__honban img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.main-wrapper .linkArea {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .linkArea {
    padding: 10.6666666667vw 0;
  }
}
.main-wrapper .linkArea__inner {
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .main-wrapper .linkArea__inner {
    width: calc(100% - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
  }
}
.main-wrapper .linkAreaCol {
  width: calc((100% - 60px)*.3333);
}
@media screen and (max-width: 1024px) {
  .main-wrapper .linkAreaCol {
    width: calc((100% - 30px)*.3333);
  }
}
@media screen and (max-width: 640px) {
  .main-wrapper .linkAreaCol {
    width: 100%;
  }
}
.main-wrapper .linkAreaCol__ttl {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2em;
  word-break: keep-all;
}
@media screen and (max-width: 640px) {
  .main-wrapper .linkAreaCol__ttl {
    margin-bottom: 6vw;
  }
}
.main-wrapper .linkAreaCol__icon {
  max-width: 75px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .linkAreaCol__icon {
    margin-bottom: 6vw;
  }
}
.main-wrapper .linkAreaCol__desc {
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .linkAreaCol__desc {
    margin-bottom: 6vw;
  }
}
.main-wrapper .linkAreaCol__btn {
  border-radius: 100vmax;
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.main-wrapper .linkAreaCol__btn::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent currentColor;
  margin-right: 0.25em;
  position: relative;
  top: 0.1em;
}
.main-wrapper .linkAreaCol__btn[target=_blank]::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/2nd/icon_external_wh.png);
  background-size: contain;
  margin-left: 0.5em;
}
@media (any-hover: hover) {
  .main-wrapper .linkAreaCol__btn {
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
  }
  .main-wrapper .linkAreaCol__btn:hover {
    background-color: #cc0000;
  }
}
.main-wrapper .section {
  padding-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section {
    padding-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.main-wrapper .section__inner {
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section__inner {
    padding-top: 8.6666666667vw;
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrapper .section__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section__header {
    margin-bottom: 8vw;
  }
}
.main-wrapper .section__ttl {
  background-image: linear-gradient(#000 25px, #b60005 25px);
  background-size: 7px 50px;
  background-repeat: no-repeat;
  min-height: 50px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section__ttl {
    min-height: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 6.1333333333vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5.3333333333vw, #000), color-stop(5.3333333333vw, #b60005));
    background-image: linear-gradient(#000 5.3333333333vw, #b60005 5.3333333333vw);
    background-size: 1.3333333333vw 10.6666666667vw;
    background-repeat: no-repeat;
  }
}
.main-wrapper .section__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #232d33;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section__desc {
    font-size: 3.7333333333vw;
  }
}
.main-wrapper .section__desc h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #333;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section__desc h3 {
    font-size: 4.8vw;
  }
}
.main-wrapper .section__desc p:not(:last-child) {
  margin-bottom: 1.5em;
}
.main-wrapper .section__desc .note {
  font-size: 14px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .main-wrapper .section__desc .note {
    font-size: 3.2vw;
  }
}
.main-wrapper .section__desc small {
  font-size: 1em;
}

.productDetail {
  padding: 90px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .productDetail {
    padding: 80px 0;
  }
}
.productDetail__main {
  max-width: min(500px, 70vh, 100%);
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.productDetail__mainFilm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  will-change: transform;
}
.productDetail__mainFilm img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.productDetail__slider {
  position: relative;
  width: calc(100% - 3rem);
  height: 4rem;
  padding: 1rem 0;
  margin: 0 auto;
}
.productDetail__slider::before {
  content: "";
  height: 6px;
  width: calc(100% + 2rem);
  display: block;
  background: #000;
  top: calc(50% - 3px);
  left: -1rem;
  position: absolute;
}
.productDetail__slider .pointer {
  position: absolute;
  top: 50%;
  height: 3rem;
  width: 3rem;
  border-radius: 100vmax;
  border: 4px solid #000;
  background: #fff;
  cursor: ew-resize;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.productDetail__slider.is-active .pointer {
  background-color: #000;
}
.productDetail__sliderDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  font-size: 1.4rem;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .productDetail__sliderDesc {
    padding: 40px 0 0 0;
  }
}
.productDetail__sliderDesc::before {
  content: "";
  width: 26px;
  height: 20px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  display: inline-block;
  margin-right: 1em;
}

.nicebtn {
  display: block;
  width: 340px;
  max-width: 80vw;
  margin: 0 35px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.nicebtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e7f3fe;
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-transition: background-color 200ms, -webkit-transform 200ms;
  transition: background-color 200ms, -webkit-transform 200ms;
  transition: transform 200ms, background-color 200ms;
  transition: transform 200ms, background-color 200ms, -webkit-transform 200ms;
}
.nicebtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76px;
  position: relative;
  border: 3px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .nicebtn span {
    height: 10.6666666667vw;
  }
}
.nicebtn.primary::before {
  background-color: #fee7e7;
}
.nicebtn[target=_blank] span::after {
  content: "";
  display: block;
  background-image: url(../img/2nd/icon_external.png);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2em;
}
@media (any-hover: hover) {
  .nicebtn:hover::before {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    background-color: #cfe7fd;
  }
  .nicebtn:hover.primary::before {
    background-color: #fdcfcf;
  }
}
@media screen and (max-width: 640px) {
  .nicebtn {
    width: 100%;
    max-width: 100%;
  }
  .nicebtn span {
    height: 16vw;
    border-width: 2px;
  }
  .nicebtn::before {
    -webkit-transform: translate(1.3333333333vw, 1.3333333333vw);
            transform: translate(1.3333333333vw, 1.3333333333vw);
  }
}
.nicebtn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .nicebtn__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.6666666667vw;
  }
}

.ttl-w {
  color: #fff;
}

/* --------------------------

	COMMON PARTS 

-------------------------------	*/
#footer {
  color: #9a9a9a;
  padding: 10px 0 0;
}

#footer a {
  color: #9a9a9a;
}

.pankuzu ul {
  margin: 0;
  line-height: 1;
}

.copyright {
  margin-top: 16px;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: inline-block;
    margin-bottom: 1.5rem;
  }

  .copyright {
    margin: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 900px) {
  .snsList {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 29px;
  }

  .snsList_icon {
    margin: 0 11px;
  }

  .snsList_icon:not(:first-child) {
    margin-top: 0;
  }
}