/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/
body {
	font:13px/1.231 Open Sans,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #666666;
	margin: 0; 
	padding: 0;
	background: url(../images/body_bg.jpg) no-repeat center top;
	background-size: cover;
}

/* link opacity */
a:hover,a:active {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-webkit-transition: 0.3s ease-in-out;  -moz-transition: 0.3s ease-in-out;  -o-transition: 0.3s ease-in-out;  transition: 0.3s ease-in-out;}
a:hover img { opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";-webkit-transition: 0.3s ease-in-out;  -moz-transition: 0.3s ease-in-out;  -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {zoom:1;}

/* home img fotorama setting add 20151118 */
.fotorama__html div,
.fotorama__html a {display: block;height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */background: url(../shop_1/images/spacer.gif);}

/* Default link styling */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover,
a:focus {
	color:#000000;
}
a:active {
	color:#000000;
}

/* ヘッダ */
h1 {margin: 0 auto;text-align: center;padding-top: 25px;}
h1 a {display: block;width: 164px;height: 50px;margin: 0 auto;background: url(../../imgs/logo.png) no-repeat center top;background-size: 164px 50px;
}
h1 span {display: none;}

.social-links { float: none;padding: 0 0px; height: 16px; text-align: center; margin: 0 auto;}
.social-links a { display: inline-block; text-decoration: none; width: auto; height: 16px; margin-left: 5px;}
.social-links a:hover { opacity: 0.75;}
.social-links .social-instagram { display: block;width: 16px; height: 16px;background: url(../../imgs/icon_insta32.png) no-repeat left top; background-size: auto 16px;}
.social-links .social-facebook { display: block;width: 12px; height: 16px;background: url(../../imgs/icon_facebook32.png) no-repeat left top; background-size: 12px 16px;}
.social-links .social-youtube { display: block;width: 16px; height: 16px;background: url(../../imgs/icon_youtube32.png) no-repeat left top; background-size: auto 16px;}
.social-links .social-twitter { display: block;width: 16px; height: 16px;background: url(../../imgs/icon_twitter32.png) no-repeat left top; background-size: auto 16px;}
.social-links .social-line { display: block;width: 16px; height: 16px;background: url(../../imgs/icon_line32.png) no-repeat left top; background-size: auto 16px;} 

/* グローバルナビ */
/*accordion*/
ul.accordion { width:100%; margin:0 auto 30px;}
ul.accordion a { text-decoration:none;}
ul.accordion span.en { font-size: 18px; }
ul.accordion ul { list-style: none; display:none;}
ul.accordion > li { list-style: none;display:block; padding:10px; font-size: 12px; color: #666666; line-height: 1.8em!important;}
ul.accordion > li > p { cursor:pointer; margin: 0; padding: 0;}
ul.accordion > li > p span { }
ul.accordion > li > p span.open { }
ul.accordion > li > ul > li { list-style: none;}
ul.accordion > li > ul > li > p { }
ul.accordion > li > ul > li > a { }
ul.accordion > li > ul > li > ul > li { list-style: none;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

#humberger { width: 50px; height: 20px; left: 40px!important; top: 15px!important; z-index: 25;}
#humberger i { font-size: 36px!important;}
#humberger i:before { content: "\f0c9"; font-family: "Font Awesome 5 Free";display: inline-block;font-style: normal;font-weight: 900;transform: scale(1.25, 1);}
.drawer-open #humberger i:before { display: none;}
.drawer-open #humberger i:after { content: "\f00d"; font-family: "Font Awesome 5 Free";display: inline-block;font-style: normal;font-weight: 900;}


.drawer-nav { background: rgba(255,255,255,0.75)!important; padding: 20px; width: 18rem; box-sizing: border-box;}

/* メイン */
/*h1 {font-family: 'Work Sans', sans-serif; font-weight: normal;}*/
h1 {font-weight: normal;}
p {  line-height:1.8em; }

main { width: 100%; text-align: center; margin: 0 auto; overflow: hidden;}
article { position: relative; text-align: center; margin: 0 auto;}
section { position: relative; text-align: center; margin: 0 auto; padding: 0;}
section p { color: #4f5255;}

h1.title {font-size: 2vw;}
.br-sp { display: none;}
.br-pc { display: inherit;}
.pc-only { display: inherit;}
.sp-only { display: none;}

/* fadein */
.fadein {opacity : 0;transform : translate(0, 50px);transition:all 0.9s;}
.fadein.scrollin {opacity : 1;transform : translate(0, 0);}
#effect2 > li.fadeinL:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
}
#effect2 > li.fadeinL:nth-of-type(3) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
}
.fadeinL {opacity : 0;transform : translate(-60px, 0);transition:all 0.9s;}
.fadeinL.scrollin {opacity : 1;transform : translate(0, 0);}

article *{
    box-sizing: border-box;
}

article h1,
article h2,
article h3,
article p,
article li,
article dt,
article dd{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3D3938;
    font-weight: 400;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3',"Noto Sans JP";
    font-feature-settings: 'palt';
}

article h1,
article h2,
article h3{
    line-height: 0;
}

article ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

article img {
    width: 100%;
    vertical-align: bottom;
}

/* section01 */

#section01 {
    width: 100%;
}
img.pc-only{
    width: 80%;
    margin :auto;
    max-width : 638px;
}


/* section02 */

#section02 {
    width: 100%;
/*    min-height: 30.6vw;*/
    position: relative;
/*    background: url("../images/l2cquad2.png") no-repeat left top;*/
    background-size: 100%;
}

