#contents{
	/*padding: 0;*/
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.kv {
	padding: 0 0 40px;
}
.kv .button{
	margin:0vw 0 0;
}
.kv .note{
	display: block;
	text-align: center;
	font-size: 70%;
}
.button a{
	font-weight: bold;
	position: relative;
	display:block;
	background: rgb(102,102,102);
	background: linear-gradient(180deg, rgba(102,102,102,1) 0%, rgba(45,45,45,1) 100%);
	color: #fff;
	padding: 15px 0;
	width: 70%;
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
}
.button a::after{
	position: absolute;
	content:"";
	right: 15px;
    top: 37%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.sec03 .button a::after{
	position: absolute;
	content:"";
	right: 15px;
    top: 44%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(-45deg);
}
.sec01{
	padding: 0 0 50px;
}
.sec01__title{
	margin: 0 0 30px;
}
.sec01__group{
	margin: 0 0 25px;
}
.sec01__group .subttl{
	background: #f67599;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}
.sec01__group .testimonial {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 500px;
}
.sec01__group video{
	width: 100%;
}
.sec01_title{
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	margin: 0 0 15px;
}
.sec01_title .line{
	font-weight: bold;
	border-bottom:1px solid #fff;
}
.sec01_group{
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 20px 15px;
	margin: 0 0 10px;
}
.sec01_group .group_title{
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	margin: 0 0 15px;
}
.sec01_group .group_title .num{
	color: #80d9d8;
	line-height: 1;
	font-size: 4rem;
	margin-right: 15px;
}
.sec01_group .group_title .text{
	color: #3ab1b3;
	font-size: 1.6rem;
}
.sec01_group .group_content{
	display: flex;
}
.sec01_group .group_content .thumb{
	width: 52%;
}
.sec01_group .group_content .text{
	width: 43%;
	margin-left: 2%;
	margin-top: 0;
	margin-bottom: 0;
}
.sec01_group.g3 .group_content .text{
	width: 100%;
	margin-left: 0;
}
.sec01_group .note{
	position: absolute;
    bottom: -20px;
    margin: 0;
    right: 0;
    font-size: 75%;
}
.sec01 .button a{
	margin: 35px auto 0;
}
.sec03{
	background: #e0f4f4;
	padding: 0 0 30px;
}
.sec03 .lead{
	text-align: center;
	margin: 0 0 15px;
}
.sec03_content{
	border:1px solid #999;
	background: #fff;
	border-radius: 6px;
	padding: 25px 15px;
	width: 90%;
	margin: auto;
    text-align: center;
}
.sec03 .button {
    margin-top: 20px;
}

.prime_voice {
    margin: 50px 0 40px;
}
.prime_voice .voice_tt {
    position: relative;
    z-index: 2;
    text-align: right;
}
.prime_voice .voice_box_out {
    margin: -154px 20px 0;
    padding: 10px;
    position: relative;
    z-index: 1;
    background: #e0f4f4;
}
.prime_voice .voice_box_in {
    border: 2px #a8dada solid;
    padding: 15px;
}
.prime_voice .voice_box_out .voice_name {
    font-size: 16px;
    padding: 0 0 10px 10px;
}
.prime_voice .voice_box_out .voice_name .voice_age {
    font-size: 11px;
}
.prime_voice .voice_box_out .voice_prd {
    font-size: 12px;
    background: #f4ffff;
    padding: 7px 10px;
    width: 60%;
}
.prime_voice .voice_box_out .voice_prd .prd_tt {
    font-size: 10px;
    padding: 1px 5px;
    border: 1px #ccc solid;
    display: table-cell;
}
.prime_voice .voice_box_out .voice_txt {
    margin-top: 20px;
}
.prime_voice .voice_box_out .voice_txt .voice_txt_main {
    font-size: 17px;
    padding: 2px;
    background: #33afb0;
    color: #fff;
    display: inline;
}
.prime_voice .voice_box_out .voice_txt .voice_txt_block {
    font-size: 13px;
    display: block;
    margin-top: 10px;
    line-height: 1.8;
}
.prime_voice .hidden-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.8s ease, opacity 0.8s ease;
    font-size: 13px;
    line-height: 1.8;
}
.prime_voice .hidden-text.show {
    max-height: 500px;
    opacity: 1;
    font-size: 13px;
    line-height: 1.8;
}
.prime_voice .more-btn {
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
}

.footer_sticky_hikiage {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 9999; /* ← 統一 */
}
/* バナー内画像を制御 */
.poreg_sticky img {
  width: 100%;
  height: auto;
  max-width: 640px;      /* ← “見た目640px”で中央に戻す */
  margin: 0 auto;
  display: block;
}
/*
.poregn_sticky {
	text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
*/
.cta-title{
    width: 90%;
    margin: auto;
}
.cta-title .img01{
    padding: 30px 0;
}
.cta-title .note{
    color: #888;
    line-height: 1.3;
    font-size: 1rem;
    margin: 15px 0 0;
}
.hide {
    display: none;
}
.cta-main{
    margin: auto;
    border: 20px #33afb0 solid;
    border-top: none;
    padding: 20px;
}
.main-title{
    background: #33afb0;
    padding: 17px 10px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.cta-main-title{
    margin: 0;
    text-align: center;
}
.banner-area{
    margin: 20px 0;
    text-align: center;
}
.cta-main .banner-area {
    margin: 20px 10px;
    text-align: center;
}
.tab-area{
    margin: 0 0 10px;

}
.cta-main button{
    background: #fff;
    border:1px dotted #a1a1a1;
    padding: 5px 14px;
    font-size: 1.5rem;
}
.cta-main button.active{
    border:3px solid #33afb0;
    font-weight: bold;
}
.cta-main .tab-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.tab-slider{
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    gap: 10px;
    padding: 0 0 15px;
}
.scrollable-container {
    overflow-x: auto;
    display: flex;
}

.secondary-tab-slider {
	white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 0 15px;
}

.cta-point{
    margin: 20px 0;
}
.price-group{
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
    border:1px solid #ccc;
    font-size: 1.7rem;

}
.price-group.highlight {
    font-weight: bold;
    border: 3px solid #33afb0;
}
.price-group.highlight label {
    font-weight: bold;
}
.price-group.highlight .reg {
    font-weight: bold;
    border: 3px solid #333;
}
.price-group.highlight .reg label {
    font-weight: bold;
}
#sub_price, #regmd .reg_price {
    font-weight: bold;
    font-size: 3.0em;
    color: #000;
    display: block;
}
#submd {
    padding-top: 0px;
}
#submd .red {
    font-size: 1.7em;
    margin-left: 0px;
    padding: 2px 7px;
}
#submd .reg_price {
    font-weight: bold;
    font-size: 1.5em;
}
.price-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: -10px;
}
.set_contents_block{
    display: flex;
    gap:10px;
}

