@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: #333333;
	line-height: 2.0;
  -webkit-text-size-adjust: 100%;
  /*overflow-x: hidden;*/
	background-color: #F1FAFC;
    background-image: url("../images/bg.png");
    background-repeat: repeat;
    background-size: cover;
	font-size: 18px;
}


*{zoom:1;}

/* change display */
.pcon{
	display:block;
}

.tabon{
	display:block;
}

.spon{
	display:none;
}


/* end */


a:link{
    color:#2396C7;
	text-decoration: underline;
}
a:visited{
    color:#2396C7;
}
a:hover{
    color:#2396C7;
    opacity: 0.7;
}
a.link-normal {
    color:#2396C7;
}

.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%;
 }

.itemArea_innner,.post_date,.links{
	width: 1200px;
	margin: 0 auto;
}


/*--------------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: 24px;
    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: 17px;
    height: 17px;
    border: 1px solid #999;
    border-left-color: #FFF;
    border-top-color: #FFF;
    top: 21px;
    left: 15px;
    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: 4px;
  font-size: 10px;
  text-align: center;
}

/*--------------Common wrap*/

.page-wrap{
	min-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;
	font-size: 0;
}

div.main_visual h1.pcon img{
  width:100%;
  min-width: 1200px;
  /*max-width: 1500px;*/
  margin: 0 auto;
}


/*--------------------------------リード文---------------------------------------------*/
.main_content .lead{
	padding: 40px 0;
	background-image: url("../images/lead_bg.png");
  background-size: cover;
}