#section02 ul.sec02-nav {
    /*position: absolute;
    top: 0;
    left: 35.1vw;
    list-style: none outside;*/
    display: flex;
    justify-content: center;
}

#section02 ul.sec02-nav li {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: flex;
}

#section02 ul.sec02-nav li:after {
    content: "";
    display: block;
    width: 0.36vw;
    height: 0.73vw;
    background: url("../images/sec02_nav_separator.svg") no-repeat center top;
    background-size: cover;
    margin: 0 1vw;
}

#section02 ul.sec02-nav li.sec02-nav4:after {
    display: none;
}

#section02 ul.sec02-nav li.sec02-nav1 img {
    width: 2.29vw;
}

#section02 ul.sec02-nav li.sec02-nav2 img {
    width: 3.7vw;
}

#section02 ul.sec02-nav li.sec02-nav3 img {
    width: 12.55vw;
}

#section02 ul.sec02-nav li.sec02-nav4 img {
    width: 2.81vw;
}

#section02 .sec02-txt01 {
    font-size: 1.5vw;
/*    margin-left: -10vw;*/
    margin-bottom:auto;
}

#section02 .sec02-txt {
 /*   position: relative;
    left: 10vw;
    top: 5vw; */
    width: 80%;
    margin: auto;
    /*font-size: 1.0vw;*/
    font-size: 12px;
    text-align:left;

}

#section02 .sec01-txt {
 /*   position: relative;
    left: 10vw;
    top: 5vw; */
    width: 80%;
    margin: auto;
    font-size: 1.75vw;
    text-align:left;

}

#section02 .sec02-btn {
    width: 13.65vw;
    margin-top: 1vw;
}

/* section03 */

#section03 {
    width: 100%;
    height: 52.34vw;
    background: url("../images/l2cquad3.png") no-repeat 50.26vw 0;
    background-size: 39.06vw;
}

#section03 .mainbox {
    width: 30.95vw;
    position: absolute;
    left: 18.7vw;
    top: 4.75vw;
}

#section03 .sec03-h2 {
    width: 25.68vw;
    margin-bottom: 0.99vw;
}

#section03 .sec03-txt1 {
    width: 15.78vw;
    background-color: #585555;
    text-align: center;
    padding: 0.47vw 0;
    font-size: 1.08vw;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.2vw;
}

#section03 .sec03-h3 {
    font-size: 1.46vw;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.83vw;
}

#section03 .sec03-txt2 {
    font-size: 1.25vw;
    line-height: 1;
    margin-bottom: 1.67vw;
}

#section03 .sec03-txt3 {
    font-size: 1.15vw;
    line-height: 1.77;
/*    margin-bottom: 1.61vw;*/
    margin-bottom: auto;
}

#section03 .sec03-btn {
    width: 13.65vw;
    margin-top: 1vw;
}

/* section04 */

#section04 {
    width: 100%;
    height: 61.46vw;
    background-color: #d0d1cd;
}

#section04 .sec04-h2 {
    width: 10.52vw;
    margin: 0 auto 2.08vw;
    padding-top: 2.86vw;
}