.price-content .period {
    margin:0.7em 0 0.7em 0;
    padding: 0 10px 0 0;
    font-size: 1.5rem;
}
.price-content .balloon {
    background: #d6efef;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    margin:1em 0 1em 0;
    padding: 7px 10px;
    font-size: 1.5rem;
 }
 .price-content .balloon::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 24%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d6efef;
 }
 .price-content .red{
    font-weight: bold;
    background: #d80000;
    color: #fff;
    padding: 0 3px;
    margin: 0 5px;
 }
 .price-content-inner{
    display: flex;
    align-items: flex-end;
    padding-top: 15px;
 }
 .price-content .btn-area{
    margin: 20px 0 0;
 }
.set_contents_block input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3.2rem;
    height: 3.2rem;
    border: 2px solid #979797;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    padding: 0;
  }
.set_contents_block input[type="radio"]::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
.set_contents_block input[type="radio"]:checked::before {
    content: "";
    background: #33afb0;
  }

.set_contents_block label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
}
.swiper-slide {
    text-align: center;
}
.swiper-slide .img{
    width: 90%;
    margin: auto;
}
.swiper-slide .text{
    text-align: left;
    background: #f6f6f6;
    padding: 5px 10px;
    margin: 35px 0 0;
}
.swiper-pagination{
    top: 336px !important;
}
.swiper-pagination-bullet-active{
    background: #333;
}
.swiper-button-next, .swiper-button-prev{
    color:#333;
}
.swiper-button-next{
    right: -8px;
}
.swiper-button-prev{
    left: -8px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.8rem;
}
.goorder{
	font-weight: bold;
	position: relative;
	display:block;
	background: rgb(102,102,102);
	background: linear-gradient(180deg, rgba(102,102,102,1) 0%, rgba(45,45,45,1) 100%);
	color: #fff;
	padding: 20px 0;
	width: 100%;
    margin: auto;
    text-align: center;
    font-size: 1.8rem;
}

.prime_faq{
	background: #f3f3f3;

	padding: 30px 0;
}

.prime_faq .prime_title{
	color: #333;
	position: relative;
    padding: 0 0 10px;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
}

