/***************FV動画LP用*******************/

/* コンテンツ */
* {
    box-sizing: border-box;
}
body {
    margin:0 !important;
    padding:0 !important;
}
h1 {
    margin:0 !important;
    padding:0 !important;
}
h2 {
    margin:0 !important;
    padding:0 !important;
}
.mv {
    width: 100%;
    margin: auto;
    text-align: center;	
}
ul {
    list-style-type: none;
}
img{
	vertical-align:top;
}
#wrap {
    width:100%;
    max-width:940px;
    margin:0 auto !important;
    overflow-x: hidden !important;
}

.container {
    margin: 0 !important;
    width: 100%;
    max-width: 940px;
}
.container img {
    width:100%;
}

/* POINT3セクションレイアウト */
.point {
    width: 100%;
    max-width: 940px;
    background-image: url(https://xs228453.xsrv.jp/relightbra/back-beige.jpg);
    background-position: top;
    background-size: cover;
    margin-top: 30px;
}
.point img {
    width:100%;
}

/* 24時間使用OKセクションレイアウト */
.section2 {
    width: 100%;
    max-width: 940px;
    background-color:#f9eaf1;
}
.section2 img {
    width:100%;
}

/* インフォメセクション */
.info {
    width: 100%;
    max-width: 940px;
}
.info img {
    width:100%;
}

/* レビューセクション */
.review  {
    width: 100%;
    max-width: 940px;
    margin-top: clamp(30px ,7vw , 70px) !important;
}
.review img {
    width:100%;
}

/* オファーセクション */
.cpn-offer {
    width: 100%;
    max-width: 940px;
    background-image: url(https://xs228453.xsrv.jp/relightbra/back-pink.png);
    background-position: top;
    background-repeat: repeat;
    margin:50px 0 !important;
}
.cpn-offer img {
    width:100%;
}
.offer {
    width: 100%;
    max-width: 940px;
    background-color: #fff;
    padding:50px 0 !important;
}
.offer img {
    width:100%;
}

/*リライトブラのヒミツエリア*/
.secret {
    width: 100%;
    max-width: 940px;
}
.secret img {
    width:100%;
}

/*Q&Aエリア*/
.qa {
    width: 100%;
    max-width: 940px;
}
.qa img {
    width:100%;
}

/* Swiper */
.swiper-container {
  width: 100%;
  padding: 10px 0;
}
.swiper-slide {
  width: 300px;
  flex-shrink: 0;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    color: #000;
    font-size: 30px !important;
}
.swiper1 , .swiper2 {
    width: 100%;
    margin-bottom:0 !important;
}

/*アコーディオン*/
.accordion {
    margin:2em auto 0;
    width:94%;
}
.toggle-box {
    display: none;
}
.accordion-Label {		/*タイトル*/
    padding: 0.8em 1em;
    display: block;
    color: #fff;
    font-weight:bold;
    font-size:20px;
    background:#4d4d4d;
    font-family:"Noto Sans JP", 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif ;
}
.accordion-Label::before{		/*タイトル横の矢印*/
    content:"";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.accordion-Label,
.accordion-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.accordion-content {		/*本文*/
    height: 0;
    margin-bottom:10px;
    padding:0;
    overflow: hidden;
}
.toggle-box:checked + .accordion-Label + .accordion-content {	/*開閉時*/
    height: auto;
    /*padding:20px ;*/
    transition: all .3s;
}
.toggle-box:checked + .accordion-Label::before {
    transform: rotate(-45deg) !important;
}
.accordion-content img {
    width:100%!important;
}

/*お知らせ用アコーディオン*/
.accordion2 {
    margin:2em auto 0;
    width:100%;
}

/******トップに戻るボタン********/
#top_btn{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 15px;
    background-color:#CC7995;
    z-index: 99;
}
#top_btn a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#top_btn a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40px;
    height: 30px;
    margin: auto;
    text-align: center;
}

/*********PCフローティング**********/
#floating_box{
    width: 200px;
    height: 200px;
    position: fixed;
    right: 25px;
    bottom: 50px;
    z-index: 99;
    display: block;
}
#floating_box img{
    width:100%;
}
#floating_offer{
    width: 150px;
    height: 250px;
    position: fixed;
    right: 25px;
    bottom: 200px;
    z-index: 99;
    display: block;
}
#floating_offer img{
    width:100%;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
}
@keyframes anime1 {
    from {
        transform: scale(0.9,0.9);
    }
    to {
        transform: scale(1,1);
    }
}
.footer_btn_wrap {
    display:none;
}
@media screen and (max-width: 600px) {
    #top_btn{
        display: none !important;
    }
    #floating_box{
        display: none;
    }
    #floating_offer{
        width: 100px;
        height: 140px;
        position: fixed;
        right: 0px;
        bottom: 45px;
        z-index: 99;
        display: block;
    }
    .footer_btn_wrap {
        display: flex !important;
        width:100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 99;
        margin-bottom:0;      
    }
    .footer_btn {
        width:100%;
    }
    .footer_btn img {
        width:100%;
        vertical-align: middle;
    }
    #top_btn_sp{
        width: 45px;
        background:#fff;
        display: flex !important;
        align-items: center;
    }
    #top_btn_sp img{
        width: 100%;
    }
}

