@charset 'UTF-8';


/*==========================
　　　　　  Reset
==========================*/


body {
	color: #000;
	background-color: #fff;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', meiryo, 'メイリオ', 'ms pgothic', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}



img {
	max-width: 100%;
	vertical-align: bottom;
}

ul  {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}

p {
	margin:0;
	padding:0;
	line-height: 1.8em;
}

a {
	text-decoration: none;
	color: #00A0E9;
	pointer-events: auto;
}

a:hover {
	text-decoration: none;
	color: #02688C;
}

a, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;  
  transition: .2s;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin:0;
	padding:0;
}

dl, dt, dd {
	margin:0;
	padding:0;
}


:focus {
  outline:none;
}


/*==========================
　　　　　　Common
==========================*/

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#wrapper.open {
	overflow: hidden;
}

#contents {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}

.float_wrap {
	overflow: hidden;
}

.txt {
	line-height: 1.6em;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
.txtbox-1{
	width: 100%;
	max-width: 900px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 30px auto 50px;
	display: block;
}

.txt_red {
	color:#F00;
}

.txt_green {
	color:#69AF80;
}

.txt_blue {
	color:#00A0E9;
}

.txt_bluegreen {
	color:#009d88;
}

.txt_pink{
	color: #e8447e;
}

.ft12 {
	font-size:12px;
}

.ft14 {
	font-size:14px;
}

.ft18 {
	font-size:18px;
	line-height: 1.5em;
}

.ft20 {
	font-size:20px;
}

.ft30 {
	font-size:30px;
}


.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.marugo{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.fw_bold {
	font-weight:bold;
}

.disc li {
	list-style-type: disc;
	margin-left:15px;
}

.btn{
	padding: 10px 5px 8px 7px;
	font-size: 1.2em;
	margin: 50px auto;
	width: 300px;
	border: 1px solid #c30d23;
	display: block;
	color: #c30d23;
	font-weight: bold;
	text-align: center;
}

.btn:hover{
	background-color: #c30d23;
	-webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
	color: #fff;
}


.btn span.arrow2{
  position: relative;
}

.btn span::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #c30d23;
    border-right: solid 1px #c30d23;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: -90%;
    margin-top: -6px;
}

.btn:hover span::after{
   border-top: solid 2px #fff;
   border-right: solid 2px #fff;
}



.center {
	text-align: center;
}

.w90{
	width: 90%;
	margin: 0 auto;
}

.w80{
	width: 80%;
	margin: 0 auto;
}

 .img80 img{
	width: 80%;
	margin: 0 auto;
}


.bc-orange{ background-color: #f39800;}

.bc-blue{ background-color: #0086d1;}

.bc-red{ background-color: #e8383d;}

.bc-green{ background-color: #5cb531;}

.bc-navy{ background-color: #1d2088;}

.space-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.red-bar{
	width: 100%;
	background-color: #f00;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0 0;
}

/*スマホのみ改行 */
@media print, screen and (min-width:768px){
	.md {
		display: none !important;
	}
	}
/*PCのみ改行 */
@media print, screen and (max-width:1024px){
	.sp {
		display: none !important;
	}
	}

	
/*フェードイン */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}

.fadein.show {
	opacity : 1;
	transform : translate(0, 0);
	}

/*ブロックごと右寄せ */
.f_right p {
	float: right;	
}
.f_right:before,
.f_right:after{
    content: "";
    display: table;
}
.f_right:after{ clear: both; }
.f_right{ zoom: 1; } /* For IE 6/7 */




/*==========================
　　　　　　Header
==========================*/
 header {	
	width: 100%;
}

header > .header_row {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #FFF;
	top: 0;
	left: 0;
	z-index: 999;
}
header > .header_row .inner h1 {
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 0;
  color: #000;
}

header > .header_row .inner h1 a {
  color: #e8447e;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}

header > .header_row .inner h1 a:hover {
  color: #e8447e;
}


header > .header_row .inner{
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}

header > .header_row .inner .sample-form-bn {
  position: absolute;
  top: 60px;
  padding: 0;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 201;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay     : 0.3s;
  transition-delay        : 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  -o-transform     : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  background :#000;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(4px);
  -ms-transform    : translateY(4px);
  -o-transform     : translateY(4px);
  transform        : translateY(4px);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform : translateY(-16px) rotate(90deg);
  transform    : translateY(-16px) rotate(90deg);
}


nav.globalMenuSp {
  overflow-y: auto;
  overflow-x: hidden;
  top  : 0;
  right : 0;
  color: #fff;
  background: rgba(249,210,220,1);
  text-align: left;
  width: 250px;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  pointer-events: none;
}


nav.globalMenuSp ul.menu {
  position: absolute;
  margin: 0 auto;
  padding: 0;
}

nav.globalMenuSp ul.menu li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul.menu li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul.menu li a {
  display: block;
  color: #000;
	font-size: 1.2em;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp ul.menu li a:hover{
  color: #e8447e;
}

nav.globalMenuSp ul.sub-menu{
	margin-top: -15px;
}

nav.globalMenuSp ul.sub-menu li a{
  font-size: 14px;
  padding: 0;	
}

nav.globalMenuSp ul.sub-menu li.arrow{
  position: relative;
  padding-left: 15px;
}

nav.globalMenuSp ul.sub-menu li.arrow::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #697b91;
    border-right: solid 2px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    margin-top: -3px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  width:250px;
  height:100%;
  pointer-events: auto;	

}


/* ムービー */

#top-movie {
	position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}


#top-movie video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


#top-movie .movie-txt {
	position: absolute;
	bottom:35%;
	left: 20px;
}

#top-movie .movie-txt .txt-1{
	font-size: 1.6em;
	color: #e8447e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}

#top-movie .movie-txt .txt-2{
	color: #000;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', meiryo, 'メイリオ', 'ms pgothic', sans-serif;
	font-weight: bold;
}

/* トップページのスクロール */
.scroll {
	position: absolute;
	left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}

.scroll a span:before,
.scroll a:hover span:before {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.scroll a:hover span:before {
	top: 5px;
}
.scroll span {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2.6px;
	padding-top: 30px;
	position: relative;
}
.scroll span:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateX(-50%) rotate(45deg);
}

.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#page_top {
	position: fixed;
	bottom: -60px;
	right: 20px;
	z-index: 100;
	display: block;
	white-space: nowrap;
  overflow: hidden;
}

/*追従型バナー */
#banner > ul.bn-btm{
	display: flex;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 998;
	bottom: 0;
	height: 50px;
	width: 100%;
}

#banner > ul.bn-btm a {
	color: #fff;
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
}

