@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

html { 
    font-size: 100% /* =16px */
}
body{
	width: 100%;
	margin:0 0 2em 0;
	margin: 0 auto 10% auto;
	font-size: 14px;
	font-family: 'Libre Baskerville', 'Noto Sans JP';
	font-weight: 400;
}
p {
    font-size: 1em;
}
.hovpc_c img{
	max-width: 100%;	
	vertical-align: bottom;
	line-height: 1.0em;
}
a:link {
	color: #878787;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #878787;
}
.contents_sp {
	display:none;
}
.contents_pc{
	margin:0;
	padding:0;
	width: 100%;
	display:block;
	margin: 0 auto 0 auto;
	font-size: 14px;
	font-weight: 400;
}



/* =======================================

	FADEIN

======================================= */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


/* =======================================

	BLOCK

======================================= */

/* ========MAIN & MENU======== */

#top_main{
	padding: 40px;
	background-image: url("../images/top.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
#left_logo{
	position: relative;
	top: 0;
}
#left_logo img{
	height:40px;
	fill: #FFFFFF;
}
#right_menu{
	margin-top:-3.7em;
	position: relative;
	top: 0;
	right: 0;
	text-align:right;
	line-height: 1.5em;
	font-size:1.1em;
	letter-spacing: 0.1em;
	color:#FFF;
}
#right_menu img{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_menu span{
	display: block;
}
#right_menu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#right_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ========MAIN & MENU OVER======== */
.nav{
	position: relative;
	z-index: 9999 !important;
	padding:40px;
}
.pagetop {
    position: fixed;
    top: 40px;
    left: 40px;
	width:100%;
}
.pagetop a:link {
	color: #000 !important;
	text-decoration: none;
}
.pagetop a:hover {
	color: #C8C8C8 !important;
}
.pagetop a:visited {
	color: #000 !important;
}
.navttl img{
	height:40px !important;
}
.nav a:link {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #C8C8C8;
}
.nav a:visited {
	color: #000;
}

#right_navmenu{
	margin-top:-3.5em;
	position: relative;
	top: 0;
	right: 80px;
	text-align:right;
	line-height: 1.5em;
	font-size:1.1em;
	color: #000;
	letter-spacing: 0.1em;
}
#right_navmenu img{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_navmenu span{
	display: block;
}
#right_navmenu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_navmenu a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
#right_navmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
/* ========INTRODUCTION======== */
#top_sub{
	margin:-6em 0 0 0;
	padding:0;
}
#top_sub p{
	margin:0;
	padding:0;
}
#top_sub img{
	width:100%;
	margin:0;
	padding:0;
	vertical-align: bottom;
}