#section04 .mainbox {
    width: 93.33vw;
    height: 47.29vw;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    background: url("../images/sec04_bg.png") no-repeat 0 0;
    background-size: 100%;
}

#section04 .sec04-txtbox {
}

#section04 .sec04-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 9.48vw;
}

#section04 .sec04-h3 {
    position: absolute;
    left: 10.47vw;
    top: 0.31vw;
}

#section04 .sec04-txt1 {
    position: absolute;
    left: 10.47vw;
    top: 2.66vw;
    font-size: 1.04vw;
    line-height: 1;
    margin-bottom: 0.42vw;
}

#section04 .sec04-txt2 {
    position: absolute;
    left: 10.47vw;
    top: 3.96vw;
    font-size: 1.04vw;
    line-height: 1.6;
    font-weight: bold;
}

#section04 .sec04-txt3 {
    position: absolute;
    left: 10.47vw;
    top: 7.45vw;
    font-size: 0.95vw;
    line-height: 1.27;
}

#section04 .sec04-box1 {
    width: 25.73vw;
    height: 9.69vw;
    position: absolute;
    left: 9.79vw;
    top: 9.95vw;
}

#section04 .sec04-box1 .sec04-h3 {
    width: 5.1vw;
}

#section04 .sec04-box2 {
    width: 25.73vw;
    height: 9.69vw;
    position: absolute;
    left: 60.26vw;
    top: 9.95vw;
}

#section04 .sec04-box2 .sec04-h3 {
    width: 6.41vw;
}

#section04 .sec04-box3 {
    width: 25.73vw;
    height: 9.69vw;
    position: absolute;
    left: 9.79vw;
    top: 24.17vw;
}

#section04 .sec04-box3 .sec04-h3 {
    width: 5.68vw;
}

#section04 .sec04-box4 {
    width: 25.73vw;
    height: 9.69vw;
    position: absolute;
    left: 60.26vw;
    top: 24.17vw;
}

#section04 .sec04-box4 .sec04-h3 {
    width: 6.04vw;
}

#section04 .sec04-txt4 {
    position: absolute;
    left: 28.8vw;
    top: 39.27vw;
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.57;
}


/* section05 */

#section05 {
    width: 100%;
    height: 34.01vw;
    background: url("../images/sec05_bg.png") no-repeat right top;
    background-size: cover;
}

#section05 .mainbox {}

#section05 .sec05-h2 {
    width: 39.84vw;
    margin: 0 0 1.56vw 17.92vw;
    padding-top: 6.77vw;
}

#section05 .sec05-txt1 {
    width: 40.1vw;
    margin: 0 0 3.18vw 17.92vw;
    font-size: 1.25vw;
    line-height: 1.71;
}

#section05 .sec05-txtbox {
    width: 39.48vw;
    background-color: #e2e2e1;
    margin: 0 0 0 17.92vw;
    padding: 0.47vw 0;
}

#section05 .sec05-txtbox:after {
    content: "";
    display: block;
    clear: both;
}

#section05 .sec05-h3 {
    font-size: 1.25vw;
    line-height: 2.08vw;
    font-weight: bold;
    letter-spacing: 0.2em;
    float: left;
    width: 8.8vw;
    border-right: 1px solid #827d7b;
    text-align: center;
}

#section05 .sec05-txt2 {
    font-size: 1.25vw;
    line-height: 2.08vw;
    float: left;
    margin-left: 2.14vw;
}


/* section06 */

#section06 {
    width: 100%;
    background-color: #d1d2ce;
    padding: 4.01vw 0 3.8vw;
}

#section06 .sec06-h2 {
    font-size: 1.3vw;
    line-height: 1;
    font-weight: 700;
    background-color: #ffffff;
    width: 20.83vw;
    display: inline-block;
    margin: 0 auto 1.56vw;
    padding: 0.52vw 0;
    text-align: center;
}

#section06 .sec06-txtbox {
    margin: 0 0 0 21.72vw;
}

#section06 .sec06-txtbox:after {
    content: "";
    display: block;
    clear: both;
}

#section06 .sec06-txt1 {
    width: 48.03vw;
    margin-left: 12vw;
    text-align: left;
    float: left;
    font-size: 1.15vw;
    line-height: 1.82;
}

#section06 .sec06-txt2 {
    width: 32.03vw;
    float: left;
    font-size: 1.15vw;
    line-height: 1.82;
}