.prime_faq_inner{
	width: 98%;
	margin: auto;
	padding:0 10px;
}


.prime_faq_title{
	color: #91a6bf;
	text-align: center;
	margin:0 0 10px;
	font-size: 3.2rem;
	font-family: "Arial";
}
.prime_faq_wrapper{
	width: 90%;
	margin: auto;
}
.prime_faq .q_icon{
	font-family: "Arial";
	color: #33afb0;
	font-size: 3rem;
	margin-right: 10px;
}
.prime_faq .c-list{
	background: #fff;
	margin:0 0 15px 0;
}
.prime_faq .q{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    font-weight: normal;
	font-size: 1.4rem;
	padding: 0 20px;
}
.prime_faq .txt{
	font-weight: bold;
}
.prime_faq .a{
	border-top:1px solid #33afb0;
	padding: 20px 0;
    margin: 0 20px;
    font-size: 1.1em;
}
.prime_faq dt .i {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 auto;
	flex-shrink: 0;
}
.prime_faq dt .i::before,
.prime_faq dt .i::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #33afb0;
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
}
.prime_faq dt .i::after {
    background: #91a6bf;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.prime_faq dt.actives .i::after {
    transform: rotate(0);
    transition: 0.5s;
    height: 0px;
}
.prime_faq {
    padding: 20px 0 40px;
    margin: 60px 0;
}

.disclaimers_inner{
width: 900px;
padding:0 75px 60px 75px;
	}


.prime_faq_inner{

	/*padding:0 180px;*/
}
.c-heading {
    text-align: center;
    color: #333;
    margin: 0 0 20px;
}
.c-heading .main {
    letter-spacing: .1rem;
}
.category01_swiper{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    height: 399px;
    padding: 0 0 0 20px
}
.category01_swiper .swiper-wrapper {
    height: auto
}

.category01_swiper .swiper-slide {
    border: 1px solid #cfcfcf;
    width: 200px
}
.category01_swiper img{
	height: auto;
}
.category01_swiper .cart-button {
    display: block;
    background: #333;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 7px 0;
    width: 120px;
    margin: auto;
    font-size: 1.2rem;
}
.category01_swiper .slide-item .item-info .label {
    line-height: 1;
    border: 1px solid #ccc;
    padding: 2px 5px;
    font-size: 1rem;
    margin-right: 4px
}
.category01_swiper .slide-item {
    padding: 0 10px 20px;
}
.category01_swiper .slide-item .item-info .volume {
    font-size: 1rem;
    line-height: 1
}
.category01_swiper .slide-item .price-g {
        margin:0 0 10px
}
.sp_price {
    color: #b10012;
    font-weight: 700;
    font-size: 1.6rem;
}
.sp_price .tax{
	font-weight: 300;
}
.category01_swiper .item-name{
	font-weight: 700;
    margin:15px 0 10px;
    font-size: 1.4rem;
}
.category01_swiper .slide-item .price-group .price {
    font-weight: 700;
    font-size: 1.6rem
}

.category01_swiper .slide-item .price-group .yen {
    font-size: 1.2rem
}

.category01_swiper .slide-item .price-group .tax {
    font-weight: 400;
    font-size: .9rem
}
.prime-subsc {
    padding: 0 0 150px;
}

.detail_prod-popup-block, .white-popup-block  {
    margin: 20px 15px !important;
    text-align: center !important;
}


