@charset "UTF-8";
/*--------------------------------------------------

	mm個別テーマスタイル

--------------------------------------------------*/

/* cmn
------------------------------*/

/* picture --------------------*/
picture img {
	width: 100%;
}
/* review btn ----------------*/
#mv_area .btn_review a {
    display: block;
	margin-right: auto;
	margin-left: auto;
    padding: 15px 2em 13px 0px;
    border: #E5014F solid 1px;
    border-radius: 4px;
	width: 400px;
	text-decoration: none;
	text-align: center;
    color: #E5014F;
}
#mv_area .btn_review a:hover{
  text-decoration:none;
  opacity:.7;
}
#mv_area .btn_review a>span{
  position:relative;
  font-size:14px;
}
#mv_area .btn_review a .btn {
    color: #E5014F;
}
#mv_area .btn_review a .btn::after {
	border-color: #E5014F;
}
#mv_area .btn_review a:hover .btn {
  text-decoration:none;
}
#mv_area .btn_review .star,
#mv_area .btn_review .score,
#mv_area .btn_review .num_posts {
	display: inline-block;
}

#content .sec_inner hr {
    margin: 30px 0;
}

/* table---------------------*/
table.tablelayoutArea th {
	background-color: #fcecf1;
}
table.tablelayoutPrice th, 
table.tablelayoutArea th, 
table.tablelayoutSpec th {
	background-color: #f6c2d2;
}


/* column -------------------*/
.p-column {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
/* 2col */
.p-column._2col p {
	width: 49%;
}
.p-column._2col p img{
	width: 100%;
}
@media (max-width: 668px) {
	.p-column._2col p {
		width: 100%;
	}
}

/* headline overflow adjust
------------------------------*/
/* main ----------------------*/
main.main {
	overflow: hidden;
}
/* h2_ttl --------------------*/
.h2_ttl {
	position: relative;
	border-bottom: none;
	padding: 12px 0;
	background-color: #f6c2d2;
	text-align: center;
	font-size: 24px;
}
.h2_ttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 300%;
	height: 60px;
	background-color: #f6c2d2;
	z-index: -1;
}
@media (max-width: 668px) {
	.h2_ttl {
		font-size: 21px;
	}
}
/* read_also -----------------*/
.read_also .h3_ttl {
	margin-top: 50px;
	padding: 12px 0;
	border-bottom: 1px solid #979797;
	background-color: transparent;
	text-align: left;
	font-size: 24px;
}
/* recommend -----------------*/
.recommend .h2_ttl {
	border-bottom: 1px solid #979797;
	background-color: transparent;
	text-align: left;
}
.recommend .h2_ttl::after {
	content: none;
}
/* shop_searchA --------------*/
.shop_searchA .h2_ttl {
	border-bottom: 1px solid #979797;
	background-color: transparent;
	text-align: left;
}
.shop_searchA .h2_ttl::after {
	content: none;
}


/* features 
------------------------------*/
.features .sec_inner dl.imgNone {
	display: flex;
	flex-direction: column;
}
.features .sec_inner .imgNone dt {
	border-left: 4px solid #df4878;
	padding-left: 0.65em;
	font-size: 20px;
}
.features .sec_inner dl.imgNone dd picture,
.features .sec_inner dl.imgNone dd > img {
	display: block;
	margin-top: 20px;
}
.features .sec_inner dl.imgNone dd div,
.features .sec_inner dl.imgNone dd div p {
	font-size: 16px;
	line-height:1.7em;
}
.features dl dt{
    border-left: 4px solid #df4878;
    padding-left: 0.65em;
    font-size: 20px;
	line-height:1.7em;
}

.features dl dd,
.features dl dd .clearfix{
    font-size: 16px;
	line-height:1.7em;
}

.features dl {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}
.features p.img {
    float: right;
    font-size: 0;
    margin-bottom: 10px;
    width: 50%;
}