#banner > ul.bn-btm a li {
	height: 50px;
	font-size: 1.1em;
}

#banner > ul.bn-btm li.bn-1{
	border-right: 1px #fff solid;
	background-color: #2ea7e0;
}

#banner > ul.bn-btm li.bn-2{
	background-color: #e8447e;
}

#banner > ul.bn-btm li.bn-1 img,
#banner > ul.bn-btm li.bn-2 img{
	padding-top: 10px;
	padding-right: 5px;
}

#banner .bn-side {
	position: fixed;
	right: 0;
	z-index: 998;
}

#banner .bn-side img{
	width: 65px;
}

#banner .bn-side img:hover{
	opacity: 0.7;
	-webkit-transition: all .5s;
    transition: all .5s;
}

#banner .bn-side{
	top: 30%;
}


@media print, screen and (max-width:650px){	
/*PC用追従バナーを非表示 */	
#banner .bn-side {
	display: none;
}
}	
@media print, screen and (min-width:651px){	
/*スマホ用追従バナーを非表示 */	
#banner ul.bn-btm {
	display: none;
}
}

#contents .row{
	display: block;
	margin: 50px auto;
}


.feature-block{
	display: block;
	margin: 20px auto 50px;
	padding: 0 20px;
	box-sizing: border-box;
}


.feature-block .block3.box-1{
	background-color: #e3eff6;
}
.feature-block .block3.box-2{
	background-color: #fffbc7;
	margin-top: 30px;
}
.feature-block .block3.box-3{
	background-color: #f9d2dc;
	margin-top: 30px;
}

.feature-block .block3 .inner{
	display: block;
	padding: 30px 50px;
	box-sizing: border-box;
	line-height: 1.8em;
}

.feature-block .number{
	display: block;
	color: #fff;
	font-size: 2.0em;
	background-color: #e8447e;
	margin: auto;
	padding: 20px 10px 0;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 45px;
	height: 45px;
}

.feature-block h3{
	display: block;
	color: #000;
	font-size: 1.4em;
	background-color: #fff;
	border-bottom: 1px solid #e8447e;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
}

.feature-block img{
	width: 100%;
}

.feature-block .block3 .inner .border{
	display: block;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #000;
	box-sizing: border-box;
}

.feature-block .block3.box-3 li{
	display: block;
	margin: 20px auto;
}

.feature-block .block3 .inner .border .font-b{
	font-weight: bold;
	font-size: 1.2em;
}


.feature-block .hide-text1,
.feature-block .hide-text2, 
.feature-block .hide-text3 {
    display: none;
}

.feature-block button.readmore1,
.feature-block button.readmore2,
.feature-block button.readmore3{
    position: relative;
	font-size: 1.1em;
    height: 80px;
    margin: 20px auto 10px;
    display: block;
    background-color: transparent;
    color: #000;
    padding: 0 0 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, "ms pgothic", sans-serif;
}

.feature-block .close {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
	color: transparent;
	font-size: 1.1em;
	position: absolute;
	right: 18px;
    top: 8px;
}
 .feature-block button.readmore1::after,
 .feature-block button.readmore2::after,
 .feature-block button.readmore3::after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 25px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}

