@charset "utf-8";

/* --------------------
    common
-------------------- */

/* clearfix */
.cf:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
   font-size:0;
}
* html .clearfix {height:1%;}


body{
	width: 100%;
	margin: 0 auto;
  font-family: "Noto Sans Japanese", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
  /*font-weight: 500;*/
	color: #000;
	line-height: 2.0;
  -webkit-text-size-adjust: 100%;
  /*overflow-x: hidden;*/
  /* background-color: #EBF1FB; */
  /* background-image: url("../images/background_pc.png"); */
  background-repeat: repeat;
  background-size: contain;
  background: -moz-linear-gradient(top, #D6D6FF, #E7E7F8);
  background: -webkit-linear-gradient(top, #D6D6FF, #E7E7F8);
  background: linear-gradient(to bottom, #D6D6FF, #E7E7F8);
}



*{zoom:1;}

/* change display */
.pcon{ display:block; }
.tabon{ display:block; }
.spon{ display:none; }
/* end */

a:link{
    color:#F3860F;
	text-decoration: underline;
}
a:visited{
    color:#F3860F;
}
a:hover{
    color:#171C7D;
}
a.link-normal {
    color:#F3860F;
}

.disnone{
	display: none;
}

.strong{font-weight: bold;}


.inner{
  box-sizing: border-box;
}

img{
  max-width: 100%;
}
canvas{
  overflow-y: hidden;
}

div, dt, dd, li{
  box-sizing: border-box;
}

ul.col{
  font-size: 0;
}
li{
  font-size: 16px;
}

span.notes {
   vertical-align: super;
   font-size: 70%;
 }

/*--------------Page top*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #000;
/*    width: 30px;*/
    padding: 30px;
    text-align: center;
    display: block;
    border-radius: 30px;
	position: relative;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";

}
#page-top .top-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #999;
    border-left-color: #FFF;
    border-top-color: #FFF;
    top: 24px;
    left: 18px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}
.page-top-warp p{
  position: fixed;
  width: 60px;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
  text-align: center;
}

/*--------------Common wrap*/

.page-wrap{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-right:  constant(safe-area-inset-right);
  padding-left:  constant(safe-area-inset-left);
  padding-right:  env(safe-area-inset-right);
  padding-left:  env(safe-area-inset-left);
}


/*--------------------------------head---------------------------------------------*/
#head{
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: #FDD000;
}
#head .loft-logo{
  width: auto;
  height: 26px;
  margin: 17px;
}

div.main_visual{
  width:100%;
  min-width: 1200px;
  margin: 0 auto;
}

div.main_visual h1.pcon{
  margin: 0 auto;
  text-align: center;
}

div.main_visual h1.pcon img{
  width:100%;
  min-width: 1200px;
  max-width: 1500px;
  margin: 0 auto;
}


/*--------------------------------リード文---------------------------------------------*/
.main_content .lead{
	margin: 5px 0;
}

.lead p{
	width:900px;
	margin: 0 auto;
}

/*--------------------------------アイテムエリア---------------------------------------------*/
dl.itemArea{
	clear: both;
	width: 1200px;
	margin: 0px auto;
  padding: 135px 0 0 0;
  height:fit-content;
}


dl.itemArea dt.itemHead img{
	width: 650px;
	margin-bottom: 20px;
}
dl.itemArea dt.itemHeadCam img{
	width: 900px;
  margin-bottom: 20px;
  
}

dl.itemArea dd.itemImg img{
	width: 500px;
}

dl.itemArea_other{
	clear: both;
	width: 1200px;
	margin: 45px auto;
  padding: 90px 0 0 0;
  height:fit-content;
}


dl.itemArea_other dt.itemHead img{
	width: 650px;
	margin-bottom: 20px;
}

dl.itemArea_other dd.itemImg img{
	width: 500px;
}

dl.itemArea_other01{
	clear: both;
	width: 1200px;
	margin: 45px auto;
  padding: 90px 0 0 0;
  height:fit-content;
}


dl.itemArea_other01 dt.itemHead img{
	width: 650px;
	margin-bottom: 20px;
}

dl.itemArea_other01 dd.itemImg img{
	width: 500px;
}

.indentArea{width: 650px;float: right;
}

.indent{
  padding-left: 550px;
}

.brpcon{
  display: block;
}
/*--------------------------------アイテム（画像右）---------------------------------------------*/

dl.itemArea.right{
  min-height: 500px;
}

dl.itemArea.right dt.itemHead img{
	float: left;
}

dl.itemArea.right dd.itemImg img{
	float: right;
	margin: 0 0 0px 50px;
}