@media (min-width: 669px) {
	.features .sec_inner dl.imgNone dd .right_pic{
		position: relative;
	}
	.features .sec_inner dl.imgNone dd .right_pic p {
		position: absolute;
		left: 0;
		width: 48%;
		font-size: 16px;
		line-height:1.7em;
	}
	.features .sec_inner dl.imgNone dd .right_pic picture,
	.features .sec_inner dl.imgNone dd .right_pic > img {
		margin-top: 20px;
		padding-left: 50%;
	}
	.features .sec_inner dl.imgNone dd .right_pic picture{
		position: relative;
        top: 0px;
    }
}

/* スマホ対応
------------------------------*/

@media (max-width: 668px) {
	.features .sec_inner dl.imgNone dt {
		font-size: 16px;
	}
	.features .sec_inner dl.imgNone dd div,
	.features .sec_inner dl.imgNone dd div p {
		font-size: 14px;
	}
.features p.img {
    width: 100%;
}
.features dl{
    width: 100%;
}
div.clearfix picture img{
    width: 100%!important;
}

p picture img{
    width: 100%!important;
}

#mv_area .lay_sp {
        display: flex;
        align-items: center;
        margin: 2em auto 1.4em;
        justify-content: flex-end;
    }
}

/* service_about
------------------------------*/
.service_about .h3_ttl {
	border-left: 4px solid #df4878;
	padding-left: 0.65em;
	font-size: 24px;
	width:100%;
}
.service_about .contentBoxWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.service_about .contentBox {
	width: 49%;
}
.service_about .contentBox p {
	float: none;
	width: 100%;
}
.service_about .contentBox h4 {
    margin: 20px 0 0;
    padding: 5px 20px 5px 0;
    background: transparent;
    font-size: 19.2px;
}
.service_about .contentBox div {
	font-size: 17.6px;
}
.service_about .contentBox ul {
    float: none;
    width: 100%;
    margin: 0;
}
.service_about .mm010serdebox li {
	display: inline;
	margin: 0;
	font-size: 17.6px;
}
@media (max-width: 668px) {
	.service_about .contentBoxWrap {
		flex-direction: column;
	}
	.service_about .contentBox {
		width: 100%;
	}
}

/* freeArea
----------------------------------------------------*/
.free_area .h3_ttl {
	padding-left: 0.65em;
	border-left: 4px solid #df4878;
	font-size: 24px;
}