.feature-block button.readmore1:hover::after,
.feature-block button.readmore2:hover::after,
.feature-block button.readmore3:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.on-click > .close {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
	color: #000;
}

.curtain-1{
  background:url("../image/top_back_img.jpg");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
 
 
.curtain-1 .inner{
  height:300px;
  position: relative;
}


.curtain-1 .copy{
  position: absolute;
  top:50%;
  left: 20px;
  color: #e8447e;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.4em;
}


/* iOS */

_:lang(x)+_:-webkit-full-screen-document,
.curtain-1{
	background-size:1400px auto;
	background-size: cover;
	background-attachment: scroll;
}

h2.feature{
	text-align: center;
	font-size: 1.8em;
	color: #e8447e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 0 10px;
	box-sizing: border-box;
}


h2.heading{
	text-align: center;
	font-size: 1.8em;
	color: #e8447e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 0 10px;
	margin: 50px auto 0;
	box-sizing: border-box;
	border-bottom: 1px #e8447e solid;
	display: block;
	max-width:400px; 
}

h3.heading{
	text-align: center;
	font-size: 1.4em;
	color: #e8447e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: 0 10px;
	margin: 50px auto 0;
	box-sizing: border-box;
	display: block;
}

h2.lineup{
	text-align: center;
	font-size: 1.4em;
	color: #000;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 100px auto 20px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #000;
	max-width: 300px;
	box-sizing: border-box;
}


.story img{
 display: block;
 margin: 50px auto 80px;
 max-width: 600px;
 width: 90%;
 box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

.story img:hover{
 box-shadow: none;
}

.handling img{
 display: block;
 margin: 100px auto;
 max-width: 600px;
 width: 90%;
 box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

.handling img:hover{
 box-shadow: none;
}

.lineup-block ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 50px auto;
	padding: 0 10px;
}
	
	
.lineup-block .item{
	margin: 0 0 50px;
	width: 45%;
}

.lineup-block .item img{
	display: block;
	width: 100%;
	margin: auto;
}

.lineup-block p{
	margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.lineup-block p span.maker{
	font-size: 80%;
}
.arrow {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #B4B4B4;
  text-decoration: none;
}
.arrow:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #B4B4B4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  margin-left: 5px;
}
.arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -11px;
  margin-left: 5px;
}	


.pamphlet {
  width: 100%;
  background: #f9d2dc;
}

.pamphlet .inner{
  display: block;
  padding: 50px 10px;
  box-sizing: border-box;
}

.pamphlet ul {
  display: flex;
  justify-content: center;
  padding: 50px 10px 10px;
  box-sizing: border-box;
}

.pamphlet li {
  padding:10px;
}

 /* 1024px以下で2列に変更 */
@media screen and (max-width: 1024px) {
  .pamphlet ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pamphlet li {
    box-sizing: border-box;
  }
}

.pamphlet h2{
   display: block;
   margin: auto;
   max-width: 250px;
   width: 100%;
   height: auto;
   text-align: center;
   text-decoration: none;
   outline: none;
   background-color: #fff;
   border: 1px solid #000;
   color: #000;
   border-radius:25px;
   padding:5px 20px;
   font-size:1.2em;
   font-weight:bold;
}

.pamphlet img{
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
}

.pamphlet p{
  width: 100%;
  max-width: 300px;
  display: block;
  margin: auto;
  text-align: center;
}

.lineup-block a,
.pamphlet a{
	color: #000;
}
.lineup-block a:hover,
.pamphlet a:hover{
	color: #e8447e;
}


.brand-top-wrap{
	position: relative;
}

h2.brand-ttl{
	text-align: center;
	font-size: 1.3em;
	color: #e8447e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 20px auto 50px;
	padding: 0 10px 10px;
	max-width: 350px;
	border-bottom: 1px solid #e8447e;
	box-sizing: border-box;
}


.brandimg-top{
	width: 100%;
}

.brand-wrap{
	position: relative;
}

.brand-wrap img{
	width: 100%;
}

.brand-wrap h3{
  position: absolute;
  color: #e8447e;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.6em;	
}

.brand-wrap.brand-backimg-1 h3{
	top:20%;
	left:10%;
}

.brand-wrap.brand-backimg-2 h3{
	top:20%;
	right:10%;
}

.brand-wrap.brand-backimg-3 h3{
	top:10%;
	left:10%;
}

.brand-wrap.brand-backimg-4 h3{
	top:3%;
	right:10%;
}

.brand-wrap p{
	margin:30px 0 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.qanda{
	font-size: 16px;
	margin: 50px auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.qanda ul{
	margin-bottom: 80px;
}

.qanda ul li{
	margin: 15px 0;
}


.qanda ul li.q{
	margin-top: 50px;	
}

.qanda ul li.q:first-child{
	margin-top: 0;
}


.qanda ul li.q:before{
	content: url('../image/Q_sp.jpg');
	position: relative;
	top:17px;
	margin: 0 10px 0 0;
}



.qanda ul li.a:before{
	content: url('../image/A_sp.jpg');
	position: relative;
	top:17px;
	margin: 0 10px 0 0;
}

.qanda ul li.q,	
.qanda ul li.a{
	padding-left: 2.6em;
	text-indent: -2.6em;
}


.contact-wrap{
	width: 100%;
	background-color: #e3eff6;
	margin-top: 50px;
}

.contact-wrap .inner{
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;
}

#modal{
  width: 100%;
}

#modal .inner{
  width: 100%;
  display: block;
  margin: auto;
  padding: 50px 20px 20px;
  box-sizing: border-box;
}

#modal .inner img{
  width: 90%;
  max-width: 350px;
  display: block;
  margin: auto;
}

