@charset "utf-8";
/* ====================================================================
All
==================================================================== */
/*共通*/
body{
	padding: 0;
	margin: 0;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}
div,p{
	box-sizing:border-box;
	}
a{
	box-sizing: border-box;
}
img{
	vertical-align: top;
}
.content img,
.cvbtn img{
	vertical-align: bottom;
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 0 0px;
	padding: 0;
	display: block;
	box-sizing: border-box;
}
/* ====================================================================
wrap header
==================================================================== */
main {
	max-width: 1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;
}
/* ====================================================================
main-contents
==================================================================== */
#wrapper {
	background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwuhashopjp/uploads/lp/sixpack/sixpack2511/img/bg.png);
	background-repeat: repeat;
	background-position: top left;
    background-color: #000000;
}
.container {
	max-width: 500px;
    padding-left: 0;
    padding-right: 0;
}
.footer-link {
    width: 100%;
    max-width: 500px;
    background: #ffff;
    margin-bottom: 0;
}
.attention {
    color: #e4034b;
}
.underline {
    border-bottom: solid;
    border-width: 1px;
    margin: 0 auto;
    width: fit-content;
}
.data-header {
	font-size: 25px;
	color: #FF0004;
	text-align: center;
}
.order {
    font-size: 30px;
    color: #d41716;
    line-height: 170%;
    text-align: center;
}
.haku {
    display: inline-block;
    width: 1em;
}
.gummy + .detail-area02, .new-detail + .detail-area02 {
    margin-top: 80px;
}
.gummy > .detail-title, .new-detail > .detail-title {
    margin-bottom: 40px;
}
.gummy-content .detail-title, .new-content .detail-title {
    background: #e5014e;
    padding: 8px 0 5px;
    color: #fff;
}
.detail-title + .feature-data {
    margin-bottom: 40px;
}
.detail-title {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 3px #E5004E;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: .5rem;
}
.supple-detail {
    font-size: 18px;
    margin-bottom: 65px;
}
.supple-detail h3 {
    font-size: 18px;
    display: block;
    padding: 10px 0 4px;
    margin-bottom: 0;
}
.supple-detail-data {
    font-size: 18px;
    padding: 15px 0;
    padding-top: 5px;
}
.btn_av, a.btn_av {
    color: #0e0e0e;
    background-color: #ecf0f9;
    padding: 10px;
    width: 60%;
    font-size: 26px;
    text-align: center;
    border-radius: 10px;
}
.btn_av:hover, a.btn_av:hover {
    color: #0e0e0e;
    background-color: #ecf0f9;
    padding: 10px;
    width: 60%;
    font-size: 26px;
    text-align: center;
    border-radius: 10px;
}
.af {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 10px 0;
}
.br-sp {
    display: none;
}
.cu_background {
    width: 800px;
    margin: auto;
    display: block;
    padding: 5px 0px 15px;
}
.cu_background2 {
    width: 750px;
    margin: auto;
    display: block;
    background: #f2bc46;
    padding: 5px 0px 15px;
}
.cu_text-box1 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
}
.text-big {
    font-size: 35px;
}
.text {
    color: #FFF;
    font-size: 32px;
	font-weight: 600;
	line-height: 0;
    text-align: center;
    margin: 0 auto;
}
.text_sub {
    color: #FFF;
    font-size: 18px;
	font-weight: 600;
	line-height: 0.8;
    text-align: center;
    margin: 0 auto;
}

