body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.first{
    display: flex;
    width: 100%;
    margin: 1em auto 2em auto;
}
.first .first_img{
    width: 60%;
    height: auto;
}
.first .first_img img{
    width: 95%;
    height: auto;
}
.first_img p{
    margin-left: 25px;
}
.movie_play{
    width: 100%;
    height: auto;
}
.movie_play video{
    width: 98%;
    height: auto;
}
.first .first_text{
    width: 40%;
    height: auto;
    position: relative;
}
.first .first_text h1{
    position: absolute;
    left: 1px;
    bottom:20px;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.first .first_text h1 span{
    font-size: 18px;
}
.first_text p{
    font-family: serif;
    color: #bbafaf;
    position: absolute;
    top: 20px;
    left: 0px;
    font-family: "Playwrite US Trad", cursive;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;

}



/* 画像100％ */
.event_bana>div>img, .center_bana img, .voice>div>img, .coram_under>div>img, .under_bana>div>img {
    width: 100%;
    height: auto;
}
/* ――――――――――――――――――――――――― */
.top_hed{
    margin: 0;
    padding: 0.5em;
    text-align: center;
}
.top_hed h1{text-align: center;line-height: 1.5em;}
.main{
    margin: 43px auto 0 auto;
    max-width: 1200px;
    width: 100%;
    height: auto;
}

.center_bana{
    width: 100%;
    margin: 1em auto;
    height: auto;
}

.event_bana{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
.event_bana>div{
    width: 32%;
    height: auto;
    margin: 0.5%;
}
span.slide-in_inner.leftAnimeInner.slideAnimeRightLeft, span.slide-in.leftAnime.slideAnimeLeftRight{
    width: 100%;
}

.title{
    margin: 3em auto 2em auto;
    line-height: 2em;
    width: 100%;
    max-width: 1200px;
}
.title h3{
    font-family: serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.title h4{
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 11px;
    color: #b9a2a2;
    text-align: center;
}
.explanation{
    width: 98%;
    text-align: justify;
    color: #333;
    line-height: 1.9em;
    max-width: 1200px;
    margin: 0 auto 2em auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.explanation img{
    width: 100%;
    height: auto;
}
.explanation div{
    width: 48%;
    margin: 1%;
}
.explanation h3{
    color: #f03b3b;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}
.movie_top{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.movie_top>div {
    width: 48%;
    margin: 1%;
    height: auto;
}
.movie_top>div>img{
    width: 100%;
    height: auto;
}
.movie_top>div>h3{
    margin: 1em auto;
    font-size: 1em;
    padding: 0 10px;
}
.movie_top>div>h3>a{
    color: black;
}
.movie_top>div>h4{
    text-align: justify;
    padding: 0 10px;
    margin: 20px auto;
    line-height: 1.5em;
    font-size: 15px;
    color: #5a5a5a;
    /* 3行のみ表示 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie_box{
    padding: 0.9em;
    width: 80%;
    margin: -2em auto 1em auto;
    text-align: center;
    position: relative;
    border-radius: 80px;
}
.movie_box i{
    position: absolute;
    top: 18px;
    right: -3px;
    color: #9b9b9b;
}
.movie_box p{text-align: end;font-size: 14px;}
.movie_box a{
    color: #000;
    text-align: center;
}
.movie_top>div>h5{
    width: 50%;
    height: auto;
    padding: 0.5em;
    border-bottom: solid 1px #5a5a5a;
    border-top: solid 1px #5a5a5a;
    margin: 0 auto;
    text-align: center;
}
.movie_top>div>h5>a{
    color: #5a5a5a;
}
.movie_list{
    margin: 3em auto;
    border: solid 1px #5a5a5a;
    padding: 1em;
    height: auto;
    width: 100%;
    max-width: 250px;
    text-align: center;
    position: relative;
}
.movie_list a {
    color: #5a5a5a;
}
.movie_list::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 24px solid transparent;
    border-right: 24px solid #5a5a5a;
    position: absolute;
    z-index: 1;
}
.movie_list p{
    text-align: center;
}
.voice{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 750px;
    margin: 1em auto;
}

.voice>div{
    width: 46%;
    margin: 1%;
    padding: 1%;
}
.voice>div>h2{
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.voice>div>h3{
    color: #5a5a5a;
    font-size: 13px;
    margin-bottom: 2em;
    line-height: 1.7em;
}
.voice>div>h3 a{
    color: #5a5a5a;
}
.voice div img{
    border: solid 10px #d3d3d3;
    width: 95%;
    height: auto;
}
.voice>div>p{
    font-size: 17px;
    line-height: 2em;
    text-align: justify;
}
.gray_ba{
    background-color: #f5f5f5;
    padding: 2em 0;
    margin: -3em auto 2em auto;
}
.under_menu{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 3em auto;
}
h1.ref_wedding{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -1px;
    text-align: center;
}
.under_menu>h2{
    text-align: center;
    line-height: 2em;
}
.under_menu>h2 a{
    color: black;
}
.under_form_nav{
    max-width: 500px;
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto 0 auto;
}
.under_form_nav_line,.under_form_nav_mail{
    margin: 1%;
    width: 48%;
    padding: 1em;
    text-align: center;
}
.under_form_nav_line{background-color: #6ab366;}
.under_form_nav_mail{background-color: #658ba0;}
.under_form_nav_line a , .under_form_nav_mail a{color: white;}
.form_under_kigaru{
    text-align: center;
    color: #5a5a5a;
    margin: 1em auto;
}
.fotter_obi{
    background: #5a5a5a;
    margin-top: 2em;
    text-align: center;
    color: white;

    padding: 0.5em;
}
.fotter_obi p {
    text-align: center;
    color: white;
}

.fott_menu{
    margin: 2em auto;
}
.fott_menu_fre{
    display: flex;
    width: 100%;
    height: auto;
    margin: 1em auto;
    justify-content: center;
}
.fott_menu_fre>div{
    margin: 0 2%;
}

.coram_under, .under_movie_susume, .under_bana, .under_menu_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.under_bana img{
    width: 100%;
    height: auto;
}
.coram_under>div{
    width: 48%;
    margin: 1%;
}

.coram_under>div>h2{
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em 0 1em 0;
}
.coram_under>div>p{
    font-size: 13px;
    color: #5a5a5a;
    width: 95%;
    margin: 1em auto;
    text-align: justify;
}
.more{
    border: solid 1px #8f8f8f;
    border-radius: 15px;
    font-size: 13px;
    padding: 0.5em 1em;
    width: 50px;
    margin: 1em 1% 0 auto;
    text-align: center;
}
.more a{
    color: #8b8b8b;
}
.under_movie_susume{

    justify-content: center;
    max-width: 800px;
    margin: 2em auto;
}

.under_movie_susume>a{
    width: 42%;
    margin: 1%;
    padding: 2.5em 1em;
    border-radius: 15px;
    border: solid 1px #b3b3b3;
}
.under_movie_susume>a>div>h2{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 11px;
    letter-spacing: -1px;
    text-align: center;
    text-align: center;
    color: #383838;
}
.under_movie_susume>a>div>h3{
    text-align: center;
    font-size: 13px;
    color: #5a5a5a;
}
.under_movie_susume>a>div>hr{
    background-color: #b3b3b3;
    width: 100px;
    height: 1px;
    border: none;
    text-align: center;
    margin: 0.5em auto;
}
.under_movie_susume>a>div>p{
    color: #5a5a5a;
    width: 98%;
    height: auto;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
    margin: 1em auto 0 auto;
}
.under_movie_susume>a>div>h5{
    border-bottom: solid 1px #dbdbdb;
    font-size: 13px;
    padding: 0.5em 1em;
    width: 50px;
    margin: 1em auto 0 auto;
    text-align: center;
    color: #8f8f8f;
}
.under_bana{
    margin: 2em auto;
}
.under_bana>div{
    width: 49%;
    margin: 0.5%;
}
.under_menu_list>div{
   width: 31%;
   position: relative;
   margin: 1%;
   padding: 0 0 0.7% 0;
   border-bottom: solid 1px #c5c5c5;
}
.under_menu_list>div>a{
    color: #666666;
    padding: 1;
    padding-bottom: 1em;
 }
 .triangle-right {
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #a3a3a3;
    top: 3px;
    right: 6px;
    position: absolute;
    left: auto;
  }
.title_bac{
    text-align: center;
}
.movie_setume_sec{
    max-width: 900px;
    width: 100%;
    margin: 2em auto;
    height: auto;
}
.movie_setumei{
    margin: 2em auto;
    text-align: justify;
}
.movie_setumei h1{
    font-size: 18px;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #747474;
}
.movie_setumei h1 span{
    margin-left: 20px;
    font-size: 11px;
    color: #383838;
    border-left: solid 1px #747474;
    padding-left:1em;
}
.movie_setumei p{
    text-align: justify;
    font-size: 15px;
    color: #646464;
}
.time_movie{
    display: flex;
    max-width: 327px;
    margin: 0 5px 2em auto;
    max-width: 274px;
}
.time_movie div {
    width: 48%;
    margin: 1%;
    text-align: center;
    background-color: #f9f9f9;
    border: solid 1px #d2d2d2;
    color: #878787;
    padding: 7px;
    font-size: 11px;
}
.time_movie div i{
    margin-right: 6px;
}
.movie_hasy{
    display: flex;
    margin: 0 5px 0 auto;
    justify-content: flex-end;
}
.movie_hasy p{
    margin: 1%;
    font-size: 14px;
    color: #6b6b6b;
}
@media screen and (max-width: 800px) {
    .movie_top>div {
        width: 93%;
        margin: 2em auto;
    }
    .voice>div {
        width: 100%;
        margin: 4%;
    }
    .coram_under>div{
        width: 98%;
        margin: 2em 1%;
    }
    .under_movie_susume>a{
        width: 98%;
        margin: 1em auto;
        max-width: 350px;
    }
    .under_menu_list>div{
        width: 48%;
        margin: 1em auto;
        font-size: 14px;
     }
     .movie_top>div>h5{
        width: 80%;
     }
     .explanation div{
        width: 100%;
        text-align: center;
     }

}

@media screen and (max-width: 750px) {
 .first{
    display: block;
 }
 .first .first_img {
    width: 100%;
 }
 .first .first_text, .first .first_text h1, .first_text p{
    position: static;
 }
 .first .first_text{
    text-align: center;
    width: 95%;
    margin: 1em auto;
 }
 .first .first_text h1{
    font-size: 23px;
 }
 .first .first_text p{
    text-align: end;
    font-size: 14px;
    margin: 1.5em 0;
 }
 .movie_play video{
    width: 100%;
    height: auto;
}
}


/* FLOWCSS */
.flow_main{
    display: flex;
    background-color: #f6f4f1;
    padding: 2em;
    margin: -3em auto 0 auto;
    align-items: center;
}
.flow_te{
    width: 60%;
    padding: 1em;
}
.flow_te h2{
    font-family: serif;
    font-size: 25px;
    margin-bottom: 10px;
}
.flow_te h3{
    margin: 1em 0;
    font-size: 14px;
    color: #616161;
}
.flow_te p{
    line-height: 1.8em;
    font-size: 15px;
    text-align: justify;
    color: #383838;
}
.flow_im{
    width: 40%;
}
.flow_im img{
    width: 100%;
    height: auto;
}
.flow_te i{
    margin-right: 5px;
}

@media screen and (max-width: 750px) {
    .flow_main{
        display: block;
        padding: 3em 0.5em 1em 0.5em;
    }
    .flow_te, .flow_im{
        width: 100%;
        padding: 0em;
    }
    .flow_te{
        margin: 1em auto;
    }
    .first .first_img img{
        width: 100%;
        height: auto;
    }
}

/* SYSTEM CSS */

.text_price{
    text-align: center;
    margin: 3em auto;
}
.text_price h3{
    font-size: 22px;
    text-align: center;
    color: #252525;
    font-weight: bold;
}
.text_price p {
    text-align: center;
    margin: 0.5em auto;
    line-height: 2em;
}
.text_price p span{
    font-size: 14px;
    color: #6e6e6e;
}
.text_price img{
    width: 70%;
    height: auto;
}
.option_fre{
    display: flex;
    width: 100%;
    padding: 61px 0;
    margin: -4em auto 1em auto;
    flex-wrap: wrap;
    background-color: #f6f4f1;
}
.option_fre div {
    width: 46%;
    margin: 0.7em 1%;
    height: auto;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    padding: 2em 5px;
    background-color: white;
}
.option_fre div h3{
    text-align: center;
    line-height: 1.5em;
}
.option_fre div p{
    font-size: 13px;
    color: #6e6e6e;
    line-height: 1.5em;
    margin-top: 20px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .option_fre div {
        width: 90%;
        margin: 5%;
    }
    .text_price img{
        width: 100%;
        height: auto;
    }
}


/* 納品の形式 */
.dvd_text{
    width: 98%;
    margin: 1em auto;
}
.dvd_text p{
    text-align: center;
    font-family: serif;
}
.dvd_koumoku{
    width: 92%;
    max-width: 500px;
    margin: 3em auto;
}
.dvd_koumoku h3{
    border-bottom: solid 1px #dadada;
    padding-bottom: 1em;
    font-size: 17px;
}
.dvd_koumoku p{
    font-size: 15px;
    color: #6b6b6b;
    padding-top: 1em;
    text-align: end;
    line-height: 1.8em;
}

.com_text{
    width: 92%;
    max-width: 500px;
    margin: 3em auto;
}
.com_text h3{
    border-bottom: solid 1px #dadada;
    padding-bottom: 1em;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.8em;
}
.com_text p{
    font-size: 17px;
    text-align: end;
    padding-top: 1em;
}
.com_text p a{
    color: #434bc0;
}
/* 音楽について */
.setumei{
    margin: 0 auto 2em auto;
    width: 96%;
    text-align: justify;
    line-height: 1.8em;
    max-width: 800px;
}
.setumei h3{
    font-weight: bold;
    font-size: 18px;
    margin: 1em auto;
}
.isum_link{
    text-align: center;
}
.isum_link i{
    margin-left: 3px;
}
.isum_link a{
    color: black;
}
.isum_link img{
    width: 80px;
    height: auto;
    margin-bottom: 1em;
}

.isum_tyo{
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 1em auto;
}
.isum_tyo img{
    width: 100%;
    height: auto;
}

/* お問合せフォーム */
.form_main{
    margin: 1em auto;
    max-width: 500px;
    width: 95%;
}
.form_tit{
    font-size: 17px;
    font-weight: bold;
    margin: 3em 0 1em 0;
    padding-left: 5px;
}
.form_tit span{
    color: red;
    font-size: 12px;
    margin-left: 20px;
}
input.fomr_inp, textarea.fomr_inp{
    width: 95%;
    height: auto;
    padding: 10px 2%;
    border: solid 1px #d5d1d1;
    border-radius: 5px;
    background-color: #f4f4f4;
}
textarea.fomr_inp{
    height: 100px;
}
.center{
    text-align: center;
}
button.form_inp{
    width: 200px;
    height: auto;
    padding: 9px;
    border: none;
    border-radius: 5px;
    background-color: #64c37b;
    color: white;
    margin: 2em auto;
    font-size: 16px;
}






/* よくある質問部分CSS */
.sec {
    width: auto;
    padding: 0 5px;
  }
  .pageSubTitle {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 900;
    font-style: normal;
    position: relative;
  }
  .pageSubTitle::after {
    content: "";
    display: block;
    width: 74.6px;
    height: 2px;
    margin: 0 auto;
    margin-top: 35.2px;
  }
  .pageSubTitle > span {
    display: block;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal;
    margin-top: 5px;
  }
  .pageSubTitle--center {
    text-align: center;
  }
  
  /* FAQパーツ */
  .pageSubTitle2 {
    font-size: 16px;
    padding: 0 49px 0 0;
    line-height: 1.5;
    font-style: normal;
    color: #4D4D4D;
  }
  .contentText {
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    height: auto;
    color: #6b6b6b;
  }
  .qa {
    margin: 4em auto;
  }
  .qa__box {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto 2em auto;
    position: relative;
    z-index: 10;
    font-size: 14px;
  }
  .qa__box > dl > dt {
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
  }
  .qa__box > dl > dt .crossBar {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
  .qa__box > dl > dt .crossBar::before {
    content: "";
    display: inline-block;
    width: 1.6px;
    height: 100%;
    background-color: #4D4D4D;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center center; /* 中心を基準にtransform */
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .qa__box > dl > dt .crossBar::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1.6px;
    background-color: #4D4D4D;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .qa__box > dl > dt > span {
    font-size: 28px;
    line-height: 1.75;
    font-weight: 500;
    font-style: normal;
    color: #5FB1DE;
    margin-right: 10px;
  }
  
  .qa__box > dl > dd {
    margin: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0px 30px; /* paddingの上下を0にする */
    max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
    overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .qa__box > dl > dd > span {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 500;
    font-style: normal;
    color: #5FB1DE;
    margin-right: 23px;
  }

  /* アニメーション後のスタイル */
  .qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
    max-height: 1000px;
    padding: 10px 0;
  }
  /* ＋ボタンのアニメーション */
  .qa__box > dl > dt.is-open .crossBar::before {
    transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
  }



  /* ムービーのページ */
.url_ume{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.url_ume iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    margin: auto;
}
.hasy_fre{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 1em auto;
}
.hasy_nai{
    margin: 0 10px;
    padding: 10px;
    border: solid 1px #d3d3d3;
    border-radius: 10px;
    color: #656565;
    font-size: 12px;
}
.mov_setu{
    margin: 2em auto;
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    padding: 1em 5px;
    max-width: 900px;
    text-align: justify;
    line-height: 2em;
}
.name_movie{
    text-align: center;
    font-family: serif;
    margin: 1em auto;
    font-size: 21px;
}
.name_movie p{
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.name_movie h8{
    background-color: #fc7878;
    color: white;
    text-align: center;
    padding: 3px 18px;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-radius: 12px;
}
.name_movie p span{
    font-size: 18px;
}
.name_movie h3{
    text-align: center;
    margin-bottom: 4px;
    color: #919191;
    text-align: center;
    font-family: serif;
    font-size: 15px;
}
.name_movie h5{
    font-size: 15px;
    text-align: center;
    color: red;
    margin: 1em auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.name_movie h4{
    margin-bottom: 10px;
    font-weight: 600;
    color: #df7373;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
    font-size: 14.5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.name_movie h4:before, .name_movie h4:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #df7373;
    content: "";
}

.name_movie h4:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.name_movie h4:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}

.cart_botan{
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 15px;
    text-align: center;
    background-color: #d05252;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 40px;
}
.cart_botan i {
    margin-right: 10px;
}
.form_cart{
    margin: 1em auto;
    text-align: center;
}

.movie_syousai{
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.movie_syousai div{
    width: 48%;
    height: auto;
    margin: 1%;
}
.movie_syousai div p{
    margin: 1em auto;
    color: #808080;
    text-align: center;
}
.com_text_movie{
    width: 92%;
    margin: 2em auto;
}
.com_text_movie h3{
    border-bottom: solid 1px #dadada;
    padding-bottom: 1em;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.8em;
}
.com_text_movie p{
    font-size: 15px;
    padding-top: 1em;
    line-height: 1.7em;
}
.com_text_movie p a{
    color: #434bc0;
}
.com_text_movie p span{
    font-size: 11px;
    color: #525252;
}
.quest_movie{
    padding: 80px 0 50px 0;
    margin:-5em auto 1em auto;
    background-color: #e7dcdc;
}
.quest_movie_nai{
    background: rgb(255 255 255);
    padding: 29px 2%;
    border-radius: 15px;
    max-width: 900px;
    margin: 2em auto;
    width: 92%;
    height: auto;
}
.quest_movie_nai h2 span{
    color: #434bc0;
    font-family: serif;
    margin-right: 5px;
}
.quest_movie_nai h2{
    margin-bottom: 20px;
}
.quest_movie_nai p span{
    color: #a58585;
    font-family: serif;
    margin-right: 5px;
}
.quest_movie_nai p{
    font-size: 13px;
    color: #555555;
    line-height: 1.7em;
}

.ac {
    width: 95%;
    margin: 1em auto;
  }
  .ac-parent {
    height: 65px;
    line-height: 50px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    cursor: pointer;
    transition: .3s;
    position: relative;
    font-weight: normal;
  }
  .ac-parent i{
    position: absolute;
    top: 25px;
    right: 8px;
  }
  .ac-child {
    padding: 2em 1em;
    line-height: 1.8em;
    text-align: justify;
    font-size: 15px;
  }
  .cart_form_kotei{
    display: none;
  }
  .spave{
    display: none;
  }
  
.cart_item_fre{
    display: flex;
}
.cart_item_fre div{
    height: auto;
    margin: 2em auto;
    padding: 0.5em;
}
.cart_item_fre div img{
    width: 100%;
    height: auto;
}
p.syouhin_carrt{
    line-height: 1.7em;
}
p.syouhin_carrt span{
    font-size: 14px;
    color: #808080;
}
select{
    height: auto;
    width: 100%;
    margin: 0.8em auto;
    border: solid 1px #cbcbcb;
    padding: 7px 3px;
}
  .frex_caert{
    display: flex;
    width: 100%;
  }
  .frex_cart_a{
    width: 60%;
    height: auto;
  }
  .frex_cart_b{
    width: 40%;
    height: auto;
    margin: 2em auto;
  }
  .movie_cart_price{
    line-height: 2em;
    background-color: #eeeeee;
    padding: 2em 1em;
    border: solid 1px #ddd;
    max-width: 500px;
    margin: 2em auto;
  }
  .movie_cart_price span{
    font-size: 10px;
    color: white;
    padding: 0.2em 2em;
    background-color: #bab9b9;
  }
  .option_cart{
    margin-left: 2em;
    font-size: 14px;
    color: #505050;
  }
  .frex_cart_b h3,  .sele_caca h3{
    margin-top: 20px;
    text-align: end;
    font-size: 15px;
  }
  .sele_caca{
    color: red;
  }
  .batu_cart{
    position: absolute;
    top: -12px;
    right: 12px;
    margin: 0 !important;
  }
  .batu_cart button{
    background: none;
    border: none;
    color: #252525;
    font-size: 24px;
  }
  .shea_form{
    margin: 1em auto;
  }
  .shea_form button{
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #f6f6f6;
    border: solid 1px #b5b5b5;
    border-radius: 15px;
    color: black;
  }
  p.she_se{
    font-size: 14px;
    color: #252525;
    text-align: end;
    margin: -5px 5px 1em 0;
  }
  .fre_cp{
    display: flex;
    margin-bottom: 2em;
  }
  .fre_cp button{
    width: 100%;
    height: auto;
    padding: 13px 0;
    background-color: #f6f6f6;
    border: solid 1px #b5b5b5;
    color: black;
  }
  .fre_cp input{
    width: 88%;
    height: auto;
    padding: 8px;
    background-color: #f6f6f6;
    border: solid 1px #b5b5b5;
  }
  .fre_cp input::placeholder {
    font-size: 13px;
}
  .mese {
    text-align: center;
    background: #8f9ca7;
    padding: 1em;
    max-width: 350px;
    margin: 1em auto;
    color: white;
    border-radius: 37px;
}
  @media screen and (max-width: 750px) {
    .cart_form_kotei{
        display: block;
        display: flex;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
    }
    .kotei_mongon{
        width: 40%;
        background-color: #ffffff;
        padding: 10px 0 12px 5px;
        font-size: 13px;
        color: #808080;
    }
    .cart_fomr{
        width: 60%;
        height: auto;
        background-color: #d05252;
        border: none;
    }
    button.cart_botan_kotei{
        background-color: #d05252;
        border: none;
        color: white;
        padding-top: 6px;
        font-size: 16px;
    }
    button.cart_botan_kotei i{
        margin-right: 11px;
    }
    .spave{
        display: block;
        height: 0px;
        width: 100%;
    }
    #popup-inside {
        max-width: 380px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.modal .modal-box {
    background-color: #fff;
    max-width: 640px;
    width: 90%;
    border-radius: 10px;
    animation-name: modalopen;
    animation-duration: 1s;
    position: relative;
    padding: 44px 20px;
    max-height: 110vw;
    overflow: scroll;
}
.modal .modal-box .modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modalOpen{
    width: 63%;
    height: auto;
    padding: 0.4em;
    margin: -1em auto;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    font-size: 15px;
    position: relative;
}
.modalOpen i{
    top: 8px;
    font-size: 18px;
    right: 30px;
    position: absolute;
}
button.modalClose{
    background: none;
    border: none;
    font-size: 20px;
}
.modal-box p{
    background-color: #ededed;
    padding: 0.7em;
    margin: 1em auto;
}
.modal-box .sub{
    background-color: #d05252;
    border: none;
    border-radius: 5px;
    max-width: 203px;
    width: 100%;
    padding: 1em;
    margin: 1em auto;
    text-align: center;
    color: white;
}
.modal-box span{
    font-size: 14px;
    color: rgb(67 67 67);
    text-align: end;
}
.modal-box  h4{
    font-size: 14px;
    line-height: 1.5em;
    margin: 0.2em auto;
}
.frex_susu{
    display: flex;
    max-width: 500px;
    width: 90%;
    height: auto;
    margin: 1em auto 3em auto;
}
.frex_susu div{
    padding: 1em;
    width: 48%;
    margin: 1%;
    text-align: center;
    color: white;
}
.frex_susu a{
    color: white;
}
.box_no_cart{
    background-color: #db8d86;
    color: white;
    margin: 1em auto;
    height: 292px;
    width: 100%;
    font-size: 21px;
    text-align: center;
    display: table;
}
.box_no_cart p{
    display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.opBox{
    width: 100%;
    height: auto;
    margin: 2em auto 1em auto;
    padding: 1em;
    background: #e29292;
    color: white;
    border: none;
}
.opBox i{
    top: 18px;
    right: 26px;
}

/* フォームカート */

.form_cart{
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #dadada;
    padding: 1em 0;
    justify-content: center;
}
.form_cart div{
    width: 48%;
    height: auto;
    margin: 1%;
}
.form_cart div p span{
    font-size: 11px;
    color: white;
    background-color: #d05252;
    border-radius: 10px;
    padding: 3px 17px;
    margin-left: 10px;
}
.form_cart input{
    width: 96%;
    height: auto;
    padding: 1em 2%;
    border: solid 1px #dbebe5;
    background-color: #f2f7fb;
}
.form_cart_fre{
    display: flex;
}
.form_cart_fre div{
    width: 45%;
    height: auto;
    margin: 1% 0%;
}
.form_cart_fre input{
    width: 100%;
    height: auto;
}
.form_cart_fre div:first-child{
    margin-right: 7%;
}
.form_cart input::placeholder{
    color: #d6d6d6;
}
.form_cart h2{
    font-size: 14px;
    color: #000;
    margin: 1em auto;
    line-height: 1.7em;
}
#fieldPassword {
    border-width: thin;
    border-style: solid;
    width: 200px;
  }
  span#buttonEye {
    margin-top: 15px;
    margin-left: 3px;
    font-size: 19px;
}
.but_cart_sotre button {
    width: 100%;
    height: auto;
    max-width: 250px;
    padding: 1em;
    margin: 1em auto;
    background-color: #d05252;
    border: none;
    color: white;
    font-size: 16px;
}
.but_cart_sotre{
    text-align: center;
    margin: 0 auto
}
.kyaku_cart{
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}
.kyaku_cart p{
    text-align: center;
}
.kyaku_cart a{color: blue;}

.wedding_date{
    margin: 1em auto;
    width: 100%;
    height: auto;
    text-align: justify;
    max-width: 800px;
}
.fre_date{
    display: flex;
    margin: 1.5em auto;
}
.fre_date input{
    width: 25px;
    height: 25px;
    margin-right: 1em;
}
.sentt {
    background: #f6f6f6;
    padding: 1em;
    font-size: 14px;
    margin: 1em auto;
    width: 100%;
    max-width: 350px;
    border: solid 1px #dadada;
}
.sentt p{text-align: center;}
@media screen and (max-width: 980px) {
    .frex_caert {
        display: block;
    }
    .frex_cart_a, .frex_cart_b{
        width: 100%;
    }
    .modalOpen{
        width: 100%;
    }
    .form_cart{
        display: block;
    }
    .form_cart div{
        margin: 1em auto;
        width: 95%;
        height: auto;
    }
}

.alart {
    margin: 1em auto;
    max-width: 800px;
    width: 95%;
    height: auto;
    font-weight: bold;
    color: blue;
}
.alart li{
    text-align: end;
}

.siryou{
    text-align: justify;
    margin: 1em auto;
    width: 100%;
    height: auto;
    line-height: 2em;
    max-width: 700px;
}
.box_log{
    margin: 2em auto;
    width: 90%;
    max-width: 300px;
    position: relative;
    padding: 1em;
    background-color: #f5f5f5;
    border-radius: 15px;
    border: solid 1px #cacaca;
}
.box_log a{
    color: #000;
    text-align: center;
}
.box_log p{text-align: center;}
.box_log i{
    position: absolute;
    top: 30px;
    right: 28px;
}
.teh{
    width: 100%;
    height: auto;
    margin: 1em auto 0 auto;
    max-width: 500px;
}
.teh img{
    width: 100%;
    height: auto;
}


.col{
    margin: -106px auto 0 auto;
    width: 100%;
    height: auto;
    background-color: #e7dcdc;
    padding: 7em 0 3em 0;
}
.col_nai{
    background-color: white;
    margin: 2em auto;
    border-radius: 10px;
    max-width: 800px;
    width: 85%;
    padding: 0 1em 4em 1em;
}
.sce{
    width: 48%;
    height: auto;
    margin: 1%;
}
.sce img{
    width: 100%;
    height: auto;
}
.sce_tre{
    width: 100%;
    height: auto;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.sce_tre .explanation{
    width: 48%;
}
.saitan_fe{
    display: flex;
    margin: 1em auto;
    width: 95%;
    max-width: 500px;
}
.saitan_fe div{
    padding: 1em;
    margin: 1%;
    width: 45%;
    height: auto;
    line-height: 2em;
    border: solid 1px #d6d6d6;
    background-color: #fcfcfc;
}
.saitan_fe div h4{
    font-size: 18px;
    text-align: center;
}
.saitan_fe div p{
    font-size: 15px;
    text-align: center;
}

.coledd{
    background-color: #d9c8c8;
    width: 100%;
    height: auto;
    margin: 0em auto 1em auto;
    padding: 0em 0 2em 0;
}
.coledde{
    background-color: #d9c8c8;
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-align: center;
    color: #333;
    text-align: center;
}
.coledde p{
    font-size: 13px;
    text-align: center;
}
.coledde p a{color: #333;}

/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 4px 11px;
    color: #9e6868;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
  background:#9e6868;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#9e6868;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-5%;
}
.op_movi_pm_movie_fre{
    display: flex;
    width: 98%;
    height: auto;
    max-width: 368px;
    margin-top: 1em auto;
    justify-content: flex-start;
}
.op_movi_pm_movie_fre div{
    margin: 1%;
    width: 48%;
    padding: 1em 0.2em;
    color: #333;
    font-size: 13px;
    font-family: serif;
}
.op_movi_pm_movie_fre div a p{
    color: #333;
}






  
  .dots-bar {
    width: 100%;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .dots-bar li {
    margin: 0 2px;
  }
  .dots-bar button {
    position: relative;
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #eee;
    font-size: 0;
  }
  .dots-bar button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
  }
  .dots-bar .slick-active button:after {
    background-color: #000;
    animation: progress 3.4s linear forwards;
  }
  .dots-bar .slick-active-first button:after {
    background-color: #000;
    animation: progress 3s linear forwards !important;
  }
  
  @keyframes progress {
    from {
      width: 0%;
    }
    to {
      width: 100%;
    }
  }
  .slick-dotted.slick-slider {
    margin-bottom: 10px !important;
  }
  
  .control-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .count-num {
    font-family: Georgia, serif;
    font-size: 26px;
    margin: 0 1.7em 0 1em;
    width: 3em;
    text-align: center;
  }
  .count-num .total {
    font-size: 18px;
  }

  .sli_de_in {
    width: 98%;
    margin: 0 auto;
    max-width: 700px;
  }
  .sli_de_in h3{
    font-family: serif;
    font-size: 20px;
    margin: 1em auto;
    text-align: center;
  }
.sli_de_in p{
    text-align: justify;
    line-height: 2em;
    padding: 0.5em;
}
.sli_fe{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sli_fe img{
    width: 40px;
    height: auto;
}
p.erap {
    text-align: center;
    padding: 1em;
}


.fre_top{
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
img.sp {
    display: none;
}
.fre_top img{
    width: 100%;
    height: auto;
}
.fre_top div{
    width: 48%;
    margin: 1%;
    font-family: Georgia, serif;
    font-size: 26px;
}
.op_movi_se{
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 1em auto !important;
}
.op_movi_se div{
    padding: 12px 5%;
    margin: 1%;
    width: 35%;
}
.btn9 {
	position: relative;
    border: solid 1px #333;
    text-align: center;
}
.btn9 a, .btn9 a p{
    color: #333;
    font-size: 14px;
    text-align: center;
}
.btn9::before {
	content: "";
	border: 14px solid transparent;
	border-top: 0 solid #ddb69d;
	border-right: 14px solid #969696;
	position: absolute;
	top: 3px;
	right: 3px;
}
.folr{
    line-height: 1.5em;
}
.folr p{
    color: #333;
    font-size: 15px;
    padding: 1px;
    margin: 1em 0;
}
.folr h4{
    font-size: 17px;
    margin: 1em auto;
    color: #802626;
}
.tecsl{
    color: #6c6c6c;
    line-height: 2em;
    text-align: center;
    font-size: 15px;
}

.title_flow{
    margin: 1em auto;
    padding: 1em 0;
    text-align: center;
}
.title_flow h3{
    text-align: center;
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #b9a2a2;
    font-size: 23px;
    letter-spacing: 1px;
}

.carr{
    background-color: #d9c8c8;
    padding: 1em 0;
    width: 100%;
    margin: 1em auto;
    text-align: center;
}
.carr p span{
    background-color: #d05252;
    padding: 2px 7px;
    margin: 0 11px 0 0;
    font-size: 14px;
    color: white;
}
.sp_flow{
    display: none;
}
h4.kibou{
    font-size: 20px;
    font-family: serif;
    text-align: center;
    color: #333;
    margin: 0 auto 1em auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8em;
}
.carr p{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    margin: 1em auto 0 auto;
}
input.kibou_date{
    width: 90%;
    height: auto;
    padding: 12px 5px;
    margin: 1em auto;
    border: solid 1px #a9a9a9;
    max-width: 328px;
}
button.kibou_bu{
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin: 1em auto;
    max-width: 250px;
    background-color: #d05252;
    color: white;
    border: none;
    border-radius: 50px;
}
h5.kibbb{
    max-width: 300px;
    margin: 1.5em auto 0 auto;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #d05252;/*左線*/
}
.fre_fre{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.fre_fre div{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* solid015 */
.button_solid015 {
    text-align: center;
}
.button_solid015 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #df7373;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid015 p:before, .button_solid015 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #df7373;
    content: "";
}
.button_solid015 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid015 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid015 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 311px;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #df7373;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
}
.button_solid015 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_solid015 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-54%);
}
.image_fe{
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 1em auto;
    text-align: center;
}
.image_fe img{
    width: 100%;
    height: auto;
}
.wish{
    max-width: 800px;
    width: 98%;
    height: auto;
    margin: 2em auto;
    position: relative;
    text-align: center;
}
.wish div{
    width: 100%;
    margin: 1%;
    line-height: 2em;
    text-align: center;
}
.wish div p{text-align: center;}
img.wish_rogo{
    width: 100%;
    max-width: 300px;
    height: auto;
    text-align: center;
}
.wish div img.no1{
    top: 0;
    left: 105px;
    position: absolute;
    width: 94px;
    height: auto;
}
.br_so{
    display: none;
}
.accordion {
    margin: 2em 0;
  }
  .accordion__summary {
    display: block;
    font-weight: bold;
    position: relative;
    list-style: none; /* 矢印を消す */
    cursor: pointer;
    padding: 10px 38px 10px 10px;
  }
  .accordion__summary::-webkit-details-marker {
    display: none;
  }
  .accordion__summary::after {
    content: "+";
    font-size: 1.4em; /* 記号のサイズ */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion[open] .accordion__summary::after {
    content: "−";
  }
  .accordion__detail {
    padding: 4px 10px;
    margin: 10px 0;
  }
  .accordion__text {
    margin: 0;
  }
@media screen and (max-width: 980px) {
    .fre_top div{
        width: 100%;
        text-align: center;
    }
    .fre_top div p{
        margin: 1em auto;
        line-height: 1.5em;
    }
    img.sp {
        display: block;
    }
    img.pc {
        display: none;
    }
    .op_movi_se div{
        padding: 5px 4%;
    }
    .btn.btn9{
        width: 39%;
    }
    .op_movi_se{
        justify-content: center;
    }
    .btn9 a, .btn9 a p{
        font-size: 13.5px;
    }
    .flow_te h3, .flow_te h2, .flow_im{
        display: none;
    }
    .sp_flow{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 450px;
    }
    .flow_te p{
        margin: 0 auto;
        max-width: 450px;
    }
    .sp_flow div{
        width: 48%;
        margin: 1%;
    }
    .sp_flow img{
        width: 100%;
        height: auto;
    }
    .sp_flow h3{
        margin: 1em 0;
        font-size: 11px;
        color: #616161;
    }
    .sp_flow h2{
        font-family: serif;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .wish div{
        width: 93%;
        margin: 1em auto;
        text-align: center;
    }
    .wish div p{text-align: center;}
    .wish div img{
        width: 90%;
        height: auto;
        text-align: center;
    }
    .wish div img.no1{
        top: -39px;
        right: 7px;
    }
    .br_so{
        display: block;
    }
}


.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}







img.sensais{
    width: 200px;
    height: auto;
    margin: 1em auto;
    transform: rotate(-2deg);
}
.corksek{
    height: 200px;
    background-image: linear-gradient(90deg, rgb(255 250 245), rgb(255 246 239));
    width: 100%;
    margin-top: -10em;
}
.top_dosa{
    margin-bottom: 4em;
}

.fre_aikoss{
    display: flex;
    font-size: 13px;
    margin: 0.5em auto 1em auto;
    width: 100% !important;
}
.fre_aikoss div, .fre_aikoss a{
    font-size: 13px;
    width: auto !important;
    color: #6b6b6b;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.fre_aikoss div{
    margin: 0 2%;
}

.box_movie_top{
    background-image: linear-gradient(90deg, rgb(255 250 245), rgb(255 246 239));
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
}
.slick-prev:before, .slick-next:before{
    display: none;
}

.fa-heart, .fa-circle-user, .fa-line{
    font-size: 18px;
}
.bana_img{
    width: 100%;
    height: auto;
    max-width: 810px;
    margin: 2em auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.bana_img div{
    width: 49%;
    margin: 0.5%;
}
.bana_img img{
    width: 100%;
    height: auto;
}
.marumo {
    position: fixed;
    bottom: 6px;
    right: 6px;
    width: 110px;
    height: 110px;
    background-color: rgba(235, 81, 81, 0.918);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    opacity: 0; /* 初期状態では透明 */
    transform: translateY(20px); /* 少し下にオフセット */
    transition: opacity 0.6s ease, transform 0.6s ease; /* アニメーションの速度とタイミング */
}

.marumo a{
    color: white;
}
.marumo.visible {
    opacity: 1; /* 可視状態 */
    transform: translateY(0); /* 元の位置に戻す */
}

.marumo p {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    line-height: 1.5em;
    text-align: center;
}

.marumo p span {
    font-size: 10px;
}

@media screen and (max-width: 980px) {
    .corksek {
        height: 429px;
        margin-top: -25em;
        margin-bottom: -3em;
    }
    img.sensais{
        position: absolute;
        top: -22px;
        right: 6px;
    }
}


.center h2{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.infomati{
    margin: 1em auto;
    max-width: 1200px;
    width: 95%;
    height: auto;
    line-height: 2em;
    text-align: justify;
    font-size: 14px;
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 1em;
}
.infomati span{
    padding: 2px 8px;
    background-color: #f57d7d;
    color: white;
    font-size: 12px;
    margin-left: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eightks{
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
}

.point_five{
    margin: 1em auto;
    max-width: 800px;
    width: 98%;
    height: auto;
}
.point_five p {
    line-height: 2em;
    margin: 1.5em auto;
}
.point_five span{
    display: inline-block;
    width:40px;
    height:40px;
    border-radius: 50%;
    background: #d95761;
    color: white;
    text-align:center;
    line-height: 40px;
    margin-right: 5px;
    font-size: 12px;
    font-family: serif;
    font-weight:bold;
}

.otamesi_box{
    max-width: 296px;
    padding: 17px 0;
    width: 90%;
    text-align: center;
    line-height: 26px;
    background-color: #000;
    color: white;
    margin: 3em auto 1em auto;
    background-image: linear-gradient(90deg, rgba(237, 65, 65, 1), rgba(254, 164, 64, 1));
}
.otamesi_box p{
    text-align: center;
}
.otamesi_box a{
    color: white;
}


@media screen and (max-width: 800px) {
     .bana_img div{
        width: 100%;
     }

}



.button_mooo a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 230px;
    padding: 10px 0px 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}



.button_mooo {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 54px 12px 74px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    border-radius: 0.5rem;
    background: #d57474;
    box-shadow: 0 5px 0 #ec5e5e;
    margin-left: 10px;
  }
  
  .button_mooo p {
    margin: 0;
  }
  
  .button_mooo .btn_balloon {
    position: absolute;
    display: inline-block;
    bottom: 0.8em;
    left: -10px;
    width: 5em;
    height: 5em;
    font-family: "Noto Sans Japanese";
    line-height: 5em;
    text-align: center;
    color: #d57474;
    font-size: 80%;
    font-weight: bold;
    background: #fff;
    border: 3px solid #d57474;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-10deg);
  }
  
  .button_mooo .btn_balloon::before {
    position: absolute;
    content: "";
    bottom: -5px;
    right: -10px;
    border: 9px solid transparent;
    border-left: 15px solid #FFF;
    z-index: 0;
    transform: rotate(45deg);
  }
  
  .button_mooo:hover {
    transform: translate(0, 3px);
    background: #d57474; 
    box-shadow: 0 2px 0 #ec5e5e;
  }

.boton_ceter{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto 3em auto;
}


.anketo_i{
    max-width: 900px;
    width: 95%;
    height: auto;
    margin: 1em auto;
    line-height: 2em;
}
.anketo_i h3{
    line-height: 2em;
}
.anketo_i h3 span{
    font-size: 14px;
    color: gray;
}
.anketo_i img{
    width: 90%;
    height: auto;
    margin: 1em auto;
    border: solid 10px #d3d3d3;
}
.anketo_i h4{
    margin: 2em auto;
    line-height: 1.8em;
}
.anketo_i h4 span{
    background-color: #d7d7d7;
    color: #262626;
    padding: 0.5em;
    margin: 1em auto;
    line-height: 2em;
    font-size: 14px;
}
.anketo_i a{
    color: blue;
}



.coram_category{
    display: flex;
    margin: 1em auto;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.coram_category a{
    width: 31%;
    margin: 1%;
    color: #7374e2;
}
.coram_category img{
    width: 100%;
    height: auto;
}
.coram_category p{
    text-align: center;
    margin: 1em auto;
    font-size: 13px;
    color: #686868;
}
.coram_five{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 0.7em;
}
.coram_five div{
    margin: 1%;
}
.coram_five img{
    width: 100%;
    height: auto;
}
.coram_five div span{
    font-size: 11px;
    color: #5377b1;
}
.coram_five div p{
    font-size: 13px;
    color: #4b4b4b;
}
.coram_category_image{
    max-width: 700px;
    width: 100%;
    margin: 1em auto;
}
.coram_category_image img{
    width: 100%;
    height: auto;
}
.h111_dasa{
    text-align: center;
    margin: 1em auto;
    font-size: 14px;
    color: #4b4b4b;
    max-width: 700px;
    width: 98%;
}
.h111_dasa h1{
    text-align: justify;
    line-height: 2em;
}
@media screen and (max-width: 800px) {
    .coram_category a{
        width: 48%;
        margin: 1%;
    }
}


/* 動画コンテナ（余白を消す） */
.unique-video-container {
    position: relative;
    width: 98%;
    max-width: 800px;
    margin: 3em auto 2em auto;
}

/* サムネイル画像 */
.unique-video-thumbnail {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.unique-video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* 再生ボタン */
.unique-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 40px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    pointer-events: none;
}

/* iframeを16:9のアスペクト比でレスポンシブ対応 */
.unique-video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9の比率 */
    display: none;
}

.unique-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* 説明文の余白を調整 */
.unique-introduction {
    margin: 1em auto;
    font-size: 14px;
    color: #262626;
}

.uni-itemd_dd{
    width: 98%;
    margin: 1em auto;
    max-width: 800px;
}
.uni-itemd_dd h4{
    font-size: 16px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 10px;
}
.uni-itemd_dd h4 span{
    font-size: 14px;
}
.uni-itemd_dd h4 a{
    color: #287ad7;
}