#modal .inner p.name{
  margin: 10px auto 20px;
  font-size: 1.2em;
  line-height: 1.8em;
}

#modal .inner p.name span{
  font-size: 80%;
}

#modal .inner p{
  margin: 20px auto;
}


/*==========================
　　　　 Mail form
==========================*/

#formWrap {
	width:95%;
	margin:10px auto 100px;
	padding:0;
	color:#000;
	line-height:120%;
	font-size:16px;
}

.formTable{
	width:100%;
	margin:0 auto;
	border:none;
}
.formTable ul{
	display: block;
	margin-bottom: 10px;
	border-top: 1px solid #999;
}

.formTable ul li{
	padding:10px 0 0;
	line-height: 1.5em;
}

.formTable li.name{
	width:35%;
	text-align:left;
	background:none;
	vertical-align: top;
}

#formWrap .form{
	padding:5px 5px; 
	border:1px #999999 solid;
	height: 18px;
	font-size: 16px;
	color: #000;
}

#formWrap textarea.form{
	padding:5px 5px; 
	border:1px #999999 solid;
	height: auto;
	font-size: 16px;
	color: #000;
}
	
input[type="radio"]{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   margin-right: 0.5em;
}

.mail-btn {
	padding: 10px 5px 8px 7px;
	font-size: 1.2em;
	margin: 50px auto 0;
	width: 250px;
	border: 1px solid #e8447e;
	display: block;
	color: #e8447e;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}

.mail-btn:hover{
	background-color: #e8447e;
	-webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
	color: #fff;
}

.yubin-btn {
	text-decoration: none;
	background-color: #9fa0a0;
	outline: none;
	color: #fff;
	border-radius:10px;
	border:0;
	padding:5px 10px;
	margin-left: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

.yubin-btn:hover {
	background-color: #00A0E9;
	outline: none;
	color: #fff;
	border-radius:10px;
	border:0;
	padding:5px 10px;
	margin-left: 5px;
	font-size: 1.0em;
	font-weight: bold;
}

.formTable ul.sample-form-inner{
	display: flex;
	padding: 0;
	margin: 0;
	border: 0;
}

.formTable ul.sample-form-inner li{
	padding: 0;
}


/*==========================
　　　　　　Footer
==========================*/
footer {
	margin-top: auto;
	overflow-x: hidden;
	background-color: #efefef;
}

footer .inner {
	color: #000;
	box-sizing: border-box;
	padding: 30px 15px;
	line-height: 1.2em;
}

footer .inner .row{
	display: block;
	text-align: center;
}

footer .inner .title {
	width: 100%;
}

footer .inner a .title {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

footer .inner a .title:hover {
	color:#00A0E9;
}

footer .inner .title span {
	font-size:30px;
	line-height: 1.8em;
}

footer .inner .txtlink {
	color: #221814;
}

footer .tel{
	font-size: 24px;
	margin-top: 10px;
}

footer .tel span{
  font-size: 38px;
}


footer .copy {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 16px;
}

footer .sns {
	display: block;
	margin: auto;
	padding-top: 10px;
	margin-bottom: 100px;
	text-align: center;
	border-top: 1px solid #000;
}

footer .sns img{
	width: 50px;
}

footer a {
	color: #000;
}

footer a:hover {
	color:#00A0E9;
}


.button {
	margin:50px auto 0;
	display: inline-block;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #5a76a2;
	color: #fff;
	border-radius:20px;
	width:150px;
	border:0;
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
}
.button:hover {
	background-color: #5aa099;
	color:#FFF;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;	
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
}



/*==========================
　　　　　　PAGE
==========================*/
.page {
	width: 98%;
    margin: 0 auto;
}

.block-inner {
	width: 98%;
    margin: 0 auto 30px;
}	

@media print, screen and (max-width:1024px){	
/*PCで非表示 */	
.center-img img.pc-img {
	display: none;
}
}	
@media print, screen and (min-width:1023px){	
/*スマホで非表示 */	
.center-img img.sp-img {
	display: none;
}
}

.center_img{
	max-width:100%;
	width:95%;
	display:block;
	margin:0 auto;
}


/*==========================
　　　　　Tablet
==========================*/

@media print, screen and (min-width:768px){

#top-movie .movie-txt .txt-1,
h2.feature,h2.heading{
	font-size: 1.8em;
}
	
h2.lineup{
	font-size: 1.8em;
	max-width: 500px;
}
	
.curtain-1 .inner{
  height:350px;
  position: relative;
}	
	
.curtain-1 .copy{
  font-size: 1.8em;
}

.btn{
	padding: 12px 5px 12px 7px;
	font-size: 1.5em;
	margin: 50px auto;
	width: 500px;
	border: 1px solid #c30d23;
	display: block;
	color: #c30d23;
	font-weight: bold;
	text-align: center;
}


.btn span::after{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    border-top: solid 1px #c30d23;
    border-right: solid 1px #c30d23;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: -180%;
    margin-top: -6px;
}
	
	
#modal .inner{
  display: flex;
}	
	
#modal .inner li.left-image{
  min-width:400px; 
}
	
h2.brand-ttl{
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	font-size: 1.8em;
	margin-top: 80px;
	max-width: 500px;
}

.qanda{
	max-width: 700px;
}	
	
.qanda ul li.a{
	padding-left: 8em;
	text-indent: -3.8em;
	margin-top: 20px;
}
	
.qanda ul li.q{
	text-indent: -3.8em;
}	
	
.qanda ul li.q:before{
	content: url('../image/Q.jpg');
	position: relative;
	top:17px;
	margin: 0 10px 0 0;
}



.qanda ul li.a:before{
	content: url('../image/A.jpg');
	position: relative;
	top:17px;
	margin: 0 10px 0 0;
}
	
/*==========================
　　　　 Mail form
==========================*/

#formWrap {
	width:750px;
	margin:10px auto 100px;
	padding:0;
	color:#000;
	line-height:120%;
	font-size:16px;
}

.formTable{
	width:100%;
	margin:0 auto;
	border:none;
}
.formTable ul{
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #999;
}

.formTable ul li{
	padding:30px 0;
	line-height: 1.5em;
}

.formTable ul li.form-txt{
	padding:10px 0 0;
	line-height: 1.5em;
}	

.formTable li.name{
	width:35%;
	text-align:left;
	background:none;
	vertical-align: top;
}

#formWrap .form{
	padding:5px 5px; 
	border:1px #999999 solid;
	height: 18px;
	font-size: 16px;
	color: #000;
}