.code {
    color: #1e1e1e;
    font-size: 42px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    width: 500px;
    margin: auto;
}
.category {
    display: flex;
    width: 750px;
    margin: auto;
}
.marker {
    color: #4b4b4b;
    background-image: linear-gradient(transparent 60%, lightblue 0%)
}
.cu-btn {
    border: none;
    border-radius: 3px;
    box-shadow: 0px 3px 0 #EDAD0B;
    margin: 20px auto 0;
    display: block;
    width: 200px;
    padding: 5px 0;
    background: #F0BA32;
    font-weight: bold;
    color: #fff;
    transition: all 0.1s;
}
.cu-btn:hover {
    margin-top: 33px;
    box-shadow: 0 0 0;
}
iframe {
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    margin: 30px auto;
    max-width: 100%
}
  .carousel-container {
    overflow: hidden; /* 背景を固定するためにoverflowをhiddenに設定 */
   /* background-color: #fdbe2a;  背景色を黄色に設定 */
	width: 750px;
	margin: auto;
  }

  .carousel-inner {
    display: flex; /* カルーセルアイテムを横に並べるためにflexを設定 */
    transition: transform 0.1s ease-in-out;
  }

  .carousel-item {
    padding:10px 50px;
    width: 750px;
  }

  .carousel-item img {
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 30px; /* 左右にパディングを追加 */
  }
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px; /* 例として幅を調整 */
    height: 40px; /* 例として高さを調整 */
    background-color: black; /* 背景色（通常は見えませんが念のため） */
    filter: invert(100%); /* 白い矢印を黒に変換 */
}

/*<!-- Widget tag -->*/
.mochimugi-widget {
    width: 100%;
	margin: 0 auto;
  }
.ugcmochimugi {
	width: 750px;
	margin: 0 auto;
	}

    .ugcmochimugi .___q-ugc-container{
    width: 96% !important;
    margin: 10px 0 0 !important;
    }
.data-header {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/*<!-- アコーディオン -->*/
.accordion-001 {
    max-width: 750px;
    background-color: #fbf9e9;
    margin: auto;
    margin-bottom: 50px;
}
.accordion-001 h3 {
	font-size: 26px;	
	}
.accordion-002 {
    max-width: 750px;
    background-color: #eeecec;
    margin: auto;
    margin-bottom: 50px;
}
.accordion-002 h3 {
	font-size: 26px;	
	}
.accordion-004 {
    max-width: 750px;
    background-color: #f9e4e0;
    margin: auto;
    margin-bottom: 50px;
}
.accordion-004 h3 {
	font-size: 26px;	
	}
.accordion-005 {
    max-width: 750px;
    background-color: #fbe3e4;
    margin: auto;
    margin-bottom: 50px;
}
.accordion-005 h3 {
	font-size: 26px;	
	}
.accordion-006 {
    max-width: 750px;
    background-color: #f0fdec;
    margin: auto;
    margin-bottom: 50px;
}
.accordion-006 h3 {
	font-size: 26px;	
	}
.accordion-007 {
    max-width: 750px;
    background-color: #fcebf2;
    margin: auto;
    margin-bottom: 50px;
}
.accordion-007 h3 {
	font-size: 26px;	
	}
.accordion-001:not([open]) {
    margin-bottom: 7px;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #fcbe2b;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #151515;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #ec6666;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
}
.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #e50f16;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
}
.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #5fc03e;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
}
.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #ca387e;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
display: none;
}
.accordion-001 summary::before, .accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}
.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}
.accordion-001 summary::after {
    transition: rotate .3s;
}
.accordion-001[open] summary::after {
    rotate: 90deg;
}
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
summary {
    font-size: 27px;
}
.ac-text {
    font-size: 27px;
    color: #fb6835;
}
.ac-text2 {
    font-size: 27px;
    color: #e60012;
}
	@media (max-width: 768px) {
.accordion-001 h3 {
	font-size: 18px;	
	}
.accordion-002 h3 {
	font-size: 16px;	
	}
.accordion-004 h3 {
	font-size: 18px;	
	}
.accordion-005 h3 {
	font-size: 18px;	
	}
.accordion-006 h3 {
	font-size: 18px;	
	}
.accordion-007 h3 {
	font-size: 18px;	
	}
		
	}
/*<!-- アコーディオン ココまで -->*/

