@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;
	color: #000;
	line-height: 2.0;
  -webkit-text-size-adjust: 100%;
	background: #fff;
	font-size: 18px;
}

@media screen and (max-width: 750px){
  .forpc {
    display: none;
  }
}

@media screen and (min-width: 751px){
  .forsp {
    display: none;
  }
}

*{zoom:1;}

/* change display */
.pcon{
	display:block;
}

.tabon{
	display:block;
}

.spon{
	display:none;
}


/* end */


a:link{
    color:#DB5F30;
	text-decoration: underline;
}
a:visited{
    color:#DB5F30;
}
a:hover{
    color:#DB5F30;
}
a.link-normal {
    color:#DB5F30;
}

.disnone{
	display: none;
}

.strong{font-weight: bold;}


.inner{
  box-sizing: border-box;
}

img{
  max-width: 100%;
  vertical-align: bottom;
}
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;

    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;
} */

/*-----------------------contentsWrap----------------------------------*/
@media screen and (min-width: 1021px){
  #contentsWrap {
    width: 100%;             /* 横幅は常に100%に設定 */
    max-width: 1920px;        /* 最大幅は1920pxまで */
    min-width:1440px;
    margin: 0 auto;           /* ブラウザの中央に配置 */
    overflow: hidden;         /* 画像がはみ出す部分を隠す */
  }
}
@media (max-width: 1020px) and (min-width: 751px){
  #contentsWrap {
    width: 100%;             /* 横幅は常に100%に設定 */
    margin: 0 auto;           /* ブラウザの中央に配置 */
    overflow: hidden;         /* 画像がはみ出す部分を隠す */
  }
}
@media screen and (max-width: 750px) {
  #contentsWrap {
    width: 100%;             /* 横幅は常に100%に設定 */
    margin: 0 auto;           /* ブラウザの中央に配置 */
    overflow: hidden;         /* 画像がはみ出す部分を隠す */
  }
}
/*--------------------------------head---------------------------------------------*/



  #head{

    height: 60px;
    background: #E99D8C;
    padding: 14px 0;
    position: relative;
    z-index: 2;
  }
  #head a.loft-logo{
    width: 50px;
    height: 32px;
    margin: 0 auto;
    display: block;
  }
  #head a.loft-logo img{
    width: 100%;
  }