.introduction{
	margin: 150px 0 150px 0;
	text-align:center;
}
.introduction h2{
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	width: 50%;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size:2em;
	position: relative;
	display: inline-block;
}
.introduction span{
    font-size:0.5em;
}
.subp1{
	margin:0 auto 20px auto;
	display: block;
}
.subp2{
	margin:10px auto 0 auto;
	display: block;
}
.introduction p{
	margin: 30px auto 0 auto;
	width: 70%;
	max-width: 800px;
	font-size: 1em;
	text-align: center;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

/* ========CREDIT&FOOTER======== */

.wrap_credit{
	margin:0 auto 10em auto;
	padding:0 0 0 0;
    text-align:center;
    width:80%;
}
.wrap_credit p{
    font-size:0.9em;
    font-weight:lighter;
    letter-spacing:0.05em;
    line-height:2em;
}
.txtb p{
    margin:1.5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.05em;
    line-height:2em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wrap_footer{
	margin:0 auto 10em auto;
	padding:0 0 0 0;
    width:700px;
}
.wrap_footer ul{
    margin:0;
    padding:0;
    list-style-type:none;
    color:#a6a6a6;
}
.wrap_footer li{
    margin:0 auto;
    padding:0;
    background-color:#EEE;
    font-size: 1.2em;
}
.wrap_footer img{
    margin:0;
    padding:0;
	width:350px;
	vertical-align:bottom;
}
.wrap_footer_title1{
    margin:0;
    padding:0 0 0 0;
    position: relative;
    z-index: 1;
}
.wrap_footer_title1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.wrap_footer_title1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.wrap_footer_title1 p{
    margin:0;
    padding:0 0 0 0;
	width:350px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}
.wrap_footer_title2 p{
	width:350px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}
.thumb_box{
	display: flex;
	justify-content: space-between;
	margin:0 auto -5em auto;
	padding:0 0 0 0;
    text-align:center;
    width:80%;
      flex-grow:1;
}
.thumb_left{
width:32%;}
.thumb_center{
width:32%;}
.thumb_right{
width:32%;}



.footer{
    margin:0  auto 0 auto;
	padding:5em 0 0 0;
	width:80%;
    text-align:center;
    border-top:solid 1px #CCC;
    color:#878787;
}

.footer p{
    font-size:0.9em;
    letter-spacing:0.1em;
    line-height:2em;
}
.igicon{
    padding:1em 0 0 0;
}
.footer h4{
    margin:5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.1em;
    line-height:1.5em;
	position: relative;
	display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


/* ========SLIDER======== */
.slider{
    position:relative;
    overflow:hidden;
    background-color:#FFF;
    margin:0 7% 0 7%;
}
.slider p img {
    z-index:1;
    width:100%;
}
.slider p img:nth-of-type(n+2){
    z-index:10;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    -webkit-animation:overwrap 20s ease infinite;
    -moz-animation:overwrap 20s ease infinite;
    animation:overwrap 20s ease infinite;
}
.slider p img:nth-of-type(1) {
}
.slider p img:nth-of-type(2) {
    -webkit-animation-delay:10s;
    -moz-animation-delay:10s;
    animation-delay:10s;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.swiper-slide img{
    width:100%;
}
@-webkit-keyframes overwrap {
    0%  {opacity:0;}
    5%,25% {opacity:1;}
    5%,100% {opacity:1;}
	
}
@-moz-keyframes overwrap {
    0%  {opacity:0;}
    5%,25% {opacity:1;}
    5%,100% {opacity:1;}
	
}
@keyframes overwrap {
    0%  {opacity:0;}
    5%,25% {opacity:1;}
	29%,100%{opacity:000;}
}


/* ========MARGIN======== */
.btm10{
    margin:0 0 1em 0;
}
.btm20{
    margin:0 0 2em 0;
}
.btm30{
    margin:0 0 3em 0;
}
.btm40{
    margin:0 0 4em 0;
}
.btm50{
    margin:0 0 7em 0;
}
.btm60{
    margin:0 0 10em 0;
}
.btm70{
    margin:0 0 13.5em 0;
}
.btm80{
    margin:0 0 17em 0;
}
.btm100{
    margin:0 0 17em 0;
}

.btm150{
    margin:0 0 30em 0;
}


/* ========SIZE CONTROL======== */
.img_key_m {
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key_m img {
    max-width:1200px;
    width:60%;
}
.img_key_s {
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key_s img {
    max-width:1200px;
    width:50%;
}
.img_key_xs {
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key_xs img {
    max-width:1200px;
    width:45%;
}
.img_key_l {
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key_l img {
    max-width:1200px;
    width:65%;
}
.img_key_xl {
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key_xl img {
    max-width:1920px;
    width:100%;
}




.ban_link{
    margin:0 auto;
    justify-content: center;
    display:inline-block;
    width:100%;
}
.ban_link img{
    width:50%;    
    padding:0 1em 0 1em;
}
.ban_link_hov img:hover{
	opacity: 0.5 ;
}
.hovpc_thumb img:hover {
	opacity: 0.5 ;    
}








 /* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 750px) {
.contents_pc {
	display:none;		
}
.contents_sp {
	display:block;
	width:100%;
}





.wrap_footer{
	margin:0 auto;
	padding:0 0 0 0;
    text-align:center;
    width:90%;
}
.wrap_footer img{
	width:100%;
	padding:0 0 2em 0;
}
.wrap_footer ul{
    margin:0;
    padding:0;
    list-style-type:none;
    color:#555;
}
.wrap_footer li{
    margin:0 auto;
    padding:0 0 2.5em 0;
    background-color:#EEE;
    font-size: 1.2em;
}
.wrap_footer_title1{
    position: relative;
    z-index: 1;
}
.wrap_footer_title1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.wrap_footer_title1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.wrap_footer_title1 p{
    padding:0 0 0 0;
	width:100%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
}

.wrap_footer_title2{
    position: relative;
    z-index: 1;
}
.wrap_footer_title2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.wrap_footer_title2:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:1;
    zoom:1;/*IE*/
}
.wrap_footer_title2 p{
    padding:0 0 0 0;
	width:100%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
}

.footer{
    margin:0  auto 0 auto;
	padding:5em 0 0 0;
	width:90%;
    text-align:center;
    border-top:solid 1px #CCC;
    color:#878787;
	font-size:1.8em;
}
.footer p{
    font-size:0.9em;
    letter-spacing:0.1em;
    line-height:2em;
}
.igicon{
    padding:1em 0 0 0;
}
.footer h4{
    margin:5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.1em;
    line-height:1.5em;
	position: relative;
	display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}




/* =======================================

	BLOCK

======================================= */

/* ========MAIN & MENU======== */

#top_main{
	width: 100%;
	padding:2em 2em 2em 1em;
	background-image: url("../images/sptop_001.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	font-size:1.8em;
}
#left_logo{
	position: relative;
	top: 0;
}
#left_logo img{
	height:45px;
	fill: #FFFFFF;
}
#right_menu{
	margin-top:-2.5em;
	position: relative;
	top: 0;
	right: 0;
	text-align:right;
	line-height: 1.5em;
	font-size:0.9em;
	letter-spacing: 0.1em;
	color:#FFF;
}
#right_menu img{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_menu span{
	display: block;
}
#right_menu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#right_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ========MAIN & MENU OVER======== */
.nav{
	position: relative;
	z-index: 9999 !important;
	padding:40px;
	font-size:1.8em;
}
.pagetop {
    position: fixed;
    top: 2em;
    left: 50px;
	width:100%;
}
.pagetop a:link {
	color: #000 !important;
	text-decoration: none;
}
.pagetop a:hover {
	color: #C8C8C8 !important;
}
.pagetop a:visited {
	color: #000 !important;
}
.navttl{
    margin:0 0 0 -1em;
}
.navttl img{
	height:45px !important;
}
.nav a:link {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #C8C8C8;
}
.nav a:visited {
	color: #000;
}

#right_navmenu{
	margin-top:-2.5em;
	position: relative;
	top: 0;
	right: 90px;
	text-align:right;
	line-height: 1.5em;
	font-size:0.9em;
	color: #000;
	letter-spacing: 0.1em;
}
#right_navmenu img{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_navmenu span{
	display: block;
}
#right_navmenu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_navmenu a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
#right_navmenu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ========INTRODUCTION======== */

.introduction{
	margin: 150px 0 150px 0;
	text-align:center;
	font-size:1.8em;
}
.introduction h2{
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	width: 90%;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size:1.7em;
	position: relative;
	display: inline-block;
}
.introduction span{
    font-size:0.5em;
}
.subp1{
	margin:0 auto 20px auto;
	display: block;
}
.subp2{
	margin:10px auto 0 auto;
	display: block;
}
.introduction p{
	margin: 30px auto 0 auto;
	width:90%;
	max-width: 700px;
	font-size: 1em;
	text-align: left;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

/* ========COAT BTN-RIGHT======== */
.close{
}
.close img{
	width:40px !important;
	height:40px !important;
}
 .btn{
    width:100%;
	height:100%;
    margin:0;
	font-weight: lighter !important;
	color:#FFF !important;
}
.btn.active {
}
.btn > span:last-of-type,
.btn.active > span:first-of-type{
    display: none;
}
.btn.active > span:last-of-type {
    display: inline;
}



.wrap_r{
    width:100%;
    padding:0 5% 0 15%;   
}
.wrap_r img{
    width:100%;
}
.wrap_l{
    text-align: left;
    padding:0 15% 0 5%;
}
.wrap_l img{
    width:100%;
}
.wrap_all{
    text-align: left;
    padding:0 5% 0 5%;
}
.wrap_all img{
    width:100%;
}
.wrap_all2{
    text-align: center;
    padding:0 8% 0 8%;
}
.wrap_all2 img{
    width:100%;
}


/* ========COAT BTN TEXT======== */
.caption {
	width:100%;
	color: #FFF;
	position: absolute;
	bottom: 0; 
	font-size:	100%;
	text-align: left;
	padding-bottom: 2em;
	padding-left: 2em;
	line-height: 2em;
	font-size:1.8em;
}
.caption a:link {
	color: #FFF;
	text-decoration: underline !important;
}
.caption a:hover {
	color: #FFF;
	text-decoration:none !important;
}
.caption a:visited {
	color: #FFF;
	text-decoration: underline;
}

.caption2 {
	width:100%;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right:0;
	text-align:right !important;
	font-size:	100%;
	text-align: left;
	padding-bottom: 2em;
	padding-right: 2em;
	line-height: 2em;
	font-size:1.8em;
}
.caption2 a:link {
	color: #FFF;
	text-decoration: underline !important;
}
.caption2 a:hover {
	color: #FFF;
	text-decoration:none !important;
}
.caption2 a:visited {
	color: #FFF;
	text-decoration: underline;
}


    /* ========CREDIT&FOOTER======== */

.wrap_credit{
	margin:0 auto 10em auto;
	padding:0 0 0 0;
    text-align:center;
    width:80%;
	font-size:1.8em;
}
.wrap_credit p{
    font-size:0.9em;
    font-weight:lighter;
    letter-spacing:0.05em;
    line-height:2em;
}
.txtb p{
    margin:1.5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.05em;
    line-height:2em;
}




.ban_link{
    margin:0 auto;
    justify-content: center;
    display:block;
}
.ban_link img{
    width:100%;
    padding:0 1em 1em 1em;
}






    
}