/* footer */
#footer {
    width:100%;
    max-width:940px;
    margin:0 auto;
}
#footer a{
    text-decoration: none;
    color: #606060;
}
#footer ul{
    width:100%;
    margin:0;
    padding:0;
    border-left:1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#footer ul li {
    width:100%;
    list-style-type: none;
    border-right: 1px solid #ccc;
    padding:10px;
    color: #606060;
    font-size:12px;
    line-height: 1.6;
    box-sizing: border-box;
}
p.footer_title {
    font-size:15px;
    font-weight: bold;
    font-family:"Noto Serif JP", 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif ;
}
.footer-nav {
    width:100%;
    background-color: #f9f5ee;
    margin:3em 0 0;
    padding: 30px 15px 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.footer-logo {
    width:150px;
}
.footer-logo img {
    width:100%;
    vertical-align:top;
}
.footer-sns-wrap {
    display: flex;
    justify-content:right;
    margin-top:5px;
}
.footer-sns {
    padding-right:5px;
}
.footer-sns img {
    vertical-align:top;
}
ul.footer-nav-menu {
    border:none !important;
    display: flex;
    justify-content: right;
}
ul.footer-nav-menu li {
    border:none !important;
    width:auto !important;
    padding:5px !important;
}
.copyright {
    width:100%;
    background-color: #727272;
    color:#fff;
    font-size: 12px;
    letter-spacing: .2em;
    text-align: center;
    padding:10px 0;
    font-family:"Noto Serif JP", 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif ;
}
.onlypc {
    display: block;
}

/*確認ページの注文ボタン*/
#confirm-view .submit_sp_ec .submit_bottom_sp_ec {
    background-image: url("https://xs228453.xsrv.jp/relightbra/submit-text.svg");
    background-size: 100px 24px;
}
/*#confirm-view .form_confirm_ec .submit_bottom_ec{
    background-image: url("https://xs228453.xsrv.jp/relightbra/submit-pc-btn.svg");
    background-size: 330px 24px;
}*/
/*共通*/
/*#confirm-view .form_confirm_ec .submit_bottom_ec,*/
#confirm-view .submit_sp_ec .submit_bottom_sp_ec {
    width: 100%;
    height: auto;
    padding: 18px 0;
    border: 0;
    background-color: #c66188 !important;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
}

@media screen and (max-width: 999px) {
    p.footer_title {
        margin:10px 0;
    }
    #footer ul{
        border-top:1px solid #ccc;
        border-left:none;
        flex-direction: column;
        width:96%;
        margin:0 auto;
    }
    #footer ul li {
        border-right:none;
        border-bottom: 1px solid #ccc;
        padding:5px 5px 10px;
    }
    .footer-nav {
        align-items: center;
        flex-direction: column;
    }
    .footer-sns-wrap {
        display: flex;
        justify-content:center;
        margin-top:20px;
    }
    ul.footer-nav-menu {
        margin:20px 0 !important;
        flex-direction: column;
        align-items: center;
        width:250px !important;
    }
    .onlypc {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .amazon_pay_box_sp_ec {
        width:94% !important;
        box-sizing: border-box;
        padding:20px 20px !important;
    }
    .button-container {
        width:80% !important;
        margin:0 auto !important;
    }
    .line_sp_ec .button-container .button {
        font-size:14px !important;
    }
    .input_option_type_container label {
        font-size: 13px !important;
    }
    .input_option_type_container select {
        font-size: 13px !important;
        padding:5px !important;
    }
}

.test {
    background-color: #fff1f1;
}
/*規格選択テキストのサイズ大きく*/
#product_container .form_group_sp_ec .quantity_number {
    font-size: 13px !important;
}

/*アマペイ・LINEログインボタン周り*/
div.amazon_pay_title_sp_ec {
    margin:0px 0px 0px !important;
}
.amazon_pay_message_sp_ec {
    display: none !important;
}
.amazon_pay_box_sp_ec {
    border: none !important;
    padding:0 !important;
}
.alert_ec {
    margin-bottom:0 !important;
}

/*マージン*/
.mt10 {
    margin-top: clamp(10px ,6vw , 40px) !important;
}
.mt20 {
    margin-top: clamp(20px ,7vw , 90px) !important;
}

.mb10 {
    margin-bottom: clamp(10px ,6vw , 40px) !important;
}
.mb20 {
    margin-bottom: clamp(20px ,7vw , 90px) !important;
}

/*交換無料キャンペーン*/
.koukan-accordion {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}

.koukan-accordion-toggle {
  display: none;
}

.koukan-accordion-label {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.koukan-accordion-label img {
  width: 100%;
  height: auto;
  display: block;
}
.koukan-accordion-content {
  padding:15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
/* チェックされたら表示する */
.koukan-accordion-toggle:checked + .koukan-accordion-label + .koukan-accordion-content {
  max-height: 1500px; /* 必要に応じて調整 */
}
.text-pink {
    color:#ed1e79;
}
.koukan-taisho , .koukan-flow {
    background-color: #ce6a93;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 30px;
}
.koukan-caution {
    text-align: center;
    padding: 3px 0;
    border:1px solid #4d4d4d;
    border-radius: 30px;
}
.koukan-out {
    list-style-type: disc !important;
}
.box-pink {
    background-color: #f4e6e6;
    padding: 10px 10px 20px;
    text-align: center;
}
.box-pink ol {
    text-align: left;
    margin:0;
}
.koukan-need {
    background-color: #fff;
    padding: 3px 10px;
    display: inline-block;
}
#copyBtn {
    font-size: 16px;
    color: #4d4d4d;
    text-decoration: none;
    padding: 5px;
}