dl.itemArea_other.right dt.itemHead img{
	float: left;
}

dl.itemArea_other.right dd.itemImg img{
	float: right;
	margin: 0 0 30px 50px;
}

dl.itemArea_other01.right dt.itemHead img{
	float: left;
}

dl.itemArea_other01.right dd.itemImg img{
	float: right;
	margin: 0 0 30px 50px;
}


/*--------------------------------アイテム（画像左）---------------------------------------------*/

dl.itemArea.left{
  min-height: 500px;
}

dl.itemArea.left dt.itemHead img{
	float: right;
}

dl.itemArea.left dd.itemImg img{
	float: left;
	margin: 0 50px 0px 0;
}

dl.itemArea_other.left dt.itemHead img{
	float: right;
}

dl.itemArea_other.left dd.itemImg img{
	float: left;
	margin: 0 50px 30px 0;
}

dl.itemArea_other01.left dt.itemHead img{
	float: right;
}

dl.itemArea_other01.left dd.itemImg img{
	float: left;
	margin: 0 50px 30px 0;
}

/*--------------------------------アイテム（画像なし）---------------------------------------------*/

dl.itemArea.center{
	width: 900px;
  clear: both;
	margin: 45px auto;
  padding: 90px 0 0 0;
  height:fit-content;
}


dl.itemArea.center dt.itemHead{
	width: 650px;
	margin: 0 auto;
}


dl.itemArea dd.itemMovie{
  margin: 0 auto;
}

/*--------------------------------記事掲載日---------------------------------------------*/
.post_date{
  width: 900px;
  margin:0 auto;
  padding: 35px 0px 15px 0;
  text-align: right;
  clear: both;
}



/*--------------------------------リンクボタン---------------------------------------------*/

a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div.links ul{
  text-align: center;
  margin: 30px 0 45px 0;
  font-size:0;
}

div.links ul li{
  display: inline-block;
  text-align: center;
  padding: 0 25px;
  height: fit-content;
}

div.links ul li img{
  padding: 0;
  margin: 0;
}

/*--------------------------------シェアボタン---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 1200px;
  background-color: #FDD000;
}

/*--------------------------------シェアボタン---------------------------------------------*/

div.share-wrap{
  width: 100%;
  min-width: 1200px;
}

div.share-wrap p{
	text-align: center;
	padding: 45px 0 0 0;
}

.share-wrap ul{
  vertical-align: middle;
	text-align: center;
}
.share-wrap li{
  display: inline-block;
  text-align: center;
  /*font-size: 1.4em;*/
  font-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 65px;
  margin: 10px 20px;
}


/*--------------------------------フッター---------------------------------------------*/

#footer{
  width: 100%;
  min-width: 1200px;
  color: #707070;
	background-color: #FDD000;
	text-align: center;
	font-size: 16px;
  font-weight: bold;
	padding: 30px 0;
}



/*--------------------------------
        Smart phone styles
--------------------------------*/

