@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');
/*** common.css ***/

.mb30{
	margin-bottom: 30px;
}

.mb_pc60_sp30{
	margin-bottom: 60px ;
}



html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1120px;
	font-family: "Noto Serif JP", serif;
}

section{
	padding: 90px 0;
}

h1, h2, h3, h4, h5, h6, p, a, span{
	color: #FCFCFC;
	font-family: "Noto Serif JP", serif;
}

h1, h2, h3, h4, h5, h6, p,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	text-shadow: 3px 3px 15px rgba(0, 0, 0, .6), 3px -3px 15px rgba(0, 0, 0, .6), -3px 3px 15px rgba(0, 0, 0, .6), -3px -3px 15px rgba(0, 0, 0, .6);
}

b{
	font-weight: bold;
}

h1{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	margin: 0 0 60px;
}

.pc_none{
	display: none;
}

.section--color-gladpink h2,
.section-conversion h2{
	color: #111;
}

.section--color-white h2,
.section--color-dotblue h2,
.section--color-lightblue h2{
	color: #FFB6B9;
}

.section--color-gray h2{
	color: #333;
}

h3{
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
}

h4{
	font-size: 24px;
	font-weight: 400;
}

h1 .midashi_big{
	font-size: 150%;
}

h2 .midashi_big{
	font-size: 135%;
}

p{
	font-size: 16px;
}

p.p_big{
	font-size: 150%;
}


p .body_big{
	display: block;
	font-size: 166%;
	font-weight: 700;
	margin: 0 0 20px;
}

a:link,a:visited{
	text-decoration:none;
}

.fs70{
	font-size: 70%;
}

.fs50{
	font-size: 50%;
}

.fs30{
	font-size: 30%;
}

.col-2 .col-2__item img,
.col-3 .col-3__item img,
.col-4 .col-4__item img,
.col-5 .col-5__item img{
	width: 100%;
	box-shadow: inset 3px 3px 5px 0 rgba(255, 255, 255, .3), inset -3px -3px 5px 0 rgba(0, 0, 0, .4), rgba(0, 0, 0, 1) 0px 25px 20px -20px;
}

.block--left img,
.block--right img{
	max-width: 100%;
	box-shadow: inset 3px 3px 5px 0 rgba(255, 255, 255, .3), inset -3px -3px 5px 0 rgba(0, 0, 0, .4), rgba(0, 0, 0, 1) 0px 25px 20px -20px;
}

ul.flow-img li {
	width: 1180px;
    float: left;
}

ul.flow-img--atelier li {
    width: 50%;
    float: left;
}

p.flow_arrow {
    text-align: center;
}

	.pc_movie{
	display: none;
}

.page-top{
	background: #222222  url("../img/common/top_arrow.png") no-repeat center top 10px;
	border-radius: 10px;
	bottom: 20px;
	height: 60px;
	opacity: .8;
	position: fixed;
	right: 20px;
	width: 60px;
	z-index: 10;
}

.page-top a{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
}

.page-top a i{
	font-size: 48px;
}

form .form__submit-button i{
	margin: 0 0 0 15px;
}


/*** animation ***/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.poyon {animation: poyon 1.5s linear forwards 0s 1;}
@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -50%); opacity: 0;}
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); opacity: 1;}
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
}

.chat_poyon {animation: chat_poyon .75s linear forwards 0s 1;}
@keyframes chat_poyon {
  0%   { transform: scale(0.9, 1.05) translate(0%, -1%); opacity: 0.9;}
  10%  { transform: scale(0.95, 1.0) translate(0%, -1%); }
  20%  { transform: scale(1.05, 0.95) translate(0%, 1%); }
  30%  { transform: scale(0.9, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.05) translate(0%, -1%); }
  50%  { transform: scale(0.95, 1.05) translate(0%, -0.5%); }
  60%  { transform: scale(1.0, 1.0) translate(0%, 1%); opacity: 1;}
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
}


.fadein{/*一旦アニメーションを解除*/
	opacity: 1;
	transform:scale(1) !important;
}

.fadein,
.fadein_onload {
  opacity: .1;
  transform: scale(0.95);
  transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.fadein.scrollin,
.fadein_onload.scrollin {
  opacity: 1;
  transform: scale(1);
}

.slidein_l{
	position: absolute;
	left: -960px;
	bottom:-60px;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slidein_l.slidein_left--on{
	left: -140px;
}

.slidein_r{
	position: absolute;
	right: -960px;
	bottom:-60px;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slidein_r.slidein_right--on{
	right: -200px;
}


.effect .fadein.col-3__item:nth-of-type(3n-1),
.effect .fadein_onload.col-3__item:nth-of-type(3n-1){
  -moz-transition-delay: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  -ms-transition-delay: .15s;
}

.effect .fadein.col-3__item:nth-of-type(3n),
.effect .fadein_onload.col-3__item:nth-of-type(3n){
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}

.effect .fadein.col-5__item:nth-of-type(5n-3){
  -moz-transition-delay: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  -ms-transition-delay: .15s;
}

.effect .fadein.col-5__item:nth-of-type(5n-2){
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}

.effect .fadein.col-5__item:nth-of-type(5n-1){
  -moz-transition-delay: .45s;
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  -ms-transition-delay: .45s;
}

.effect .fadein.col-5__item:nth-of-type(5n){
  -moz-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
}

/*** header ***/
header{
	box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
}

#header_block {
	padding: 0 10px;
	transition: .3s;
}

.header-logo {
	display: inline-block;
	float: left;
	position: fixed;
}

.hum_menu{
	width: 80px;
	height: 80px;
	cursor: pointer;
	position: fixed;
	right: 0
	/*float: right;
	position: relative;*/
}

.hum_menu span{
	content:"";
	display: block;
	background-color: #FCFCFC;
	width: 50px;
	height: 5px;
	position: absolute;
    left: 15px;
    top: 30px;
	box-shadow:0 0 10px 2px rgba(255,255,255,.4);
}

.hum_menu span:nth-of-type(2){
	top: 45px;
}

/*パンクズ*/

div#block_outer_pankuzu {
	width: 960px;
	border-top: solid 1px rgba(255, 255, 255, .1);
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    display: block;
    margin: 0 auto 45px;
}

ul#pan {
    color: #fcfcfc;
    font-size: 12px;
    margin: 6px 0 !important;
}

ul#pan a {
	background: url(../img/common/pan.png) no-repeat center right 9px;
    padding-right: 30px;
    text-decoration: underline;
}

ul#pan li {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
}

/*パンクズここまで*/

footer{
	color: #FCFCFC;
	background-color: #333;
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: cover;
}

footer .container{
	margin: 0 auto;
	padding: 90px 30px 190px;
	box-sizing: border-box;
}

footer .order_btn{
	margin-bottom: 90px;
}

.footer_banner{
	width: 740px;
	margin:0 auto;
}

.footer_banner img{
	float: left;
	transition: all .3s;
}

.footer_banner img:hover{
	opacity: .7;
}

#footer .footer_banner p{
	background: rgba(0, 0, 0, .3);
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
    padding: 60px 30px;
}

span.side{
	border:1px solid rgba(255,255,255,.3);
	display: inline-block;
	font-size: 22px;
	padding: 15px;
	margin-bottom: 30px;
}

#footer .company_name{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}

ul.footerContentOuter.footer_menu_4 {
	width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 60px 0 90px;
    text-align: center;
}

ul.footerContentOuter.footer_menu_4 li{
    flex: 1;
}

div#footer_menu{
	background: url(../img/common/bg.jpg);
	box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, .3);
	padding: 0 5% 60px;
}

div#footer_menu ul li a{
	transition: all .3s;
}


div#footer_menu ul li a:before {
    display: block;
    content: "";
    background: rgba(255, 255, 255, .2);
    width: 90px;
    height: 2px;
    top: 36px;
    left: calc(50% - 45px);
    position: relative;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .65), 0 2px 0 0 rgba(255, 255, 255, 0.15);
}

div#footer_menu ul li a:after {
    display: block;
    content: "";
    background: rgba(255, 255, 255, .2);
    width: 90px;
    height: 2px;
    bottom: 36px;
    left: calc(50% - 45px);
    position: relative;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .65), 0 2px 0 0 rgba(255, 255, 255, 0.15);
}

#pagetop{
	position: absolute;
    right: 90px;
}

#pagetop a{
	width: 50px;
	height: 50px;
	background: #423628 url(../img/common/backtop.png) no-repeat center center;
	box-shadow: inset 1px 1px rgba(255, 255, 255, .1), inset -1px -1px rgba(0, 0, 0, .2), rgba(0, 0, 0, .8) 0px 25px 20px -20px;
	display: inline-block;
    transition: all .3s;
}

p.company_name{
	text-align: center;
	margin-bottom: 0 !important;
}

.company_name a{
	color:#FCFCFC;
	padding: 5px;
	transition: all .3s;
}

#pagetop a:hover,
.company_name a:hover,
div#footer_menu ul li a:hover{
	opacity: 0.7;
}

.company_name a span{
    font-size: 12px;
}

.main_contents{
	background-color: #222;
	position: relative;
    z-index: 0;
}

.container{
	width: 90%;
	max-width: 1280px;
}

.middle_block{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.section-wrapper {
	padding: 90px 0;
	box-sizing: border-box;
}

.order_btn{
	width: 710px;
    padding: 50px;;
    box-sizing: border-box;
    background-color: #731414;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .3), inset -3px -2px 2px 0 rgba(0, 0, 0, .4), rgba(0, 0, 0, 1) 0px 25px 20px -20px;
    display: block;
    color: #FCFCFC;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    transition: all .3s;
}

.order_btn:hover {
	background: #423628;
    box-shadow: none;
}

.btn_small{
	width: 240px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #731414;
	color: #FCFCFC;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	box-shadow: inset 1px 1px rgba(255,255,255,.1), inset -1px -1px rgba(0,0,0,.2), rgba(0, 0, 0, .8) 0px 25px 20px -20px;
    transition: all .3s;
}

#goods_list a.btn_small {
	display: block;
    margin: 0 auto;
}

div#goods_list ul.col-3.middle_block.clearfix.effect {
    margin-bottom: 30px;
}

.btn_small:hover, .big_btn:hover, input[type="submit"]:hover {
    background: #423628;
    box-shadow: none;
}

/*** #section-mainimg ***/
#body-top .section-mainimg{
	width: 100%;
	height: 60vw;
	background-image: url(../img/top/main_img.jpg);
	background-size: cover;
	position:fixed;
	z-index: -1;
    top: 0;
    left: 0;
}

#body-top .section-mainimg h1{
	width: 13.67vw;
	height: 8.67vw;
	display: block;
	position: fixed;
	top:30vw;
	left:50%;
	transform:translate(-50%, -50%);
}

#body-top .section-mainimg h1 img{
	width: 100%;
	height: auto;
}

#body-top .main_contents{
	margin-top: 60vw;
}

#body-sub .mainimg__block h1 {
    color: #FCFCFC;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 100px;
    position: relative;
    text-align: center;
    z-index: 0;
}

/*** .section-intro ***/
.section-wrapper.section-intro{
	background-image: url(../img/top/top_intro_bg.jpg);
	background-position: center top;
	background-size: cover;
	padding: 340px 0 90px;
}

.section-wrapper.section-intro h2{
	margin-bottom: 310px;
}

.section-wrapper.section-intro p{

	text-align: center;
	text-shadow: 3px 3px 15px rgba(0,0,0,.6),3px -3px 15px rgba(0,0,0,.6),-3px 3px 15px rgba(0,0,0,.6),-3px -3px 15px rgba(0,0,0,.6);
}

/*** .section-style ***/
#body-top .section-wrapper.section-style{
	background-image: url(../img/top/top_style_bg.jpg);
	background-position: top -150px center;
}

.message{
	margin-bottom: 90px;
}

.section-wrapper.section-style h2{
    margin-bottom: 545px;
}

.section-wrapper.section-style .col-3__item h3{
	text-align: center;
	margin-bottom: 15px;
	line-height: 0.75;
}

.section-wrapper.section-style p.p_big {
	font-size: 14px;
    margin-bottom: 60px;
    text-align: right;
    opacity: .6;
    letter-spacing: .9rem;
}

.section-wrapper.section-style .col-3__item .img_over_text{
	width: 100%;
	color: #FCFCFC;
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    font-size: 12px;
    letter-spacing: .9rem;
    text-align: center;
}

#body-sub .section-wrapper.section-style .col-3__item .img_over_text {
    margin-bottom: 0;
}

#body-sub div#goods_list {
    margin-bottom: 120px;
}


/*** .section-order_btn ***/
.section-wrapper.section-order_btn{
	background: url(../img/common/bg.jpg);
}

#body-top .section-wrapper.section-order_btn .order_btn{
	margin-bottom: 60px;
}

.section-wrapper.section-order_btn h2{
	margin-bottom: 0;
}

/*** .section-top_movie ***/
.section-wrapper.section-top_movie{
	height: 480px;
	background-image: url(../img/top/top_movie_bg.gif);
    background-position: center top;
}


/*** 下層ページ ***/
#body-sub h1{
	line-height: 170%;
	margin-bottom: 45px;
}

#body-sub h2{
	width: 960px;
	text-align: center;
	font-size: 32px;
	margin: 0 auto 90px;
	line-height: 1;
	letter-spacing: .05em;
	border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    box-shadow: inset 0 -1px 0 0 #000, 0 -1px 0 0 #000;
    padding: 20px 0;
}

#body-sub.page_gothic .main_contents,
#body-sub.page_minimal .main_contents{
    background: url(../img/common/bg.jpg);
    background-size: contain;
}

#body-sub.page_gothic .main_contents .recommend,
#body-sub.page_minimal .main_contents .recommend{
	padding-bottom: 120px;
}

#body-sub.page_classic .main_contents{
	background-image: url(../img/classic/classic_mainbg.jpg);
    background-size: cover;
}

.page_product h3{
	margin-bottom: 30px;
}

.page_product h4{
	margin-bottom: 75px;
}

.page_product p{
	line-height: 180%;
	margin-bottom: 45px;
}

.product_block{
	margin-bottom: 60px;
}


/*** .section-lily ***/
.section-wrapper.section-lily{
	background-image: url(../img/gothic/gothic_lily_bg.jpg);
    background-position: top 30px center;
    background-repeat: no-repeat;
}

ul.col-5.style_list.clearfix.effect{
	padding-left: 0;
}

/*** .section--order-tribal ***/

#section-tribal{
	background-position: top -350px center;
}

.section-wrapper.section-order-tribal{
    background-position: center center;
}

#section-tribal{
	background-image: url(../img/gothic/gothic_tribal_bg.jpg);
    background-repeat: no-repeat;
}

/*** .section-order-feather ***/
#section-feather{
	background-position: top -320px center;
}

#section-feather{
	background-image: url(../img/gothic/gothic_feather_bg.jpg);
    background-repeat: no-repeat;
}


/*** .section-classic ***/
.section-wrapper.section-classic{
	background-image: url(../img/classic/classic_bg.jpg);
    background-position: center top 120px;
    background-repeat: no-repeat;
}


/*** .section-minimal ***/
.section-wrapper.section-minimal{
	background-image: url(../img/minimal/minimal_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}


#section-lily .block--right,
#section-tribal .block--right,
#section-feather .block--right,
#section-classic .block--right,
#section-minimal .block--right{
	text-align: center;
}

/*** .section-atelier ***/
.col-5__item.fadein1,
.col-5__item.fadein1 img{
	width: 100%;
	height: 400px;
	margin: 0 auto 60px;
	filter: brightness(70%);
}

.flow-img--atelier {
    width: 960px;
    margin: 0 auto 120px;
}

.flow-img--atelier img {
    width: 100%;
}

/*** .section-flow ***/

ul.flow-img{
	height: 2452px;
	background: url(../img/flow/flow_day.png) no-repeat;
	padding: 0 0 120px 90px;
}

#section-cartflow ul.flow-img{
	background: none;
	padding: 0;
}


li.flow-movie {
    width: 560px;
    margin: 0 auto;
}

/*** 選択している作品・お客様情報入力 ***/


#section-orderlily,
section#section-orderlily .block--right,
#section-order-tribal,
section#section-order-tribal .block--right,
#section-order-feather,
section#section-order-feather .block--right,
#section-order-classic,
section#section-order-classic .block--righ,
#section-order-minimal,
section#section-order-minimal .block--rightt{
    padding-bottom: 0;
}

#section-orderlily .product_block,
#section-order-tribal .product_block,
#section-order-feather .product_block,
#section-order-classic .product_block,
#section-order-minimal .product_block  {
    margin: 0 auto;
}

#section-orderlily ul.flow-img,
#section-order-tribal ul.flow-img,
#section-order-feather ul.flow-img,
#section-order-classic ul.flow-img,
#section-order-minimal ul.flow-img{
	height: auto;
	background: none;
	padding: 0;
}

section#section-orderlily ul.check-img img,
section#section-order-tribal ul.check-img img,
section#section-order-feather ul.check-img img,
section#section-order-classic ul.check-img img,
section#section-order-minimal ul.check-img img{
    width: 420px;
}

#section-cartflow ul.flow-img li.col-5__item.fadein.scrollin:first-of-type:before{
	content: "済";
	position: absolute;
	background-color: rgba(0,0,0, .7);
	font-family: "Noto Serif JP", serif;
	top: -30px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	color: #fff;
	line-height: 10;
	text-align: center;
}

#section-cartflow ul.flow-img li.col-5__item.fadein.scrollin:first-of-type:after{
	content: "";
	position: absolute;
	width: 55px;
	height: 49px;
	background: url(../img/common/check.png) no-repeat;
	top : 25%;
	left: calc(50% - 27.5px);
}


/*** .section-qa ***/
#section-qa {
	width: 960px;
    margin: 0 auto;
}

section#section-qa li.col-5__item.fadein.scrollin span {
    display: inline-block;
}

h3.q {
    font-size: 24px;
}

ul.qa-img h3{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    box-shadow: inset 0 -1px 0 0 #333;
    font-size: 20px;
    padding: 0 0 15px 0;
    letter-spacing: .3rem;
}

ul.qa-img h3 span{
	border-right: solid 1px #fff;
	padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}

ul.qa-img p {
    font-size: 16px;
}

#section-qa li.col-5__item.fadein.scrollin{
	border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 0 3px 0 #000;
	padding: 45px;
}

#section-qa li.col-5__item.fadein.scrollin{
	margin-bottom: 45px;
}

section#section-kit li.col-5__item.fadein.scrollin p:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.qa-img p{
	margin-bottom: 0;
}

/*** .section-voice ***/

ul.voice-img--voice {
    width: 960px;
    margin: 0 auto;
}

ul.voice-img--voice li{
	width: 45%;
    padding: 15px !important;
    float: left;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 0 3px 0 #000;
    margin: 0 2.5% 45px;
    box-sizing: border-box;
}

ul.voice-img--voice li img{
	width: 100%;
	margin-bottom: 20px;
}

p.voice {
    width: 960px;
    margin: 0 auto 45px;
    text-align: center;
}

p.voice2 {
    margin-bottom: 20px;
}

p.voice3 {
    font-size: 14px;
    margin-bottom: 15px;
}

/*#section-check*/

#section-check ul.check-img{
	width: auto;
	padding: 0;
	margin: 0;
}

#section-check ul.check-img img {
    width: 280px;
    margin-bottom: 60px;
}

#section-check .block--right{
	float: none;
	padding: 0;
}



/*** .section-cart ***/

#section-cart {
    padding: 90px 0 600px;
}

p.title {
    margin: 0;
    display: inline-block;
    padding-right: 15px;
}


p.price {
	display: inline-block;
    font-size: 32px;
    margin-bottom: 0;
}

.main_price p{
	font-size: 24px;
	text-decoration: line-through;
}

p.caption {
    font-size: 16px;
    line-height: 180%;
}

/*** .section-form ***/

p.small {
    text-shadow: none;
    color: #333;
    font-size: 14px;
    font-family: unset;
    margin-bottom: 0;
}

#section-contact .btn_small{
	display: block;
	font-family: "Noto Serif JP", serif;
	margin: 0 auto;
	cursor: pointer;
}

section#section-contact input[type="submit"] {
    margin-bottom: 90px;
}


/*** .section-check ***/

ul.check-img {
    width: 960px;
    margin: 0 auto;
}

ul.check-img li {
    width: 52%;
    float: left;
}

.ec-form__explain {
    width: 960px;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 0 3px 0 #000;
    padding: 60px;
    box-sizing: border-box;
    margin: 0 auto;
}

p#apm-itemDelivery {
    margin-bottom: 0;
}

.check_style{
	text-align: right;
}

/*** .ec_thanks-check ***/

p.thankstext {
    text-align: center;
}

section#section-thanks p.thankstext {
	width: 960px;
    margin: 0 auto 90px;
    text-align: left;
}

.recommend {
    width: 960px;
    margin: 0 auto;
}

.recommend img {
    width: 32%;
    margin-bottom: 10px;
    box-shadow: inset 3px 3px 5px 0 rgba(255, 255, 255, .3), inset -3px -3px 5px 0 rgba(0, 0, 0, .4), rgba(0, 0, 0, 1) 0px 25px 20px -20px;
    transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.recommend img:hover{
	box-shadow: none;
	filter: brightness(50%);
}

.recommend p {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 90px;
}

.recommend h4 {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    box-shadow: inset 0 -1px 0 0 #000, 0 -1px 0 0 #000;
    display: inline-block;
    margin: 0 auto;
    width: 960px;
    padding: 20px;
}

/*** .section-privacy ***/


.privacy {
    width: 960px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto 120px;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 0 3px 0 #000;
    padding: 30px;
}

.privacy h4{
	margin-bottom: 15px;
}

/*** .section-company ***/

dl.company-img {
    width: 525px;
    margin: 0 auto 120px;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, .6), 3px -3px 15px rgba(0, 0, 0, .6), -3px 3px 15px rgba(0, 0, 0, .6), -3px -3px 15px rgba(0, 0, 0, .6);
    color: #FCFCFC;
}

dt,dd{
	font-family: "Noto Serif JP", serif;
}

dt {
    float: left;
    font-size: 18px;
    font-weight: bold;
}

dd {
    padding: 0 0 15px 185px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px rgba(255, 255, 255, .08);
}

#section-company li.col-5__item.fadein.scrollin {
	width: 960px;
    margin: 0 auto 150px;
}

#section-company .block--right{
	width: 35%;
}

#section_inquiry {
	width: 960px;
	border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 0 3px 0 #000;
    padding: 60px 0;
    margin: 0 auto 60px;
    text-align: center;
}

#section_inquiry p {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
}

#section_inquiry p.tel {
    font-size: 64px;
    position: relative;
}

p.tel img {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .6), 3px -3px 15px rgba(0, 0, 0, .6), -3px 3px 15px rgba(0, 0, 0, .6), -3px -3px 15px rgba(0, 0, 0, .6);
    margin-right: 15px;
}

#section_inquiry p.time,
#section_inquiry p.inform {
    font-size: 18px;
    margin-bottom: 45px;
}

.big_btn{
	width: 360px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #731414;
    box-shadow: inset 1px 1px rgba(255, 255, 255, .1), inset -1px -1px rgba(0, 0, 0, .2), rgba(0, 0, 0, .8) 0px 25px 20px -20px;
    color: #FCFCFC;
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    transition: all .3s;
}

.google_map,
p.access{
	width: 720px;
	overflow: hidden;
}

.google_map{
	margin: 0 auto 120px;
}

p.access{
	margin: 0 auto 60px;
}

/*** kit ***/

.kit {
	width: 960px;
	display: flex;
    margin: 0 auto 30px;
}

.kit img{
	box-shadow: inset 3px 3px 5px 0 rgba(255, 255, 255, .3), inset -3px -3px 5px 0 rgba(0, 0, 0, .4), rgba(0, 0, 0, 1) 0px 25px 20px -20px;
    margin-bottom: 15px;
}

.kit li{
	float: left;
	margin-bottom: 60px;
}

.kit li span {
	display: block;
	font-size: 18px;
    text-align: center;
}

section#section-kit ul{
	margin: 0 auto 60px;
	padding: 0;
}



/*** order ***/
.mod_gallery_list {
	width: 84%;
    margin: 0 auto;
}

.order img,
.order p {
    width: 49%;
    margin-bottom: 10px;
}

.order img{
	box-shadow: inset 3px 3px 5px 0 rgba(255, 255, 255, .3), inset -3px -3px 5px 0 rgba(0, 0, 0, .4), rgba(0, 0, 0, 1) 0px 25px 20px -20px;
	-webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.order img:hover{
	box-shadow: none;
	filter: brightness(50%);
}

.order p{
	float: left;
    text-align: center;
    margin-bottom: 90px;
}

/*** view ***/

section#section-view {
    padding-bottom: 0;
}

section#section-view h3 {
    text-align: center;
}

h3 label{
	font-family: "Noto Serif JP", serif;
}

section#section-view ul.col-3.middle_block.clearfix.effect{
	margin-bottom: 90px
}

section#section-view a.order_btn{
	display: inline-block;
	position: relative;
    left: calc(50% - 355px);
    top: 30px;
    margin-bottom: 60px;
}

dl#post-116,
dl#post-758{
	width: 50%;
	float: left;
}

dl#post-138 {
    margin: 0 0 60px 0;
}

dd.itemprice {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
}

dd.itemimg.img {
    margin: 0 0 15px 0;
}

em.tax {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
}

.mod_gallery_list li{
	position: relative;
	cursor: pointer;
}

.mod_gallery_list li h3,
.mod_gallery_list li h3 label{
	cursor: pointer;
}

.mod_gallery_list li:hover{
	opacity: 0.7;
}

#section-view .mod_gallery_list li:hover{
	opacity: 1;
}

.style_gothic.viewed:before,
.style_classic.viewed:before,
.style_minimal.viewed:before{
	content: "閲覧済み";
	position: absolute;
	background-color: rgba(0,0,0, 0.5);
	font-family: "Noto Serif JP", serif;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
	color: #fff;
	line-height: 10;
	text-align: center;
}

.style_gothic.viewed:after,
.style_classic.viewed:after,
.style_minimal.viewed:after{
	content: "";
	position: absolute;
	width: 55px;
	height: 49px;
	background: url(../img/common/check.png) no-repeat;
	top :37%;
	left: calc(50% - 27.5px);
}


/*** .section-conversion ***/
.section-conversion{
	overflow: hidden;
}
.section-conversion h2{
	position: relative;
}

.section-conversion h2:before{
	content: "";
	display: block;
	width: 603px;
	height: 80px;
	position: absolute;
	background: url(../img/common/trial_text_left.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	left: -400px;
    top: -7px;
}

.section-conversion h2:after{
	content: "";
	display: block;
	width: 603px;
	height: 80px;
	position: absolute;
	background: url(../img/common/trial_text_right.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
    right: -400px;
    top: -7px;
}

.conversion__block{
	text-align: center;
}

.conversion__block .conversion__button{
	width: 500px;
	display: inline-block;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	padding: 15px;
	margin: 0 0 30px;
	font-size: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 45px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-decoration: none;
	background: #e10e70;
	background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
	background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
	transition: all .2s;
}

.conversion__block .conversion__button:hover{
	box-shadow: none;
}

.contactForm{
	text-align: center;
}

.formLeft{
	float:left;
}

.formRight{
	float:right;
}

.formLeft, .formRight{
	width: 50%;
	display: inline-block;
}

.formLeft p, .formRight p{
	text-align: left;
	font-size: 14px;
	width: 355px;
    margin: 0 auto 5px;
}

.textareaFormOuter p{
	width: 745px;
	text-align: left;
	margin:0 auto;
	font-size: 14px;
}

.inputFormOuter{
	text-align: center;
	margin-bottom: 35px;
}

.formRight label, .formLeft label{
	text-align: left;
}


.formOuter{
    margin: 0 auto 80px;
	width: 820px;
	background:#FFF;
	text-align: center;
	padding: 15px 10px;
    border-radius: 10px !important;
}

div.baloon.right{
	transform: translateY(25px);
}

#section-form .formInput{
	width: 340px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#footer-section{
	padding: 0;
}
.thankyouPageWrappar{
	text-align: center;
}

#section-form{
	background: #F6F6F2;
	padding: 120px 0 90px;
}

#section-form h2{
	color: #333;
	text-align: center;
	font-size: 40px;
}

.contactForm textarea{
	width: 745px;
	border-radius: 5px;
	border: 1px solid #CCC;
	height: 200px;
}

.formButton,.backButton{
	width: 250px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    padding: 15px;
    margin: 0 0 30px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    border-radius: 45px;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-decoration: none;
    background: #e10e70;
    background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
    background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
    background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
    transition: all .2s;
    border: none;
    cursor: pointer;
}

.formButton:hover,.backButton:hover{
	box-shadow: none;
}

.backButtonOuter{
	margin-top: 30px;
	text-align: center;
}

.textareaFormOuter{
	margin-bottom: 35px;
}

/*** trial ***/

#section-trial .inputFormOuter p{
	display: inline-block;
}

#section-trial .formInput{
	width: 340px;
	margin-bottom: 25px;
	border-radius: 5px;
	border: 1px solid #666;
}

#section-trial label{
	display: block;
}

#section-trial h2{
	text-align: center;
}


/*** .section-contact_thankyou ***/
.section-contact_thankyou{
	height: 100vh;
    background: #FBB1B6;
    background: -moz-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: -webkit-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
	padding: 0;
}

.section-contact_thankyou .container{
	width: 1280px;
}

.contact_thankyou__block{
	width: 100%;
	height: 100vh;
    padding: 150px 150px 0;
    box-sizing: border-box;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	text-align: center;
}

.contact_thankyou__block--inner{
	margin: 0 0 60px;
}

.contact_thankyou__block h2{
	font-size: 36px;
	position: relative;
}

.contact_thankyou__block h2:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
    background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
	position: absolute;
	bottom: -20px;
}

.contact_thankyou__block .block--left{
	width: 600px;
}

.contact_thankyou__block .block--right{
	width: 460px;
	position: relative;
}

.contact_thankyou__block .block--right span {
    position: absolute;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    color: #F6717A;
    display: inline-block;
    text-align: center;
    top: 62px;
    left: 100px;
}

.thankyouPageText{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: .1em;
	margin: 0 0 10px;
	text-align: left;
}

.supportOuter {
    border-radius: 10px;
    background: #F6F2F1;
    padding: 25px 45px 35px;
    margin: 30px 0 0;
    color: #666;
    text-align: left;
}

.supportOuter p{
	color: #666;
}

.supportOuterTitle {
    font-weight: 700;
}

.supportNumber {
    font-size: 48px;
    font-weight: 900;
    display: inline-block;
}

.supportNumberText {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.supportBottom{
	font-size: 16px;
}

.supportNumberText span{
	display: block;
}

.supportNumberText p{
	color: #666;
}

.supportTop{
	margin-bottom:10px;
}
.supportTime{
	margin-right: 20px;
}

.privacy_text{
	margin: 20px auto;
	width: 766px;
	max-height: 95px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	background: #F6F6F2;
	text-align: left;
	color: #666;
}

.privacy_text h3{
	color: #666;
	font-size: 16px;
}

.privacy h4{
	margin-bottom: 15px !important;
}


.privacy_text p{
	font-size: 12px;
	color: #666;
}

.section-demo {
    position: relative;
}

.section-demo .container {
    margin: 0 auto 30px;
}

.demo__block h2 {
    margin: 0 0 30px;
    text-align: center;
}

.demo__block p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.demo__block p.sec_attention {
    font-size: 14px;
    color: #ff0000;
}

.demo_url_input_block {
    text-align: center;
    margin-bottom: 15px;
}

.demo_url_input {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 25px;
    width: 450px;
    font-size: 16px;
}

.reference_url_outer {
    text-align: center;
    margin-bottom: 45px;
}

.reference_url_str {
    margin-right: 10px;
}

.reference_url {
    display: inline-block;
    padding: 10px 5px 10px;
}


.reference_url_link:hover {
    text-decoration: none;
}

.demo-url-fixed {
    position: fixed;
    top: 5px;
    left: calc(47% - 150px);
    margin: 15px 0;
    z-index: 4;
}

.demo_url_fixed_input {
    width: 320px;
    height: 43px;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 17px;
}

.nav--pc input::placeholder {
    color: #aaa;
}

/* IE */
.nav--pc input:-ms-input-placeholder {
    color: #aaa;
}

/* Edge */
.nav--pc input::-ms-input-placeholder {
    color: #aaa;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #FBB1B6;
    background: -moz-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: -webkit-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
    background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
    z-index: 4;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

/*** validator ***/

/* モーダル上で動作させるため変更 */
div.baloon {
	position: absolute;
	z-index:101 !important;
	min-width:130px;
}

div.baloon a {
  color: #F60;
  text-decoration: none;
  padding: 3px;
  height: 9px;
  line-height: 9px;
  display: inline-block;
  margin-right: 5px;
  background: #FFF;
  border-radius: 100%;
  font-size: 12px;
}

div.baloon a:hover {
  background-color: #F5F5F5;
}

div.baloon div {
  background: #F60;
  padding: 3px 5px;
  color: #FFF;
  border-radius: 18px;
  font-size: 12px;
}

div.baloon {
	font-size: 10px;
	color: #FFFFFF;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
div.baloon a {
	text-decoration: none;
}

div.baloon a:hover {
	color: #000000;
}

div.baloon div {
	white-space: nowrap;
	background-repeat: no-repeat;
}

div.baloon span {
	margin-top: 2px;
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #FFFFFF;
	padding-left: 5px;
}

/*20241029 okuno*/
.small_description{
	font-size: 20px ;
	padding: 60px 0;
	letter-spacing: 0.2em;
	line-height: 180%;
}

.small_description span{
	background: rgba(0, 0, 0, 0.25);
}




@media screen and (max-width:480px) {
	body {
		overflow: hidden;
		min-width: auto;
	}
	section {
	    padding: 45px 5%;
	}
	h2{
		font-size: 20px;
		letter-spacing: 0.2rem;
		margin: 0 0 1em;
		text-align: center;
	}
	h3{
		font-size: 18px;
	}

	ul.qa-img h3{
		font-size: 18px;
		letter-spacing: .2rem;
    	line-height: 140%;
	}

	h4{
		font-size: 20px;
	}
	p{
		font-size: 14px;
		line-height: 180%;
	}

	.mb_pc60_sp30{
		margin-bottom: 30px;
	}

	.section-wrapper.section-intro .mb_pc60_sp30{
		font-size: 14px;
	}

	.section-wrapper.section-style p.p_big {
	    font-size: 12px;
	    margin-bottom: 45px;
	    /*transform: translateY(30px);*/
	}

	ul{
		padding-left: 0;
	}

	nav{
		width: 100%;
	}

	.sp_none{
		display: none;
	}

	.pc_none{
		display: unset;
	}

	.btn_small{
		margin: 0 auto;
	}

	.fadein,
	.fadein_onload {
  		opacity: 1;
	}



	/*ハンバーガーメニュー*/

/* 
hamburger(ハンバーガーアイコン)
=================================== */

.hidden_wrap .slide-menu{
	padding: 50px 0 0;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

header ul.slide-menu.slide-menu--visible li{
   font-size: 18px;
   padding: 15px 0;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

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


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

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

/*ハンバーガーメニューここまで*/

	.header-logo img{
    width: 80px;
	}

	.hum_menu {
	    width: 60px;
	    height: 60px;
	}

	.hum_menu span{
	    width: 40px;
	    height: 4px;
	    left: 10px;
	    top: 23px;
	}

	.hum_menu span:nth-of-type(2) {
	    top: 37px;
	}

	footer{
		padding-bottom: 30px;
	}

	footer .container{
		padding: 45px 0px;
	}

	footer .order_btn{
		margin-bottom: 45px;
	}

	.footer_banner{
		width: 100%;
	}

	.footer_banner img{
		width: 100%;
		float: unset;
        margin-bottom: 15px;
	}

	#footer .footer_banner p{
		text-align: center;
		margin-bottom: 30px;
	}

	span.side{
		font-size: 18px;
	}

	ul.footerContentOuter.footer_menu_4{
		display: block;
		padding: 30px 0 90px;
	}

	ul.footerContentOuter.footer_menu_4 li {
    width: 33.3%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 15px 0;
	}

	ul.footerContentOuter.footer_menu_4 li:last-of-type {
    	padding-bottom: 90px;
	}

	div#footer_menu ul li a:before {
    	height: 1px;
    	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .65), 0 1px 0 0 rgba(255, 255, 255, 0.15);
    	top: 25px;
	}

	div#footer_menu ul li a:after {
    	display: none;
	}

	p.company_name{
		clear: both;
	}

	#pagetop{
    right: 15px;
	}

	#pagetop a{
	width: 40px;
	height: 40px;
	background-size: 60%;
	}

	.section-wrapper {
		padding: 60px 0;
		box-sizing: border-box;
	}

	.order_btn {
	    width: 100%;
	    padding: 20px;
	    font-size: 20px;
	}

	section#section-view a.order_btn{
		left: unset;
	}

	/*** #section-mainimg ***/
	#body-top .section-mainimg{
		height: 90vh;
	}

	#body-top .section-mainimg h1{
		width: 80%;
		height: auto;
		display: block;
		position: fixed;
		top:40vh;
		left:50%;
		transform:translate(-50%, -50%);
	}

	#body-top .section-mainimg h1 img{
		max-width: 60%;
	}

	#body-top .main_contents{
		margin-top: 80vh;
	}


	/*** .section-intro ***/
	.section-wrapper.section-intro{
	    background-position: left 100% top 120px;
	    background-size: 170%;
	    background-repeat: no-repeat;
	    padding:45px 0;
	}

	.section-wrapper.section-intro:after{
		content: "";
		width: 100%;
		height: 100%;
		background-image: url(../img/common/bg.jpg);
		display: block;
		position: absolute;
		top: 0;
		z-index: -1;
	}

	.section-wrapper.section-intro h2{
		margin-bottom: 345px;
	}

	.section-wrapper.section-intro p{
		font-size: 18px;
	}

	.small_description{
		display: flex;
		overflow-x: scroll;
		padding: 60px 0 15px 0;
        margin-bottom: 60px;
	}

	.small_description span{
		width: 85%;
		box-sizing: border-box;
		/*line-height: 200%;*/
		padding: 15px 15px 0;
		text-align: left;
		flex-shrink: 0;
	}

	.small_description::-webkit-scrollbar {
  		height: 10px; /* スクロールバーの高さ */
	}
 
	.small_description::-webkit-scrollbar-thumb {
  		background: #000; /* ツマミの色 */

	}
 
	.small_description::-webkit-scrollbar-track {
  		background: rgba(255,255,255,.15); /* トラックの色 */
	}


	.section-wrapper.section-intro p.small_description {
    font-size: 14px;
}

	/*** .section-style ***/

	#body-top .section-wrapper.section-style{
		background-position: top -180px left;
	}


	.section-wrapper.section-style{
	    padding: 45px 0;
	    background-size: 230% auto;
	    background-repeat: no-repeat;
	}

	.section-wrapper.section-style h2{
	    margin-bottom: 60px;
	}

	.section-wrapper.section-style ul li{
		margin-bottom: 60px;
	}

	.message{
		width: 90%;
		margin: 0 auto 75px;
	}

	.message span{
		background: rgba(0,0,0,.5);
	}


	/*** .section-order_btn ***/
	#body-top .section-wrapper.section-order_btn .order_btn {
	    margin-bottom: 30px;
	}

	/*** .section-top_movie ***/
	.section-wrapper.section-top_movie{
	    height: auto;
        background-size: cover;
	}

	#body-top .section-wrapper.section-top_movie .img-position--left{
		margin-bottom: 0;
	}

	/*** 下層ページ ***/

	/*パンクズ*/

	div#block_outer_pankuzu{
		width: auto;
		margin-bottom: 30px;
	}

	ul#pan{
		padding-left: 30px;
	}

	#block_outer_pankuzu ul li{
		margin-bottom: 0;
	}

	#body-sub h1{
		font-size: 18px;
		margin-bottom: 30px;
	}

	#body-sub h2{
		width: auto;
		font-size: 24px;
		margin-bottom: 60px;
	}

	#body-sub .flow-img .block--right{
		margin-bottom: 0;
		padding: 30px 0;
		box-sizing: border-box;
	}

	#body-sub .block--right{
		margin-bottom: 0;
	}

	.page_product p{
		width: auto;
		font-size: 14px;
	}

	.page_product h4 {
    	margin-bottom: 30px;
	}

	.sp_movie{
		display:none;
	}

	.pc_movie{
	display: unset;
}



	/*kit*/


	.kit{
		width: auto;
		margin: 0 auto 60px;
	}

	.kit p{
		margin-bottom: 60px;
	}

	.kit img, .kit p{
		width: auto;
	}

	li.col-5__item.fadein.scrollin span{
		font-size: 20px;
	}

	section#section-kit ul{
		width: auto;
		margin: 0 auto;
	}

	section#section-kit #pan {
		padding-left: 30px;
        margin-bottom: 0;
}


	/*** .section-lily ***/
	.section-wrapper.section-lily,
	.section-wrapper.section-tribal,
	.section-wrapper.section-feather,
	.section-wrapper.section-classic,
	.section-wrapper.section-minimal {
	    background-size: 185% auto;
	    background-repeat: no-repeat;
	    background-position: left -8% top 90px;
	}

	.main_contents #section-tribal,
	#section-feather{
		background-position: left 0 top -150px;
	}

	.section-wrapper.section-lily .block--right,
	.section-wrapper.section-tribal .block--right,
	.section-wrapper.section-feather .block--right,
	.section-wrapper.section-classic .block--right,
	.section-wrapper.section-minimal .block--right{
		margin-top: 370px;
	}

	.section-wrapper.section-lily li.col-5__item.fadein.scrollin,
	.section-wrapper.section-tribal li.col-5__item.fadein.scrollin,
	.section-wrapper.section-feather li.col-5__item.fadein.scrollin,
	.section-wrapper.section-classic li.col-5__item.fadein.scrollin,
	.section-wrapper.section-minimal li.col-5__item.fadein.scrollin{
		padding: 0 0 10px 0;
    	margin-bottom: 0;
	}

	p#contact_form_desc {
    width: auto;
}

ul.col-5.style_list.clearfix,
li.col-5__item.fadein.scrollin{
	padding: 0;
}

#section-qa li.col-5__item.fadein.scrollin, #section-kit li.col-5__item.fadein.scrollin{
	padding: 25px;
}

/*cart*/

ul.check-img{
	width: auto;
	padding-left: 0;
}

ul.check-img li.col-5__item.fadein.scrollin{
	padding: 0 15px 0 0;
}

/*ul.check-img p {
    margin: 0;
}*/

ul.check-img .main_price p  {
    font-size: 18px;
}

.campaign p.price {
    font-size: 32px;
}

ul.check-img

#section-cart {
    padding: 90px 0 0;
}

.recommend{
	width: 80%;
	margin: auto;
}

.recommend img{
	width: 100%;
}

/*flow*/

ul.flow-img{
	height: 3022px;
	background-image: none;
	padding-left: 0;
}


ul.flow-img li{
	width: auto;
	float: none;
}

ul.flow-img li{
	padding-bottom: 0 !important;
}



/*** .section-company ***/

dl.company-img {
    width: auto;
    margin: 0 auto 90px;
}

dl.company-img dd{
	padding: 0 0 15px 105px;
}

#section_inquiry {
	width: 90%;
	padding: 30px 0;
}

#section-flow #section_inquiry,
#section-kit #section_inquiry,
#section-company #section_inquiry,
#section-contact #section_inquiry{
	margin: 0 auto;
}

#section_inquiry p{
	font-size: 18px;
}

#section_inquiry p.tel{
	font-size: 32px;
	left: 0;
}

#section_inquiry p.inform{
	font-size: 14px;
	font-weight: normal;
	margin: 0 15px 45px;
	text-align: left;
}

#section-company li.col-5__item.fadein.scrollin,
#section-company .block--right{
	width: 100%;
	margin: 0 auto 60px;
}

#section-company li.col-5__item.fadein.scrollin img {
    margin-bottom: 30px;
}

.big_btn{
	width: 280px;
}

.google_map {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto 90px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

/*** .section-voice ***/

ul.voice-img--voice,
ul.voice-img--voice li {
    width: auto;
}

/*** order ***/
.mod_gallery_list {
	width: auto;
}

.order p{
	width: 49% !important;
	margin-bottom: 30px;
}

section#section-view .col-3 .col-3__item {
    margin-bottom: 90px;
}

section#section-view ul.col-3.middle_block.clearfix.effect{
	margin-bottom: 0;
}

section#section-view h3 {
    margin-bottom: 5px;
}

.style_gothic.viewed:before, .style_classic.viewed:before, .style_minimal.viewed:before{
	height: calc(100% - 40px);
}

.style_gothic.viewed:after, .style_classic.viewed:after, .style_minimal.viewed:after{
	top: 27%;
}


	/*** .section-three_ok ***/
	.section-three_ok {
	    padding: 45px 5%;
	    background: #F6F6F2;
	}

	.three_ok__list {
	    padding: 0;
	}

	.section-three_ok .three_ok__list:nth-of-type(odd):before{
		content: "";
		display: none;
	}

	.section-three_ok .three_ok__list:nth-of-type(even):before{
		content: "";
		display: none;
	}

	.three_ok__list h2{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
	}


	.three_ok__list ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.three_ok__list .col-2__item{
		margin: 0 2% 2% 0;
		width: 49%;
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
		padding: 15px;
	}

	.three_ok__list .col-2__item img{
		width: auto;
	}

	.three_ok__list .col-3__item{
		margin: 0 2% 2% 0;
		width: 49%;
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
		padding: 15px;
	}

	.three_ok__list .col-3__item img{
		height: auto;
	}

	.three_ok__list .col-3__item:nth-of-type(1){
		width: 100%;
		margin: 0 0 2%;
	}

	.three_ok__list .col-3__item:nth-of-type(2){
		width: 49%;
		margin: 0 2% 2% 0;
	}

	.three_ok__list .col-3__item:nth-of-type(3){
		width: 49%;
		margin: 0 0 2%;
	}


	.three_ok__list .col-2__item h3,
	.three_ok__list .col-3__item h3{
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		font-weight: 700;
		margin: 0 0 0.5em;
		text-align: center;
	}


	.three_ok__list .col-2__item p,
	.three_ok__list .col-3__item p{
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 3.1915));
		font-weight: 400;
		margin: 0 0 0.5em;
	}

	/*** .section-self_restraint ***/
	.section-self_restraint{
		position: relative;
		z-index: 0;
	}
	.self_restraint__block{
		margin: 0 0 200px;
	}

	.self_restraint__block h2{
		margin: 0 0 1em;
	}

	.self_restraint__block h3{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 0.5em;
		text-align: center;
	}

	.self_restraint__block p{
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 3.1915));
		text-align: center;
	}

	.self_restraint__images{
		position: relative;
		height: 0;
		z-index: -1;
	}

	.self_restraint__img1 {
	    position: absolute;
	    left: calc(50% - 140px);
	    right: auto;
	    bottom: -100px;
	}

	.self_restraint__img1 img{
	    width: 280px;
	}

	.self_restraint__list{
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
		padding: 30px 5%;
	}

	.self_restraint__list .col-3__item {
	    text-align: center;
	    margin: 0 0 30px;
	    position: relative;
	}

	.self_restraint__list.col-3 .col-3__item:nth-of-type(2n) {
	    margin: 0 0 30px;
	}

	.self_restraint__list .col-3__item:after {
	    content: "";
	    display: none;
	}

	.self_restraint__list .col-3__item img{
		margin: 0 0 15px;
	}

	.self_restraint__list .col-3__item h3 {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		font-weight: 700;
		margin: 0 0 0.5em;
		text-align: center;
	}


	/*** .section-easy ***/
	.section-easy h2 .sub_text {
		border-radius: 30px;
		padding: 5px 40px 7px;
		font-size: 18px;
		font-weight: 700;
	}

	.easy__block{
		margin: 0 0 30px;
	}

	.easy__block .block--right{
		width: 100%;
		margin: 0 0 30px;
	}

	.easy__block .block--left img{
		box-shadow:15px 15px 25px rgba(217,185,185,.2);
	}

	.easy__block h2{
	   	margin: 0 0 1em;
	}

	.easy__block p{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
		text-align: center;
	}

	.easy__list{
	    padding: 30px 5%;
	}

	.easy__list .col-3__item {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.easy__list.col-3 .col-3__item:nth-of-type(2n) {
	    margin: 0 0 30px;
	}

	.easy__list .col-3__item img{
		margin: 0 0 20px;
		height: auto;
	}

	.easy__list h2 {
		font-size: calc(1.5rem + ((1vw - 3.2px) * 8.5106));
	    margin: 0 0 1em;
		text-align: center;
	}

	.easy__list .col-3__item h3{
		color: #F6717A;
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		font-weight: 700;
		margin: 0 0 1em;
	}

	.easy__images {
	    position: relative;
	    height: 70px;
	}

	.easy__img1 {
	    position: absolute;
	    left: calc(50% - 150px);
	    right: auto;
	    bottom: -50px;
	}

	.easy__img1 img{
	    width: 300px;
	}


	/*** .section-qa_use ***/
	.section-qa_use h2{
	    font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
	}

	.section-qa_use h3{
		font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
		margin: 0 0 1em;
	    text-align: center;
	}

	.section-qa_use p{
		width: 100%;
		text-align: center;
	}
	.qa_use__images {
	    position: relative;
	    height: 70px;
	}
	.qa_use__img1 {
	    position: absolute;
	    left: calc(50% - 150px);
	    right: auto;
	    bottom: -50px;
	}

	/*** .section-memochat ***/
	.memochat__block .block--left {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.memochat__block .block--right {
	    width: 100%;
	}

	.memochat__block .block--right img{
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
	}

	.section-memochat h2{
	    margin: 0 0 1em;
		text-align: center;
	}

	.section-memochat p{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
		text-align: center;
	}

	/*** .section-now_homepage ***/
	.now_homepage__block .block--left {
	    width: 100%;
	}

	.now_homepage__block .block--right {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.now_homepage__block h2 {
	    margin: 0 0 1em;
		text-align: center;
	}

	.now_homepage__block p {
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
		text-align: center;
	}

	.now_homepage__block .block--left img{
		box-shadow: 15px 15px 25px rgba(217,185,185,.2);
	}

	.now_homepage__images{
		position: relative;
		height: 0;
	}

	.now_homepage__img1 {
	    position: absolute;
	    right: auto;
	    left: calc(50% - 180px);
	    bottom: -120px;
	}

	.now_homepage__img1 img{
		width: 190px;
	}

	/*** .section-voice ***/
	.voice__list .col-3__item{
		margin: 0 2% 4% 0;
		width: 49%;
		padding: 15px;
	}

	.voice__img {
	    margin: 0 0 5px;
	}

	.voice__list .col-3__item h3{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.1277));
		font-weight: 700;
		margin: 0 0 15px;
	}

	.voice__list .col-3__item p{
		font-size: calc(0.75rem + ((1vw - 3.2px) * 2.1277));
	}

	.section-voice:after{
		content: "";
		display: block;
		width: 120px;
		height: 100px;
		position: absolute;
		background: url(../img/top/monitor_illust.png)no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	    right: calc(50% - 60px);
	    bottom: -50px;
	}

	/*** .section-jirei ***/
	.jirei__block {
	    width: 100%;
	    box-shadow:15px 15px 25px rgba(217,185,185,.2);
	    box-sizing: border-box;
	    padding: 5%;
	    text-align: center;
	}

	.jirei__block .block--left {
	    float: none;
	    width: 100%;
	    margin: 0 0 20px;
	}

	.jirei__block .block--right {
	    float: none;
	    width: 100%;
	}
	.jirei__block h2{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
	}

	.jirei__block h3 {
        font-size: calc(1.125rem + ((1vw - 3.2px) * 4.2553));
	    text-align: center;
	    margin: 0 0 0.5em;
	}

	.jirei__block p{
	    font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
	    margin: 0 0 0.5em;
	}

	/*** .section-hojyo ***/
	.section-hojyo h2{
		font-size: calc(2.25rem + ((1vw - 3.2px) * 12.766));
	}

	.hojyo__list{
		margin: 0 0 30px;
	}

	.hojyo__list.col-3{
		margin-bottom: 30px;
	}

	.hojyo__list .col-3__item {
	    width: 100%;
	    margin: 0 0 10px;
	}

	.hojyo__list.col-3 .col-3__item:nth-of-type(2n) {
	    margin: 0 0 10px;
	}

	.hojyo__list .col-3__item img{
		margin: 0 0 20px;
		height: auto;
	}

	.hojyo_price__list h2{
		margin: 0 0 1.5em;
	}

	.hojyo_price__plan{
		width: 100%;
		padding: 45px 20px 35px;
	}

	.hojyo_price__list .col-3__item{
		width: 100%;
		margin: 0 0 10px;
	}
	.hojyo_price__list h3{
		left:0;
	}

	.hojyo_price__list ul li {
	    padding: 0;
	}

	.hojyo_omakase__plan li p{
		text-align: center;
	}

	.hojyo_omakase__plan li:first-of-type p{
		font-size: calc(1.25rem + ((1vw - 3.2px) * 3.75));
		font-weight: 900;
	}

	.hojyo_omakase__plan li:nth-of-type(2) p{
		font-size: 100px;
	}

	.hojyo_omakase__plan li:nth-of-type(2) p:after {
	    content: "(税抜)";
	    right: calc(50% - 107px);
	    bottom: 50px;
	    font-size: 12px;
	}

	.hojyo_omakase__plan li:nth-of-type(2) span{
		font-size: 42px;
	}

	.hojyo_jibunde__plan li p{
		font-size: calc(1rem + ((1vw - 3.2px) * 3.75));
		font-weight: 900;
	}

	.hojyo_jibunde__plan li p span{
		font-size: calc(1.75rem + ((1vw - 3.2px) * 5));
	}

	.hojyo_jibunde__plan li:nth-of-type(1){
		margin: 0;
	}

	.hojyo__block.img-position--right{
		margin: 0;
	}

	.hojyo__block .block--left{
		width: 100%;
		padding: 0;
	}
	.hojyo__block .block--right{
		width: 100%;
	}

	.hojyo__block h3{
	    width: 100%;
	    font-size: calc(1.375rem + ((1vw - 3.2px) * 6.383));
	}

	.hojyo__block ul li{
	    font-size: calc(1.375rem + ((1vw - 3.2px) * 6.383));
		margin: 0 0 0.5em;
		text-align: center;
	}


	.hojyo__block .demo__bottom, .demo__button{
		box-sizing: border-box;
		width: 90%;
		display: inline-block;
		box-shadow: 0 5px 15px rgba(0,0,0,.15);
		padding: 15px;
		margin: 0 auto 30px;
		font-size: 24px;
		text-align: center;
		color: #FFF;
		border-radius: 45px;
		letter-spacing: 0.1em;
		font-weight: 700;
		text-decoration: none;
		background: #e10e70;
		background: -moz-linear-gradient(top, #e10e70 0%, #e91464 100%);
		background: -webkit-linear-gradient(top, #e10e70 0%, #e91464 100%);
		background: linear-gradient(to bottom, #e10e70 0%, #e91464 100%);
		transition: all .2s;
	}

	.hojyo__block .contact__bottom{
		box-sizing: border-box;
		width: 90%;
		display: inline-block;
		box-shadow: 0 5px 15px rgba(0,0,0,.15);
		padding: 15px;
		margin: 0 auto 30px;
		font-size: 24px;
		text-align: center;
		border-radius: 45px;
		letter-spacing: 0.1em;
		font-weight: 700;
		text-decoration: none;
		color: #e10e70;
		background: #f5f5f5;
		border:2px solid #e10e70;
		transition: all .2s;
	}

	.slidein_l {
    bottom: -150px;
	}

	.slidein_l.slidein_left--on {
    left: 0px;
	}

	.slidein_r {
    bottom: -150px;
	}

	.slidein_r.slidein_right--on {
    right: 0px;
	}

	.voice__list h3{
	  font-size: calc(1.5rem + ((1vw - 3.2px) * 2.5));
	  margin: 0 0 30px;
	}


	#section-campaign p.emphasis span{
		font-size: calc(1.25rem + ((1vw - 3.2px) * 2.5));
	}

	#section-qa{
		width: auto;
	}

	#section-qa li.col-5__item.fadein.scrollin{
		padding: 30px;
	}

	#section-flow .flow__item span {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  text-align: center;
	  color: #FFF;
	  font-size: 20px;
	  line-height: 40px;
	  left: -23px;
	  top: calc(50% - 23px);
	}

	.privacy{
	width: 90%;
}

	.privacy_text {
	    width: 100%;
	    font-size: calc(0.625rem + ((1vw - 3.2px) * 2.1277));
	}

	/*** panpaka_modal ***/
	#initial_modal,
	#panpaka_modal{
		display: none;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background: url(../img/top/top_bg.jpg)no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		left: 0;
		top: 0;
	}

	.initial_modal__inner,
	.panpaka_modal__inner{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  text-align: center;
	  transform: translateY(-50%) translateX(-50%);
	  width: 300px;
	}

	.initial_modal__inner p,
	.panpaka_modal__inner p{
		font-size: 16px;
		font-weight: 700;
	}

	.initial_modal__inner p.initial_modal__title,
	.panpaka_modal__inner p.panpaka_modal__title{
		font-size: 28px;
		font-weight: 900;
		line-height: 1.3;
		margin: 0 0 15px;
	}

	.panpaka_modal__img {
	    position: absolute;
	    top: -30vw;
	    width: 60vw;
	    right: -40px;
	}

	/***thankyouPage***/

	/*** .section-contact_thankyou ***/
	.section-contact_thankyou{
		height: auto;
		background: #FBB1B6;
		background: -moz-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
		background: -webkit-linear-gradient(right, #FBB1B6 0%, #FCCBCE 100%);
		background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
		padding: 0px 0%;
	}

	.section-contact_thankyou .container,
	section#section-thanks p.thankstext{
		width: 100%;
	}

	.contact_thankyou__block{
		width: 100%;
		height: auto;
		padding: 90px 5%;
		box-shadow: 0 0 10px rgba(0,0,0,.15);
	}

	.contact_thankyou__block--inner {
	    margin: 0px 0 30px;
	}

	.contact_thankyou__block h2{
		font-size: 24px;
		margin: 0 0 1.5em;
		position: relative;
	}

	.contact_thankyou__block h2:after {
		content: "";
		display: block;
		height: 4px;
		width: 100%;
		background: linear-gradient(to left, #FBB1B6 0%, #FCCBCE 100%);
		position: absolute;
		bottom: -15px;
	}

	.contact_thankyou__block .block--left{
		width: 100%;
		margin: 0 0 20px;
	}

	.contact_thankyou__block .block--right{
		width: 100%;
	}

	.contact_thankyou__block .block--right span {
	    position: absolute;
	    font-size: 24px;
	    line-height: 1.25;
	    font-weight: 900;
	    color: #F6717A;
	    display: inline-block;
	    text-align: center;
	    top: 15vw;
	    left: calc(50% - 120px);
	}

	.thankyouPageText{
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.75;
	    letter-spacing: .05em;
	    margin: 0 0 10px;
	}

	.supportOuter {
	    border-radius: 10px;
	    background: #F6F2F1;
	    padding: 20px;
	    margin: 30px 0 0;
	    color: #666;
	    text-align: left;
	}

	.supportOuter p{
		color: #666;
	}

	.supportOuterTitle {
	    font-weight: 700;
	}

	.supportNumber {
	    font-size: calc(2.25rem + ((1vw - 3.2px) * 12.766));
	    font-weight: 900;
	    display: inline-block;
	    margin: 0 0 10px;
	}

	.supportNumberText {
	    display: inline-block;
	    margin-left: 0px;
	    font-size: 16px;
	    line-height: 1.5;
	}

	.supportBottom {
	    font-size: 14px;
	    line-height: 1.5;
	}

	.supportBottom span{
	    display: inline-block;
	}

	.formButton, .backButton {
	    width: 90%;
	    border: none;
	    box-sizing: border-box;
	    box-shadow: 0 5px 15px rgba(0,0,0,.15);
	    padding: 20px 30px;
	    margin: 0 0 15px;
	    font-size: 20px;
	    border-radius: 45px;
	}

	.formLeft, .formRight{
		float: none;
		width: 100%;
	}

	.formLeft p, .formRight p{
		text-align: left;
		font-size: 14px;
		width: 100%;
	    margin: 0 0 2px;
	}

	.textareaFormOuter p{
		text-align: left;
		font-size: 14px;
		width: 100%;
	    margin: 0 0 2px;
	}

	.inputFormOuter{
		text-align: center;
		margin-bottom: 30px;
	}

	.formRight label, .formLeft label{
		text-align: left;
	}

	#section-form .formInput{
		width: 100%;
		margin-bottom: 10px;
	}

	.contactForm textarea {
	    width: 100%;
	    height: 120px;
	}
	div.baloon{
		left:auto !important;
		right:5px;
	}	
	div.baloon.right{
		transform: translateY(0px);
	}

	.formRight {
	    transform: translateY(0px);
	}

	.formOuter{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	#section-conversion{
		padding:45px 0 0;
	}

	.inputFormOuter{
		margin-bottom: 0px;
	}

	.thankyouPageTitle{
		margin-top: 50px;
	}

	#footer-section{
		padding: 0;
	}

	#section-form{
		padding: 75px 0 45px;
	}

	#section-form h2{
		font-size: calc(1.625rem + ((1vw - 3.2px) * 6.25));
		
	}

    .demo_url_input {
        width: 100%;
        box-sizing: border-box;
        height: 45px;
    }

    .demo__block p {
        font-size: 17px;
    }

	/*** footer ***/

	footer {
    background-image: url(../img/common/footer_sp_bg.jpg);
	}

	.footer__block--top{
		padding: 30px 0;
	}

	.footer__block--bottom{
		padding: 20px 0;
	}

	.footer__inner{
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 3%;
	}

	.footer__inner--left{
		float: none;
		width: 100%;
		padding: 0 0 15px;
		text-align: center;
		border-right: none;
		border-bottom: 2px solid #FBB1B6;
	}

	.footer__inner--left p{
		color: #FFF;
		font-size: 20px;
	}

	.footer__inner--right{
		float: none;
		width: 100%;
		padding: 15px;
		text-align: center;
	}

	.footer__tel{
		background: url(../img/common/footer_freedial.png) no-repeat left center;
		-webkit-background-size: auto 35px;
		background-size: auto 35px;
		display: inline-block;
	    font-size: 28px;
	    font-weight: 900;
	    line-height: 1;
	    margin: 0 0 2px;
	    padding: 0 0 0 42px;
	}

	.footer__block--bottom .footer__inner{
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
		    align-items: center;
			justify-content: center;
			flex-wrap: wrap;
	}

	.footer__block--bottom .footer__inner p{
		width: 100%;
		color: #FFF;
		margin: 0;
		text-align: center;
	}

	.footer__block--bottom .footer__inner .footer__unei:after{
		content:"";
		display: none;
	}
}


@media screen and (max-width:320px) {


	#contactThankyou .supportNumber{
		font-size: 36px;
	}

	.supportOuter p{
		font-size: 14px;
	}

	.supportNumberText span{
		font-size: 14px;
	}

	.supportNumberText span{
		font-size: 15px;
	}

		.thankyouPageRightImage p:first-child{
		left: 55px;
	}

	.thankyouPageRightImage p:last-child {
		left: 55px;
	}

}




/* メニュー関連　クラス名振り直し必須  */

.header {
    position:relative;
    z-index:1;
}

.slide-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    opacity:0;
    transition:0.2s;
    padding:80px 0 0;
    margin: 0;
    pointer-events: none;
}

body.body__item--visible-menu .slide-menu--visible {
    opacity: 1;
    pointer-events: auto;
}

ul.slide-menu li {
	width: 360px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0px -2px 0 0 #000;
	font-size: 21px;
	letter-spacing: .1rem;
	margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

ul.slide-menu li:last-of-type {
    border-bottom: none;
    box-shadow: none;
}

ul.slide-menu li a{
	display: block;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}


ul.slide-menu li a:hover{
	opacity: 0.5;
}

ul.slide-menu span {
	display: block;
    font-size: 12px;
    letter-spacing: .1rem;
    opacity: 0.5;
    padding-bottom: 10px;
}