.lead p{
	width:1200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.0;
	color: #E76795;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------ナビ---------------------------------------------*/
.naviArea{display: none;}
/*--------------------------------ナビ---------------------------------------------*/


/*--------------------------------アイテムエリア---------------------------------------------*/
.itemArea_innner{
	padding: 40px 0;
	overflow: auto;
}
dl.itemArea{
	clear: both;
	margin: 0px auto;
  height:fit-content;
}


dl.itemArea dt.itemHead{
	width: calc(50%);
	margin-bottom: 20px;
	float: right;
	font-size:34px;
	color: #E76795;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	background-size: contain;
	background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
dl.itemArea dt.itemHeadLine01{
	background: url("../images/title/ttl_line1.png") no-repeat center / cover;
	width: 390px;
	height: 150px;
}

dl.itemArea dt.itemHeadLine02{
	background: url("../images/title/ttl_line2.png") no-repeat center / cover;
	width: 570px;
	height: 230px;
}

dl.itemArea dt.itemHeadLine03{
	background-image: url("../images/title/ttl_line3.png");
	width: 570px;
	height: 340px;
}

dl.itemArea dt.itemHead .itemHead_sub {
  font-size: 24px;
  display: inline-block;
}

dl.itemArea dd.itemImg{
	width: 570px;
	margin-right: 60px ;
	float: left;
}


dl.itemArea dd.itemText{
	float: right;
	width: 570px;
	line-height: 2.0;
	color: #333;
  margin-bottom: 30px;
}

dl.itemArea dd.itemText span.itemText--small {
  display: inline-block;
  font-size: 12px;
}
/*--------------------------------アイテム（画像右）---------------------------------------------*/

dl.itemArea.right dt.itemHead{
	float: left;
}


dl.itemArea.right dd.itemImg{
	float: right;
	margin-right: 0;
    margin-left: 60px;
}

dl.itemArea.right dt.itemText{
	float: left;
}

dl.itemArea.right dd.itemlist{
	float: left;
}
/*はみ出した時用*/
.left dd.itemlist{margin-left: 50%;}
.right dd.itemlist{margin-right: 50%;}
/*--------------------------------アイテム（画像なし）---------------------------------------------*/

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;
}


/*--------------------------------商品一覧---------------------------------------------*/

.itemlist{
	width: 570px;
	float: right;
}
.itemlist ul{
	display:flex;
	margin: 0;
}
.itemlist li{
	width: calc(25% - 16px);
	display: inline-flex;
	margin-right: 10px;
	line-height: 1.5;
  vertical-align: top;
}

.itemlist li a{
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
.itemlist li a:hover{
	text-decoration: underline;
}
.itemlist_productPrice:before{
	content: "税込";
    margin-right: 0.1em;
	}

.itemlist_name{
	margin-top: 14px;
}
.itemlist_image img{
	border-radius: 10px;
}
.itemlist_image{
	padding: 16px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 0;
}

.itemlist li:nth-child(n+5){
	margin-top: 20px;
}

.link_none{
  pointer-events: none !important;
}

/*--------------------------------商品一覧---------------------------------------------*/




/*--------------------------------記事掲載日---------------------------------------------*/
.post_date{
  width: 900px;
  margin:0 auto;
  padding: 0 0 15px 0;
  text-align: right;
  clear: both;
}



/*--------------------------------リンクボタン---------------------------------------------*/

.links{
	margin: 90px auto;
}
a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


div.links a{
  display: flex;
  text-align: center;
  padding: 0 25px;
  height: fit-content;
	width: 500px;
	height: 84px;
	background-color: #B7D543;
	border-radius: 100px;
	justify-content: center;
    align-items: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 80px auto 40px;
	position: relative;
	box-sizing: border-box;
}

div.links a:hover{
	text-decoration: none;
}

.links_icon{
    width: 70px;
    height: 54px;
}
div.links a span{
	margin-left: 10px;
}

div.links ul li img{
  padding: 0;
  margin: 0;
}



/*--------------------------------追従ボタン---------------------------------------------*/


.iconArea_wrap{
	display: flex;
	position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 100;
}

.icon_buttun{
    width: 90px;
    height: 90px;
    background-color: #B7D543;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}


.icon_buttun span {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	display: block;
}

.ec_icon span {
    background-image: url("../images/ec_icon.png");
	width: 40px;
    height: 62px;
}
.store_icon span {
    background-image: url("../images/store_icon.png");
	width: 60px;
    height: 47px;
}


/*--------------------------------追従ボタン---------------------------------------------*/


/*--------------------------------シェアボタン---------------------------------------------*/

.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-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 (min-width: 750px){/*SPのみの改行*/
	.br-sp {display: none;
	}
}


@media screen and (max-width: 750px){

body{
	width:100%;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
    background-image: url(../images/bg_sp.png);
    background-repeat: repeat;
}

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{
min-width: inherit;
  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;
}
.itemArea_innner,.post_date,.links{
	width: 100%;
	}


dl.itemArea{
	clear: both;

}

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;
}
.lead,.itemArea,.post_date,.links{
	width: 100%;;
}
.itemArea_innner, .post_date, .links{
	width: 100%;
}


/*--------------------------------キービジュアル---------------------------------------------*/
.spon{
	font-size: 0;
	background-image: url("../images/h1_sp.jpg");
    background-size: cover; /*文字被りなしの場合 */
    /*background-size: contain; 文字被りありの場合 */
    background-repeat: no-repeat !important;
    position: relative;
    /* background-color: #92cef2; 文字被りありの場合 */
    background-position: center;
}

.mainvisual_scroll-img{
	position: absolute;
    bottom: 5px;
    width: 54px;
    height: 37px;
    left: 0;
    right: 0;
    margin: auto;
}




/*--------------------------------キービジュアル---------------------------------------------*/


/*--------------------------------リード文---------------------------------------------*/
.main_content .lead{
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
    background-image: url("../images/lead_bg_sp.png");
}
.lead p{
	width: inherit;
}

/*--------------------------------リード文---------------------------------------------*/


/*--------------------------------ナビ---------------------------------------------*/
.naviArea{
	background-color: #fff;
	display: block;
}
.naviAreaNavi{
	text-align: center;
}
.naviAreaNavi ul{
	margin: 0 ;
	padding: 0 ;
	padding-top: 20px;
	display: flex;
}


.naviAreaNavi ul:nth-child(2){
	padding-top: 0;
	}
.naviAreaNavi li{
	list-style: none;
	width: 100%;
    height: 39px;
    margin: 0 0 40px 0px;
    position: relative;
    line-height: 1.5;
    box-sizing: border-box;
    justify-content: center;
    vertical-align: top;
    display: flex;
    align-items: center;

}
.naviAreaNavi li:not(:last-child){
border-right:1px solid #8B9B21;
}

.naviAreaNavi li:nth-child(3){
border-right:none;
}
.naviAreaNavi li:after{
    content: "";
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    width: 16px;
    margin: auto;
    height: 8px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.naviAreaNavi a{
	text-decoration: none !important;
	color: #8B9B21;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;

}
.naviAreaNavi a.current{
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
}
.naviAreaNavi a:hover{
	color:#8B9B21;
	border-bottom:2px solid #8B9B21;
}

.navi_Twoitem{
	margin: auto !important;
}


/*--------------------------------ナビ---------------------------------------------*/



/*--------------------------------アイテム---------------------------------------------*/
.itemArea_innner{
	padding: 30px 0;
}

dl.itemArea.right{
  min-height: 0;
}

dl.itemArea dd.itemImg{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

dl.itemArea dt.itemHead{
	width: 100%;
	margin-bottom: 10px;
}

.itemHead span{
	font-size: 6.4vw;

}

dl.itemArea dt.itemHead .itemHead_sub {
  font-size: 4.5vw;
}

dl.itemArea dt.itemHeadLine01{
    padding: 13.1vw 0;
}

dl.itemArea dt.itemHeadLine02{
    padding: 11.8vw 0;
    height: 42vw;
}

dl.itemArea dt.itemHeadLine03{
    padding: 11.8vw 0;
    height: 58.97vw;
}

dl.itemArea dd.itemText{
	width: 100%;
	padding: 0 20px;
	margin: 30px auto;
}

.kerning_none span{
	letter-spacing: 0;
	}

/*はみ出した時用*/
.left dd.itemlist{margin-left:0;}
.right dd.itemlist{margin-right:0;}
	
/*_________________________SP 画像なしアイテム__*/
dl.itemArea.center{
	clear: both;
	width: 90%;
  margin: 30px auto;
  padding: 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;
}


/*--------------------------------商品一覧---------------------------------------------*/

.itemlist{
	width: 100%;
	}

.itemlist ul{
	overflow-x: auto;
  overflow-y: hidden;
	flex-wrap: nowrap;
	display: flex;
  margin-left: 20px;
}

.itemlist li{
	width: 42%;
	flex-shrink: 0;
	margin-right: 15px;
}

.itemlist li:nth-child(n+5){
	margin-top: 0px;
}







/*--------------------------------商品一覧---------------------------------------------*/


/*--------------------------------SP記事掲載日---------------------------------------------*/
.post_date{
  width: 90%;
  padding:0px;
  margin:0px auto;
  text-align: right;
}


/*--------------------------------SPリンクボタン---------------------------------------------*/

.links{
	margin: 60px 0;
}

div.links a{
	width: 70%;
	margin: auto;
	height: 65px;
	font-size: 16px;
}

.links_icon{
	width: 50px;
	height: 38px;
	}
/*--------------------------------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-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 60%;
  margin: 0.5em 0.5em;
}

/*--------------------------------追従ボタン---------------------------------------------*/
.icon_buttun{
    width: 60px;
    height: 60px;
}

.ec_icon span {
	width: 30px;
    height: 42px;
}
.store_icon span {
	width: 42px;
    height: 35px;
}

/*--------------------------------追従ボタン---------------------------------------------*/



/*--------------------------------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);
}
}


