@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: #31404B;
    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{
    display: block;
    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%;
    overflow: hidden;        /* 見切れた部分を隠す */
    position: relative;
    background: #C0DEC2;
  }
  .mainImg {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .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;
  }
  .mainImg img {
    width: 100%;             /* 横幅をコンテナの幅に合わせる */
 
  }

}

@media screen and (max-width: 750px) {
  .mainImgWrap {
    overflow: hidden;        /* 見切れた部分を隠す */
    background: #F1E4B2;
  }
  .mainImg img {
    width: 100%;             /* 横幅をコンテナの幅に合わせる */
    object-fit: cover;       /* コンテナ全体を覆うように表示 */
  }
}


/*--------------------------------アニメーション---------------------------------------------*/
#firstLogoAnimArea {
  position: fixed;
  top: 0;
  left: 0;
  background: #336290;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 1.5s ease-in-out;
}
#firstLogoAnimArea.opa {
  opacity: 0;
}
#firstLogoAnimArea img {
  opacity: 1;
  transition: all 1.5s ease-in-out;
}
#firstLogoAnimArea img.opa {
  opacity: 0;
}

@media screen and (min-width: 1021px) {
  #firstLogoAnimArea img {
    width: 250px;
  }
  #firstLogoAnimArea img.sizeUp {
    width: 380px;
  }
}
@media (max-width: 1020px) and (min-width: 751px) {
  #firstLogoAnimArea img {
    width: 250px;
  }
  #firstLogoAnimArea img.sizeUp {
    width: 350px;
  }
}
@media screen and (max-width: 750px) {
  #firstLogoAnimArea img {
    width: 240px;
  }
  #firstLogoAnimArea img.sizeUp {
    width: 340px;
  }
}