/*--------------------------------キービジュアル---------------------------------------------*/
picture {
    margin: 0;
    padding: 0;
    display: block;
}
picture img{
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (min-width: 1021px){
  .mainImg picture{
    margin: 0 auto;
    display: block;
  }
  /* 画像の表示領域となるメインビジュアルのスタイル */
  .mainImgWrap {
    width: 100%;
        /* 高さを画面の70%に設定 */
    overflow: hidden;        /* 見切れた部分を隠す */
    position: relative;
    background: #FFF8EC;
  }
  .mainImg img {
    width: 100%;             /* 横幅をコンテナの幅に合わせる */
    height: 100%;            /* 高さもコンテナに合わせる */
    /* object-fit: cover;      */  /* コンテナ全体を覆うように表示 */
   /*  position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */ /* 画像を中央揃えに */
  }
}

@media (max-width: 1020px) and (min-width: 751px){

  /* 画像の表示領域となるメインビジュアルのスタイル */
  .mainImgWrap {
    width: 100%;
    overflow: hidden;        /* 見切れた部分を隠す */
    position: relative;
    background: #EB79AA;
  }
  .mainImg img {
    width: 100%;             /* 横幅をコンテナの幅に合わせる */
 
  }

}

@media screen and (max-width: 750px) {
  .mainImgWrap {
    overflow: hidden;        /* 見切れた部分を隠す */
    background: #EB79AA;
  }
  .mainImg img {
    width: 100%;             /* 横幅をコンテナの幅に合わせる */
    object-fit: cover;       /* コンテナ全体を覆うように表示 */
  }
}
/*--------------------------------リード文---------------------------------------------*/

@media screen and (min-width: 1021px){
  .detailWrap{
    background:#FFF8EC;
    padding: 40px 0;
    position: relative;
  }

  .detailWrap h2{
    text-align: center;
    margin-bottom: 40px;
  }
  .detailWrap .leadTtl{
    margin-bottom: 40px;
  }
  .detailWrap .leadText{
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
  .detailWrap .noteText{/* 
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */ 
    text-align: left;
    margin: 0 auto 40px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 800px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .detailWrap .bnr80th{
    text-align: center;
    margin-bottom: 40px;
  }


  .main_content .lead{
    padding: 40px 0;
    background-color: #FFF1D6;
  }

  .lead p{
    width:1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.0;
    color: #5F3327;
    font-weight: bold;
    text-align: center;
  }

  .lead_left p{
    text-align: left !important;
  }

  
  /*下部ライン*/
  .detailLine picture{
    margin: 0 auto;
    display: block;
  }
  .detailLine {
    position: absolute;
    top:0;
    width: 100%;
    height: 82px;
    overflow: hidden;
    z-index: 2;
  }
  .detailLine img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .detailBottomLine picture{
    margin: 0 auto;
    display: block;
  }
  .detailBottomLine {
    position: absolute;
    bottom:-2px;
    width: 100%;
    height: 82px;
    overflow: hidden;
    z-index: 2;
  }
  .detailBottomLine img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

}


@media (max-width: 1020px) and (min-width: 751px){
  .detailWrap{
    background:#FFF8EC;
    padding: 10px 0;
    position: relative;
  }


  .detailWrap h2{
    width: 50%;
    max-width: 550px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .detailWrap .leadText{
    text-align: center;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .detailWrap .noteText{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    margin: 0 auto 30px;
    padding-left:1em;
    position:relative;
    text-align: left;
    width: 600px;
    padding-left: 1em;
    text-indent: -1em;
  }


  .detailWrap .bnr80th{
    text-align: center;
    margin: 0 auto 40px;
    width: 40%;
    max-width: 550px;
    
  }
  .main_content .lead{
    padding: 40px 0;
    background-color: #FFF1D6;
  }
  .lead p{
    width:1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.0;
    color: #5F3327;
    font-weight: bold;
    text-align: center;
  }

  .lead_left p{
    text-align: left !important;
  }

  .detailLine{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;

  }
  .detailLine img{
    display: block;
  }

  .detailBottomLine{
    position: absolute;
    bottom:-1px;
    left:0;
    z-index: 2;

  }
}

@media screen and (max-width: 750px) {
  .detailWrap{
    background:#FFF8EC;
    padding: 30px 0;
    position: relative;
  }

  .detailWrap h2{
    text-align: center;

  }
  .detailWrap .leadTtl{
    width: 90%;
    margin: 0 auto 3vw;
  }
  .detailWrap .leadText{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 214.286% */
    margin: 0 21px 20px;
  }
  .detailWrap .noteText{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    margin: 3vw 20px 0;
    padding-left:1em;
    position:relative;
  }

  .detailWrap .noteText:before{
    content:"※";
    position:absolute;
    left:0;
    top:0;
  }
  .detailWrap .noteText span{
    display:none;
  }

  .detailWrap .bnr80th{
    text-align: center;
    width: 80%;
    max-width: 330px;
    margin: 0 auto 40px;

    
  }
  .main_content .lead{
    padding: 40px 0;
    background-color: #FFF1D6;
  }
  .lead p{
    width:1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.0;
    color: #5F3327;
    font-weight: bold;
    text-align: center;
  }

  .lead_left p{
    text-align: left !important;
  }
  
  .detailLine{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
  }
  .detailLine img{
    display: block;
  }
  .detailBottomLine{
    position: absolute;
    bottom:-2px;
    left:0;
    z-index: 2;
    object-fit: cover;
  }
  .detailBottomLine img{
    object-fit: cover;

  }
}






/*-----------商品一覧-----------*/

@media screen and (min-width: 1021px){
  
  .imgWrapOuter{
    border:4px solid #D43318;
  }

  .imgWrapInner{
      border:1px solid #D43318;
  }
  .productWrap{
      background: url(../img/img_background.png) repeat repeat;
      position: relative;
  }

  .topContentsLine{
    padding-top: 5px;
    border-bottom: 4px #FFF8EC solid;
    margin-bottom: 60px;
  }
  .bottomContentsLine{
    padding-bottom: 5px;
    border-top: 4px #C7DACD solid;
    margin-top: 60px;
  } 

  .productWrap .productList{
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
  }
  .productListWrap {
    margin-bottom: 55px;
  }
  .productListWrap .productLinkList{
    position: relative;
    left: 3vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
  }
  .productWrap .productLinkList li {
    width: 100%;
  }
  .productWrap .productLinkList li a{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 200% */
    text-decoration-line: underline;
  }
  .productWrap .productLinkList li::before {
    content: "■ ";
    margin-right: 22px; 
    color: #000; 
  }

  .productWrap .productCategory{
    text-align: center;
    margin-bottom: 33px;
  }


  /*商品詳細*/
  .productDetailWrap{
    margin:10px 20px 55px;
    position: relative;
    z-index: 2;
  }
  .productDetailWrap .detailBoxWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; 
  }
  .productDetailWrap .detailBoxWrap:last-child{
    margin-bottom: 0;
  }
  
  .productDetailWrap .detailBoxWrap.botExist{
    margin-bottom: 61px;
  }
  .productDetailWrap .detailBoxWrap dt{
    position: relative;
    width: 450px;
    height: 450px;
    margin-right: 68px;
  }
  .productDetailWrap .detailBoxWrap dt.detailImgBox{
    position: relative;
  }
  .productDetailWrap .detailBoxWrap dt.detailImgBox span{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
  } 
  .productDetailWrap  .detailBoxWrap .valueListWrap .valueList{
    border-bottom: #E99D8C dashed 2px;

  }
  .productDetailWrap  .detailBoxWrap .valueListWrap .detailText{
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 10px;
  } 
  .productDetailWrap  .detailBoxWrap .valueListWrap { 
    background: #FFF8EC;
    width: 440px;
    padding: 20px 25px ;
    position: relative;
  }
  .productDetailWrap .detailBoxWrap dd .productLink{
    text-align: center;
    padding: 36px 0;
  }
  .productDetailWrap .detailBoxWrap dd .productLink a{
    display: inline-block;
  }

  .productDetailWrap  .detailBoxWrap .valueList li{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .productDetailWrap  .detailBoxWrap .valueList li:last-child{
    padding-bottom: 15px;
  }

  .triAngle{
    position: absolute;
    right: 0;
    bottom: 0;
  }

}

@media (max-width: 1020px) and (min-width: 751px){
  .imgWrapOuter{
    border:4px solid #D43318;
  }

  .imgWrapInner{
      border:1px solid #D43318;
  }
  .productWrap{
      background: url(../img/img_background.png) repeat repeat;
      position: relative;
  }
 

  .topContentsLine{
    padding-top: 5px;
    border-bottom: 4px #FFF8EC solid;
    margin-bottom: 60px;
  }
  .bottomContentsLine{
    padding-bottom: 5px;
    border-top: 4px #C7DACD solid;
    margin-top: 60px;
  } 

  .productWrap .productList{
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
  }
  .productListWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 18vw 55px;
  }
  .productWrap .productLinkList.left{
    margin-right: 60px;
  }
  .productWrap .productLinkList li a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 200% */
    text-decoration-line: underline;
  }
  .productWrap .productLinkList li::before {
    content: "■ ";
    margin-right: 22px; 
    color: #000; 
  }

  .productWrap .productCategory{
    text-align: center;
    margin-bottom: 33px;
  }


  /*商品詳細*/
  .productDetailWrap{
    padding: 10px 20px 0;
    position: relative;
    z-index: 2;
  }
  .productDetailWrap .detailBoxWrap{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 40px; 
  }

  .productDetailWrap .detailBoxWrap.botExist{
    margin-bottom: 61px;
  }
  .productDetailWrap .detailBoxWrap dt{
    position: relative;
    width: 450px;
    margin-right: 15px;
  }
  .productDetailWrap .detailBoxWrap dt.detailImgBox{
    position: relative;
  }
  .productDetailWrap .detailBoxWrap dt.detailImgBox span{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
  } 


  .productDetailWrap .detailBoxWrap dd .productLink{
    text-align: center;
  }
  .productDetailWrap .detailBoxWrap dd .productLink a{
    display: inline-block;
  }





  .productDetailWrap  .detailBoxWrap .valueListWrap .valueList{
    border-bottom: #E99D8C dashed 2px;

  }
  .productDetailWrap  .detailBoxWrap .valueListWrap .detailText{
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 10px;
  } 
  .productDetailWrap  .detailBoxWrap .valueListWrap { 
    background: #FFF8EC;
    width: 440px;
    padding: 20px 25px ;
    position: relative;
  }
  .productDetailWrap .detailBoxWrap dd .productLink{
    text-align: center;
    padding: 36px 0;
  }
  .productDetailWrap .detailBoxWrap dd .productLink a{
    display: inline-block;
  }

  .productDetailWrap  .detailBoxWrap .valueList li{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .productDetailWrap  .detailBoxWrap .valueList li:last-child{
    padding-bottom: 15px;
  }


  .triAngle{
    position: absolute;
    right: 0;
    bottom: 0;
  }

}

@media screen and (max-width: 750px) {
    .imgWrapOuter{
    border:4px solid #D43318;
  }

  .imgWrapInner{
      border:1px solid #D43318;
  }
  .productWrap{
      background: url(../img/img_background.png) repeat repeat;
     
      position: relative;
  }

  .productWrap .productList{
    text-align: center;
    margin: 0 auto 26px;
    position: relative;
    width: 80%;
    max-width: 330px;
    z-index: 2;
  }
  .productListWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 5vw 25px;
    position: relative;
    z-index: 2;
  }
  .productWrap .productLinkList{
    padding: 0 2vw 0 3vw;
  }
  .productWrap .productLinkList.left{
    margin-right: 60px;
  }
  .productWrap .productLinkList li{
    position: relative;
  }
  .productWrap .productLinkList li a{
    display: block;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    text-decoration-line: underline;
    padding-left: 1em;
  }
  .productWrap .productLinkList li::before {
    content: "■ "; 
    color: #000; 
    position: absolute;
    left:-8px;
    top:0;
  }

  .productWrap .productCategory{
    text-align: center;
    margin: 0 20px 20px;
  }


  /*商品詳細*/
  .productDetailWrap{
    padding: 10px 0 0px;
    position: relative;
    z-index: 2;
  }
  .productDetailWrap .detailBoxWrap{

  }
  
  .productDetailWrap .detailBoxWrap.botExist{
    margin-bottom: 30px;
  }
  .productDetailWrap .detailBoxWrap dt{
    position: relative;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .productDetailWrap .detailBoxWrap dt.detailImgBox{
    position: relative;
  }
  .productDetailWrap .detailBoxWrap dt.detailImgBox span{
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
  } 
  .productDetailWrap .detailBoxWrap dd{
    width: 100%;
    padding: 20px 15px 30px;
  }
  .productDetailWrap .detailBoxWrap dd .tape{
    position: relative;
    top: -20px;
    width: 95px;
    margin: 0 auto;
  }
  .productDetailWrap .detailBoxWrap dd .tape img{
    display: block;
    margin: 0 auto;
  }
  .productDetailWrap .detailBoxWrap dd .productLink{
    text-align: center;
  }
  .productDetailWrap .detailBoxWrap dd .productLink a{
    display: inline-block;
  }


  

  .productDetailWrap  .detailBoxWrap .valueListWrap .valueList{
    border-bottom: #E99D8C dashed 2px;

  }
  .productDetailWrap  .detailBoxWrap .valueListWrap .detailText{
    font-size: 12px;
    line-height: 1.4;
    margin: 13px 10px 0;
  } 
  .productDetailWrap  .detailBoxWrap .valueListWrap { 
    background: #FFF8EC;
    padding: 35px 15px 30px;
    position: relative;
  }
  .productDetailWrap .detailBoxWrap dd .productLink{
    text-align: center;
    padding: 36px 0;
  }
  .productDetailWrap .detailBoxWrap dd .productLink a{
    display: inline-block;
  }

  .productDetailWrap  .detailBoxWrap .valueList li{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .productDetailWrap  .detailBoxWrap .valueList li:last-child{
    padding-bottom: 15px;
  }

  .triAngle{
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*イベントインフォメーション*/


@media screen and (min-width: 1021px){
  .eventInfo{
    background: #C7DACD;
    padding: 60px 0 0;

  }
  .eventInfo .eventInfoTtl{
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto 40px;
    width: 318px;
  }
  .eventInfo .snfPos{
    position: absolute;
    width: 250px;
    top: -395px;
    left: -517px;
    z-index: 1;
  }
  .eventInfo .bottomLogo{
    text-align: center;
    margin-bottom: 40px;
  }
  .eventInfo .infoPeriodLine{
    text-align: center;
    margin-bottom: 30px;
  }
  .eventInfo .infoPeriodText{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    margin-bottom: 25px;
  }
  .eventInfo .shopBox{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .prefBtn{
    padding: 5px 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
  }
  .eventInfo .shopBox .slash{
    padding: 0 30px;
  }
  .eventInfo .shopBox .netStoreBtn{
    padding: 5px 35px 5px 15px;
    color: #DB5F30;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 20px;
    background-image: url(../img/img_btom_icon.png);
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 5px 6px;
  }
  .eventInfo .shopBox .netStoreBtn{
    border: 1px solid #DB5F30;    
  }
  .eventInfo .shopBox a{
    text-decoration: none;
  }
  .eventInfo .nonActShop{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    margin-bottom: 20px;
  }
  .eventInfo .shopNote{
    margin: 0 auto 33px;
    display: block;
    width: 880px;

  }
  .eventInfo .shopNote li{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .eventInfo .subCampTtl{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px; /* 170% */
    letter-spacing: -2px;
  }
  .eventInfo .campTtl{
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .eventInfo .campText{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    width: 770px;
    margin: 0 auto 15px;
  }
  .eventInfo .campPeriod{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    width: 720px;
    margin: 0 auto 20px;
  }
  .eventInfo .campNote{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    width: 720px;
    margin: 0 auto 40px;
  }
  .eventInfo .loftAppLink{
    position: relative;
    width: 365px;
    margin: 0 auto;
  }
  .bottomDetailLine{
    padding-bottom: 5px;
    border-top: 4px #FFF8EC solid;
    margin-top: 60px;
  } 
  
}

@media (max-width: 1020px) and (min-width: 751px){
  .eventInfo{
    background: #C7DACD;
    padding: 60px 0 0;

  }
  .eventInfo .eventInfoTtl{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .eventInfo .snfPos{
    position: absolute;
    width: 20vw;
    top: -165px;
    left: 11vw;
    z-index: 1;
  }
  .eventInfo .bottomLogo{
    text-align: center;
    margin-bottom: 40px;
  }
  .eventInfo .infoPeriodLine{
    text-align: center;
    margin-bottom: 30px;
  }
  .eventInfo .infoPeriodText{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    margin-bottom: 25px;
  }
  .eventInfo .shopBox{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .prefBtn{
    padding: 5px 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
  }
  .eventInfo .shopBox .slash{
    padding: 0 30px;
  }
  .eventInfo .shopBox .netStoreBtn{
    padding: 5px 35px 5px 15px;
    color: #DB5F30;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 20px;
    background-image: url(../img/img_btom_icon.png);
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 5px 6px;
  }
  .eventInfo .shopBox .netStoreBtn{
    border: 1px solid #DB5F30;    
  }
  .eventInfo .shopBox a{
    text-decoration: none;
  }
  .eventInfo .nonActShop{
    text-align: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 144.444% */
    margin-bottom: 20px;
  }
  .eventInfo .shopNote{
    margin: 0 auto 33px;
    display: block;
    width:95%;

  }
  .eventInfo .shopNote li{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .eventInfo .subCampTtl{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px; /* 170% */
    letter-spacing: -2px;
  }
  .eventInfo .campTtl{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .eventInfo .campText{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 770px;
    margin: 0 auto 15px;
  }
  .eventInfo .campPeriod{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 177.778% */
    width: 720px;
    margin: 0 auto 20px;
  }
  .eventInfo .campNote{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 185.714% */
    width: 720px;
    margin: 0 auto 40px;
  }


  .eventInfo .loftAppLink{
    position: relative;
    width: 365px;
    margin: 0 auto;
  }
  .bottomDetailLine{
    padding-bottom: 5px;
    border-top: 4px #FFF8EC solid;
    margin-top: 80px;
  }
  .sp_none_br{

    display: none;
  }
 
}

@media (max-width: 750px){

  
  .topContentsLine{
    padding-top: 3px;
    border-bottom: 4px #FFF8EC solid;
    margin-bottom: 60px;
  }
  .bottomContentsLine{
    padding-bottom: 3px;
    border-top: 4px #C7DACD solid;
   
  } 

  .eventInfo{
    background: #C7DACD;
    padding: 50px 0 0;
    position: relative;

  }
  .eventInfo .eventInfoTtl{
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto 20px;
  }
  .eventInfo .eventInfoTtl .snfPos{
    position: absolute;
    width: 30vw;
    top: -36vw;
    left: -16vw;
    z-index: 1;
  }
  
  .eventInfo .bottomLogo{
    text-align: center;
    width: 75%;
    margin: 0 auto 20px;
  }
  .eventInfo .infoPeriodLine{
    text-align: center;
    margin: 0 auto 15px;
    width: 30%;
  }
  .eventInfo .infoPeriodText{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    margin-bottom: 15px;
  }
  .eventInfo .shopBox{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .prefBtn{
    padding: 5px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
  }
  .eventInfo .shopBox .slash{
    padding: 5px 15px 5px 5px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .eventInfo .shopBox .netStoreBtn{
    padding: 5px 25px 5px 15px;
    color: #DB5F30;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 20px;
    background-image: url(../img/img_btom_icon.png);
    background-position: 93% 50%;
    background-repeat: no-repeat;
    background-size: 5px 6px;
  }
  .eventInfo .shopBox .netStoreBtn{
    border: 1px solid #DB5F30;    
  }
  .eventInfo .shopBox a{
    text-decoration: none;
  }
  .eventInfo .nonActShop{
    text-align: left;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 185.714% */
    margin: 0px 20px 20px 20px;
  }
  .eventInfo .shopNote{
    margin: 0 20px 25px;
    display: block;

  }
  .eventInfo .shopNote li{
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
    padding-left: 1em;
    text-indent: -1em;
  }
  .sp_none_br{

    display: none;
  }

  .eventInfo .subCampTtl{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px; /* 185.714% */
  }
  .eventInfo .campTtl{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .eventInfo .campText{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin: 0 20px 20px;
  }
  .eventInfo .campPeriod{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin: 0 auto 20px;
  }
  .eventInfo .campNote{
    color: #000;
    text-align: left;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 20px 40px;
  }
  .eventInfo .loftAppLink{
    width: 65%;
    margin: 0 auto;
    position: relative;
  }

  .eventInfo .loftAppLink a{
    display: block;
  }
  
  .bottomDetailLine{
    padding-bottom: 5px;
    border-top: 4px #FFF8EC solid;
    margin-top: 80px;
  } 
}

@media screen and (min-width: 1021px){
  /*固定ボタン*/
  .correctionBtn{
    position: fixed;
    bottom: 2vw;
    left: 2vw;
    z-index: 3;
  }
  .pageTopBtn{
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 3;
  }
  .correctionBtn.offSetPos,
  .pageTopBtn.offSetPos{
    bottom:12vw;
  }
}
@media (max-width: 1020px) and (min-width: 751px){
    /*固定ボタン*/
    .correctionBtn{
      position: fixed;
      bottom: 2vw;
      left: 1vw;
      z-index: 3;
    }
    .pageTopBtn{
      position: fixed;
      bottom: 2vw;
      right: 1vw;
      z-index: 3;
  }
  
  .correctionBtn.offSetPos,
  .pageTopBtn.offSetPos{
    bottom:16vw;
  }
}
@media (max-width: 750px){
  /*固定ボタン*/
  .correctionBtn{
    position: fixed;
    bottom: 2vw;
    left: 1vw;
    width: 120px;
    z-index: 3;
  }
  .pageTopBtn{
    position: fixed;
    bottom: 2vw;
    right: 1vw;
    width: 66px;
    z-index: 3;
  }
    
  .correctionBtn.offSetPos,
  .pageTopBtn.offSetPos{
    bottom:33vw;
  }
}

.tm {
  font-size: 0.7em; /* 文字を小さくする */
  vertical-align: super; /* 上付きに配置 */
}


#snow-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}



/*--------------------------------シェアボタン---------------------------------------------*/

@media screen and (min-width: 1021px){
  .footer_wrap{
    width: 100%;
    min-width: 1200px;
    background-color: #FFF8EC;
    padding-bottom: 20px;
  }
}

@media (max-width: 1020px) and (min-width: 751px){
  .footer_wrap{
    width: 100%;
    background-color: #FFF8EC;
    padding-bottom: 20px;
  }
}

/*--------------------------------シェアボタン---------------------------------------------*/

@media screen and (min-width: 1021px){
  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: #D53318;
    background-color: #FFF8EC;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0 10px;
  }
}

@media (max-width: 1020px) and (min-width: 751px){
  div.share-wrap{
    width: 100%;
  }

  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%;
    color: #D53318;
    background-color:#FFF8EC;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px;
  }
}


@media (max-width: 750px){
  div.share-wrap{
    width: 100%;
  }

  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%;
    color: #707070;
    background-color: #FFE36D;
    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-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フッター---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 0;
  background: #FFF8EC;
  
  padding-bottom: 20px;
}

#footer{
  width: 100%;
  min-width: 0;
	background-color: #FFF8EC;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 5% 10px 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);
}
}