#formWrap textarea.form{
	padding:5px 5px; 
	border:1px #999999 solid;
	height: auto;
	font-size: 16px;
	color: #000;
}	
}


@media print, screen and (max-width:767px){
.w-box{
	width: 90%;
	max-width: 500px;
	margin: 20px auto;	
}

.curtain-1{
	background-size:1400px auto;
}

.formTable li.name{
	width:100%;
	font-size: 18px;
	font-weight: bold;
}		
	
footer .inner .f-menu{
	display:none;
}
}



@media print, screen and (min-width: 768px) and (max-width: 1023px) {

header > .header_row .inner .sample-form-bn {
  position: absolute;
  top: 0;
  right: 60px;
  margin: auto;
}
	
#contents .row{
	display: block;
	justify-content: center;
	margin: 50px auto;
}

.lineup-block ul{
	width:100%;
	max-width: 750px;
	justify-content: space-between;
	margin: 50px auto;
	padding: 0;
}
	
	
.lineup-block .item{
	margin: 0 0 50px;
	width: 45%;
}

.lineup-block .item img{
	display: block;
	width: 100%;
	margin: auto;
}
	
.brand-wrap h3{
  position: absolute;
  color: #e8447e;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4em;	
}

.brand-wrap.brand-backimg-1 h3,
.brand-wrap.brand-backimg-2 h3{
	top:30%;
	right:20%;
}

.brand-wrap.brand-backimg-3 h3{
	top:30%;
	left:10%;
}

.brand-wrap.brand-backimg-4 h3{
	top:5%;
	left: 40%;
}
	


footer .inner {
	display: block;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 30px 15px 0;
	line-height: 1.2em;
}
	
footer .inner .row{
	display: block;
}

footer .inner .title {
	width: 100%;
}

footer .inner a .title {
	color: #000;
}

footer .inner a .title:hover {
	color:#00A0E9;
}

footer .inner .title span {
	font-size:30px;
	line-height: 1.8em;
}

footer .inner .txtlink {
	color: #221814;
}

footer .inner .f-menu ul{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
}

footer .inner .f-menu ul.m2{
	margin: 0;
	
}

footer .inner .f-menu ul li{
	line-height: 1.5em;
}
	

footer .tel span{
  font-size: 38px;
}


