@charset "UTF-8";
body.is-fixed {
  overflow: hidden;
}
main {
  font-family: Noto Sans CJK TC, sans-serif, Arial, "微軟正黑體";
  position: relative;
}
main h2 {
  margin: 0;
  padding: 0;
  border: none;
}
img {
  width: 100%;
  display: block;
}
#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: width 0.3s ease, height 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.is-hover {
  width: 40px;
  height: 40px;
  background: rgba(53, 116, 188, 0.8);
}
.l-nav {
  width: 100%;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.l-nav.is-fixed {
  position: fixed;
}
.l-nav.is-hide {
  opacity: 0;
  pointer-events: none;
}
.l-nav_wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-nav_wrap:after {
  display: none;
}
.l-nav_cont {
  width: 96%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.l-nav_list {
  width: 15%;
  position: relative;
}
.l-nav_list + .l-nav_list:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-nav_list--noBnr {
  width: 20%;
}
.l-nav_link {
  width: 100%;
  padding: 16px 0;
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #fff;
  text-align: center;
}
.l-nav_linkInner {
  display: inline-block;
  position: relative;
}
.l-nav_linkInner:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.l-nav_close {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.l-nav_close:after,
.l-nav_close:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.l-nav_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-nav_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-bnrSide {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 101;
}
.c-bnrSide_box {
  width: 112px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.c-bnrSide_box.is-close {
  -webkit-transform: translateX(156px);
  -ms-transform: translateX(156px);
  transform: translateX(156px);
}
.c-bnrSide_box.is-close .c-bnrSide_link {
  pointer-events: none;
}
.c-bnrSide_box.is-close .c-bnrSide_arrow {
  pointer-events: auto;
  cursor: pointer;
}
.c-bnrSide_box.is-close .c-bnrSide_arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 100px 0 0 100px;
  opacity: 0;
}
.c-bnrSide_box.is-close .c-bnrSide_arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg) skew(-5deg, -5deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg) skew(-5deg, -5deg);
  transform: translate(-50%, -50%) rotate(135deg) skew(-5deg, -5deg);
}
.c-bnrSide_link {
  width: 100%;
  height: 100%;
  padding: 0 0 20px 12px;
  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;
  border-radius: 100px 0 0 100px;
  position: relative;
}
.c-bnrSide_link:after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  border-radius: 100px 0 0 100px;
  opacity: 0;
}
.c-bnrSide_link--bottle {
  background-color: #fac9b0;
  border: 2px solid #fac9b0;
}
.c-bnrSide_link--bottle,
.c-bnrSide_link--line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-bnrSide_link--line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acd7cd;
  border: 2px solid #acd7cd;
}
.c-bnrSide_text--bottle {
  width: 91px;
}
.c-bnrSide_text--line {
  width: 12px;
  height: 34px;
  padding: 8px 0 0;
}
.c-bnrSide_name {
  margin: 4px 0 0;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
.c-bnrSide_arrow {
  width: 6px;
  height: 6px;
  display: block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  pointer-events: none;
  position: absolute;
  top: 86%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) skew(-5deg, -5deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) skew(-5deg, -5deg);
  transform: translate(-50%, -50%) rotate(-45deg) skew(-5deg, -5deg);
}
.c-bnrSide_arrow--bottle:after {
  border-color: #41475d;
}
.c-bnrSide_arrow--line:after {
  border-color: #000;
}
.c-bnrSide_close {
  width: 43px;
  height: 100%;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.c-bnrSide_close:after,
.c-bnrSide_close:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-bnrSide_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-bnrSide_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-bnrSide_closeSp {
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: -6px;
  z-index: 2;
  overflow: hidden;
}
.c-bnrSide_closeSp:after,
.c-bnrSide_closeSp:before {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #41475d;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.c-bnrSide_closeSp:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-bnrSide_closeSp:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-bnrWrap {
  width: 100%;
  margin: 0 auto 130px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.school {
  margin-bottom: 30px;
}
.c-bnr_main {
  margin: 5% 0 18%;
}
.c-bnr_mainBox + .c-bnr_mainBox {
  margin: 40px 0 0;
}
.c-bnr_text {
  padding: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
}
.c-bnr_link {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.c-bnr_link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-bnr_cont {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.c-bnr_contBox {
  width: 33%;
}
.c-bnr_contBox--col02 {
  width: 47%;
}
.c-bnr_btn {
  max-width: 300px;
  margin: 0 auto;
}
.c-heading {
  margin: 0 0 4%;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.c-intro_heading.is-animated .c-intro_inner:before {
  -webkit-animation: introHeading 0.8s ease 0s 1 normal forwards;
  animation: introHeading 0.8s ease 0s 1 normal forwards;
}
.c-intro_heading.is-animated .c-intro_inner span {
  -webkit-animation: introInner 0s ease 0.3s 1 normal forwards;
  animation: introInner 0s ease 0.3s 1 normal forwards;
}
.c-intro_inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.c-intro_inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
}
.c-intro_inner span {
  display: inline-block;
  padding: 0 8px 4px;
  font-size: 39px;
  font-weight: 700;
  border-bottom: 3px solid #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.c-intro_inner span sup {
  font-size: 12px;
  vertical-align: super;
}
.c-intro_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.22em;
}
.c-intro_textInner {
  display: block;
}
@-webkit-keyframes introHeading {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
@keyframes introHeading {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes introInner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes introInner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-modal {
  width: 72%;
  margin: 0 auto;
  padding: 3vh 3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.c-modal--size {
  width: 480px;
  padding: 0;
}
.c-modal--size .c-modal_close {
  width: 32px;
  height: 32px;
  top: 8px;
  right: 8px;
}
.c-modal--gallery {
  width: 85%;
  max-height: 680px;
  height: 48vw;
  padding: 3vh 7vw 3vh 3vw;
}
.c-modal.is-view {
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
.c-modal_heading {
  padding: 0 0 12px;
}
.c-modal_heading span {
  font-size: 3vw;
  opacity: 1;
}
.c-modal_wrap {
  width: 100%;
}
.c-modal_cont {
  width: 100%;
  position: relative;
}
.c-modal_pic {
  width: 100%;
}
.c-modal_box {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 78%;
}
.c-modal_text {
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 2.1;
}
.c-modal_close,
.c-modal_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-modal_close {
  width: 4vw;
  height: 4vw;
  background-color: #000;
  border: 2px solid #000;
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  z-index: 1;
  cursor: pointer;
}
.c-modal_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal_close:after,
.c-modal_close:before {
  content: "";
  width: 75%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.c-modal_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal_gallery {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-modal_galleryPic {
  width: 56%;
  margin: 0 32px 0 0;
}
.c-modal_galleryBox p {
  font-size: 16px;
  color: #000;
}
.c-modalOverlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9998;
  opacity: 0;
  pointer-events: none;
}
.c-modalOverlay.is-view {
  z-index: 9998;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.c-sns {
  padding: 0 0 80px;
  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;
}
.c-sns_list + .c-sns_list {
  margin: 0 0 0 40px;
}
.c-sns_list--insta {
  width: 40px;
}
.c-sns_list--twitter {
  width: 38px;
}
.c-sns_list--facebook {
  width: 20px;
}
.c-sns_link {
  width: 100%;
  display: block;
  position: relative;
}
.c-sns_link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
.HotBanner{
  padding: 5%;
}
.p-detail {
  width: 100%;
  padding: 3.5% 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.p-detail:before {
  width: 0;
  background-color: #f0c1bf;
  z-index: -1;
}
.p-detail:after,
.p-detail:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail:after {
  width: 100%;
  background-color: #f7e0df;
  z-index: -2;
}
.p-detail.is-animated:before {
  width: 34%;
}
.p-detail_cont {
  width: 100%;
  margin: 0 auto;
}
.p-detail_box,
.p-detail_pic {
  width: 48%;
}
.p-detail_heading {
  width: auto;
  margin: 0 0 7%;
}
.p-detail_heading span {
  white-space: nowrap;
  background-color: #fff;
}
.p-detail_heading span + span {
  margin: 16px 0 0;
}
.p-detail_text {
  font-size: 16px;
  line-height: 2;
}
.p-feature {
  padding: 5.6% 0 4%;
}
.p-feature_heading {
  margin: 0 0 4%;
  display: inline-block;
}
.p-feature_headingInner + .p-feature_headingInner {
  margin: 16px 0 0;
}
.p-feature_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-feature_note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.p-feature_wrap {
  width: 90%;
  margin: 0 auto;
}
.p-feature_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.p-feature_cont--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-feature_cont--right {
  margin: 120px 0 0;
  padding: 0 0 0 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-feature_cont--right:after {
  content: "";
  width: 8px;
  height: 85%;
  background: url(../images/feature_line02.svg) no-repeat 50%;
  background-size: contain;
  position: absolute;
  top: -45%;
  left: 91%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-feature_box {
  width: 65%;
}
.p-feature_box,
.p-feature_ico {
  position: relative;
  z-index: 1;
}
.p-feature_ico:before {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../images/feature_ico.svg) no-repeat 50%;
  background-size: contain;
  position: absolute;
  top: -7px;
  right: calc(100% + 6px);
  z-index: 2;
}
.p-feature_pic--right {
  width: 57%;
}
.p-feature_pic--right:before {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/feature_line01.svg) no-repeat 50%;
  background-size: contain;
  top: 34%;
  left: -6.5%;
}
.p-feature_pic--left,
.p-feature_pic--right:before {
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-feature_pic--left {
  width: 112%;
  top: 54%;
  left: -60%;
}
.p-feature_thumb {
  width: 26%;
  position: absolute;
  bottom: -4%;
  right: 7%;
  z-index: 2;
}
.p-feature_cap {
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
}
.p-hero,
.p-hero_cont {
  position: relative;
  z-index: 1;
}
.p-hero_cont {
  width: 100%;
  height: 100%;
}
.p-hero_logo {
  width: 13%;
  position: absolute;
  top: 87.5%;
  left: 83%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-hero_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.p-hero_scrollItem {
  width: 20px;
  height: 80px;
}
.p-hero_scrollItem span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #41475d;
  border-bottom: 1px solid #41475d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-hero_scrollItem span:first-of-type {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.p-hero_scrollItem span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.p-hero_scrollItem span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-hero_scrollText {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #41475d;
}
@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-movie {
  width: 100%;
  padding: 5.6% 0 8.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6dc3c;
}
.p-movie_heading {
  color: #fff;
}
.p-movie_cont {
  width: 90%;
  margin: 0 auto;
}
.p-movie_cont iframe {
  width: 100%;
}
.p-product {
  padding: 9% 0;
}
.p-product,
.p-product_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.p-product_wrap {
  margin: 0 auto;
  padding: 180px 5% 4%;
  position: relative;
  border: 3px solid #000;
}
.p-product_inner {
  width: 100%;
  margin: 0 auto;
}
.p-product_heading {
  width: 17%;
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -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;
  position: absolute;
  top: -28px;
  left: 5%;
}
.p-product_heading span {
  display: block;
  color: #fff;
}
.p-product_headingMain {
  margin: 0 0 16px;
  padding: 0 0 16px;
  display: block;
  font-size: 23px;
  position: relative;
}
.p-product_headingMain:after {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-product_headingSub {
  font-size: 18px;
}
.p-product_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-product_box {
  width: 100%;
}
.p-product_box--size36,
.p-product_box--size48 {
  width: 39%;
}
.p-product_box--size60 {
  width: 19%;
}
.p-product_boxInner {
  width: 100%;
}
.p-product_pic {
  margin: 0 auto;
}
.p-product_pic--size36 img {
  width: 64%;
}
.p-product_pic--size48 img {
  width: 62%;
}
.p-product_pic--size60 img {
  width: 95%;
}
.p-product_info {
  padding: 12px 0 0;
  text-align: center;
}
.p-product_lead {
  width: 100%;
  margin: 0 0 4px;
  padding: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px dotted #000;
}
.p-product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.p-product_note {
  padding: 12px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
.p-product_detail {
  margin: 20px 0 0;
}
.p-product_table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  border-top: 1px solid #000;
}
.p-product_table tr {
  border-bottom: 1px solid #000;
}
.p-product_table th {
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}
.p-product_table th:first-child {
  background-color: #e6e6e6;
}
.p-product_table td {
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-product_table td:first-child,
.p-scene {
  background-color: #e6e6e6;
}
.p-scene {
  width: 100%;
  padding: 0 0 5%;
}
.p-scene_cont {
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.p-scene_box,
.p-scene_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-scene_box {
  width: 50%;
  padding: 3.6% 1.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-scene_box--start {
  display: block;
}
.p-scene_box--foot {
  padding: 6% 1.8% 3%;
  justify-content: flex-start;
}
.p-scene_pic {
  width: 64%;
  margin: 0 auto 5.8%;
}
.p-scene_lead {
  margin: 0 0 3%;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-scene_text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.p-type {
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.p-type.is-blue {
  background-color: #186cbd;
}
.p-type_cont {
  width: 100%;
  padding: 5.6% 12%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.p-type_box {
  width: 50%;
}
.p-typeIntro {
  padding: 0 0 52px;
}
.p-typeIntro_heading {
  margin: 0 0 28px;
}
.p-typeIntro_text {
  font-weight: 700;
}
.p-typeBox + .p-typeBox {
  margin: 36px 0 0;
}
.p-typeBox_name {
  width: 90px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #000;
}
.p-typeBox_name,
.p-typeSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-typeSize {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-typeSize_list {
  width: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-typeSize_list + .p-typeSize_list {
  margin: 0 0 0 9%;
}
.p-typeSize_list.is-disabled {
  pointer-events: none;
  opacity: 0;
}
.p-typeSize_list.is-disabled:after {
  opacity: 1;
}
.p-typeColor {
  width: 83%;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-typeColor,
.p-typeColor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-typeColor_list {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.p-typeColor_list.is-colorSelected .p-typeColor_ico:after {
  opacity: 1;
}
.p-typeColor_ico {
  width: 44px;
  height: 44px;
  margin: 0 0 12px;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.p-typeColor_ico:after {
  content: "";
  width: 52px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.p-typeColor_ico--black {
  background-color: #1e1e28;
}
.p-typeColor_ico--pink {
  background-color: #f0c1bf;
}
.p-typeColor_ico--blue {
  background-color: #186cbd;
}
.p-typeColor_ico--gray {
  background-color: #e6e6e6;
}
.p-typeColor_ico--apple {
  background-color: #acd7cd;
}
.p-typeColor_ico--lemon {
  background-color: #e6dc3c;
}
.p-typeColor_ico--orange {
  background-color: #ec7a3c;
}
.p-typeColor_ico--khaki {
  background-color: #316d35;
}
.p-typeColor_text {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-align: center;
}
.p-typeItem {
  width: 100%;
  height: 100%;
}
.p-typeItem,
.p-typeItem_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-typeItem_main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-typeItem_mainInner {
  height: 100%;
}
.p-typeItem_sub {
  width: 90px;
}
.p-typeItem_cont {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-typeItem_list {
  width: 100%;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #c9caca;
  border-radius: 50%;
}
.p-typeItem_list:first-child {
  background-size: 20% !important;
}
.p-typeItem_list:nth-of-type(2) {
  background-size: 93% !important;
  background-position: 70% 285% !important;
}
.p-typeItem_list:nth-of-type(3) {
  background-size: 93% !important;
  background-position: 50% -120% !important;
}
.p-typeItem_list + .p-typeItem_list {
  margin: 20% 0 0;
}
.p-typeItem_list.is-thumbSelected {
  border-color: #000;
}
.p-typeItem.is-black.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/black/bottle_black_360_01.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/black/bottle_black_360_02.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/black/bottle_black_360_03.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/black/bottle_black_480_01.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/black/bottle_black_480_02.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/black/bottle_black_480_03.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/black/bottle_black_600_01.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/black/bottle_black_600_02.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/black/bottle_black_600_03.png) no-repeat 50%;
}
.p-typeItem.is-black.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/black/bottle_black_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/pink/bottle_pink_360_01.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/pink/bottle_pink_360_02.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/pink/bottle_pink_360_03.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/pink/bottle_pink_480_01.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/pink/bottle_pink_480_02.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/pink/bottle_pink_480_03.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/pink/bottle_pink_600_01.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/pink/bottle_pink_600_02.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/pink/bottle_pink_600_03.png) no-repeat 50%;
}
.p-typeItem.is-pink.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-pink.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/pink/bottle_pink_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/blue/bottle_blue_360_01.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/blue/bottle_blue_360_02.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/blue/bottle_blue_360_03.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/blue/bottle_blue_480_01.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/blue/bottle_blue_480_02.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/blue/bottle_blue_480_03.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/blue/bottle_blue_600_01.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/blue/bottle_blue_600_02.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/blue/bottle_blue_600_03.png) no-repeat 50%;
}
.p-typeItem.is-blue.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-blue.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/blue/bottle_blue_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/gray/bottle_gray_360_01.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/gray/bottle_gray_360_02.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/gray/bottle_gray_360_03.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/gray/bottle_gray_480_01.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/gray/bottle_gray_480_02.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/gray/bottle_gray_480_03.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/gray/bottle_gray_600_01.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/gray/bottle_gray_600_02.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/gray/bottle_gray_600_03.png) no-repeat 50%;
}
.p-typeItem.is-gray.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-gray.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/gray/bottle_gray_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/apple/bottle_apple_360_01.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/apple/bottle_apple_360_02.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/apple/bottle_apple_360_03.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/apple/bottle_apple_480_01.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/apple/bottle_apple_480_02.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/apple/bottle_apple_480_03.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/apple/bottle_apple_600_01.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/apple/bottle_apple_600_02.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/apple/bottle_apple_600_03.png) no-repeat 50%;
}
.p-typeItem.is-apple.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-apple.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/apple/bottle_apple_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/lemon/bottle_lemon_360_01.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/lemon/bottle_lemon_360_02.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/lemon/bottle_lemon_360_03.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/lemon/bottle_lemon_480_01.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/lemon/bottle_lemon_480_02.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/lemon/bottle_lemon_480_03.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/lemon/bottle_lemon_600_01.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/lemon/bottle_lemon_600_02.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/lemon/bottle_lemon_600_03.png) no-repeat 50%;
}
.p-typeItem.is-lemon.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-lemon.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/lemon/bottle_lemon_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/orange/bottle_orange_360_01.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/orange/bottle_orange_360_02.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/orange/bottle_orange_360_03.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/orange/bottle_orange_480_01.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/orange/bottle_orange_480_02.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/orange/bottle_orange_480_03.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/orange/bottle_orange_600_01.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/orange/bottle_orange_600_02.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/orange/bottle_orange_600_03.png) no-repeat 50%;
}
.p-typeItem.is-orange.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-orange.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/orange/bottle_orange_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size360 .p-typeItem_list:first-of-type {
  background: url(../images/type/khaki/bottle_khaki_360_01.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size360 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/khaki/bottle_khaki_360_02.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size360 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/khaki/bottle_khaki_360_03.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size360.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_360_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size360.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_360_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size360.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_360_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size480 .p-typeItem_list:first-of-type {
  background: url(../images/type/khaki/bottle_khaki_480_01.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size480 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/khaki/bottle_khaki_480_02.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size480 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/khaki/bottle_khaki_480_03.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size480.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_480_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size480.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_480_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size480.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_480_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size600 .p-typeItem_list:first-of-type {
  background: url(../images/type/khaki/bottle_khaki_600_01.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size600 .p-typeItem_list:nth-of-type(2) {
  background: url(../images/type/khaki/bottle_khaki_600_02.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size600 .p-typeItem_list:nth-of-type(3) {
  background: url(../images/type/khaki/bottle_khaki_600_03.png) no-repeat 50%;
}
.p-typeItem.is-khaki.is-size600.is-thumb01 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_600_01.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size600.is-thumb02 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_600_02.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-khaki.is-size600.is-thumb03 .p-typeItem_mainInner {
  background: url(../images/type/khaki/bottle_khaki_600_03.png) no-repeat 50%;
  background-size: contain;
}
.p-typeItem.is-black .p-typeItem_list.is-thumbSelected {
  border-color: #1e1e28;
}
.p-typeItem.is-pink .p-typeItem_list.is-thumbSelected {
  border-color: #f0c1bf;
}
.p-typeItem.is-blue .p-typeItem_list.is-thumbSelected {
  border-color: #186cbd;
}
.p-typeItem.is-gray .p-typeItem_list.is-thumbSelected {
  border-color: #aaa;
}
.p-typeItem.is-apple .p-typeItem_list.is-thumbSelected {
  border-color: #acd7cd;
}
.p-typeItem.is-lemon .p-typeItem_list.is-thumbSelected {
  border-color: #e6dc3c;
}
.p-typeItem.is-orange .p-typeItem_list.is-thumbSelected {
  border-color: #ec7a3c;
}
.p-typeItem.is-khaki .p-typeItem_list.is-thumbSelected {
  border-color: #316d35;
}
.p-typeItem.is-thumb01 .p-typeItem_mainInner {
  width: 39%;
}
.p-typeItem.is-thumb02 .p-typeItem_mainInner,
.p-typeItem.is-thumb03 .p-typeItem_mainInner {
  width: 95%;
}
.p-typeBack {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.p-typeBack_cont {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-typeBack_box,
.p-typeBack_box--apple,
.p-typeBack_box--black,
.p-typeBack_box--blue,
.p-typeBack_box--gray,
.p-typeBack_box--khaki,
.p-typeBack_box--lemon,
.p-typeBack_box--orange,
.p-typeBack_box--pink {
  width: 25%;
  height: 50%;
}
.p-typeBack_box--black {
  background-color: #1e1e28;
}
.p-typeBack_box--pink {
  background-color: #f0c1bf;
}
.p-typeBack_box--blue {
  background-color: #186cbd;
}
.p-typeBack_box--gray {
  background-color: #e6e6e6;
}
.p-typeBack_box--apple {
  background-color: #acd7cd;
}
.p-typeBack_box--lemon {
  background-color: #e6dc3c;
}
.p-typeBack_box--orange {
  background-color: #ec7a3c;
}
.p-typeBack_box--khaki {
  background-color: #316d35;
}
.p-use {
  padding: 5% 5% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-use:after,
.p-use:before {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.p-use:before {
  background-color: #186cbd;
  left: 0;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
}
.p-use:after,
.p-use:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-use:after {
  background-color: #ec7a3c;
  right: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.p-use.is-animated:after,
.p-use.is-animated:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.p-use_cont {
  background-color: #fff;
  position: relative;
}
.p-use_cont,
.p-use_intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-use_intro {
  padding: 7% 11% 0;
}
.p-use_heading,
.p-use_heading--blue,
.p-use_heading--orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.p-use_heading span + span {
  margin: 16px 0 0;
}
.p-use_headingInner--blue {
  color: #fff;
  background-color: #186cbd;
}
.p-use_headingInner--blue span {
  border-bottom: none !important;
}
.p-use_headingInner--blue:before {
  background-color: #186cbd;
}
.p-use_headingInner--orange {
  color: #fff;
  background-color: #ec7a3c;
}
.p-use_headingInner--orange span {
  border-bottom: none !important;
}
.p-use_headingInner--orange:before {
  background-color: #ec7a3c;
}
.p-use_lead,
.p-usePic_lead--cold,
.p-usePic_lead--hot {
  margin: 32px 0 0;
}
.p-use_text--cold, .p-use_text--hot {
  width: 72%;
  margin: 0 auto -2px;
}
.p-use_main {
  width: 45%;
  margin: 0 auto;
}
.p-usePic {
  width: 100%;
  margin: 5% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-usePic_box {
  width: 50%;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-usePic_lead--cold {
  width: 40%;
  margin: 7% 0 10%;
}
.p-usePic_lead--hot {
  width: 40%;
  margin: 7% 0 10%;
}
.p-useSp_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-useSp_box--cold {
  background-color: #186cbd;
}
.p-useSp_box--hot {
  background-color: #f0c1bf;
}
.p-useSp_pic,
.p-useSp_pic--cold,
.p-useSp_pic--hot {
  width: 70%;
  margin: -80px 0 0;
}
.p-useSp_pic--cold {
  margin-left: -12px;
}
.p-useSp_text {
  padding: 16px 0 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-useFeature {
  width: 100%;
  padding: 100px 0;
  background-color: #eef7f9;
}
.p-useFeature_cont {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-useFeature_cont + .p-useFeature_cont {
  margin: 60px auto 0;
}
.p-useFeature_pic,
.p-useFeature_pic--blue,
.p-useFeature_pic--pink {
  width: 35%;
  margin: 0 36px 0 0;
  position: relative;
  z-index: 1;
}
.p-useFeature_pic--blue:after,
.p-useFeature_pic--pink:after,
.p-useFeature_pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}
.p-useFeature_pic--pink:after {
  background-color: #f0c1bf;
}
.p-useFeature_pic--blue:after {
  background-color: #186cbd;
}
.p-useFeature_box {
  padding: 8px 0;
}
.p-useFeature_lead {
  padding: 0 0 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.p-useFeature_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.p-useNote {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-useNote,
.p-useNote_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-useNote_box {
  width: 50%;
  padding: 1% 1.8% 2.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-useNote_box:first-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-useNote_box:last-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-useNote_text {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.shopping_btn {
  width: 83%;
  max-width: 310px;
  margin: 40px 0 0;
  padding: 16px 32px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.12em;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient( linear, left top, right top, color-stop(50%, #000), color-stop(50%, #e5e5e5) );
  background-image: -o-linear-gradient(left, #000 50%, #e5e5e5 50%);
  background-image: linear-gradient(90deg, #000 50%, #e5e5e5 0);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-feature_btnInner {
  width: 20px;
  height: 2px;
  display: block;
  right: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-feature_btnInner,
.p-feature_btnInner:after {
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.p-feature_btnInner:after {
  content: "";
  width: 2px;
  height: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shopping_btn .p-feature_btnInner,
.shopping_btn .p-feature_btnInner:after {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.shopping_btn:hover {
  text-decoration: none;
  color: #000;
  background-position: -100% 0;
}
.shopping_btn:hover .p-feature_btnInner,
.shopping_btn:hover .p-feature_btnInner:after {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }
  #stalker,
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .l-nav {
    display: none;
  }
  .c-bnrSide {
    width: 24vw;
    height: 24vw;
    right: 1rem;
    bottom: 4rem;
  }
  .c-bnrSide_box {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #acd7cd;
    border-radius: 50%;
  }
  .c-bnrSide_link {
    padding: 0 0 1.2rem;
    background: none;
    border: none;
  }
  .c-bnrSide_name {
    font-size: 1rem;
  }
  .c-bnrWrap {
    width: 100%;
    margin: 0 auto 5rem;
    padding: 4rem 2rem 2rem;
  }
  .c-bnr_main {
    margin: 0 0 5rem;
  }
  .c-bnr_text {
    padding: 0 0 12px;
    font-size: 14px;
  }
  .c-bnr_cont {
    margin: 0 0 48px;
    display: block;
  }
  .c-bnr_contBox {
    width: 100%;
  }
  .c-bnr_contBox + .c-bnr_contBox {
    margin: 40px 0 0;
  }
  .c-heading {
    margin: 0 0 2rem;
    font-size: 2.2rem;
  }
  .c-intro_inner span {
    padding: 0 0.4rem 0.6rem;
    font-size: 1.7rem;
    border-bottom: 2px solid #000;
  }
  .c-intro_inner span sup {
    font-size: 0.7rem;
  }
  .c-intro_text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .c-modal {
    width: 95%;
    max-height: 80vh;
    padding: 28px 24px;
  }
  .c-modal--size {
    width: 85%;
    height: auto;
    padding: 0;
  }
  .c-modal--gallery {
    height: 80vh;
    padding: 60px 0 32px;
  }
  .c-modal--gallery .c-modal_close {
    right: 14px;
  }
  .c-modal_heading {
    padding: 0 0 24px;
    font-size: 20px;
  }
  .c-modal_wrap {
    height: 100%;
    overflow-y: scroll;
  }
  .c-modal_pic {
    width: 72%;
    margin: 0 auto;
  }
  .c-modal_box {
    width: 100%;
    display: block;
    position: static;
  }
  .c-modal_text {
    margin: 24px 0 0;
    padding: 0;
    font-size: 15px;
  }
  .c-modal_close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .c-modal_gallery {
    width: 96%;
    margin: 0 auto;
    padding: 0 4px;
    display: block;
    overflow-y: scroll;
  }
  .c-modal_gallery::-webkit-scrollbar {
    width: 7px;
  }
  .c-modal_gallery::-webkit-scrollbar-thumb {
    height: 14px;
    background-color: #000;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  }
  .c-modal_galleryPic {
    width: 100%;
    margin: 0 0 16px;
  }
  .c-modal_galleryBox p {
    font-size: 14px;
    line-height: 1.6;
  }
  .c-sns {
    margin: 0 auto;
    padding: 0 0 4rem;
  }
  .c-sns_list + .c-sns_list {
    margin: 0 0 0 11%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2px;
  }
  .p-detail {
    padding: 3rem 0;
  }
  .p-detail:before {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.5s ease 0.1s;
    -o-transition: height 0.5s ease 0.1s;
    transition: height 0.5s ease 0.1s;
  }
  .p-detail.is-animated:before {
    width: 100%;
    height: 35%;
  }
  .p-detail_cont {
    width: 100%;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-detail_pic {
    width: 100%;
  }
  .p-detail_box {
    width: 100%;
    margin: 2rem 0 0;
  }
  .p-detail_heading {
    margin: 0 0 1rem;
  }
  .p-detail_heading span + span {
    margin: 12px 0 0;
  }
  .p-detail_text,
  .p-feature_text {
    font-size: 1.1rem;
  }
  .p-feature_note {
    margin: 0.2rem 0 0;
    padding: 0 0 0 3.2rem;
    font-size: 0.9rem;
    /* white-space: nowrap; */
  }
  .p-feature_wrap {
    width: 100%;
    padding: 3rem 0;
  }
  .p-feature_cont {
    display: block;
  }
  .p-feature_cont--right {
    margin: 3rem 0 0;
    padding: 0;
  }
  .p-feature_cont--right:after {
    width: 4%;
    height: 130%;
    background: url(../images/feature_line02_sp.svg) no-repeat 50%;
    background-size: contain;
    top: -57%;
    left: 80%;
  }
  .p-feature_box {
    width: 100%;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-feature_ico:before {
    width: 15vw;
    height: 15vw;
    margin: 0 0 0.8rem;
    position: static;
    top: auto;
    right: auto;
    display: block;
  }
  .p-feature_pic--right {
    width: 100%;
    padding: 2rem 0 0;
  }
  .p-feature_pic--right:before {
    width: 48%;
    background: url(../images/feature_line01_sp.svg) no-repeat 50%;
    background-size: contain;
    top: 59%;
    left: 34%;
  }
  .p-feature_pic--left {
    display: none;
  }
  .p-feature_thumb {
    width: 32%;
    right: 5%;
    z-index: -1;
  }
  .p-feature_cap {
    font-size: 1rem;
    bottom: 0;
    left: 70%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-hero_cont {
    height: auto;
  }
  .p-hero_logo {
    width: 42%;
    top: 50%;
    left: 50%;
  }
  .p-hero_logo img {
    display: block;
  }
  .p-movie {
    padding: 3rem 2rem 4rem;
  }
  .p-movie_cont {
    width: 100%;
  }
  .p-movie_cont iframe {
    height: 15rem;
  }
  .p-product {
    padding: 0 2rem;
    background: none;
  }
  .p-product_wrap {
    margin: 60px 0;
    padding: 2rem 1rem;
  }
  .p-product_inner {
    width: 90%;
  }
  .p-product_heading {
    width: 55%;
    height: auto;
    margin: 0 auto 32px;
    padding: 3.5rem 0;
    position: static;
  }
  .p-product_headingMain {
    font-size: 20px;
  }
  .p-product_headingSub {
    font-size: 15px;
  }
  .p-product_cont {
    display: block;
  }
  .p-product_box {
    width: 100%;
  }
  .p-product_box + .p-product_box {
    margin: 40px 0 0;
  }
  .p-product_boxInner {
    display: block;
  }
  .p-product_pic {
    width: 100%;
    margin: 0 auto 0.8rem;
  }
  .p-product_pic img {
    margin: 0 auto;
  }
  .p-product_pic--size48 img {
    width: 64%;
  }
  .p-product_pic--size60 {
    padding: 0 4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-product_pic--size60 img {
    width: 50%;
  }
  .p-product_info {
    width: 100%;
    text-align: left;
  }
  .p-product_lead {
    font-size: 1.1rem;
  }
  .p-product_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .p-product_note {
    font-size: 10px;
  }
  .p-product_table {
    font-size: 11px;
  }
  .p-product_table td,
  .p-product_table th {
    padding: 8px 12px;
  }
  .p-scene {
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-scene_cont {
    display: block;
  }
  .p-scene_box {
    width: 100%;
    padding: 2.5rem 0;
  }
  .p-scene_box + .p-scene_box {
    border-top: 2px solid #fff;
  }
  .p-scene_pic {
    margin: 0 auto 2rem;
  }
  .p-scene_lead {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  .p-scene_text {
    font-size: 1.2rem;
  }
  .p-type {
    padding: 0 1rem;
  }
  .p-type_cont {
    padding: 0;
    display: block;
    position: relative;
  }
  .p-type_box {
    width: 100%;
  }
  .p-type_box:first-child {
    padding: 3rem 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .p-type_box:last-child {
    width: 44vw;
    margin: 0 auto;
    padding: 0 0 3rem;
  }
  .p-typeIntro {
    padding: 0;
    text-align: center;
  }
  .p-typeIntro_heading {
    width: auto;
    margin: 0 0 16px;
    display: inline-block;
  }
  .p-typeIntro_text {
    text-align: left;
  }
  .p-typeBox--size {
    width: 58px;
    left: 20px;
  }
  .p-typeBox--color,
  .p-typeBox--size {
    position: absolute;
    top: calc(100% + 24px);
    z-index: 2;
  }
  .p-typeBox--color {
    width: 35px;
    right: 48px;
  }
  .p-typeBox + .p-typeBox {
    margin: 0;
  }
  .p-typeBox_name {
    width: auto;
    height: auto;
    font-size: 13px;
    text-align: center;
    color: #000;
    background-color: #fff;
  }
  .p-typeSize {
    padding: 8px 0 0;
    display: block;
  }
  .p-typeSize_list {
    width: 100%;
    height: 58px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    overflow: hidden;
    border: 1px solid #000;
  }
  .p-typeSize_list + .p-typeSize_list {
    margin: 4px 0 0;
  }
  .p-typeSize_list svg {
    width: 100%;
  }
  .p-typeSize_list.is-sizeSelected {
    background-color: #000;
  }
  .p-typeSize_list.is-sizeSelected svg {
    fill: #fff;
  }
  .p-typeColor {
    width: 100%;
    display: block;
  }
  .p-typeColor_list {
    width: 100%;
  }
  .p-typeColor_list + .p-typeColor_list {
    margin: 0.5rem 0 0;
  }
  .p-typeColor_ico {
    width: 24px;
    height: 24px;
    margin: 0 0 10px;
  }
  .p-typeColor_ico:after {
    width: 30px;
    height: 30px;
  }
  .p-typeColor_text {
    display: none;
  }
  .p-typeItem {
    margin: 8rem 0 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .p-typeItem_main {
    width: 100%;
    height: 34.5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-typeItem_mainInner {
    background-position: bottom !important;
    position: relative;
    z-index: 1;
  }
  .p-typeItem_mainInner:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/ico_pinch.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    bottom: -24%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-typeItem_sub {
    width: 96vw;
    margin: 0 0 0 -26vw;
  }
  .p-typeItem_cont {
    margin: 6.5rem 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-typeItem_list {
    width: 20vw;
    height: 20vw;
  }
  .p-typeItem_list + .p-typeItem_list {
    margin: 0 0 0 2rem;
  }
  .p-typeBack_box,
  .p-typeBack_box--apple,
  .p-typeBack_box--black,
  .p-typeBack_box--blue,
  .p-typeBack_box--gray,
  .p-typeBack_box--khaki,
  .p-typeBack_box--lemon,
  .p-typeBack_box--orange,
  .p-typeBack_box--pink {
    width: 50%;
    height: 25%;
  }
  .p-use {
    padding: 3rem 2rem;
  }
  .p-use_intro {
    padding: 7% 11% 0;
  }
  .p-use_heading {
    text-align: center;
  }
  .p-use_heading--blue,
  .p-use_heading--orange {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-use_heading--blue {
    margin: 0 1% 0 2%;
  }
  .p-use_heading--orange {
    margin: 0 2% 0 1%;
  }
  .p-use_heading--blue span,
  .p-use_heading--orange span {
    padding: 0.3rem 0.2rem;
    font-size: 1.4rem;
  }
  .p-use_heading span + span {
    margin: 12px 0 0;
  }
  .p-use_lead,
  .p-usePic_lead--cold,
  .p-usePic_lead--hot {
    margin: 2rem auto;
    text-align: center;
  }
  .p-use_text--cold, .p-use_text--hot {
    width: 100%;
    height: 2.5rem;
  }
  .p-use_text--cold img, .p-use_text--hot img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .p-usePic {
    margin: 3rem 0 0;
  }
  .p-usePic_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-usePic_lead--cold {
    width: 100%;
    height: 7rem;
  }
  .p-usePic_lead--cold img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .p-usePic_lead--hot {
    width: 100%;
    height: 7rem;
  }
  .p-usePic_lead--hot img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .p-useSp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-useFeature {
    padding: 4rem 0;
  }
  .p-useFeature_cont {
    width: 90%;
    display: block;
  }
  .p-useFeature_cont + .p-useFeature_cont {
    margin: 3rem auto 0;
  }
  .p-useFeature_pic,
  .p-useFeature_pic--blue,
  .p-useFeature_pic--pink {
    width: 100%;
    margin: 0 0 1rem;
  }
  .p-useFeature_pic--blue:after,
  .p-useFeature_pic--pink:after,
  .p-useFeature_pic:after {
    bottom: -8px;
    left: -8px;
  }
  .p-useFeature_box {
    width: 100%;
  }
  .p-useFeature_lead {
    padding: 0 0 1rem;
    font-size: 2rem;
  }
  .p-useFeature_text {
    font-size: 1.2rem;
  }
  .p-useNote_box {
    padding: 1rem;
  }
  .shopping_btn {
    max-width: 220px;
    margin: 40px auto 0;
    padding: 8px 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  /* main {
    min-width: 960px;
  } */
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
  .l-nav_link .l-nav_linkInner:after {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-nav_link:hover {
    color: #fff;
  }
  .l-nav_link:hover .l-nav_linkInner:after {
    opacity: 1;
  }
  .l-nav_close {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-nav_close:hover {
    opacity: 0.7;
  }
  .c-bnrSide_box.is-close .c-bnrSide_arrow:before {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-bnrSide_box.is-close .c-bnrSide_arrow:hover:before {
    opacity: 0.3;
  }
  .c-bnrSide_link:after {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-bnrSide_link:hover {
    text-decoration: none;
  }
  .c-bnrSide_link:hover:after {
    opacity: 0.3;
  }
  .c-bnrWrap {
    max-width: 1000px;
  }
  .c-bnr_link:after {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-bnr_link:hover:after {
    opacity: 0.3;
  }
  .c-bnr_contBox {
    max-width: 390px;
  }
  .c-bnr_contBox + .c-bnr_contBox {
    margin: 0 0 0 5%;
    padding: 0 0 0 5%;
    border-left: 1px solid #000;
  }
  .c-modal {
    min-width: 680px;
  }
  .c-modal--size {
    min-width: 480px;
  }
  .c-modal_box {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-modal_close,
  .c-modal_close:after,
  .c-modal_close:before {
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-modal_close:hover {
    background-color: #fff;
  }
  .c-modal_close:hover:after,
  .c-modal_close:hover:before {
    background-color: #000;
  }
  .c-modal_galleryPic {
    max-width: 600px;
  }
  .c-modal_galleryBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    height: 100%;
    overflow-y: scroll;
  }
  .c-modal_galleryBox::-webkit-scrollbar {
    width: 7px;
    height: 28px;
  }
  .c-modal_galleryBox::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  }
  .c-sns_link:after {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-sns_link:hover:after {
    opacity: 0.3;
  }
  .p-detail:before {
    -webkit-transition: width 0.5s ease 0.1s;
    -o-transition: width 0.5s ease 0.1s;
    transition: width 0.5s ease 0.1s;
  }
  .p-detail_cont {
    max-width: 1080px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-detail_pic {
    max-width: 484px;
    margin: 0 20px 0 0;
  }
  
  .p-feature_wrap {
    max-width: 923px;
  }
  .p-feature_cont--right:after {
    max-width: 261px;
  }
  .p-feature_pic--right {
    max-width: 520px;
    position: absolute;
    top: 66%;
    left: 75%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-feature_pic--right:before {
    max-width: 261px;
  }
  .p-feature_pic--left {
    max-width: 625px;
  }
  .p-feature_thumb {
    max-width: 140px;
  }
  .p-feature_cap {
    right: 100%;
    bottom: -8%;
  }
  .p-hero_logo {
    max-width: 186px;
  }
  .p-hero_scroll {
    display: none;
  }
  .p-movie_cont {
    max-width: 990px;
  }
  .p-movie_cont iframe {
    height: 550px;
  }
  .p-product_wrap {
    max-width: 1140px;
  }
  .p-product_heading {
    max-width: 190px;
  }
  .p-product_box--size36,
  .p-product_box--size48 {
    max-width: 375px;
  }
  .p-product_box--size60 {
    max-width: 187px;
  }
  .p-product_pic {
    height: 20vw;
    max-height: 300px;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }
  .p-product_pic img {
    margin: 0 auto;
  }
  .p-product_pic--size36 img {
    max-width: 238px;
  }
  .p-product_pic--size48 img {
    max-width: 230px;
  }
  .p-product_pic--size60 img {
    max-width: 175px;
  }
  .p-product_list.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-product_table td:last-child,
  .p-product_table td:nth-of-type(3),
  .p-product_table th:last-child,
  .p-product_table th:nth-of-type(3) {
    border-left: 1px solid #000;
  }
  .p-scene_cont {
    max-width: 1020px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-scene_cont:before {
    content: "";
    width: 3px;
    height: 93%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-scene_box:nth-child(n + 3) {
    border-top: 3px solid #fff;
  }
  .p-scene_pic {
    max-width: 310px;
  }
  .p-typeIntro_heading {
    width: 100%;
    max-width: 960px;
    white-space: nowrap;
  }
  .p-typeSize_list .cls-1 {
    -webkit-transition: stroke 0.3s ease;
    -o-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
  .p-typeSize_list.is-sizeSelected .cls-1,
  .p-typeSize_list:hover .cls-1 {
    stroke: #000;
  }
  .p-typeSize_list--size360 svg {
    height: 108px;
  }
  .p-typeSize_list--size480 svg {
    height: 128px;
  }
  .p-typeSize_list--size600 svg {
    height: 147px;
  }
  .p-typeColor {
    margin: 0 0 0 -3%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-typeColor_list:nth-child(n + 5) {
    margin: 5% 0 0;
  }
  .p-typeColor_list .p-typeColor_ico:after {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-typeColor_list:hover .p-typeColor_ico:after {
    opacity: 1;
  }
  .p-typeItem_main {
    margin: 0 0 -11%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
  }
  .p-typeItem_list {
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  .p-typeItem_list:hover {
    border-color: #000;
  }
  .p-typeItem.is-black .p-typeItem_list:hover {
    border-color: #1e1e28 !important;
  }
  .p-typeItem.is-pink .p-typeItem_list:hover {
    border-color: #f0c1bf !important;
  }
  .p-typeItem.is-blue .p-typeItem_list:hover {
    border-color: #186cbd !important;
  }
  .p-typeItem.is-gray .p-typeItem_list:hover {
    border-color: #aaa !important;
  }
  .p-typeItem.is-apple .p-typeItem_list:hover {
    border-color: #acd7cd !important;
  }
  .p-typeItem.is-lemon .p-typeItem_list:hover {
    border-color: #e6dc3c !important;
  }
  .p-typeItem.is-orange .p-typeItem_list:hover {
    border-color: #ec7a3c !important;
  }
  .p-typeItem.is-khaki .p-typeItem_list:hover {
    border-color: #316d35 !important;
  }
  .p-typeItem.is-thumb01 .p-typeItem_mainInner {
    max-width: 153px;
  }
  .p-typeItem.is-thumb02 .p-typeItem_mainInner,
  .p-typeItem.is-thumb03 .p-typeItem_mainInner {
    max-width: 360px;
  }
  .p-use_heading--blue {
    padding: 0 3% 0 6%;
  }
  .p-use_heading--orange {
    padding: 0 6% 0 3%;
  }
  .p-use_text--cold, .p-use_text--hot {
    max-width: 465px;
  }
  .p-usePic_lead--cold,
  .p-usePic_lead--hot {
    max-width: 265px;
  }
  .p-useSp {
    display: none;
  }
  .p-useFeature_cont {
    max-width: 860px;
  }
  .p-useFeature_pic,
  .p-useFeature_pic--blue,
  .p-useFeature_pic--pink {
    max-width: 312px;
  }
  .p-useFeature_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  /* .l-nav_list {
    width: 12%;
  } */
  .l-nav_link {
    font-size: 11px;
  }
  .l-nav_close:after,
  .l-nav_close:before {
    width: 18px;
  }
  .p-feature {
    padding: 11.6% 0 4%;
  }
  .p-feature_ico:before {
    top: -70px;
    left: 0;
  }
  .p-product_list {
    font-size: 10px;
  }
  .p-scene_lead {
    font-size: 28px;
  }
  .p-scene_text {
    font-size: 14px;
  }
  .p-use_heading--blue span,
  .p-use_heading--orange span {
    font-size: 32px;
  }
  .p-useNote_box {
    padding: 1% 1% 1.5%;
  }
  .p-useNote_text {
    font-size: 10px;
  }
  .p-product {
    padding: 9% 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-heading {
    font-size: 52px;
  }
  .c-intro_inner span {
    font-size: 32px;
  }
  .p-detail_text,
  .p-feature_text {
    font-size: 14px;
  }
  .p-feature_cont--right {
    padding: 0;
  }
  .p-feature_thumb {
    width: 22%;
    bottom: -4%;
    right: 8%;
  }
  
  .p-movie_cont iframe {
    height: 450px;
  }
  .p-useFeature_lead {
    font-size: 32px;
  }
  .p-type_cont {
    padding: 5.6% 5%;
  }
}
@media screen and (min-width: 1440px) {
  .c-modal_heading {
    font-size: 44px;
  }
  .c-modal_text {
    font-size: 19px;
  }
  .c-modal_close {
    width: 53px;
    height: 53px;
    top: 21px;
    right: 21px;
  }
}