@media screen and (max-width: 750px){

body{
	width:100%;
	font-size: 14px;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
  /* background-size: auto; */
  /* background-color: #EBF1FB; */
  background: -moz-linear-gradient(top, #D6D6FF, #E7E7F8);
  background: -webkit-linear-gradient(top, #D6D6FF, #E7E7F8);
  background: linear-gradient(to bottom, #D6D6FF, #E7E7F8);
  /* background-image: url("../images/background_sp.png"); */
  background-repeat: repeat;
  background-size: contain;
}

img{max-width: 100%;}

/* change display */
.pcon{ display:none; }
.tabon{ display:none; }
.spon{ display:block; }

/* change display
.tablet .pcon{ display:block; }
.tablet .spon{ display:none; }*/



/* end */


.page-wrap{
  width: 100%;
}
/*_________________________ head __*/

#head{
  height: 65px;
  width: 100%;
  min-width: 0;
  position: relative;
}
#head .loft-logo{
  width: auto;
  height: 32px;
  margin: 17px;
}


div.main_visual{
  margin: 0 auto;
  width:100%;
  min-width: 0px;
}

/*_________________________SP  common parts __*/
.section{
  width: 100%;
  padding: 8% 0;
}


.main_content .lead{
	margin: 20px 0;
}

.lead p{
	width: 90%;
  margin: 0 auto;
  text-align: justify;
}

dl.itemArea{
	clear: both;
	width: 90%;
	margin: 30px auto;
	padding-top: 30px;
}

dl.itemArea_other{
	clear: both;
  width: 90%;
	margin: 30px auto;
  padding: 30px 0 0 0;
}

dl.itemArea_other01{
	clear: both;
  width: 90%;
	margin: 30px auto;
  padding: 0 0 30px 0;
}
.indentArea{width: auto;float: initial;
}

.indent{
  padding-left: 0px;
}

.brpcon{
  display: none;
}

/*--------------------------------アイテム（画像右）---------------------------------------------*/

dl.itemArea.right{
  min-height: 0;
}

dl.itemArea.right dt.itemHead img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}
dl.itemArea.right dt.itemHeadCam img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea.right dd.itemImg img{
	clear: both;
	width: 100%;
	margin: 30px auto;
}

dl.itemArea.right dd.itemText{
  text-align: justify;
}

dl.itemArea_other.right dt.itemHead img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea_other.right dd.itemImg img{
	clear: both;
	width: 100%;
	margin: 30px auto;
}

dl.itemArea_other.right dd.itemText {
  text-align: justify;
}

dl.itemArea_other01.right dt.itemHead img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea_other01.right dd.itemImg img{
	clear: both;
	width: 100%;
	margin: 30px auto;
}

dl.itemArea_other01.right dd.itemText {
  text-align: justify;
}


/*--------------------------------SPアイテム（画像左）---------------------------------------------*/

dl.itemArea.left{
  min-height: 0;
}

dl.itemArea.left dt.itemHead img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea.left dd.itemImg img{
	clear: both;
	width: 100%;
	margin: 15px auto 20px ;
}

dl.itemArea.left dd.itemText {
  text-align: justify;
}

dl.itemArea_other.left dt.itemHead img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea_other.left dd.itemImg img{
	clear: both;
	width: 100%;
	margin: 30px auto;
}

dl.itemArea_other.left dd.itemText {
  text-align: justify;
}

dl.itemArea_other01.left dt.itemHead img{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea_other01.left dd.itemImg img{
	clear: both;
	width: 100%;
	margin: 30px auto;
}

dl.itemArea_other01.left dd.itemText {
  text-align: justify;
}

/*_________________________SP 画像なしアイテム__*/
dl.itemArea.center{
	clear: both;
	width: 90%;
  margin: 30px auto;
  padding: 30px 0;
}

dl.itemArea.center dt.itemHead{
	width: 100%;
  margin: 0 auto;
  padding: 0;
}

dl.itemArea.center dt.itemHeadCam img{
	clear: both;
	width: 100%;
  padding: 0;
}

dl.itemArea dd.itemMovie{
  position: relative;
  max-width: 100%;
  height:auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}



dl.itemArea dd.itemMovie div {
  position:relative;
  width:100%;
  padding-top:56.25%;
}



dl.itemArea dd.itemMovie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*_________________________SP タイトルなしアイテム__*/

dl.notitle {
    clear: both;
    width: 90%;
    margin: 30px auto;
    padding: 0px 0px 30px 0px;
}

dl.itemArea.notitle dd.itemImg img {
  clear: both;
  width: 100%;
  margin: 0px auto 30px auto;
}


/*--------------------------------SP記事掲載日---------------------------------------------*/
.post_date{
  width: 90%;
  padding:0px;
  margin:0px auto;
  text-align: right;
}


/*--------------------------------SPリンクボタン---------------------------------------------*/

div.links{
  width: 90%;
  margin: 0 auto;
}

div.links ul{
  margin: 15px 0 45px;
  font-size: 0;
}

div.links ul li{
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 6.5px 0;
  height: fit-content;
}

div.links ul li a{
  margin: 0;
  padding: 0;
}

div.links ul li a img{
  margin: 0;
  padding: 0;
}

/*--------------------------------SPシェアボタン---------------------------------------------*/

div.share-wrap{
  width: 100%;
  min-width: 0;
	background-color: #FDD000;
}

div.share-wrap p{
	width: 90%;
	margin: 0 auto;
	padding: 45px 0 0 0;
}

.share-wrap ul{
  vertical-align: middle;
	text-align: center;
}
.share-wrap li{
  display: inline-block;
  text-align: center;
  /*font-size: 1.4em;*/
  font-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 60%;
  margin: 0.5em 0.5em;
}




/*--------------------------------SPフッター---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 0;
}

#footer{
  width: 100%;
  min-width: 0;
	background-color: #FDD000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 5% 30px 5%;
}


}


/*_________________________fadein __*/
.fadein {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 700ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 750px) {
.fadein {
	opacity : 0;
	transform : translate(0, 40px);
	transition : all 600ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
}