footer .copy {
	padding:10px 15px 10px 30px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
		
footer .inner .row.f-menu{
	display: block;
	width: 100%;
	margin-bottom: 50px;
	}
	
footer .inner .row.f-menu ul{
	display: inline-block;
	}	
footer .inner .row.f-menu ul li{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	}
	
footer .inner .row.f-menu ul li{
	border-right: solid #777 1px;
	height: 20px;
	}
footer .inner .row.f-menu ul li:last-child{
	border:none;
	}

footer .inner .row.f-menu ul.m2 li:first-child{
	border-left: solid #777 1px;
	height: 20px;
	}	
	
footer .inner .f-ttl {
	margin: 0 50px 0 15px;
	}
	
footer .inner .f-add{
	margin-top: 10px;
	}
}


@media print, screen and (max-width:1023px){
nav.globalMenuSp {
	display: none;
	position: fixed;
	}	
	
nav.globalMenuSp ul.menu {
  top: 20%;
  left: 20%;
  width: 100%;
}		

.syouene ul li.box-1 img.pc-img{
	display: none;
}
	
}

@media print, screen and (max-width:1200px){

}

/*==========================
　　　　　PC
==========================*/

@media print, screen and (min-width:1024px){
	
header > .header_row {
	box-sizing: none;
	height: 100px;
	background-color: #fff;
}

header > .header_row .inner{
	max-width: 1000px;
}
	
header > .header_row .inner h1 {
  position: absolute;
  top: 60px;
  left: 10px;
  padding: 0;
  font-size: 1.2em;
}
	
.hamburger {
  display : none;
}
	
nav.globalMenuSp {
  opacity: 1;
  background-color: #fff;
  overflow: hidden;	
  height: 100%;
}

nav.globalMenuSp ul.menu {
  position: absolute;
  top: 60px;
  right: 10px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

nav.globalMenuSp ul.menu li {
  list-style-type: none;
  padding: 0 20px;
  width: auto;
  transition: .4s all;
}
	
nav.globalMenuSp ul.menu li {
  border-left: 1px solid #000;
}
	
nav.globalMenuSp ul.menu li:last-child {
  border-right: 1px solid #000;
}



nav.globalMenuSp ul.menu li a {
  display: block;
  color: #000;
  font-size: 1.0em;
  padding:0;
  text-decoration :none;
}
	

nav.globalMenuSp ul.menu li a:hover{
  color: #e8447e;
}


nav.globalMenuSp ul.sub-menu li a{
  font-size: 1.0em;
  padding: 0;	
}


nav.globalMenuSp ul.sub-menu li.arrow::before{
    display: none;
}
	
nav.globalMenuSp .has-sub{
    position: relative;
}	
	
.has-sub ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  left: 7px;
  top: 45px;
  width: 180px;
  transition: min-height 0.5s;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.has-sub:hover ul.sub-menu {
	position: absolute;
	display: block;
	height: 100px;
	width: 180px;
	z-index: 9999;
	visibility: visible;
    opacity: 1;
	background-color: #fff;
}	
	
.sub-menu > li > a {
  font-size: 1.0em;
  line-height: 1.75;
}
.sub-menu > li > a:hover {
  color: #009d85;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#contents {
	margin-top: 100px;
}

#top-movie {
	position: relative;
    width: 100%;
    height: calc(85vh + 120px);
    overflow: hidden;
}
	
	
#top-movie .movie-txt {
	position: absolute;
	bottom:25%;
	left: 15%;
}
	
#top-movie .movie-txt .txt-1,
h2.feature,h2.heading{
	font-size: 2.5em;
}
	
h2.heading{
	max-width: 700px;
}

h3.heading{
	font-size: 1.8em;
}	
	
h2.lineup{
	font-size: 2.5em;
	max-width: 1000px;
}
	
h2.brand-ttl{
	position: absolute;
	top: 65%;
	font-size: 2.5em;
	max-width: 800px;
}		
	
#top-movie .movie-txt .txt-2{
	font-size: 1.0em;
}

.scroll {
    bottom: 15%;
}

.curtain-1 .inner{
  height:500px;
  position: relative;
}		
	
.curtain-1 .copy{
  left: 15%;
  font-size: 2.5em;
}		
	
.feature-block{
	display: flex;
	align-items: flex-start;
	margin: 50px auto 100px;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}
	
.feature-block .block3{
	width: 100%;
}

.feature-block .block3.box-3{
	margin-top: 0;
}
	
	
.feature-block .block3 .inner{
	display: block;
	padding: 20px 30px;
	box-sizing: border-box;
}
	
.lineup-block ul{
	width:100%;
	max-width: 1200px;
	justify-content: space-between;
	margin: 50px auto;
	padding: 0;
}
	
	
.lineup-block .item{
	margin: 0 0 50px;
	width: 32%;
}
	
.lineup-block ul::after{
	content: "";
    display: block;
    width: 32%;
    height: 0;
}

.lineup-block .item img{
	display: block;
	width: 100%;
	margin: auto;
}
	
/*ブランドストーリーイメージ*/
	
.brand-wrap{
	width: 100%;
	height: 800px;
	background-size:cover;
	margin: 0;
	position: relative;
	}

.brand-wrap h3{
  font-size: 3.0em;	
}