/*<!-- レビュー用アコーディオン -->*/
.accordion-003 {
    max-width: 750px;
    margin-bottom: 7px;
    border: 2px solid #818080;
    border-radius: 5px;
    margin: 0 auto;
	margin-bottom: 20px;
}
.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('https://d2w53g1q050m78.cloudfront.net/wwwuhashopjp/uploads/lp/manpukuber/img/maru.png');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.accordion-003 summary::-webkit-details-marker {
display: none;
}
.accordion-003 summary::before, .accordion-003 summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}
.accordion-003 summary::before {
    rotate: 90deg;
}
.accordion-003 summary::after {
    transition: rotate .3s;
}
.accordion-003[open] summary::after {
    rotate: 90deg;
}
.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 1em 1.2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.review-name {
    font-size: 1.2em;
}
.review-titlle {
    font-size: 1.2em;
}
.review-line {
    border: 0.6px solid #818080;
    margin-bottom: 3%;
    margin-left: 1em;
    width: 95%;
}
.review-line3 {
    border: 0.6px solid #818080;
    margin-bottom: 3%;
    width: 100%;
}
.review-line2 {
    border: 1px solid #818080;
    margin-bottom: 4%;
    margin-left: 1em;
    width: 95%;
}
.review-line4 {
    border: 1px solid #818080;
    margin-bottom: 4%;
	margin-top: 4%;
    width: 100%;
}
.review-line5 {
    margin-bottom: 2%;
    width: 100%;
}
.review-pa {
    line-height: 2.6em;
}
.review-hedder {
    max-width: 750px;
    margin-bottom: 7px;
    /*border: 2px solid #818080;*/
    /*border-radius: 5px;*/
    margin: 0 auto;
}
.review-hedder-titlle {
    font-size: 40px;
	color: #ff6278;
	text-align: center;
	font-weight: 600;
	margin: 50px 0 20px;
	}
.review-text {
    font-size: 18px;
	}
.review-haku {
	padding-top: 30px;	
	}
.info-text {
    border-left: 4px solid #c41b23;
    padding-left: 10px;
}
.info-ti {
    font-size: 28px;
    font-weight: bold;
    color: #c41b23;
    border-top: 3px solid #c41b23;
    border-bottom: 3px solid #c41b23;
    padding: 25px;
    text-align-last: center;
}
.info {
    width: 65%;
    margin: auto;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
.review-line {
    border: 0.6px solid #818080;
    margin-bottom: 3%;
    margin-left: 1em;
    width: 90%;
}
.review-line2 {
    border: 1px solid #818080;
    margin-bottom: 3%;
    margin-left: 1em;
    width: 90%;
}
.review-hedder-titlle {
    font-size: 23px;
	color: #ff6278;
	text-align: center;
	font-weight: 600;
	margin: 40px 0 20px;
	}
.review-name {
    font-size: 1.1em;
}
.review-titlle {
    font-size: 1.1em;
}
.review-text {
    font-size: 16px;
	display: block;
	line-height: 150%;
	}
.review-haku {
	padding-top: 10px;	
	}
  .carousel-container {
    width: 100%; /* コンテナの幅を画面に合わせて調整 */
  }
  .carousel-inner {
    display: block; /* カルーセルアイテムを縦に並べる表示に切り替え */
    transition: none; /* モバイル版ではトランジションを無効にする */
  }
  .carousel-item {
    padding: 10px; /* モバイルレイアウト用にパディングを調整 */
    width: 100%; /* アイテムの幅を画面に合わせて設定 */
  }
  .carousel-item img {
    max-width: 80%; /* 画像を画面幅に合わせてレスポンシブに調整 */
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 15px; /* 左右にパディングを追加 */
  }
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px; /* 例として幅を調整 */
    height: 30px; /* 例として高さを調整 */
    background-color: black; /* 背景色（通常は見えませんが念のため） */
    filter: invert(100%); /* 白い矢印を黒に変換 */
}
.info-ti {
    font-size: 22px;
    font-weight: bold;
    color: #c41b23;
    border-top: 3px solid #c41b23;
    border-bottom: 3px solid #c41b23;
    padding: 16px;
    text-align-last: center;
}
.info {
    width: 96%;
    margin: auto;
    margin-bottom: 50px;
}	
}
/*<!-- レビュー用アコーディオン -->*/	