/* フッタ */
.ftWrap {width: 100%;margin: 0 auto 0 auto;padding: 0;}
.ftWrap small {clear: both;display: block;padding: 20px 0;text-align: center; color: #333;}

/* ScrollUp */
.scrollup {
	width: 44px;
	height: 46px;
	text-indent: -9999px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;			
	background: url(../../imgs/gototop.png) no-repeat;
	z-index: 999!important;
}

/* 行揃え */
.alnL {
	text-align: left;
}
.alnC {
	text-align: center; margin: 0 auto;
}
.alnR {
	text-align: right;
}

.sp-tit { display: none; }
.sp-sub { display: none; }

	
/* ---------------------------------------------------------
   レスポンシブル styles
--------------------------------------------------------- */
/*タブレット用。1500px以下のサイズになったらPCでも可変する。*/
@media screen and (max-width: 1500px) {

}

/*スマホ用。750px以下のサイズになったらPCでも可変する。*/
@media screen and (max-width: 750px) {
/* STYLE */
*{ margin: 0px; padding: 0px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}

.br-sp { display: inherit;}
.br-pc { display: none;}
	
body {padding: 0 0px; width: 100%; background: url(../images/body_bg_sp.jpg) no-repeat center top; background-size: cover;}
img {width: 90%;margin:auto;}
img.imgAuto {width: auto;}
	
h1.title {font-size: 1em;width:235px;margin:15px auto;}
header h1 {
	margin: 0;
	padding-top: 35px;
}
header h1 a {
	display: block;
	width: 131px;
	height: 40px;
	margin: 0 auto;
	background: url(../../imgs/logo.png) no-repeat center top;
	background-size: 131px 40px;
}

/* Menu */
#menu{display: none;}
#toggle_slide {display: block;position: relative;padding:10px 10px; text-align: left;color: #333;}
	
header,nav,footer { background: #FFF;}

/*accordion*/
ul.accordion { width:100%; margin:0 auto 10px;}
ul.accordion a { text-decoration:none;}
ul.accordion span.en { font-size: 14px; }
ul.accordion ul { list-style: none; display:none;}
ul.accordion > li { list-style: none;display:block; padding:8px; font-size: 10px; color: #666666; line-height: 1.5em!important;}
ul.accordion > li > p { cursor:pointer; margin: 0; padding: 0;}
ul.accordion > li > p span { }
ul.accordion > li > p span.open { }
ul.accordion > li > ul > li { list-style: none;}
ul.accordion > li > ul > li > p { }
ul.accordion > li > ul > li > a { }
ul.accordion > li > ul > li > ul > li { list-style: none;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

.scrollup {right: 20px;}
/* ヘッダ */
h1 {margin: 0 auto;text-align: center;padding-top: 0;}
h1 a {display: block;width: 131px;height: 40px;margin: 0 auto;background: url(../../imgs/logo.png) no-repeat center top;background-size: 131px 40px;
}
h1 span {display: none;}
	
.social-links {position: absolute; z-index: 150;}
.social-links a { display: inline-block; text-decoration: none; width: auto; height: 16px; margin-left: 1px; z-index: 100;}
.social-links .social-facebook { display: block;width: 12px; height: 16px;background: url(../../imgs/icon_facebook32.png) no-repeat left top; background-size: 12px 16px; margin-left: 4px}
#mainWrap { padding: 0; }
#mainimg { margin-bottom: 40px;}

header,
nav,
main,
#mainWrap,
#mainImg,
#hdWrap,
.ftWrap,
.Kit {
	width: 100%;
	height: auto;
}
	
.mainbox { width: 100%; text-align: center; margin: 0 auto; padding: 0;}
	
.br-sp { display: inherit;}
.br-pc { display: none;}
.pc-only { display: none;}
.sp-only { display: inherit;}
	
main { position: relative; width: 100%; overflow: hidden; text-align: center; margin: 0 auto;}
article { width: 100%;}
	
#humberger { width: 38px; height: 20px; left: 10px!important; top: 15px!important; z-index: 25;}
#humberger i { font-size: 27px!important;transform: scale(1.25, 1);}

.drawer-nav { background: rgba(255,255,255,0.75)!important; padding: 20px; width: 18rem; z-index: 15!important;}

section { position: relative; text-align: center; margin: 0 auto; z-index: 1;}
section p { color: #4f5255; font-size: 14px;}

/* section01 */

/* section02 */

#section02 {
    /*height: 30.2vw;*/
    /*margin-top: 15vw;*/
    position: relative;
/*    background: url("../images/l2cquad2sp.png") no-repeat 0 0;*/
    background-size: 50%;
}

#section02 ul.sec02-nav {
    position: relative;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 0;
}

#section02 ul.sec02-nav li {
    margin: 0 0 4.93vw;
    padding: 0;
    line-height: 0;
    display: flex;
}

#section02 ul.sec02-nav li:after {
    width: 1.6vw;
    height: 2.67vw;
    background: url("../images/sec02_nav_separator_sp.svg") no-repeat center top;
    background-size: cover;
    margin: 0 3.2vw;
}

#section02 ul.sec02-nav li.sec02-nav1 {
    margin-left: 10vw;
}

#section02 ul.sec02-nav li.sec02-nav2:after {
    margin-right: 10vw;
}