.brand-wrap.brand-backimg-1 h3{
	top:20%;
	left:10%;
}	

.brand-wrap.brand-backimg-2 h3{
	top:20%;
	left:40%;
}

.brand-wrap.brand-backimg-3 h3{
	top:10%;
	left:5%;
}
	
.brand-wrap.brand-backimg-4 h3{
	font-size: 2.0em;
	top:5%;
	right:18.5%;
}
	
.brand-wrap img{
	display: none;
}
	
.brand-wrap p{
	position: absolute;
	margin: 0;
	padding: 0;
}

.brand-wrap.brand-backimg-1 p{
	top:30%;
	left:10%;
	width: 550px;
	line-height: 1.8em;
}	
	
.brand-wrap.brand-backimg-2 p{
	top:30%;
	left:40%;
	width: 550px;
	line-height: 1.8em;
}
	
.brand-wrap.brand-backimg-3 p{
	top:20%;
	left:5%;
	width: 600px;
	line-height: 1.8em;
	padding: 15px;
	
}
.brand-wrap.brand-backimg-4 p{
	top:12%;
	right:5%;
	width: 500px;
}	
	
.brand-wrap.brand-backimg-1{
	background:#fff url(../image/brandimg-01.jpg) no-repeat center center;
	background-size:cover;
	}
.brand-wrap.brand-backimg-2{
	background:#fff url(../image/brandimg-02.jpg) no-repeat center center;
	background-size:cover;
	}
.brand-wrap.brand-backimg-3{
	background:#fff url(../image/brandimg-03.jpg) no-repeat center center;
	background-size:cover;
	}
.brand-wrap.brand-backimg-4{
	background:#fff url(../image/brandimg-04.jpg) no-repeat center center;
	background-size:cover;
	}
	
.qanda{
	max-width: 950px;
}	
#formWrap {
	width:900px;
}	
}	
	
@media print, screen and (min-width: 1024px) and (max-width: 1199px) {

header > .header_row .inner .sample-form-bn {
  position: absolute;
  top: 40px;
  left: 220px;
  max-width: 380px;
  padding: 0;
}
	
#contents .row{
	display: flex;
	justify-content: center;
	margin: 50px auto;
}
.feature-block .block3{
	min-height: 500px;
}
	
#company .officer ul li{
	width: 100%;
	min-height: 250px;
	margin: auto 10px;
}
	
footer .inner {
	display: block;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 30px 15px 0;
	line-height: 1.2em;
}

footer .inner .row{
	display: block;
}


footer .inner .title {
	width: 100%;
}

footer .inner a .title {
	color: #000;
}

footer .inner a .title:hover {
	color:#00A0E9;
}

footer .inner .title span {
	font-size:30px;
	line-height: 1.8em;
}

footer .inner .txtlink {
	color: #221814;
}

footer .inner .f-menu ul{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
}

footer .inner .f-menu ul.m2{
	margin: 0;
	
}

footer .inner .f-menu ul li{
	line-height: 1.5em;
}
	

footer .tel span{
  font-size: 38px;
}


footer .copy {
	padding:10px 15px 10px 30px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
		
footer .inner .row.f-menu{
	display: block;
	width: 100%;
	margin-bottom: 50px;
	}
	
footer .inner .row.f-menu ul{
	display: inline-block;
	}	
footer .inner .row.f-menu ul li{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	}
	
footer .inner .row.f-menu ul li{
	border-right: solid #777 1px;
	height: 20px;
	}
footer .inner .row.f-menu ul li:last-child{
	border:none;
	}

footer .inner .row.f-menu ul.m2 li:first-child{
	border-left: solid #777 1px;
	height: 20px;
	}	
	
footer .inner .f-ttl {
	margin: 0 50px 0 15px;
	}
	
footer .inner .f-add{
	margin-top: 10px;
	}
	
.syouene ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width:100%;
	max-width: 1000px;
	margin:80px auto;
}

.syouene ul li{
	padding:0;
	margin:0;
}

.syouene ul li.box-1{order: 2;}	
.syouene ul li.box-2{order: 1;}	
.syouene ul li.box-3{display: none;}		

.syouene ul li.box-1 {
	width: 600px;
}
	
.syouene ul li.box-1 img{
	width: 400px;
}
	
.syouene ul li.box-1 img.pc-img{
	width: 600px;
	height: 250px;
	object-fit: cover;
	margin-top: 50px;
	display: block;
}	
	
.syouene ul li.box-2{
	height:auto;
	padding:0 10px;
	margin:20px 0;
	width:350px;
	box-sizing: border-box;
}

.syouene ul li.box-3{
	height:auto;
	padding:0 10px;
	margin:20px 0;
	width:600px;
	box-sizing: border-box;
}	

.syouene ul li.box-2 img{
	display: block;
	margin: auto;
	height: 620px;
	width:350px;
	object-fit: cover;
}
	
.syouene ul li.box-3 img{
	display: block;
	margin: auto;
	height: 250px;
	width: 600px;
	object-fit: cover;
}	
}
	