/* merit 
------------------------------*/
.merit {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.merit dl {
	border-radius: 8px;
	padding: 30px;
	background-color: #fcecf1;
	width: 49%;
}
.merit dl:nth-child(3) {
	margin-top: 24px;
	width: 100%;
}
.merit dl dt img {
	margin-right: 16px;
}
.merit dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	padding-bottom: 20px;
	background-image: repeating-linear-gradient(90deg, #df4878, #df4878 2px, transparent 2px, transparent 6px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 2px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #df4878;
}
.merit dl dd {
	margin-top: 18px;
}
.merit dl dd span {
	font-size: 16px;
}
.merit dl dd span.note {
	display: block;
	margin-bottom: 0;
	text-align: right;
}
.merit dl dd ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.merit dl dd ul li {
	width: 49%;
}
.merit dl dd ul li img {
	width: 100%;
}
@media (max-width: 668px) {
	.merit dl {
		margin-top: 20px;
    	width: 100%;
	}
	.merit dl dt {
		font-size: 21px;
	}
	.merit dl dd {
		font-size: 13px;
	}
	.merit dl dd ul li {
		margin-top: 20px;
    	width: 100%;
	}
}

/* flow
------------------------------*/
.flow {
	margin-top: 20px;
}
.flow .flowBox dl {
	position: relative;
	border-radius: 8px;
	padding: 20px;
	background-color: #fcecf1;
}
.flow .flowBox dl dt img {
	margin-right: 16px;
}
.flow .flowBox dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	color: #df4878;
}
.flow .flowBox dl dd {
	margin-top: 18px;
}
.flow .flowBox dl dd span {
	font-size: 16px;
}
@media (min-width: 669px) {
	.flow .flowBox dl:not(:last-child)::after {
		content: "";
		position: absolute;
		top: calc(50% - 12.5px);
		right: -32px;
		display: inline-block;
		width: 12.5px;
		height: 25px;
		background: #df4878;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}
}
@media (max-width: 668px) {
	.flow .flowBox dl dt {
		font-size: 21px;
	}
	.flow .flowBox dl dd,
	.flow .flowBox dl dd span {
		font-size: 16px;
	}
}

/* faq_area
------------------------------*/
.faq_block {
	padding: 10px 0 40px;
	background-color: #fefbef;
}
.faq_block .faq_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 13px;
}
.faq_block details summary::marker {
	content: none;
}
.faq_block details summary {
	display: flex;
	position: relative;
	padding: 10px 30px 10px 20px;
	background-color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.faq_block details summary::after {
	content: "＋";
	position: absolute;
	top: calc(50% - 0.6em);
	right: 1em;
	font-size: 1.2em;
		transition: transform 0.3s;
	color: #df4878;
}
.faq_block details[open] summary::after {
	content: "−";
	transform: rotate(180deg);
	color: #df4878;
}
.faq_block details summary span {
	margin-right: 20px;
	font-size: 16px;
	color: #df4878;
}
.faq_block details .answer {
	padding: 25px 32px 25px 20px;
	background-color: transparent;
}
.faq_block details .answer p {
	display: flex;
	font-size: 14px;
}
.faq_block details .answer p span {
	margin-right: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #df4878;
}
@media (min-width: 669px) {
	.faq_block .faq_ttl img {
		margin-left: 10px;
		width: 47px;
	}
	.faq_block details {
		margin: 16px auto 0;
		width: 675px;
	}
}
@media (max-width: 668px) {
	.faq_block {
		padding: 10px 15px 40px;
	}
	.faq_block .faq_ttl {
		margin-bottom: 10px;
		padding: 0 7px;
	}
	.faq_block .faq_ttl img {
		margin-left: 10px;
		width: 40px;
	}
	.faq_block details {
		margin-top: 10px;
	}
	.faq_block details summary::after {
		right: 0.5em;
	}
}

/* tab 
------------------------------*/
.tabs {
	margin: 50px auto 0;
	padding-bottom: 40px;
	background-color: #fff;
}
.tab_items {
	display: flex;
	justify-content: space-between;
}
.tab_item {
	display: block;
	padding: 10px;
	border: none;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background-color: #c4c4c4;
	width: calc(100%/3 - 1px);
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	transition: all 0.2s ease;
	cursor: pointer;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_contents {
	border: 1px solid #df4878;
	padding: 35px 30px 0;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
.tab_content h3,
.tab_content p.note {
	letter-spacing: 0.08em;
	font-weight: bold;
	font-size: 16px;
}
.tab_content table.tablelayoutPrice + p.note {
    margin-top: 10px;
    margin-bottom: 30px;
}
.tab_items:has(#tab1:checked) ~ .tab_contents ._tab1,
.tab_items:has(#tab2:checked) ~ .tab_contents ._tab2,
.tab_items:has(#tab3:checked) ~ .tab_contents ._tab3 {
	display: block;
}
.tabs input:checked + .tab_item {
	background-color: #df4878;
	color: #fff;
}
@media (max-width: 668px) {
	.tab_contents {
		padding: 15px;
	}
}

.ancNavWrap.is-fixed{
width:100%;
position: fixed;
top: 0;
z-index: 3002;
}


/* SP fixed contents
------------------------------*/
/* header --------------------*/
@media only screen and (max-width: 668px) {
	.headerA,
    .headerA.navscrl {
		margin-top: 54.6px;
        position: relative !important;
    }
	.ancNavWrap.navscrl {
        position: relative;
		z-index: 3002;
    }
    .ancNavWrap.navscrl.is-fixed{
		position: fixed;
		top: 0;
		z-index: 3002;
        border-top: solid 1px #ffffff;
    }
}
/* footer --------------------*/


/* AncNav --------------------*/
.ancNav {
	position: relative;
	background-color: #df4878;
}
.ancNav .ancNavInner ul {
	display: flex;
	justify-content: center;
}
.ancNav .ancNavInner ul li {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 19px;
}
.ancNav .ancNavInner ul li:not(:first-child)::before {
	content: "";
	border-left: 1px solid #FFF;
	height: 1em;
}
.ancNav .ancNavInner ul li a {
	display: block;
	padding: 14px 24px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
#merrymaids .ancNav .ancNavInner ul li a:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.7;
}
@media (min-width: 668px) {
	.ancNav::after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 300%;
		height: 56px;
		background-color: #df4878;
		z-index: -1;
	}
	.ancNav .ancNavInner {
		margin: auto;
		width: 1000px;
	}
}
@media (max-width: 667px) {
	.ancNav {
		width: 100dvw;
	}
	.ancNav .ancNavInner {
		overflow-x: scroll;
	}
	
	.ancNav .ancNavInner ul {
		margin: auto;
		width: fit-content;
	}
	.ancNav .ancNavInner ul li {
	font-size: 15px;
}
}
/* ancTarget -----------------*/
.ancTarget {
	display: table;
	height: 0;
	margin-top: -54.6px;
	padding-top: 54.6px;
	z-index: -1;
}

/* chousei_CSS-----------------*/

#bnr_mid_area .btn_area {
    width: 740px;
    margin: 0px auto 0;
}

.merit iframe{
width: 100%;
height: 280px;
}

.frame iframe {
    width: 100%;
    height: 400px;
}

.re_movie .col_box.odd .frame iframe {
    width: 100%;
    height: 400px;
}

.tab_content p.note {
    font-weight: normal;
   font-size: small;
}

.tab_content h3{
    font-weight: bold;
}
.specification .note{
	
	margin-bottom:10px;
}

.faq_block details summary {
    display: flex;
    position: relative;
    padding: 10px 30px 10px 20px;
    background-color: #FFF;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.faq_block details summary span {
    margin-right: 20px;
    font-size: 20px;
    color: #df4878;
}

.faq_block details .answer p {
    display: flex;
    font-size: 20px;
}
.faq_block details .answer p span {
    margin-right: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #df4878;
}
.faq_block details {
        margin: 16px auto 0;
        width: 800px;
}
    
    #mv_area .read {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 1em;
}

#mv_area .copy {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 1em;
}
div.mm_cart_add{
cursor:pointer
}
#mv_area .review.pc_only .btn_review{
visibility: visible;
}