.teiki-text {
    padding: 10px 50px;
    font-size: 28px;
    font-weight: bold;
    color: #2d2c2c;
}
.teiki-text2 {
    font-size: 38px;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #fffbc7 0%);
}
.teiki-text3 {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #fffbc7 0%);
}

@media (max-width: 767px) {
.data-text {
    line-height: 130%;
}
.order {
    font-size: 24px;
    color: #d41716;
    line-height: 150%;
}
.order2 {
    color: #d41716;
}
.btn_av, a.btn_av {
    font-size: 16px;
    width: 100%;
}
.btn_av:hover, a.btn_av:hover {
    font-size: 16px;
    width: 100%;
}
.cu_background {
    width: 100%;
    margin: auto;
    display: block;
}
.text {
    font-size: 1.4rem;
	line-height: 0;
    text-align: center;
    margin: 0 auto;
}
.text_sub {
    font-size: 13px;
	line-height: 0;
    text-align: center;
    margin: 0 auto;
}
.code {
    font-size: 6vw;
    padding: 7px 15px;
    max-width: 420px;
    width: 80%;
    text-align: center;
}
.category {
    display: flex;
    width: 100%;
    margin: auto;
}
.w750 {
    width: 100%;
}
.ac-text {
    font-size: 18px;
    color: #fb6835;
}
.ac-text2 {
    font-size: 18px;
    color: #e60012;
}
summary {
    font-size: 20px;
    text-align: left;
}
.teiki-text {
    padding: 5px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #2d2c2c;
}
.teiki-text2 {
    font-size: 26px;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #fffbc7 0%);
}
.teiki-text3 {
    font-size: 23px;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #fffbc7 0%);
}
/*<!-- Widget tag -->*/
.ugcmochimugi {
	width: 100%;
	}
}
/* フローティングバナー用 */
.floating-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;    display: flex;
    justify-content: center;
}
.floating-btn-wrapper {
    position: relative;
    display: inline-block;
    max-width: 750px;
    width: 100%;
}
.floating-btn-img {
    display: block;
    height: auto;
    width: 100%;
    pointer-events: none;
    position: relative;
    z-index: 0;
}
.floating-btn a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    display: block;
    opacity: 1;
    transition: ease .4s;
    z-index: 1;
}
.floating-btn-left {
    left: 0;
}
.floating-btn-right {
    right: 0;
}
.floating-btn a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
.floating-btn-wrapper {
    max-width: 540px;
}
}

@media (max-width: 575px) {
.floating-btn {
    padding: 0 5px;
}
}

/* PCのとき、フローティングをずらす対応 */
@media only screen and (min-width:1150px) {
.floating-btn {
max-width: 350px;
transform: translate(50%, 0);
right: calc(50% - (375px));
left: auto;
}
}

/* MKT-107 */
h2, h3 {
    margin: 0;
}
.top_title {
    background-color: #94cb5e;
    padding-top: 1vw;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.5vw;
    font-weight: bold;
}
.cursor_default {
    cursor: default;
}
@media screen and (min-width:575px) and ( max-width:767px) {
    .top_title {
        font-size: 15.3px;
    }
}
@media screen and (min-width:768px) and ( max-width:991px) {
    .top_title {
        font-size: 21.6px;
    }
}
@media screen and (min-width:992px) {
    .top_title {
        width: 750px;
        margin: 0 auto;
        font-size: 22.5px;
    }
}
.js-coupon_copy{
    display: block;
    transition: ease 0.3s;
    cursor: pointer;
}
@media (min-width: 681px) {
    .js-coupon_copy:hover{
        opacity: 0.8;
    }
}
.js-code:hover {
    opacity: 0.8;
}
.coupon_area {
    position: relative;
}
.coupon_copy {
    position: absolute;
    top: 15%;
}
.yellow {
   color: #f9e828;
}
@media (max-width:767px) {
    .coupon_copy {
        top: 12%;
    }

}