#section02 ul.sec02-nav li.sec02-nav4:after {
    display: none;
}

#section02 ul.sec02-nav li.sec02-nav1 img,
#section02 ul.sec02-nav li.sec02-nav2 img,
#section02 ul.sec02-nav li.sec02-nav3 img,
#section02 ul.sec02-nav li.sec02-nav4 img {
    width: auto;
    height: 2.67vw;
}

#section02 .sec02-txt01 {
    font-size: 3.0vw;
    margin-left: 0vw;
    /*margin-top: -25vw;*/
    margin-bottom:2vw;
}

#section02 .sec02-txt {
/*    left: 43.8vw;
    top: 10.2vw;*/
    width: 80%;
    font-size: 3vw;
}


#section02 .sec01-txt {
/*    left: 43.8vw;
    top: 10.2vw;*/
    width: 80%;
    font-size: 4vw;
}

/* section03 */

#section03 {
    width: 100%;
    height: 215.2vw;
    background: url("../images/l2cquad3.png") no-repeat 0 0;
    background-size: 100%;
}

#section03 .mainbox {
    width: 89.73vw;
    position: absolute;
    left: 4.8vw;
    top: 112.13vw;
}

#section03 .sec03-h2 {
    width: 87.2vw;
    margin-bottom: 3.6vw;
}

#section03 .sec03-txt1 {
    padding: 2.13vw 0;
    font-size: 3.5vw;
    margin-bottom: 7.07vw;
    width: 100%;
}

#section03 .sec03-h3 {
    font-size: 4vw;
    margin-bottom: 2.27vw;
}

#section03 .sec03-txt2 {
    font-size: 3.2vw;
    margin-bottom: 5.6vw;
}

#section03 .sec03-txt3 {
    font-size: 3.5vw;
    line-height: 1.7;
/*    margin-bottom: 4.27vw; */
    margin-bottom: auto; 
}

#section03 .sec03-btn {
    width: 100%;
    margin-top: 1vw; 
}

/* section04 */

#section04 {
    width: 100%;
    height: 252.67vw;
    background:linear-gradient(180deg,#d0d1cd 0%,#d0d1cd 50%,#ffffff 50%,#ffffff 100%);
}

#section04 .sec04-h2 {
    width: 34.53vw;
    margin: 0 auto 5.87vw;
    padding-top: 5.87vw;
}

#section04 .mainbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: none;
    background-color: #fff;
}

#section04 .sec04-txtbox {
    margin-bottom: 35.3vw;
}

#section04 .sec04-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

#section04 .sec04-h3 {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 2.4vw;
}

#section04 .sec04-txt1 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 3.73vw;
    margin-bottom: 2.13vw;
    text-align: center;
}

#section04 .sec04-txt2 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 4.27vw;
    line-height: 1.91;
    font-weight: bold;
    text-align: center;
}

#section04 .sec04-txt3 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 3.87vw;
    line-height: 1.59;
    text-align: center;
}

#section04 .sec04-box1 {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

#section04 .sec04-box1 .sec04-h3 {
    width: 20.27vw;
}

#section04 .sec04-box2 {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

#section04 .sec04-box2 .sec04-h3 {
    width: 25.47vw;
}

#section04 .sec04-box3 {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

#section04 .sec04-box3 .sec04-h3 {
    width: 22.53vw;
}