/* コンバージョンエリア調整 */

.mm_cart_add.is-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    background: rgb(200 200 200 / 80%);/* 背景だけ50%透過 */
    padding:20px 0px;
    left: 0;
    cursor:default;
    border-top: solid 1px #979797;
    display:block!important;
}
.mm_cart_add__btn{
	opacity:1;
	width:422px;
	margin: 0 auto;
    display: block;
    cursor:pointer;
}

.footer_backtop{
    z-index: 1001;
}

.footer_backtop a{
    z-index: 1001;
    cursor:pointer;
    background: rgba(255, 255, 255, 0.5);
}
.mm_cart_add img{
   width: auto;
    margin: 0 auto;
    cursor: pointer;
}

@media only screen and (max-width: 667px) {
.footer_fixblock{
	display:block;
}
.mm_cart_add_btn {
    width: 80%;
    margin: 0px 0px 0px 6px;
}

.mm_cart_add.is-fixed {
    padding: 5px 0px;
    height: 65px;
}

.mm_cart_add.is-fixed a{
    width: 80%;
    display: block;
    margin: 0 auto;
}

.footer_backtop {
    bottom: 70px;
}

}

.review_fs_s{
    font-size: 15px;
    margin-bottom:20px;
    display:block;
}

@media only screen and (max-width: 667px) {
    .headerA, .headerA.navscrl {
        margin-top: 0px;
        position: relative !important;
    }
    #head_btm_content {
        margin-top: 50px!important;
    }
    .col_right img.sp_only{
    	width:100%;
    }
    .faq_block details summary {
    width: 100% !important;
}
.faq_block details {
    width: 100%!important;
}

.free_area .h3_ttl {
    font-size: 16px;
}
.faq_block details summary {
    font-size: 16px;
}
.faq_block details .answer p {
    font-size: 16px;
}
.faq_block {
        padding: 0px;
 }
#mv_area .btn_review a {
    width: 100%;
}
.review_fs_s{
    font-size: 12px;
    margin-bottom:20px;
    display:block;
}

}

/* pricemodal_CSS-----------------*/

/* 全画面の暗転背景（オーバーレイ） */
#price_mm_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 88800006;
}

/* 通常（元の表示）時は閉じるボタンを完全に隠す */
.price_mm_modal_content #close_btn {
  display: none !important;
}

/* モーダル表示時のスタイル（中央配置） */
.price_mm_modal_content.price_mm_active {
  display: block !important;
  /* 画面中央に配置 */
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 999999000000000;
  
  /* モーダル本体の見た目 */
  background: #ffffff;
  padding: 25px;
  border-radius: 0px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  margin:0px!important;
  /* 内部スクロールの設定 */
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  box-sizing: border-box;
}

/* モーダル表示時のみ「丸の中に×」ボタンを右上に固定表示 */
.price_mm_modal_content.price_mm_active #close_btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: sticky; /* 内部スクロールしても右上に追従 */
  top: 0;
  float: right;
  margin-top: -12px;
  margin-right: -12px;
  width: 32px;
  height: 32px;
  border-radius: 50%; /* 丸形状 */
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 100000;
  transition: background-color 0.2s, color 0.2s;
  margin: 0px !important;
}

/* 閉じるボタン ホバー時のスタイル */
.price_mm_modal_content.price_mm_active #close_btn:hover {
  background: #e0e0e0;
  color: #000;
}

#price_modal{
    margin: 0;
}

#price_modal .h2_ttl{
  width:100%;
}

#price_modal .h2_ttl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 60px;
    background-color: #f6c2d2;
    z-index: -1;
}

/* モーダル調整 */

.modaal-container{
max-width: 800px!important;
}
.modaal-wrapper{
padding: 50px 0;
}

 /* スマホ対応 */
@media (max-width: 678px) {
.price_mm_modal_content.price_mm_active {
  padding: 10px;
}
.modaal-wrapper {
    padding: 0px;
}
}


/* 全国の店舗一覧スタイル */

        .shop_search_MM {
            background-color: #ffffff;
            border: 1px solid #979797;
            border-radius: 10px;
            padding: 50px;
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            gap: 20px;
        }

        /* PC: 均等3分割 */
        .shop_search_MM > div, .card > a {
            text-align: left;
            width: 30%;
        }

        .shop_search_MM {
            text-align: left;
        }

        .shop_search_MM .title { font-size: 1.25rem; font-weight: bold; margin-bottom: 8px; color: #333; }
        .shop_search_MM .description { font-size: 0.95rem; color: #666; margin: 0; line-height: 1.5; }

        .shop_search_MM .image-placeholder {
            width: 100%;
            max-width: 120px;
            height: 100px;
            background-color: #e0e0e0;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #888;
            margin: 0 auto;
        }

        .shop_search_MM .link-button {
            padding: 0px;
            text-decoration: none;
            margin: 0 auto;
        }

        /* スマホ対応: 縦並び、画像とボタンは横100% */
        @media (max-width: 600px) {
            .shop_search_MM  {
                flex-direction: column;
                text-align: center;
                padding: 20px;
            }
            .shop_search_MM  .content { text-align: center; width:100%; }
            .shop_search_MM  .image-placeholder, .shop_search_MM .link-button {
                width: 100%;
                max-width: none;
            }
             .shop_search_MM .image-placeholder {
            height: auto;
    background: none;

        }
        }
        
/* heder menu調整 */


@media only screen and (max-width: 667px) {
  #content.product_merrymaids .navscrl{
        box-shadow: none;
    }
}

.ancNav::-webkit-scrollbar-track,
.ancNav--customAnc::-webkit-scrollbar-track {
  background: #ddd !important; /* レールを濃いめのグレーにして存在を強調 */
}


.ancNav::-webkit-scrollbar-thumb,
.ancNav--customAnc::-webkit-scrollbar-thumb {
  background: #ddd !important; /* テーマカラー等の目立つ色を指定 */
}


.ancNav,
.ancNav--customAnc {
  scrollbar-color: #ddd #e2e8f0;
}

.btn_delivery.modal_link{
display:none;
}

.f_youtube{
display: block;
margin: 0 auto;
width: 500px;
height:300px;
}

.f_youtube iframe{
width: 100%;
height: 100%;
}

@media (max-width: 678px) {
    .ancNav .ancNavInner {
        border-bottom: solid 1px #df4878;
    }
.f_youtube {
width: 100%;
}
}

/* heder menu調整 */

#footerBottom .ftArea {
    margin-bottom: 80px !important;
}