@media print, screen and (min-width:1200px){
header > .header_row .inner{
	max-width: 1200px;
}
	
header h1 img {
	max-width:300px; 
	top:30px;
	left:20px;
}

header > .header_row .inner .sample-form-bn {
  position: absolute;
  top: 30px;
  left: 250px;
  padding: 0;
}	
	
#contents .row{
	display: flex;
	justify-content: center;
	margin: 50px auto;
	max-width: 1800px;
}

.scroll {
    bottom: 10%;
}
	
/*小見出し*/
h3.heading{
	display: block;
	margin: 50px auto 30px;
	max-width: 1200px;
}
	
.ft-min-big{
	font-size: 1.8em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.4em;
	margin-bottom: 20px;
}

h2.brand-ttl{
	top: 75%;
}		
	
.brand-wrap{
	height: 1000px;
	}	


.brand-wrap.brand-backimg-2 h3{
	top:20%;
	left:45%;
}

.brand-wrap.brand-backimg-3 h3{
	top:10%;
	left:5%;
}
	
.brand-wrap.brand-backimg-4 h3{
	font-size: 2.8em;
	top:10%;
	left:60%;
	width: 100%;
}
	
.brand-wrap p{
	font-size: 1.1em;
}

.brand-wrap.brand-backimg-1 p{
	top:30%;
	left:10%;
	width: 700px;
	line-height: 1.8em;
}
	
.brand-wrap.brand-backimg-2 p{
	top:30%;
	left:45%;
	width: 700px;
	line-height: 1.8em;
}
	
.brand-wrap.brand-backimg-3 p{
	top:20%;
	left:5%;
	width: 600px;
	line-height: 1.8em;
	padding: 15px;
	
}
.brand-wrap.brand-backimg-4 p{
	top:20%;
	left:60%;
	width: 850px;
}
	
.qanda{
	max-width: 1200px;
}	
	
 footer .inner{
 display: block;
 justify-content: space-between;
 max-width: 1200px;
 margin: 0 auto;
	}
	
	
	
footer .inner .row.f-menu ul{
	border-left: solid #777 1px;
	}	
	
footer .inner .row.f-menu ul li{
	padding:5px 0 0 10px;
	}
	
footer .inner .row.f-menu ul.m1{
	margin-right: 50px;
	}
	
}

@media print, screen and (min-width:2000px){
	.brand-wrap.brand-backimg-4 h3,.brand-wrap.brand-backimg-4 p{
	left:70%;
}
	}

@media print, screen and (min-width: 650px) and (max-width: 767px) {
header > .header_row .inner .sample-form-bn {
  position: absolute;
  top: 10px;
  right: 60px;
  max-width: 400px;
}
	
.brand-wrap h3{
  position: absolute;
  color: #e8447e;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4em;	
}
}

@media print, screen and (min-width:651px){
#top-movie .movie-sp {
	display: none !important;
	}
.formTable ul.sample-form-inner li.left{
	width: 70px;
	}
	}

/*==========================
　　　　　SP
==========================*/

@media print, screen and (max-width:650px){
header > .header_row .inner .sample-form-bn {
  width: 100%;
}
	
#top-movie .movie-pc {
	display: none !important;
	}
	
.formTable li.answer{
	width:90%;
}

#formWrap .form.resize{
	width: 90%;
}

#top-movie video {
    width: 100%;
	margin-top: 60px;
}
.formTable ul.sample-form-inner{
	display: block;
}
	
.formTable ul.sample-form-inner li.left,
.formTable ul.sample-form-inner li.right{
	width: 100%;
}
	
.formTable ul.sample-form-inner li.right{
	padding-left: 10px;
	box-sizing: border-box;
}		
}
/*スマホ縦*/
@media print, screen and (max-width:480px){
.pc-img	{
	display: none;
}

	
.back-btn{
	padding: 10px 5px 8px 7px;
	font-size: 1.0em;
	margin: 10px auto;
	width: 200px;
	border: 1px solid #777;
	display: block;
	color: #777;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}


.back-btn span::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-left: solid 2px #697b91;
    border-bottom: solid 2px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: -30%;
    margin-top: -5px;
}

.more-btn{
	padding: 10px 5px 8px 7px;
	font-size: 1.0em;
	margin: 10px auto;
	width: 200px;
	border: 1px solid #777;
	display: block;
	color: #777;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}


.more-btn span::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #697b91;
    border-right: solid 2px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: -30%;
    margin-top: -5px;
}
	


.formTable li.answer{
	width:100%;
}
    
.pamphlet ul {
  display: block;
  padding: 30px 10px 10px;
  box-sizing: border-box;
}

.pamphlet li {
  padding:10px;
}
    
.pamphlet img {
 max-width: 250px;
}    
    
}

@media print, screen and (max-width:400px){
#banner > ul.bn-btm{
	font-size: 0.8em;
}	
	
}