#section04 .sec04-box4 {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

#section04 .sec04-box4 .sec04-h3 {
    width: 24vw;
}

#section04 .sec04-txt4 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 3.6vw;
    line-height: 1.7;
    padding: 0 5.33vw;
    text-align: left;
}


/* section05 */

#section05 {
    width: 100%;
    height: 196.8vw;
    background: url("../images/sec05_bg_sp.png") no-repeat left top #fff;
    background-size: 100%;
}

#section05 .mainbox {
    padding: 0 5.33vw;
}

#section05 .sec05-h2 {
    width: 76.13vw;
    margin: 0 0 4vw;
    padding-top: 83.2vw;
}

#section05 .sec05-txt1 {
    width: auto;
    margin: 0 0 6.27vw;
    font-size: 4.13vw;
    line-height: 1.58;
}

#section05 .sec05-txtbox {
    width: 100%;
    margin: 0;
    padding: 2.8vw 0;
}

#section05 .sec05-h3 {
    font-size: 4vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.2em;
    float: none;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #827d7b;
    padding-bottom: 1.2vw;
    margin-bottom: 4vw;
    display: inline-block;
}

#section05 .sec05-txt2 {
    display: block;
    font-size: 4vw;
    line-height: 1;
    float: none;
    margin-left: 0;
    text-align: center;
}


/* section06 */

#section06 {
    width: 100%;
    padding: 9.33vw 5.33vw;
}

#section06 .sec06-h2 {
    font-size: 3.6vw;
    line-height: 1;
    width: 100%;
    margin: 0 auto 4vw;
    padding: 1.87vw 0;
}

#section06 .sec06-txtbox {
    margin: 0;
}

#section06 .sec06-txt1 {
    width: auto;
    float: none;
    font-size: 3.73vw;
    line-height: 1.79;
    margin-left: 0;
}

#section06 .sec06-txt2 {
    width: auto;
    float: none;
    font-size: 3.73vw;
    line-height: 1.79;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide img.pc-only {
    display: none;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 88.93vw;
    display: block;
    width: 3.87vw;
    height: 8.67vw;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
}

.slick-prev {
    background: url("../images/btn_prev.svg") no-repeat 0 0;
    background-size: 100%;
    left: 5.2vw;
}

.slick-next {
    background: url("../images/btn_next.svg") no-repeat 0 0;
    background-size: 100%;
    right: 5.2vw;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -17.33vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 2.8vw;
    height: 2.8vw;
    margin: 0 1.33vw;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2.8vw;
    height: 2.8vw;
    padding: 0;
    border-radius: 1.4vw;
    background-color: #d7d8da;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: #3d3938;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
	
/* フッタ */
footer { background: none;}
.ftWrap {width: 100%;margin: 20px auto;padding: 0; background: transparent;}
.ftWrap small {clear: both;display: block;margin-bottom: 0;text-align: center; color: #333;}

}

/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
* {
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
	background:transparent !important;
}
html {
	background-color:#fff;
}
/* Hide navigation */
nav {
	display:none;
}

/* Show link destinations in brackets after the link text */
a[href]:after {
	content: " (" attr(href) ") ";
}
a[href] {
	font-weight:bold;
	text-decoration:underline;
	color:#06c;
	border:none;
}
/* Don't show link destinations for JavaScript or internal links */ 
a[href^="javascript:"]:after, a[href^="#"]:after {
	content:"";
}
	
/* Show abbr title value in brackets after the text */
abbr[title]:after {
	content: " (" attr(title) ")";
}

figure { 
	margin-bottom:1em; 
	overflow:hidden;
}

figure img {
	border:1px solid #000;
}
}

a.btn_blue {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    padding: 1rem 3.0rem;
    background-color: #9c9c9c;
    border-radius: 0px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_blue span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 30px;
}
a.btn_blue span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_blue span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #9c9c9c;
    border-right: 3px solid #9c9c9c;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_blue:hover {
    background-color: #e2e2e2;
}
a.btn_blue:hover span.bl__text:after {
    border-top: 3px solid #e2e2e2;
    border-right: 3px solid #e2e2e2;
}
@media (max-width: 736px) {
    a.btn_blue {
        max-width: 80%;
        padding: 1rem 2.0rem;
    }
    a.btn_blue span.bl__text {
        font-size: 3vw;
    }
}