/* テキスト調整 */

div.faq_area{
    position: relative;
}
div.faq_area .h3_ttl{
width:70%;
}

div.faq_area img.mg_pic{
position: absolute;
top: 0;
right: 0;
width: 20%;
}

@media (max-width: 678px)  {
div.faq_area{

}
div.faq_area .h3_ttl{
width:100%;
}
div.faq_area img.mg_pic{
width:100%;
position: relative;
}
}

/* アンカー調整 */

.menu{
margin:50px 0px;height: 50px;display: block;
}

.cv_lay.btn_box{
    height: 60px;
    display: block;
}

/* bxslider調整 */

@media (max-width: 667px){
#mv_area .mv_slider{
    display: block;
    width:100%;
}
.slick-slide img{
border: solid 1px #ddd;
}

    #content #mv_area {
        margin-top: 80px;
        padding-top: 0;
    }
}

/* レビューデザイン調整 */

#review_list {
    background: #F2F2F2;
    padding: 0px 0 50px;
}

#content #review_list .sec_inner{
    width: 100%;
    max-width: 100%;
}
#review_list .bg_white {
    background: #fff;
    padding: 60px;
    width:1000px;
    margin:0 auto;
}

.specification{
    margin-bottom:40px;
}

#review_list h2.h2_ttl br{
display:none;
}

#review_list h2.h2_ttl span.fs_s{
display:block!important;
font-size:11px;
}

@media (max-width: 667px){
#review_list .bg_white{
    width:100%;
}
#content #review_list .sec_inner{
    padding: 0px;
}
}

/* FAQデザイン調整 */

.free_area .faq_block{
	border: solid 1px #fcecf1;
    margin: 20px 0px 20px;
    border-top: none;
    padding: 50px;
	background-color: #fcecf1;
}

.faq_block.details {
    margin: 0px auto 0;
    width: 800px;
    border-top: solid 1px #fcecf1;
}

@media (max-width: 667px){
.free_area .faq_block {
    margin: 20px 0px 20px;
    padding: 10px;
}
.faq_block details {
    margin: 0px auto 0px;
    border-top: solid 5px #fcecf1;
}
}

/* アンカーポイント修正 */

    #content .free_area .sec_inner {margin-top: 0;}
    .free_area h2.h2_ttl:nth-of-type(2) {background: none;}

    a#faqArea {
      padding-top: 69.6px;
    }
    
    .free_area h2.h2_ttl:nth-of-type(2)::after {
      top: 13px;
    }

/* MV調整 */

@media (max-width: 667px){
#mv_area .col_left ul.mv_slider{
  max-height:300px;
}

/* スライダーローディング対応 */

#mv_area .col_left ul.mv_slider{
  /* 任意のフリーローディングGIFのURLを指定 */
  background: #fff url('https://www.duskin.jp/item/kuralove/catalog/page_list/loading.gif') center center no-repeat;
  background-size: 100px 100px; /* ローディング画像のサイズ */
}
#mv_area .col_left ul.mv_slider.slick-initialized{
  max-height:none;
}

