@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap");
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
.note {
  font-size: 2vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 300;
  margin-top: 1.333vw;
}
.gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 3.4vw;
}
.right {
  text-align: right;
}
.blue_txt {
  color: #9CBDE5;
}
.picture_center {
  display: flex;
  justify-content: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  width: 100%;
  background-color: #FFFFFF;
  color: #666666;
  font-weight: 500;
  font-size: 4.267vw;
  line-height: 1.875;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  font-optical-sizing: auto;
  letter-spacing: 0;
}
b, strong {
  font-weight: 600;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
  user-select: none;
}
sup {
  position: relative;
  top: -0.1em;
  margin: 0 0.02em 0 0;
  font-size: 0.45em;
  letter-spacing: 0;
  vertical-align: top;
}
.fade-stay {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fade-stay.is-show {
  opacity: 1;
}
.fade-in {
  -webkit-transform: translate3d(0, 10vh, 0);
  transform: translate3d(0, 10vh, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fade-in.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fade-up {
  -webkit-transform: translateY(-30vh);
  transform: translateY(-30vh);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fade-up.is-show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.fade-up-02 {
  -webkit-transform: translateY(-80vh);
  transform: translateY(-80vh);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fade-up-02.is-show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.fade-right {
  -webkit-transform: translateX(10vw);
  transform: translateX(10vw);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fade-right.is-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.fade-left {
  -webkit-transform: translateX(-10vw);
  transform: translateX(-10vw);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fade-left.is-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.page {
  width: 100%;
  overflow: hidden;
}
.sec {
  position: relative;
}
.base-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
.base-ttl__en {
  position: relative;
  font-size: 6.4vw;
}
. /*base-ttl__en::before, .base-ttl__en::after {
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  width: 5.333vw;
  height: 1px;
  background-color: #666666;
  content: "";
}*/
.base-ttl__en::before {
  left: -8vw;
}
.base-ttl__en::after {
  right: -8vw;
}
.base-ttl__ja {
  font-size: 2.933vw;
}
.base-ttl.--making {
  margin-top: 21.333vw;
}
.concept {
  font-weight: 600;
  text-align: center;
}
.concept__bg {
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/concept_bg.webp);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 168.26vw;
}
.no-webp .concept__bg {
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/concept_bg.jpg");
}
.concept__in {
  position: relative;
  margin: 0 auto;
}
.concept .concept_text_01{
    width: 80vw;
    position: absolute;
    top: 12vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.concept .concept_text_02{
    width: 80vw;
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.offer {
  padding: 10vw 0;
  overflow: hidden;
  position: relative;
  background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/offer_bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-webp .offer {
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/offer_bg.jpg");
}
.offer__in {
  width: 94vw;
  margin: 0 auto;
}
.offer_img img {
    width: 30vw;
	margin: 10vw 0 9vw 37vw;
}
.offer .no1 {
    position: absolute;
    width: 30vw;
    top: 50vw;
    left: 6vw;
}
.offer_price img {
    margin: 0 3vw 3vw;
    width: 88vw;
}
.offer_btn, .offer_normal_btn{
    width: 88vw;
    display: block;
    margin: 0 auto;
    background: #1f1f1f;
    border: 1px solid #fff;
    transition: color 0.3s ease;
    position: relative;
    padding: 6vw;
  overflow: hidden;
}

.offer .btn-inner {
    position: relative;
    display: flex
;
    align-items: center;
    /* gap: 8px; */
    z-index: 10;
    /* width: 88vw; */
    justify-content: flex-end;
}
.offer .btn-text-wrapper {
    width: 30vw;
    position: relative;
    margin-right: 12vw;
}
.offer .btn-text.black {
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0;
}
.offer .btn-arrow-wrapper {
    width: 11vw;
    position: relative;
}
.offer .btn-arrow.black {
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0;
}
/*.offer_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.4s ease;
  z-index: 1;
}*/



.offer_normal_box{
	position: relative;
}
.offer_normal {
    margin: 3vw;
    width: 88vw;
}
.offer_normal_btn {
    position: absolute;
    bottom: 3vw;
    right: 0;
    left: 0;
    width: 80vw;
    margin: 0 auto;
}
.offer_normal_btn{
    background: #474747;
	padding: 4vw;
}
.offer_normal_btn .btn-text-wrapper {
    width: 27vw;
    position: relative;
    margin-right: 14vw
;
}
.offer_normal_btn .btn-arrow-wrapper {
    width: 7vw

;
    position: relative;
}
.offer_note{
    width: 88vw;
    margin: 0 auto;
}
.produts-offer {
  margin: 8.333vw 0;
  padding: 1vw 0 18.333vw;
  background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/prodcuts_bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-webp .produts-offer {
  background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/prodcuts_bg.jpg);
}
.produts-offer .produts {
  background: transparent;
  margin: 0;
  padding-bottom: 0vw;
}
.produts-offer .offer {
  background: transparent;
  margin: 0;
}


.message__in {
  width: 100vw;
}
.message {
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/message_01_bg.webp);
    padding: 6.667vw 0 12vw;
    background-size: 100vw;
}
.no-webp .message {
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/message_01_bg.jpg);
}
.message_ttl_02 {
    width: 11vw;
}
.message .swiper {
    padding-top: 5vw;
}
.message p{
	padding: 5vw 3vw;
}



.tvcm {
    z-index: 1;
    position: relative;
    padding: 12vw 0 19vw;
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/tvcm_bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-webp .tvcm {
  background-image: url("tvcm_bg.jpg");
}
.tvcm__in {
  position: relative;
}
.tvcm .base-ttl {
  width: 24vw;
  margin: 0 auto;
}
.tvcm__movie__items {
    width: 90vw;
    margin: 7vw auto 0;
}
.tvcm__movie__items + .tvcm__movie__items {
  margin-top: 9.333vw;
}
.tvcm__movie__modal {
  display: block;
  position: relative;
  cursor: pointer;
}
.tvcm__movie__modal::before {
  display: block;
  position: absolute;
  bottom: 3.467vw;
  left: 3.467vw;
  width: 13.357vw;
  height: 14.373vw;
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/tvcm_start.svg");
  background-position: center;
  background-size: cover;
  content: "";
}

.detail{
    position: relative;
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/detail_bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15vw 6vw 25vw;
}
.no-webp .detail {
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/detail_bg.jpg");
}
.detail .base-ttl {
    margin-bottom: 15vw;
}
.detail .kodawari_box {
    background-color: #434343;
    padding: 0 6vw 6vw;
    margin-top: 28vw;
}
.detail .kodawari_box.kodawari01 {
    margin-top: 14vw;
}
.detail h3 {
    width: 44.33vw;
    top: -7vw;
	left: -5vw;
    position: relative;
}

.detail h4 {
    margin-bottom: 6vw
;
    margin-top: 2vw;
}
.detail h4+p {
    margin-bottom: 6vw;
}
.detail .img_list {
    display: flex;
    margin-bottom: 6vw;
}
.detail .img_list li {
    margin-right: 3vw;
	width: 23.5vw;
}
.detail .img_list li:last-of-type {
    margin-right: 0;;
}
.detail .big_img_list {
    display: block
;
}
.detail .big_img_list li:last-of-type {
    /* margin-left: -15vw; */
    /* bottom: -14vw; */
    position: relative;
    /*top: -29vw;*/
	    margin-top: -29vw;
    left: 35vw;
}
.slide-mask {
  width: 0;
  overflow: hidden;
  transition: width 0.8s ease;
}
.slide-mask.is-show{
  width: 38.5vw;
}
.slide-mask picture {
  display: block;
  width: 38.5vw;
}

.howto {
    background: #000;
    padding: 8vw 0 10vw;
}
.howto__in {
    width: 88vw;
    margin: 0 auto;
}
.howto .base-ttl{
    width: 49.2vw;
    margin: 0 auto;
}
.howto .howto_text {
    margin-top: 5vw;
}
.howto ul{
    margin-bottom: 10vw;
}
.howto li{
    margin-top: 5vw;
}



.series {
    padding: 10vw 3vw;
    background: #323232;
}
.series__list {
    padding: 12vw 6vw 6vw;
}
.series__items {
    padding-bottom: 10vw;
}
.series p.series_text {
    width: 70vw;
	margin: 3vw auto 0;
}
.series p.note {
    width: 70vw;
    margin-left: auto;
}

.info {
  position: relative;
  padding: 10.667vw 5vw 10.667vw;
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/info_bg_2507.webp");
}
.no-webp .info {
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/info_bg_2507.jpg");
}
.info .base-ttl {
    width: 60.66vw;
    margin: 0 auto 14vw;
}
.info picture img {
    padding-bottom: 5vw;
}

.instagram {
    background: #000000;
    background: linear-gradient(180deg, #000000 0%, #000000 27%, #292929 27%, #292929 46%, #000000 46%, #000000 100%);
}
.instagram__in {
  width: 100vw;
  padding: 15.667vw 0 15.667vw;
  color: #fff;
}
.instagram .base-ttl {
  width: 50.66vw;
  margin: 0 auto 8vw;
}
.instagram ul {
  display: flex;
  flex-wrap: wrap;
}
.instagram li {
  width: 50%;
}
.line-up {
  position: relative;
  min-height: 45.095vw;
  padding: 13.333vw 0;
  background: #343434;
}
.line-up .line-up-ico {
    width: 14vw;
    position: absolute;
    right: 3vw;
}

.line-up .base-ttl {
  width: 32.26vw;
  margin: 0 auto 12vw;
}
.line-up__txt01 {
  margin-top: 8vw;
  font-weight: 600;
  font-size: 3.733vw;
  text-align: center;
}
.line-up__txt01 span {
  color: #5B7C9D;
}
.line-up__step {
  width: 89.333vw;
  margin: 8vw auto 0;
  padding: 6.667vw 4vw 5.333vw;
  border: 1px solid #DDDDDD;
  border-radius: 1.6vw;
  background-color: #FFF;
}
.line-up__step__txt01 {
  position: relative;
  padding-left: 18.8vw;
  background-color: #F8F8F8;
  font-weight: 600;
  font-size: 3.733vw;
  line-height: 13.333vw;
}
.line-up__step__txt01__alpha {
  display: block;
  position: absolute;
  top: -1.333vw;
  left: 2.667vw;
  width: 14.933vw;
}
.line-up__step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8vw;
}
.line-up__step__items {
  width: 32vw;
}
.line-up__step__items + .line-up__step__items {
  margin-left: 12vw;
}
.line-up__step__label {
  width: 21.333vw;
  margin: 0 auto;
  border-radius: 6.667vw;
  background-color: #95B7DB;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 3.467vw;
  text-align: center;
}
.line-up__step__img {
  width: 100%;
  margin-top: 4vw;
}
.line-up__step__txt02 {
  margin-top: 2.667vw;
  font-size: 3.733vw;
}
.line-up__step__note {
  margin-top: 4vw;
  font-size: 2.933vw;
  text-align: right;
}
.line-up__prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3vw;
  margin: 3vw;
}
.line-up__prod__items {
  position: relative;
  padding-bottom: 7vw;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 50%;
  padding: 8vw 6vw 4vw;
}
.line-up__prod__items:nth-of-type(odd) {
  border-left: 1px solid #CCCCCC;
}
.line-up__prod__items {
  position: relative;
  padding-bottom: 7vw;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 50%;
  padding: 4vw;
  color: #fff;
}
.line-up__prod__items:nth-child(1), .line-up__prod__items:nth-child(2) {
  border-top: 1px solid #CCCCCC;
}
.line-up__prod__items:nth-child(n+3) {
  padding-top: 2.667vw;
}
.line-up__prod__label {
  display: inline-block;
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid;
  margin-bottom: 0.4em;
  font-size: 2.6vw;
}
.line-up__prod__name {
  margin-bottom: 0.4em;
  font-size:3.2vw;
  line-height: 1.55;
  text-align: center;
  min-height: 3.4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-up__prod__name .small {
  font-size:2.4vw;
}
.line-up__prod__price {
  font-size: 2.6vw;
  text-align: center;
  margin-bottom: 0.4em;
}
.line-up__prod__price span {
  font-size: 2.6vw;
}
.line-up__prod__btn {
  display: block;
  text-align: center;
  border: 1px solid #595959;
  position: relative;
  font-size: 2.93vw;
}
.line-up__prod__btn:after {
  content: "";
  background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/btn_arrow.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  background-size: contain;
  position: absolute;
  left: 9vw;
  top: 33%;
  transition: all 0.2s;
}
.line-up__prod__btn:hover:after {
  right: 15px;
}
.line-up__txt02 {
  margin-top: 16vw;
  font-weight: 600;
  font-size: 4.267vw;
  text-align: center;
}
.line-up__line {
  display: block;
  width: 89.333vw;
  margin: -5.333vw auto 0;
}
.line-up__btn {
  display: block;
  width: 89.333vw;
  margin: 4vw auto 0;
  border: 1px solid #AAAAAA;
  border-radius: 13.333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50.25%, #fefefe), to(#e2e2e2));
  background: -webkit-linear-gradient(#fff 0%, #fefefe 50.25%, #e2e2e2 100%);
  background: linear-gradient(#fff 0%, #fefefe 50.25%, #e2e2e2 100%);
  font-weight: 600;
  font-size: 4.267vw;
  line-height: 13.333vw;
  text-align: center;
}
.qa {
    padding: 10.667vw 0 14.333vw;
    background: #000000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "メイリオ", sans-serif;
    font-weight: 300;
    font-size: 3.4vw;
}
.qa .base-ttl {
    width: 18vw;
    margin: 0 auto 6vw;
}
.qa__in {
  width: 89.333vw;
  margin: 0 auto;
}
.qa__list {
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
.qa__list:first-of-type {
  border-top: 1px solid #fff;
}
.qa__head {
  position: relative;
  padding: 3.267vw 5vw 3.267vw 0;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
}
.qa__head span {
  font-size: 5vw;
  margin-right: 2vw;
}
.qa__head::before, .qa__head::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 1px;
  height: 1em;
  background-color: #FFF;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.qa__head::after {
  transform: rotate(90deg);
}
.qa__head.is-active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qa__body {
  display: none;
  padding: 2.667vw 4vw 8vw;
  line-height: 1.6;
  color: #fff;
}
.qa__body span {
  display: block;
  margin-top: 1em;
}
.qa__body a {
  color: #5B7C9D;
  text-decoration: underline;
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9.333vw 0 5.333vw;
  background-color: #262626;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.footer__logo {
  width: 38.696vw;
}
.footer__logo img {
  width: 100%;
}
.footer__sns {
  margin-top: 3vw;
  text-align: center;
}
.footer__sns__txt {
  font-size: 4.8vw;
}
.footer__sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4vw;
}
.footer__sns__items {
  width: 13.333vw;
}
.footer__sns__items + .footer__sns__items {
  margin-left: 8vw;
}
.footer__sns__items a {
  display: block;
}
.footer__sns__items img {
  width: 100%;
}
.footer__btn {
  display: block;
  width: 80vw;
  margin-top: 17.333vw;
  border: 1px solid #CCCCCC;
  border-radius: 13.867vw;
  background-color: #FFFFFF;
  font-size: 4vw;
  line-height: 13.867vw;
  text-align: center;
}
.footer__copy {
  margin-top: 6.733vw;
  font-weight: 500;
  font-size: 2.667vw;
  text-align: center;
  color: #fff;
}
/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  z-index: 1;
  position: relative;
  padding: 0;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  content: "";
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper--custom {
  position: relative;
  overflow: visible;
}
.swiper--custom .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5.333vw;
}
.swiper--custom .swiper-pagination-bullet {
  display: block;
  width: 2.667vw;
  height: 2.667vw;
  margin: 0 2vw;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.36s;
  transition: background-color 0.36s;
}
.swiper--custom .swiper-pagination-bullet-active {
  background-color: #CCCCCC;
}
.swiper--custom .swiper-button-prev, .swiper--custom .swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 36%;
  width: 6vw;
  height: 6vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.36s;
  transition: opacity 0.36s;
}
.swiper--custom .swiper-button-prev {
  left: 1.536vw;
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/slider_arrow_prev.png");
}
.swiper--custom .swiper-button-next {
  right: 1.536vw;
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/slider_arrow_next.png");
}
.swiper--custom .swiper-button-prev.swiper-button-disabled, .swiper--custom .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.video-modal {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.video-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91.733vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.video-modal__iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-modal__iframe iframe, .video-modal__iframe object, .video-modal__iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal__close {
  display: block;
  position: absolute;
  top: 6.667vw;
  right: 6.667vw;
  width: 8vw;
  cursor: pointer;
}
.video-modal__close img {
  width: 100%;
}
video#myVideo {
  width: 100%;
}
@media all and (min-width: 768px) {
  body {
    font-size: 1.171vw;
  }
  .sp {
    display: none;
  }
  .note {
    font-size: 0.7vw;
  }
  .gothic {
    font-size: 0.74vw;
  }
  .fade-up {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .hover-opacity {
    -webkit-transition: opacity 0.36s;
    transition: opacity 0.36s;
  }
  .hover-opacity:hover {
    opacity: 0.8;
  }
  .base-ttl__en {
    font-size: 3.4vw;
  }
  .base-ttl__en::before, .base-ttl__en::after {
    width: 2.05vw;
  }
  .base-ttl__en::before {
    left: -3.66vw;
  }
  .base-ttl__en::after {
    right: -3.66vw;
  }
  .base-ttl__ja {
    font-size: 1.025vw;
  }
  .base-ttl.--making {
    margin-top: 6.589vw;
  }
  h1.fv img {
    width: 100%;
  }
  h3 {
    font-size: 1.25vw;
  }
.concept__bg {
        height: 40.375vw;
        background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/concept_bg_pc.webp);
        padding: 0;
    }
  .no-webp .concept__bg {
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/concept_bg_pc.jpg");
  }
.concept .concept_text_01{
    width: 37.4vw;
    position: absolute;
    top: 18vw;
        left: 40vw;
    right: auto;
    margin: 0 auto;
}
.concept .concept_text_02{
    width: 37.4vw;
    position: absolute;
    top: 21vw;
        left: 40vw;
    right: auto;
    margin: 0 auto;
}
.concept .concept_text_02.fade-stay {
transition-delay: 0.5s;
}

	

  .offer {
    padding: 5.928vw 0 5.928vw;
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/offer_bg_pc.webp");
  }
  .no-webp .offer {
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/offer_bg_pc.jpg");
  }
.offer__in {
        width: 58.12vw;
    margin: 0 auto;
}
    .offer .flex {
        display: flex
;
        padding: 3vw;
	position: relative;
    }
.flex_left {
        width: 23.39vw;
        padding: 0 4vw
;
    }
.flex_right {
    width: 29.2vw;
}
.offer_price img {
    padding-bottom: 2.6vw;
}
.offer h2.base-ttl {
    padding-bottom: 2.08vw;
}
    .offer_img img {
        width: 15.62vw;
        margin: 0;
        z-index: 2;
        position: relative;
    }
	.offer_price{
		padding-bottom: 2.08vw;
	}
.offer .no1 {
        position: absolute;
        width: 7.87vw;
        top: -1vw;
        left: 1vw;
    }	.offer_price img {
    margin: 0;
    width: 29.2vw;
}
.offer_btn {
        width: 29.2vw;
        display: block;
        margin: 0 auto;
        padding: 2vw;
    }

.offer .btn-text-wrapper {
    width: 10vw;
    margin-right: 4vw
;
}
.offer .btn-arrow-wrapper {
    width: 4vw;
}
	.offer_note{
		width: 58.12vw;
		margin-top: 2vw;
	}
.offer_btn:hover::before,.offer_normal_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.offer_btn::before,.offer_normal_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
z-index: 1;
}
.btn-text.white,
.btn-arrow.white {
  transition: opacity 0.3s ease;
}
.offer_btn:hover .btn-text.black,
.offer_btn:hover .btn-arrow.black,
.offer_normal_btn:hover .btn-text.black,
.offer_normal_btn:hover .btn-arrow.black{
  opacity: 1;
}

.offer_btn:hover .btn-text.white,
.offer_btn:hover .btn-arrow.white,
.offer_normal_btn:hover .btn-text.white,
.offer_normal_btn:hover .btn-arrow.white{
  opacity: 0;
}
    .offer_normal{
        width: 58.12vw;
		margin: 0;
    }
    .offer_normal_btn {
        position: absolute;
        bottom: 1.5vw;
        right: 3vw;
        left: auto;
        width: 
29.2vw
;
        margin: 0 auto;
    }
.offer_normal_btn{
    background: #474747;
	padding: 2vw;
}


	
	.message h2 img{
		width: 42.86vw;
	}
    .message {
        background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/message_01_bg_pc.webp);
        padding: 0;
        padding: 8vw 0 8vw;
        background-size: 100vw;
        position: relative;
 
    }
.no-webp .message {
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/message_01_bg_pc.jpg);
}
.message .base-ttl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.message_ttl_01 {
    width: 15.46vw;
	display: block;
}
.message_ttl_02 {
    width: 2.93vw;
	display: block;
}
.message_ttl_03 {
    width: 
36.26vw;
	display: block;
}
.message_01_img {
        position: relative;
        width: 74.375vw;
        padding: 0;
        margin: 0 auto;
    }
    .message_01_text01 {
        width: 11.66vw;
    }
    .message_01_text02 img {
        padding: 0;
    }

	.message p{
    padding: 0;
	padding-top: 3vw;
	}
.message p img {

	width: 46.06vw;
	margin: 0 auto;
}

.swiper--custom .swiper-button-prev, .swiper--custom .swiper-button-next {
    width: 2vw;
    height: 2vw;
	top: 27vw;
}

.swiper--custom .swiper-button-prev {
    left: 14.536vw;
}
.swiper--custom .swiper-button-next {
    right: 14.536vw;
}

.detail {
    padding: 7.33vw 6vw 9vw;
    background-image: url(https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/detail_bg_pc.webp);
}
.no-webp .detail {
  background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/detail_bg_pc.jpg");
}

.detail .base-ttl {
    width: 30.26vw;
	margin: 0 auto;
}
	.detail__in{
		width: 80vw;
		margin: 0 auto;
	}
.detail .kodawari_box {
    width: 67.33vw;
    margin-left: auto;
	position: relative;
	margin-top: 10vw;
	    padding: 0 6vw 4vw;
}
.detail .kodawari_box_inner {
        width: 40.2vw;
        margin-left: auto;
 }
.detail .kodawari_box.kodawari01 {
    margin-top: 9.6vw;
}
.detail h3 {
    width: 14.33vw;
	top: -3vw;
	left: -9vw;
}
.detail h4 {
    margin-bottom: 2vw
;
    margin-top: 0;
}
.detail h4+p {
    margin-bottom: 2.66vw;
}

.detail .img_list {
    display: flex
;
    margin-bottom: 0;
    margin: 0 4vw;
}
.detail .img_list li {
    width: 8.5vw;
}
.detail .big_img_list {
    display: block
;
    position: absolute;
    top: -3vw;
    left: -12.5vw;
}
.slide-mask {
  width: 0;
  overflow: hidden;
  transition: width 0.8s ease;
}
.slide-mask.is-show{
  width: 22vw;
}
.slide-mask picture {
  display: block;
  width: 22vw;
}
    .detail .kodawari_box:nth-of-type(even) .big_img_list {
        top: -3vw;
        left: auto;
        right: auto;
    }



	.detail .kodawari_box:nth-of-type(even){
		        margin-left: 0;
		margin-right: auto;
	}
    .detail .kodawari_box:nth-of-type(even) .kodawari_box_inner {
		        margin-left: 0;
		margin-right: auto;
    }
    /*.detail .kodawari_box:nth-of-type(even) .big_img_list {
        top: -3vw;
		left: auto;
        right: -12.5vw;
    }*/
        .detail .kodawari_box:nth-of-type(even) .big_img_list {
        top: -3vw;
        left: 55.5vw
;
    }
    .detail .kodawari_box:nth-of-type(even) h3 {
        width: 14.33vw;
        top: -3vw;
        left: auto;
        right: -27vw;
    }

    .detail .big_img_list li:last-of-type {
        position: relative;
        margin: 0;
        left: auto;
        right: -6vw;
        top: -6vw;
        bottom: auto;
    }

.howto {
    padding: 4vw 0 4.68vw;
}
	.howto h2 img{
		width: 45.5vw;
	}
.howto__in {
    width: 68.75vw;
    margin: 0 auto;
}
.howto .base-ttl{
    width: 20.8vw;
    margin: 0 auto;
}
.howto .howto_text {
	width: 48.53vw;
	margin: 0 auto;
    margin-top: 2vw;
}
.howto ul {
    display: flex;
	margin-bottom: 2.6vw;
	justify-content: space-between;
}
.howto li {
    margin-right: 4.42vw;
	margin-top: 2.6vw;
}	
.howto li:last-of-type {
    margin-right: 0;
}
.howto li img {
    width: 18.25vw;
}
.howto_04.pc {
    margin: 0 auto;
    width: 56.81vw;
    display: block;
}
	
.series {
    padding: 6.09vw 0;
}
	.series .base-ttl{
	width: 
33.75vw;
		margin: 0 auto;
	}
.series__in {
    width: 65vw;
    margin: 0 auto;
}
    .series__list {
        padding: 0;
        display: flex
;
        justify-content: space-around;
        margin: 2vw 0 4.68vw;
    }

.series__items {
    padding-bottom: 0;
}
	.series__items img{
		width: 21.87vw;
	}
.series p.series_text {
    width: 25.33vw;
    margin: 2vw auto 0;
}
.series p.note {
    width: 31.31vw;
    margin-left: auto;
}
	.series li:nth-of-type(2).is-show{
  transition-delay: 0.15s;
	}	
	.series li:nth-of-type(3).is-show{
  transition-delay: 0.3s;
	}
	.series li:nth-of-type(4).is-show{
  transition-delay: 0.45s;
	}

  .tvcm {
    padding: 8.092vw 0 6.857vw;
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/tvcm_bg_pc.webp");
  }
  .no-webp .tvcm {
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/tvcm_bg_pc.jpg");
  }
  .tvcm .base-ttl {
    width: 7.91vw;
    margin: 0 auto;
  }
  .tvcm .circle__txt {
    width:
      10.41vw;
    top: 12vw;
    left: 24vw;
  }
  .tvcm__movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tvcm__movie__items {
    width: 42.08vw;
	margin-top: 4vw;
  }
  .tvcm__movie__items + .tvcm__movie__items {
    margin-top: 0;
    margin-left: 13.177vw;
  }
  .tvcm__movie__modal::before {
    bottom: 0.952vw;
    left: 0.952vw;
    width: 4.404vw;
    height: 4.739vw;
  }
  .tvcm__movie__txt {
    font-size: 1.318vw;
  }

  .info {
    padding: 4.758vw 0 4.392vw;
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/info_bg_pc.webp");
	background-size: cover;
  }
  .no-webp .info {
    background-image: url("https://dbm-eth-xjz7cjrc.landinghub.site/image/cwp_bk_cm/info_bg_pc.jpg");
  }
	
	.info__in{
		width: 
68.125vw;
		margin: 0 auto;
	}
.info .base-ttl {
        width: 22.93vw
;
        margin: 0 auto;
    }
.info picture img {
    padding-bottom: 3vw;
}
    .info .info_text01 img {
        width: 34.375vw;
        margin: 0 auto;
        /* margin: 2vw auto; */
        padding: 5vw 0 2vw;
    }
	.info .info_text02{
		width: 47.93vw;
		margin: 0 auto;
	}
	.info .info_text03{
		width: 48.6vw;
		margin: 0 auto;
	}
	.info .info_text04 {
    width: 50vw;
    margin: 0 auto;
}

  .line-up {
    min-height: 54.173vw;
    padding: 4.758vw 0 5.857vw;
  }
  .line-up .base-ttl {
    width: 10.41vw;
    margin: 0 auto 4vw;
  }
  .line-up__txt01 {
    margin-top: 3.294vw;
    font-size: 1.171vw;
  }
  .line-up__step {
    width: 46.12vw;
    margin-top: 3.294vw;
    padding: 2.928vw 2.928vw 2.196vw;
    border-radius: 0.439vw;
  }
  .line-up__step__txt01 {
    padding-left: 12.372vw;
    font-size: 1.464vw;
    line-height: 4.758vw;
  }
  .line-up__step__txt01__alpha {
    top: -0.22vw;
    left: 6.003vw;
    width: 5.271vw;
  }
  .line-up__step__list {
    margin-top: 3.294vw;
  }
  .line-up__step__items {
    width: 17.57vw;
  }
  .line-up__step__items + .line-up__step__items {
    margin-left: 5.124vw;
  }
  .line-up__step__label {
    width: 10.249vw;
    border-radius: 2.196vw;
    font-size: 1.171vw;
  }
  .line-up__step__img {
    width: 14.641vw;
    margin-top: 1.83vw;
    margin-right: auto;
    margin-left: auto;
  }
  .line-up__step__txt02 {
    margin-top: 1.464vw;
    font-size: 1.171vw;
  }
  .line-up__step__note {
    margin-top: 1.83vw;
    font-size: 0.805vw;
  }
    .line-up__prod {
        width: 75vw;
        margin: 0 auto;
        margin-top: 4.392vw;
	justify-content: flex-start;
    }
    .line-up__prod__items {
        width: 18.7vw;
        padding: 2vw;
    }
  .line-up__prod__btn {
    font-size: 1.1vw;
  }
  .line-up__prod__btn:after {
    left: 3vw;
    top: 0.8vw;
  }
  .line-up__prod__items:nth-child(1), .line-up__prod__items:nth-child(2), .line-up__prod__items:nth-child(3), .line-up__prod__items:nth-child(4) {
    border-top: 1px solid #CCCCCC;
  }
.line-up__prod__items:nth-of-type(odd) {
    border-left: 0;
}
.line-up__prod__items:nth-child(4n+1) {
  border-left: 1px solid #CCCCCC;
}
  .line-up__prod__items:first-child::before {
    top: 9.444vw;
    right: -2.196vw;
    width: 1.963vw;
    height: 2.179vw;
  }
  .line-up__prod__items:nth-child(n+3) {
    margin-top: 0;
  }
  .line-up__prod__label {
    font-size: 0.8125vw;
  }
  .line-up__prod__name {
    font-size: 1.125vw;
  }
  .line-up__prod__price {
    font-size: 0.8125vw;
  }
  .line-up__prod__price span {
    font-size: 0.8vw;
  }
  .line-up__txt02 {
    margin-top: 5.124vw;
    font-size: 1.611vw;
  }
  .line-up__line {
    width: 46.852vw;
    margin-top: -0.366vw;
  }
  .line-up__btn {
    width: 40.264vw;
    margin-top: 1.098vw;
    border-radius: 6.076vw;
    font-size: 1.903vw;
    line-height: 6.076vw;
  }
.line-up .line-up-ico {
    width: 5vw;
    right: 2vw;
}
	
.instagram {
    background: #000000;
    background: linear-gradient(180deg, #000000 0%, #000000 37%, #292929 37%, #292929 75%
75%
, #000000 75%, #000000 100%);
}

  .instagram .base-ttl {
    width: 

17.9375vw;
    margin: 0 auto 5vw;
  }
  .instagram h2 + p {
    text-align: center;
    margin-bottom: 2vw;
  }
    .instagram__in {
        width: 66.25vw;
        padding: 5vw 0;
        margin: 0 auto;
    }
  .instagram li, .instagram li:nth-child(odd) {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
  }
  .instagram li:last-of-type {
    margin-right: 0;
  }
  .instagram li a:hover img {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
	.instagram li:nth-of-type(4).is-show{
  transition-delay: 0.15s;
	}	
	.instagram li:nth-of-type(5).is-show{
  transition-delay: 0.3s;
	}
	.instagram li:nth-of-type(8).is-show{
  transition-delay: 0.45s;
	}
	
  .qa {
    font-size: 1vw;
	padding: 5.72vw 0 5.20vw;
  }
  .qa .base-ttl {
    width:8.31vw;
    margin: 0 auto;
  }
  .qa__in {
    width: 75vw;
  }
  .qa__list {
    margin-top: 2.6vw;
  }
  .qa__list + .qa__list {
    margin-top: 0;
  }
  .qa__head {
    padding: 1.171vw 1.464vw;
    font-size: 1vw;
    display: flex;
    align-items: center;
  }
  .qa__head img {
    display: block;
    width: 4vw;
    margin-right: 1vw;
  }
  .qa__head span {
    font-size: 
1.5vw;
  }
  .qa__head::before, .qa__head::after {
    right: 3.25em;
    width: 1px;
    height: 2em;
  }
  .qa__body {
    padding: 0 2.928vw 1vw;
	font-size: 1vw;
  }
  .footer {
    padding: 2.562vw 0 1.464vw;
  }
  .footer__logo {
    width: 11.82vw;
  }
  .footer__sns {
    margin-top: 0.928vw;
  }
  .footer__sns__txt {
    font-size: 1.318vw;
  }
  .footer__sns__list {
    margin-top: 1.098vw;
  }
  .footer__sns__items {
    width: 
2.18vw;
  }
  .footer__sns__items + .footer__sns__items {
    margin-left: 1.196vw;
  }
  .footer__btn {
    width: 21.962vw;
    margin-top: 4.758vw;
    border-radius: 3.807vw;
    font-size: 1.098vw;
    line-height: 3.807vw;
  }
  .footer__copy {
    margin-top: 3.221vw;
    font-size: 0.732vw;
  }
  .swiper--custom .swiper-container {
    overflow: hidden;
  }
  .swiper--custom .swiper-pagination {
    margin-top: 5vw;
  }
  .swiper--custom .swiper-pagination-bullet {
    width: 0.952vw;
    height: 0.952vw;
    margin: 0 7.5px;
  }
  .video-modal__inner {
    width: 66%;
  }
  .video-modal__close {
    top: 40px;
    right: 40px;
    width: 40px;
  }
}
@media print {
  body {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */