@charset "UTF-8";
/* CSS Basic Style ---------------------------------------------------------- */

/* reset elements */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
	b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
body {
	zoom: 1;
	font-size: 16px;
	line-height:24px;
    background: linear-gradient(#acdbe2, #fcfefd);
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing:border-box;
}

a {
	color: #191919;
	text-decoration:none;
}
a:link {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #191919;
}
body {
	padding: 0;
	margin:0;
	color:#000000;
}
* html body {
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix:after{
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.wrap{
	width:1200px;
	margin:0 auto;
}

#toggle{
display: none;
}
a:hover img{
	opacity:0.6;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body{

}
/*==============================================================
header
==============================================================*/
#header .wrap{
    width: 1200px;
    margin: 100px auto;
}
#header .wrap .title{
    text-align: center;
    margin: 0 auto 50px auto;
}
#header .wrap .lead{
    font-size:24px;
    font-weight: bold;
    line-height: 50px;
}
#header .wrap .product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    margin: 50px auto;
    padding: 40px;
}
#header .wrap .product figure{
    width: 400px;
}
#header .wrap .product p{
    width: calc(100% - 410px);
    font-size:24px;
    font-weight: bold;
    line-height: 50px;
}

/*==============================================================
main
==============================================================*/
#main .wrap{
    width: 1150px;
    margin: 0 auto 100px auto;
}


/*==============================================================
feature
==============================================================*/
#feature{
    width: 1100px;
    margin: 0 auto 100px auto;
}
#feature article{

}
#feature .wrap{
    width: 1100px;
    background: url("booth/i_feature_bg.png") no-repeat left bottom;
}
#feature .ti{
    line-height: 0;
    text-align: center;
}
#feature .wrap ul{
    padding: 50px;
}
#feature .wrap ul li{
    font-size:28px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    padding: 20px 0 60px 0;
    margin: 0 0 0px 100px;
}

#feature .wrap ul li span{
    color: #ff0000;
}
#feature .wrap ul li::before{
    content: "";
    position: absolute;
    width: 73px;
    height: 92px;
    left: -100px;
    top: -10px;
}
#feature .wrap ul li:nth-of-type(1)::before{
    background: url("booth/i_feature01.png") no-repeat center center / cover;
}
#feature .wrap ul li:nth-of-type(2)::before{
    background: url("booth/i_feature02.png") no-repeat center center / cover;
}
#feature .wrap ul li:nth-of-type(3)::before{
    background: url("booth/i_feature03.png") no-repeat center center / cover;
}
#feature .wrap ul li:nth-of-type(4)::before{
    background: url("booth/i_feature04.png") no-repeat center center / cover;
}





/*==============================================================
size
==============================================================*/
#size .wrap{
    width: 1109px;
    margin: 0 auto 100px auto;
    background: url("booth/i_size_bg.png") no-repeat left bottom;
}
#size .wrap .ti{
    line-height: 0;
}
#size .wrap .box{
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#size .wrap figure{
    width: 572px;
}
#size .wrap .txt{
    font-size:20px;
    line-height: 40px;
}
#size .wrap .txt strong{
    font-weight: bold;
}
/*==============================================================
material
==============================================================*/
#material .wrap{
    width: 1109px;
    margin: 0 auto 100px auto;
}


/*==============================================================
use
==============================================================*/
#use .wrap{
    width: 1109px;
    margin: 0 auto 100px auto;
}
#use .wrap .img{
    margin: 0 auto 50px auto;
}
#use .wrap .photo{
    width: 1100px;
    line-height: 0;
    margin: 0 auto 50px auto;
}
#use .wrap .photo .img{
    margin: 0;
    line-height: 0;
}




#use .wrap .print_youtube{
display:flex;
flex-wrap:wrap;
align-items: center;
}
#use .wrap .print_youtube .print_box{
    text-align: center;
    width:50%;
}
#use .wrap .print_youtube .print_box p{
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px auto;
    font-size:20px;
}
#use .wrap .print_youtube .print_box .bt_print{
    text-align: center;
}

#use .wrap .print_youtube .youtube_box{
width:25%;
text-align: center;
}
#use .wrap .print_youtube .youtube_box .bt_youtube{
width:70%;
margin:0 auto;
}
#use .wrap .print_youtube .youtube_box .txt_youtube{
text-align: center;
font-size:16px;
margin: 0 auto 10px auto;
}

/*==============================================================
footer
==============================================================*/
#footer{
clear:both;
overflow:hidden;
padding:30px 0 0 0;
	border-top:1px solid #f0f0f0;
}

.footer_address{
	width: 410px;
	margin: 0 auto;
	font-size:16px;
	background: url("booth/i_logo.png") no-repeat left top;
	padding: 0 0 0 50px;
}
.footer_address span{
	font-size:22px;
	font-weight: bold;
}
address{
clear:both;
overflow:hidden;
text-align:center;
padding:30px 0;
font-size:14px;
font-size:1.4rem;

}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SP
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
font-size:100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
img {
max-width : 100% ;
}


body {
	-webkit-text-size-adjust : 100%!important ; background-size:200%;
	font-size: 3vw;
	overflow-x: hidden;
	line-height:4vw;
	}
* {
	font-size: 3vw;
	}
	

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*==============================================================
header
==============================================================*/
#header .wrap{
    width: 96%;
    margin: 5vh auto;
}
#header .wrap .title{
    margin: 0 auto 5vh auto;
}
#header .wrap .lead{
    font-size:4vw;
    line-height: 6vw;
    width: 90%;
    margin: 0 auto;
}
#header .wrap .product{
    display: block;
    margin: 5vh auto;
    padding: 2vh 4vw;
}
#header .wrap .product figure{
    width: 80%;
    margin: 0 auto;
}
#header .wrap .product p{
    width: 100%;
    font-size:4vw;
    line-height: 6vw;
}
/*==============================================================
main_column
==============================================================*/
    
    
/*==============================================================
main
==============================================================*/
#main .wrap{
    width: 80%;
    margin: 0 auto 10vh auto;
    display: block;
}
#main .wrap .main{
    width: 100%;
    margin: 0 auto 3vh auto;
}


/*==============================================================
feature
==============================================================*/
    #feature{
        width: 90%;
        margin: 0 auto 10vh auto;
    }
    #feature article{
        display: block;
    }
    #feature .ti{
        width: 100%;
        margin: 0 auto;
    }
#feature .wrap{
    width: 100%;
    margin: 0 auto 5vh auto;
    background: url("booth/i_feature_bg.png") no-repeat left bottom / cover;
}
#feature .wrap ul{
    padding: 5vh 10vw;
}
#feature .wrap ul li{
    font-size:4vw;
    padding: 3vh 0;
    margin: 0 0 0 13vw;
    line-height: 7vw;
}
    #feature .wrap ul li:first-child{
        padding: 3vh 0;
    }
#feature .wrap ul li::before{
    width: 12vw;
    height: 10vh;
    left: -15vw;
    top: 0;
    }
#feature .wrap ul li:nth-of-type(1)::before{
    background: url("booth/i_feature01.png") no-repeat center center / contain;
}
#feature .wrap ul li:nth-of-type(2)::before{
    background: url("booth/i_feature02.png") no-repeat center center / contain;
}
#feature .wrap ul li:nth-of-type(3)::before{
    background: url("booth/i_feature03.png") no-repeat center center / contain;
}
#feature .wrap ul li:nth-of-type(4)::before{
    background: url("booth/i_feature04.png") no-repeat center center / contain;
}
/*==============================================================
size
==============================================================*/
#size .wrap{
    width: 90%;
    margin: 0 auto 5vh auto;
    background: url("booth/i_size_bg.png") no-repeat left bottom / cover;
}
#size .wrap .box{
    padding: 5vh 10vw;
    display: block;
}
#size .wrap figure{
    width: 100%;
    margin: 0 auto 2vh auto;
}
#size .wrap .txt{
    font-size:4vw;
    line-height: 7vw;
}

/*==============================================================
material
==============================================================*/
#material .wrap{
    width: 90%;
    margin: 0 auto 5vh auto;
}


/*==============================================================
use
==============================================================*/
#use .wrap{
    width: 90%;
    margin: 0 auto 5vh auto;
}
    #use .wrap .img{
        margin: 0 auto 3vh auto;
    }
    #use .wrap .photo{
        width: 100%;
        margin: 0 auto 3vh auto;
    }
    
    #use .wrap .photo .img{
        margin: 0;
    }
    
    
  #use .wrap .print_youtube{
display:block;
}
#use .wrap .print_youtube .print_box{
    width:90%;
    margin:0 auto 5vh auto;
}
#use .wrap .print_youtube .print_box p{
    font-size:4vw;
}
#use .wrap .print_youtube .print_box .bt_print{
    width: 65%;
    margin: 0 auto;
}

#use .wrap .print_youtube .youtube_box{
width:70%;
text-align: center;
margin:0 auto 5vh auto;
}
#use .wrap .print_youtube .youtube_box .qr{
margin:0 auto 2vh auto;
}
#use .wrap .print_youtube .youtube_box .bt_youtube{
width:70%;
margin:0 auto 2vh auto;
}
#use .wrap .print_youtube .youtube_box .txt_youtube{
font-size:3.6vw;
}

/*==============================================================
footer
==============================================================*/
#footer{
padding:2vh 0 0 0;
}
#footer_contact{
display:none;
}
	.footer_address{
		width: 65%;
		font-size: 2.8vw;
		line-height: 1.6;
	}
	.footer_address span{
		font-size:3.4vw;
	}
address{
padding:10px;
font-size:8px;
font-size:0.8rem;
}


}