@media (min-width: 750px) {
    .cta-main-title {
        margin: 30px 0 0;
    }
    .cta-main .banner-area {
        margin: 20px 50px;
        text-align: center;
    }
    #submd .red {
        font-size: 1.7em;
        margin-left: 20px;
        padding: 2px 7px;
    }
    .detail_prod-popup-block, .white-popup-block {
        margin: 40px auto !important;
        text-align: center !important;
    }
    .prime-subsc {
        max-width: 640px;
        overflow-x: visible;
        margin: 0 auto 100px;
        box-shadow: 0px 0px 15px -5px #777777;
    }
	.swiper-pagination{
	    top: 500px !important;
	}
	.kv .button {
        margin: 0px 0 0;
    }
    .kv .note {
        font-size: 100%;
    }
    .sp_price .tax{
        font-size: .9rem;
    }
    .sp_price .yen{
        font-size: 1.2rem;
    }
    .tab-area{
        overflow-x: scroll;
    }
    .tab-slider{
        width: 710px;
        overflow-x:auto;
    }
    .tab-area {
    scrollbar-width: thin; /* Firefox用: スクロールバーを細く */
    scrollbar-color: #888 #f0f0f0; /* Firefox用: 色設定（つまみ, トラック） */
    }
    .main-title {
        font-size: 36px;
    }
    /* Chrome、Edge、Safari用 */
    .tab-area::-webkit-scrollbar {
    height: 8px; /* スクロールバーの高さ */
    }
    .tab-area::-webkit-scrollbar-thumb {
    background-color: #888; /* スクロールバーのつまみの色 */
    border-radius: 5px; /* 角丸 */
    }
    .button a {
        padding: 20px 0;
        width: 60%;
        font-size: 1.8rem;
    }
    .sec03_content{
        padding: 35px 15px;
    }
    .prime_voice {
        margin: 100px 0 60px;
    }
    .prime_voice .voice_tt {
        position: relative;
        z-index: 2;
    }
    .prime_voice .voice_box_out {
        margin: -250px 40px 0 40px;
        padding: 15px;
        position: relative;
        z-index: 1;
        background: #e0f4f4;
    }
    .prime_voice .voice_box_in {
        border: 2px #a8dada solid;
        padding: 20px;
    }
    .prime_voice .voice_box_out .voice_name {
        font-size: 21px;
        padding: 0 0 15px 10px;
    }
    .prime_voice .voice_box_out .voice_name .voice_age {
        font-size: 16px;
    }
    .prime_voice .voice_box_out .voice_prd {
        font-size: 16px;
        background: #f4ffff;
        padding: 15px 20px;
        width: 57%;
    }
    .prime_voice .voice_box_out .voice_prd .prd_tt {
        font-size: 14px;
        padding: 3px 8px;
        border: 1px #ccc solid;
        display: table-cell;
    }
    .prime_voice .voice_box_out .voice_txt {
        margin-top: 30px;
    }
    .prime_voice .voice_box_out .voice_txt .voice_txt_main {
        font-size: 27px;
        padding: 3px;
        background: #33afb0;
        color: #fff;
        display: inline;
    }
    .prime_voice .voice_box_out .voice_txt .voice_txt_block {
        font-size: 18px;
        display: block;
        margin-top: 10px;
        line-height: 1.8;
    }
    .prime_voice .hidden-text {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.8s ease, opacity 0.8s ease;
        font-size: 18px;
        line-height: 1.8;
    }
    .prime_voice .hidden-text.show {
        max-height: 500px;
        opacity: 1;
        font-size: 18px;
        line-height: 1.8;
    }
    .prime_voice .more-btn {
        margin-top: 10px;
        cursor: pointer;
        text-decoration: underline;
        text-align: center;
        font-size: 14px;
    }
    #sub_price, #regmd .reg_price {
        display: initial;
    }
    .price-content .period {
        margin:1em 0 1em 0;
        padding: 7px 10px 7px 0;
        font-size: 1.5rem;
    }
    .prime_faq .prime_title{
        font-size: 3.8rem;
    }
    .prime_faq .q{
        font-size: 1.6em;
    }
    .prime_faq .a{
        font-size: 1.5em;
    }
}

.marquee-container {
    overflow: hidden;
    position: relative;
    margin-inline: auto;
    font-size: 20px;
}

.marquee {
    animation: loop 30s linear infinite;
    width: 100%;
}
.marquee2 {
    position: absolute;
    top: 0; left: 0;
    animation: loop 30s -15s linear infinite;
}
.marquee .txt {
    padding-left: 35px;
    position: relative;
}
.marquee .txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 17px;
    width: 1px;
    height: 20px;
    background-color: #33afb0;
    transform: skewX(-15deg);
}
@keyframes loop {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}

@media (min-width: 244px) {
    .marquee {
        width: 214%;
    }
}
@media (min-width: 375px) {
    .marquee {
        width: 195%;
    }
}
@media (min-width: 390px) {
    .marquee {
        width: 188%;
    }
}
@media (min-width: 414px) {
    .marquee {
        width: 180%;
    }
}
@media (min-width: 430px) {
    .marquee {
        width: 170%;
    }
}
@media (min-width: 460px) {
    .marquee {
        width: 159%;
    }
}
@media (min-width: 490px) {
    .marquee {
        width: 140%;
    }
}
@media (min-width: 540px) {
    .marquee {
        width: 134%;
    }
}
@media (min-width: 570px) {
    .marquee {
        width: 127%;
    }
}
@media (min-width: 600px) {
    .marquee {
        width: 118%;
    }
}
@media (min-width: 620px) {
    .marquee {
        width: 116%;
    }
}
@media (min-width: 640px) {
    .marquee {
        width: 112%;
    }
}