@media screen and (min-width: 1021px) {
  /* メインコンテンツ幅 */
  .innerWidth {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  /* セクションの境目 */
  hr.sectionBorder {
    width: 100%;
    height: 6px;
    background: #CE793A;
    border: unset;
    outline: none;
    margin: 0;
  }

  /* セクション毎のコピーライト */
  .bottomCopyright {
    padding: 20px 0;
  }
  .bottomCopyright img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1020px) and (min-width: 751px) {
  /* メインコンテンツ幅 */
  .innerWidth {
    width: 100%;
    padding: 0 25px;
  }

  /* セクションの境目 */
  hr.sectionBorder {
    width: 100%;
    height: 6px;
    background: #CE793A;
    border: unset;
    outline: none;
    margin: 0;
  }

  /* セクション毎のコピーライト */
  .bottomCopyright {
    padding: 20px 0;
  }
  .bottomCopyright img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  /* メインコンテンツ幅 */
  .innerWidth {
    width: 100%;
    padding: 0 21px;
  }

  /* セクションの境目 */
  hr.sectionBorder {
    width: 100%;
    height: 6px;
    background: #CE793A;
    border: unset;
    outline: none;
    margin: 0;
  }

  /* セクション毎のコピーライト */
  .bottomCopyright {
    padding: 20px 0;
  }
  .bottomCopyright img {
    display: block;
    margin: 0 auto;
  }
}


/*--------------------------------リード文---------------------------------------------*/

@media screen and (min-width: 1021px){
  .leadWrap {
    background: #E0F9E0;
    padding-bottom: 20px;
  }
  .leadTitle {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .leadText {
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 50px;
  }
  .leadText.note {
    font-size: 16px;
    line-height: 1.5;
  }
  .sideImg {
    width: 100%;
    position: relative;
  }
  .sideImg img {
    position: absolute;
    bottom: 50px;
    right: -10vw;
  }
  .periodImg {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 30px;
  }
}


@media (max-width: 1020px) and (min-width: 751px){
  .leadWrap {
    background: #E0F9E0;
    padding-bottom: 20px;
  }
  .leadTitle {
    width: 100%;
    margin: 0 auto 30px;
  }
  .leadText {
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 50px;
  }
  .leadText.note {
    font-size: 14px;
    line-height: 1.5;
  }
  .sideImg {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .periodImg {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 750px) {
  .leadWrap {
    background: #E0F9E0;
    padding-bottom: 20px;
  }
  .leadTitle {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .leadText {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .leadText.note {
    font-size: 12px;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sideImg {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .periodImg {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 30px;
  }

}



/*--------------------------------商品一覧---------------------------------------------*/
.swiper.sidePicture {
  z-index: 0!important;
  overflow: unset;
}
@media screen and (min-width: 1021px){
  .productWrap {
    background: #F5EBDE;
    padding: 40px 0;
  }
  .productTitle {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .productLinkList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    width: 900px;
    margin: 0 auto 50px;
  }
  .productLinkList li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C1E0C2;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #CEB594;
    box-sizing: border-box;
  }
  .productLinkList li.shortBtn {
    width: 255px;
  }
  .productLinkList li.longBtn {
    width: 355px;
  }
  .productdetailList {
    margin-bottom: 30px;
  }
  .productdetailList li:not(:last-child) {
    margin-bottom: 50px;
  }
  .detailBoxWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .detailBoxWrap .detailImgBox {
    width: 450px;
  }
  .productPrice {
    margin-top: 27px;
  }
  .productLink {
    width: fit-content;
    margin: 35px auto 0;
  }
  .productLink a {
    position: relative;
    width: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #41888A;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #CEB594;
    box-sizing: border-box;
  }
  .productLink a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #fff;
    border-radius: 30px;
  }


  /* スライダー(PCはスライドナシ) */
  .detailBoxWrap:has(.sidePicture) {
    justify-content: center;
  }
  .detailImgBox:has(.sidePicture) {
    width: 100%;
    margin-bottom: 30px;
  }
  .swiper-wrapper {
    justify-content: space-between;
  }
  .swiper-slide {
    width: 450px!important;
  }
  .slideDots {
    display: none;
  }
  .buttonPrev {
    display: none;
  }
  .buttonNext {
    display: none;
  }

}


@media (max-width: 1020px) and (min-width: 751px){
  .productWrap {
    background: #F5EBDE;
    padding: 40px 0;
  }
  .productTitle {
    width: 100%;
    margin: 0 auto 30px;
  }
  .productLinkList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    margin: 0 auto 50px;
  }
  .productLinkList li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C1E0C2;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #CEB594;
    box-sizing: border-box;
  }
  .productLinkList li.shortBtn {
    width: calc(50% - 5px);
  }
  .productLinkList li.longBtn {
    width: 100%;
  }
  .productdetailList {
    margin-bottom: 30px;
  }
  .productdetailList li:not(:last-child) {
    margin-bottom: 50px;
  }
  .detailBoxWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .detailBoxWrap .detailImgBox {
    width: 48%;
  }
  .detailBoxWrap dd {
    width: 48%;
  }
  .productPrice {
    margin-top: 25px;
  }
  .productLink {
    width: 65%;
    margin: 25px auto 0;
  }
  .productLink a {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #41888A;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #CEB594;
    box-sizing: border-box;
  }
  .productLink a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #fff;
    border-radius: 30px;
  }

  /* スライダー(TBはスライドナシ) */
  .detailBoxWrap:has(.sidePicture) {
    justify-content: center;
  }
  .detailBoxWrap .detailImgBox:has(.sidePicture){
    width: 100%;
    margin-bottom: 30px;
  }
  .swiper-wrapper {
    justify-content: space-between;
  }
  .swiper-slide {
    width: 48%!important;
  }
  .slideDots {
    display: none;
  }
  .buttonPrev {
    display: none;
  }
  .buttonNext {
    display: none;
  }

}

@media screen and (max-width: 750px) {
  .productWrap {
    background: #F5EBDE;
    padding: 20px 0;
  }
  .productTitle {
    width: 100%;
    margin: 0 auto 30px;
  }
  .productLinkList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .productLinkList li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C1E0C2;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #CEB594;
    box-sizing: border-box;
  }
  .productLinkList li.shortBtn {
    width: calc(50% - 5px);
  }
  .productLinkList li.shortBtn a img {
    width: 100%;
    max-width: 190px;
  }
  .productLinkList li.longBtn {
    width: 100%;
  }
  .productLinkList li.longBtn a img {
    width: 82%;
    max-width: 310px;
  }
  .productdetailList {
    margin-bottom: 15px;
  }
  .productdetailList li:not(:last-child) {
    margin-bottom: 10px;
  }
  .detailBoxWrap .swiper-slide a {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .detailBoxWrap dd {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .imgWrapInner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .detailBoxWrap 
  .productPrice {
    margin-top: 30px;
  }
  .productLink {
    width: 65%;
    margin: 25px auto 0;
  }
  .productLink a {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #41888A;
    border: 2px solid #000;
    padding: 12px 10px;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #CEB594;
    box-sizing: border-box;
  }
  .productLink a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #fff;
    border-radius: 30px;
  }
  .detailImgBox a {
    pointer-events: none;
  }

  /* スライダー */
  .detailImgBox:has(.sidePicture)  {
    padding-bottom: 20px;
  }
  .slideDots {
    position: absolute!important;
    bottom: -30px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    width: fit-content !important;
    z-index: 2!important;
  }
  .swiper-pagination-bullet {
    display: inline-block!important;
    width: 11px !important;
    height: 11px !important;
    background-color: #E4C2A2!important;
    margin: 0 5px!important;
    opacity: 1!important;
    border-radius: 50%!important;
    transition: background-color 0.3s!important;
  }
  .swiper-pagination-bullet-active {
    background-color: #D53318!important;
    transform: scale(1.0)!important;
  }
  .buttonNext, .buttonPrev {
    position: absolute!important;
    width: 33px!important;
    height: 66px!important;
    background: url(../images/img_slide_btn.png) no-repeat;
    background-size: contain;
    top: 55%!important;
    transform: translateY(-50%)!important;
    z-index: 1!important;
    cursor: pointer!important;
  }

  .buttonPrev {
    left: -21px!important;
    transform: translateY(-50%) rotate(180deg)!important;
  }

  .buttonNext {
    right: -21px!important;
  }

}


/*--------------------------------開催内容---------------------------------------------*/
hr.eventBorder {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #41888A;
  margin-bottom: 40px;
}
@media screen and (min-width: 1021px){
  .eventInfoWrap {
    background: #E0F9E0;
    padding-top: 70px;
  }
  .eventTitle {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .eventTopText {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .eventImg {
    max-width: 460px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .eventDetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 790px;
    margin: 0 auto 40px;
  }
  .eventDetail .netLink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 230px;
    padding: 10px 0;
    background: #C1E0C2;
    border: 4px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
    box-shadow: 0 4px 0 0 #C1E0C2;
    box-sizing: border-box;
  }
  .eventDetail p {
    font-size: 20px;
    line-height: 1.8;
    width: 100%;
  }
  .eventDetail p .bold {
    font-weight: bold;
  }
  .eventDetail p.center {
  text-align: center;
  }
  .eventDetail p.excluded {
    font-size: 16px;
  }
  .eventDetail p.apply {
    width: 100%;
    text-align: left;
    margin-bottom: -30px;
  }
  .eventDetail a {
    color: #CE793A;
  }
  .eventDetail .note {
    width: 100%;
  }
  .eventDetail .note li {
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .eventBtn {
    width: fit-content;
    margin: 0 auto;
  }
  .eventBtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    padding: 10px 0;
    background: #C1E0C2;
    border: 4px solid #fff;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #C1E0C2;
    box-sizing: border-box;
  }
}

@media (max-width: 1020px) and (min-width: 751px){
  .eventInfoWrap {
    background: #E0F9E0;
    padding-top: 70px;
  }
  .eventTitle {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .eventTopText {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .eventImg {
    width: 460px;
    margin: 0 auto 40px;
  }
  .eventDetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
    width: 790px;
    margin: 0 auto 70px;
  }
  .eventDetail .netLink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 230px;
    padding: 10px 0;
    background: #C1E0C2;
    border: 4px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
    box-shadow: 0 4px 0 0 #C1E0C2;
    box-sizing: border-box;
  }
  .eventDetail p {
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
  }
  .eventDetail p.center {
    text-align: center;
  }
  .eventDetail p .bold {
    font-weight: bold;
  }
  .eventDetail p.excluded {
    font-size: 16px;
  }
  .eventDetail p.apply {
    width: 100%;
    text-align: left;
    margin-bottom: -30px;
  }
  .eventDetail a {
    color: #CE793A;
  }
  .eventDetail .note {
    width: 100%;
  }
  .eventDetail .note li {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .eventBtn {
    width: fit-content;
    margin: 0 auto;
  }
  .eventBtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    padding: 10px 0;
    background: #C1E0C2;
    border: 4px solid #fff;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #C1E0C2;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .eventInfoWrap {
    background: #E0F9E0;
    padding-top: 70px;
  }
  .eventTitle {
    width: 100%;
    margin: 0 auto 15px;
  }
  .eventTopText {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .eventImg {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 40px;
  }
  .eventDetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 auto 40px;
  }
  .eventDetail .netLink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 160px;
    padding: 10px 0;
    background: #C1E0C2;
    border: 4px solid #fff;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #C1E0C2;
    box-sizing: border-box;
  }
  .eventDetail .netLink img {
    width: 80%;
  }
  .eventDetail p {
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
  }
  .eventDetail p.center {
    font-size: 16px;
  }
  .eventDetail p .bold {
    font-weight: bold;
  }
  .eventDetail p.excluded {
    font-size: 13px;
    text-indent: -7em;
    padding-left: 7em;
    width: calc(100% - 7em);
  }
  .eventDetail p.apply {
    width: 100%;
    text-align: left;
    margin-bottom: -30px;
  }
  .eventDetail a {
    color: #CE793A;
  }
  .eventDetail .note {
    width: 100%;
  }
  .eventDetail .note li {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  .eventBtn {
    width: fit-content;
    margin: 0 auto;
  }
  .eventBtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    padding: 10px 0;
    background: #C1E0C2;
    border: 4px solid #fff;
    border-radius: 30px;
    box-shadow: 0 4px 0 0 #C1E0C2;
    box-sizing: border-box;
  }
}



/*--------------------------------映画紹介---------------------------------------------*/
.movieWrap {
  position: relative;
  background: #000;
  overflow-x: hidden;
  padding: 40px 0 35px;
}
.movieWrap::before, .movieWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  min-width: 1440px;
  height: 6px;
  background: url(../images/border_movie.png) repeat;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .movieWrap::before, .movieWrap::after {
    background: url(../images/border_movie_sp.png) repeat;
  }
}
.movieWrap::before {
  top: 0;
}
.movieWrap::after {
  bottom: 0;
}
.moviePosterImg {
  width: 100%;
  max-width: 375px;
  margin: 0 auto 35px;
}
.movieLink {
  width: fit-content;
  margin: 0 auto;
}
.movieLink a {
  font-size: 17px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.2em;
}



/*--------------------------メインコンテンツ下部 コピーライト--------------------------*/
@media screen and (min-width: 1021px) {
  .copyrightSection {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E0F9E0;
    padding: 15px 0;
  }
  .copyrightSection p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
}
@media (max-width: 1020px) and (min-width: 751px) {
  .copyrightSection {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E0F9E0;
    padding: 15px;
  }
  .copyrightSection p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .copyrightSection {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E0F9E0;
    padding: 15px;
  }
  .copyrightSection p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
}



/*--------------------------------フィクストボタン---------------------------------------------*/

@media screen and (min-width: 1021px){
  /*固定ボタン*/
  .fixedBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
    pointer-events: none;
  }
  .correctionBtn {
    pointer-events: auto!important;
  }
  .pageTopBtn {
    pointer-events: auto!important;
  }
  .fixedBtns:has(.offSetPos) {
    bottom: 220px;
  }
}

@media (max-width: 1020px) and (min-width: 751px){
  /*固定ボタン*/
  .fixedBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
    padding: 0 25px;
    pointer-events: none;
  }
  .correctionBtn {
    pointer-events: auto!important;
  }
  .pageTopBtn {
    pointer-events: auto!important;
  }
  .fixedBtns:has(.offSetPos) {
    bottom: 220px;
  }
}
@media (max-width: 750px){
  /*固定ボタン*/
  .fixedBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
    padding: 0 21px;
    pointer-events: none;
  }
  .correctionBtn {
    width: 73px;
    pointer-events: auto!important;
  }
  .pageTopBtn {
    width: 70px;
    pointer-events: auto!important;
  }
  .fixedBtns:has(.offSetPos) {
    bottom: 230px;
  }
}




.tm {
  font-size: 0.7em; /* 文字を小さくする */
  vertical-align: super; /* 上付きに配置 */
}


#snow-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}



/*--------------------------------footer---------------------------------------------*/

@media screen and (min-width: 1021px){
  .footer_wrap{
    width: 100%;
    min-width: 1200px;
    background-color: #F9F3DF;
    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: 20px;
  }
  .share-wrap li img{
    width: 65px;
    margin: 0 15px;
  }
  #footer{
    width: 100%;
    color: #707070;
    background-color: #FFE36D;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0;
  }
}

/*--------------------------------copyright---------------------------------------------*/
@media screen and (min-width: 1021px){
  .footer_copyRight {
    color: #703D0E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0 auto;
  }
}
@media (max-width: 1020px) and (min-width: 751px){
  .footer_copyRight {
    color: #703D0E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0 auto;
  }
}
@media (max-width: 750px){
  .footer_copyRight {
    color: #703D0E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 30px 0 auto;
  }
}

/*--------------------------------フッター---------------------------------------------*/





/*--------------------------------
        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);
}
} */
