@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica:ital@0;1&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* 要素リセット ※棚都合でul,除いた */
main#mother2026 :where(
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6,
  p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video
) { 
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* リスト */
main#mother2026 ol,
main#mother2026 ul {
  list-style: none;
}

/* 引用 */
main#mother2026 blockquote,
main#mother2026 q {
  quotes: none;
}

main#mother2026 blockquote::before,
main#mother2026 blockquote::after,
main#mother2026 q::before,
main#mother2026 q::after {
  content: '';
}

/* テーブル */
main#mother2026 table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*==================================================

コンテンツ

===================================================*/
main#mother2026{
	font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	font-size: 15px;
	letter-spacing: 0.06em;
	color: #333333;
}
main#mother2026 .serif{
    font-family: "Noto Serif JP", serif;
}
main#mother2026 a{
    text-decoration: none;
    cursor: pointer;
	transition: 0.3s;
    color: #333;
}
main#mother2026 a:hover{
    opacity: 0.5;
    /*opacity: 0.7;*/
}
main#mother2026 .font{
	font-family: "IM Fell Double Pica", serif;
}
main#mother2026 .pc{
	display: block;
}
main#mother2026 .sp{
    display:none;
}
main#mother2026 .flex{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main#mother2026{
    position: relative;
}
main#mother2026 .inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
main#mother2026 .center{
	text-align: center;
}
main#mother2026:before,
main#mother2026:after{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main#mother2026 .purple{
    background: #F4F3F9;
}
main#mother2026 .pink{
    background: #FFF0E9;
}
main#mother2026 .beige{
    background: #F6F1EC;
}
main#mother2026 strong{
    font-weight: 500;
}
main#mother2026 .pink_txt{
    color: #D00251;
}
/*リンクボタン*/
main#mother2026 .more_btn{
    position: absolute;
    top: 20px;
    right: 0;
}
main#mother2026 .more{
    display: block;
    width: 242px;
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 12px;
    letter-spacing: 0.1em;
    font-size:18px;
    margin: 46px auto 0;
    background: #35B7C2;
    font-family: "IM Fell Double Pica", serif;
}
main#mother2026 .more:after{
    content: "";
    background-image: url("../img/arrow1.svg");
    width: 31px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
	transition: 0.3s;
	background-repeat: no-repeat;
}
main#mother2026 .more:hover{
	opacity: 0.7;
}
main#mother2026 .more.jp{
    width: 488px;
    padding: 25px 0;
    font-family: "Noto Serif JP", serif;
    margin-top: 12px;
}
main#mother2026 ol{
    list-style: auto;
    font-weight: 400;
    margin-left: 20px;
    margin: 20px 20px;
}
main#mother2026 a.link{
    text-decoration: underline;
    color: #D00251;
}
@media screen and (min-width:769px) {
    main#mother2026{
        overflow-x: hidden;
    }
}
@media screen and (max-width:768px) {
    main#mother2026 .inner{
        max-width: 90%;
    }
    main#mother2026 .more {
        width: 70%;
        box-sizing: border-box;
        margin-top: 19px;
        /*text-align: left;*/
    }
    main#mother2026 .more.jp{
        width: 90%;
        padding: 20px;
        font-size: 13px;
        margin-top: 35px;
    }
    main#mother2026 .pc{
        display: none;
    }
    main#mother2026 .sp{
        display: block;
    }
    main{
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
    }
}/*SP用設定ここまで*/


/*==================================================
　ページ内リンク
===================================================*/
main#mother2026 .page_in_link{
    /*margin-top: -60px;*/
    margin-top: 60px;
}
main#mother2026 .page_in_link .flex{
    flex-wrap: wrap;
    justify-content: center;
}
main#mother2026 .page_in_link .flex a{
    border: 1px solid #C5C5C5;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 500;
    color: #333;
    width: 23%;
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 0;
}
main#mother2026 .page_in_link .flex a:after{
    content: "";
    background-image: url("../img/arrow2.svg");
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
	transition: 0.3s;
	background-repeat: no-repeat;
}
main#mother2026 .page_in_link .flex02 a{
    margin: 10px 5px 10px;
    width: 350px;
}
main#mother2026 .page_in_link_read{
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width:768px) {
    main#mother2026 .page_in_link .flex{
        display: flex;
        justify-content: space-between;
    }
    main#mother2026 .page_in_link .flex02{
        display: flex;
        justify-content: space-around;
    }
    main#mother2026 .page_in_link .flex a{
        width: 49%;
        font-size: 13px;
        margin: 0;
        padding-right: 32px;
        box-sizing: border-box;
        text-align: left;
        padding-left: 10px;
        justify-content: start;
        margin-bottom: 8px;
    }
    main#mother2026 .page_in_link {
        margin-top: 42px;
    }
    main#mother2026 .page_in_link .flex02 a{
    margin: 10px 5px 10px;
    width: 100%;
}
    main#mother2026 .page_in_link_read{
    font-size: 12px;
}
}/*SP用設定ここまで*/
/*==================================================
　アコーディオン
===================================================*/
main#mother2026 .ac-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 0;
    background: #fff;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #737273;
}
main#mother2026 .ac-icon {
    width: 20px;
    height: 20px;
    background: url(../img/open.svg) center / contain no-repeat;
    transition: transform 0.3s;
    margin-right: 20px;
}
main#mother2026 .ac-body {
    overflow: hidden;
    max-height: 0;
    padding: 0 12px;
    transition: max-height 0.4s ease;
}
main#mother2026 .ac-item.active .ac-body {
    padding: 30px 0;
}
main#mother2026 .ac-item.active .ac-icon {
    background-image: url("../img/open.svg");
    transform: rotate(180deg);
}
main#mother2026 .ac-item .Q,main#mother2026 .ac-item .A{
    font-family: "Amiri", serif;
    color: #D00251;
    font-size: 38px;
    margin-right: 30px;
    line-height: 1;
}
main#mother2026 .ac-header p{
    width: 100%;
    text-align: left;
}
main#mother2026 .ac-item.active .ac-body .honbun{
    flex: 1;
}
main#mother2026 .ac-item.active .ac-body .flex{
    flex-wrap: nowrap;
}
/*==================================================
　フレックス系
===================================================*/
main#mother2026 .img_list{
    justify-content: center;
    position: relative;
    z-index: 10;
}
main#mother2026 .img_list .box{
    width: 24%;
    margin: 0 15px 30px;
}
main#mother2026 .img_list .box img{
    width: 100%;
}
main#mother2026 .img_list .box a .honbun{
    color: #333;
    text-shadow: 0 0 2px #fff, 0 0 6px #fff, 0 0 12px #fff, 0 0 24px #fff, 0 0 48px #fff;
}
@media screen and (max-width:768px) {
    main#mother2026 .img_list .box{
        width: 85%;
        margin: 0 0 30px;
    }
    main#mother2026 .img_list .box a .honbun{
        margin-top: 10px;
    }
    main#mother2026 .img_list .box:last-child{
        margin-bottom: 0px;
    }
}/*SP用設定ここまで*/

/*==================================================
　装飾
===================================================*/
main#mother2026 .deco,main#mother2026 .stroke{
    position: absolute;
}
main#mother2026 .deco{
    z-index: 3;
}
main#mother2026 .kirikae{
    width: 100%;
}

/*==================================================
　見出し、テキスト関係
===================================================*/
main#mother2026 h1{
    /*background: #cf0252;*/
    text-align: center;
    /*color: #fff;
    padding: 9px;
    font-weight: 600;*/
}
main#mother2026 h2{
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #333;
    font-size: 30px;
    position: relative;
    z-index: 2;
}
main#mother2026 h2 img{
    margin: 0 auto;
    display: block;
}
main#mother2026 h2 span{
    color: #333;
    font-size: 16px;
    text-align: center;
    /* display: block;*/
    /*margin-top: 15px;*/
    position: relative;
    z-index: 2;
}
main#mother2026 h2 a{
    text-decoration:underline;
    text-decoration-color: #D00251;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    }
main#mother2026 .large_txt{
    font-size: 30px;
}
main#mother2026 .read{
    text-align: center;
    /*font-size: 15px;*/
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
main#mother2026 .read2{
    font-size: 24px;
}
main#mother2026 .honbun{
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
 /* 追加 */
main#mother2026 .highlight {
    display: inline-block;
    background: linear-gradient(transparent 50%, #ff6 50%);
    padding: 5px 0 0px 10px;
    }
main#mother2026 .diagonally {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 27px;
    margin: 40px auto 20px;
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; /* 線と文字の間隔 */
    }
  main#mother2026 .diagonally02 {
    font-size: 20px;
    margin: 20px auto 0px;
    }
main#mother2026 .diagonally:before,
main#mother2026 .diagonally::after{
    content: "";
    width: 1px;
    height: 2.0em;
    background-color: #D00251;
}
main#mother2026 .diagonally:before {
    margin: 0 20px -0.2em 0;
    transform: rotate(-25deg)
}
main#mother2026 .diagonally:after {
    margin: 0 0 -0.2em 20px;
    transform: rotate(25deg)
}
@media screen and (max-width:768px) {
    main#mother2026 h1{
        font-size: 15px;
    }
    main#mother2026 .read{
        font-size: 14px;
    }
    main#mother2026 .read2{
    font-size: 16px;
    }
    main#mother2026 h2 span{
        font-size: 14px;
    }
    main#mother2026 .large_txt{
        font-size: 19px;
    }
    main#mother2026 .highlight {
    padding: 5px 0 0px 10px;
    }
    main#mother2026 .diagonally{
        margin: 10px 0px 10px;
        font-size: 15px;
    }
}/*SP用設定ここまで*/

/*==================================================
　背景色あるところ
===================================================*/
main#mother2026 .sec.purple,.sec.pink{
    margin-top: -10px;
    margin-bottom: 0;
    padding-top: 23px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec.purple,.sec.pink{
        margin-top: -10px;
        /*padding-top: 43px;*/
        padding-top: 20px;
        padding-bottom: 40px;
    }
}/*SP用設定ここまで*/
main#mother2026 .sec2.purple,.sec.pink{
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 23px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec2.purple,.sec.pink{
        margin-top: 0px;
        /*padding-top: 43px;*/
        padding-top: 20px;
        padding-bottom: 40px;
    }
}/*SP用設定ここまで*/



/*==================================================
　全体
===================================================*/
main#mother2026 .mt30{
    margin-top: 16px!important;
}
main#mother2026 .sec{
    position: relative;
}
main#mother2026 .sec .inner{
    position: relative;
}


/*==================================================
　MV
===================================================*/
main#mother2026 .mv img{
    width: 100%;
}

/*==================================================
　MV
===================================================*/
main#mother2026 .mv img{
    width: 100%;
}

/*==================================================
　メッセージ
===================================================*/
main#mother2026 .message .deco1{
    width: 320px;
    top: 35px;
}
main#mother2026 .message .deco2{
    width: 365px;
    bottom: 60px;
    right: -24px;
}
main#mother2026 .message{
    position: relative;
    height: 517px;
    margin-top: 40px;
}
main#mother2026 .message .inner{
    position: relative;
    height: 517px;
}
main#mother2026 .message .heart{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 620px;
    z-index: -1;
}
main#mother2026 .message .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    z-index: 10;
}
@media screen and (max-width:768px) {
    main#mother2026 .message .heart{
        width: 550px;
    }
    main#mother2026 .message .txt{
        width: 100%;
        font-size: 14px;
        z-index: 10;
    }
    main#mother2026 .message .deco2{
        width: 160px;
        bottom: 110px;
        right: -50px;
    }
    main#mother2026 .message .deco1{
        width: 140px;
        top: 0;
        left: -12px;
    }
}/*SP用設定ここまで*/



/*==================================================
　ランキング
===================================================*/
main#mother2026 .ranking{
    /*margin-top: 42px;*/
    margin-top: 80px;
}
main#mother2026 .flex.ranking .box{
    position: relative;
}
main#mother2026 .ranking .box .font{
    position: absolute;
    font-size: 38px;
    color: #D00251;
    line-height: 1;
    top: -10px;
    left: -5px;
    font-family: "Noto Serif JP", serif;
}
main#mother2026 .ranking .box .font4{
    color: #737273;
    font-size:28px;
}
main#mother2026 .flex.ranking .box{
    width: 18%;
    margin: 0 10px;
}
@media screen and (max-width:768px) {
    main#mother2026 h2 img{
        width: 52%;
    }
    main#mother2026 .ranking{
        display: flex;
        justify-content: space-between;
        margin-top: 42px;
    }
    main#mother2026 .flex.ranking .box{
        width: 48%;
        margin: 0;
        margin-bottom: 30px;
    }
}/*SP用設定ここまで*/



/*==================================================
　ぎざぎざベージュ背景
===================================================*/
main#mother2026 .gizagiza_bg{
    margin-top: 97px;
}
main#mother2026 .gizagiza_bg .inner{
    background: #F6F1EC;
    padding-bottom: 10px;
    position: relative;
}
main#mother2026 .gizagiza_bg .inner .gizagiza{
    position: absolute;
}
main#mother2026 .gizagiza_bg .inner .gizagiza_top{
    top: -9px;
    z-index: -1;
    width: 100%;
}
main#mother2026 .gizagiza_bg .inner .gizagiza_bottom{
    bottom: -12px;
    z-index: -1;
    width: 100%;
}
main#mother2026 .gizagiza_bg h2{
    text-align: center;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    color: #333;
    position: relative;
    top: -28px;
    margin-bottom: -14px;
}
main#mother2026 .gizagiza_bg .maru{
    position: absolute;
    top: -53px;
    left: 130px;
}
main#mother2026 .gizagiza_bg .maru2{
    top: -53px;
    right: 130px;
    left: unset;
}
@media screen and (max-width:768px) {
    main#mother2026 .gizagiza_bg .inner .gizagiza{
        display: none;
    }
    main#mother2026 .gizagiza_bg .inner{
        padding: 30px 20px;
        box-sizing: border-box;
    }
    main#mother2026 .gizagiza_bg h2{
        font-size: 23px;
        margin-bottom: 7px;
        top: unset;
    }
    main#mother2026 .gizagiza_bg .maru{
        position: absolute;
        top: -33px;
        left: -18px;
        width: 70px;
    }
    main#mother2026 .gizagiza_bg{
        margin-top: 60px;
    }
}/*SP用設定ここまで*/

/*==================================================
　コラボ商品
===================================================*/
main#mother2026 .sec2 .deco1{
    width: 284px;
    left: -140px;
    top: -20px;
}
main#mother2026 .sec2 .deco2{
    width: 232px;
    right: -110px;
    top: 90px;
}
main#mother2026 .sec2 .stroke{
    top: 130px;
    right: 58px;
}
main#mother2026 .sec2 .collaboration{
    width: 520px;
    margin: 0 auto;
    display: block;
    margin-top: -102px;
    margin-bottom: 27px;
}
main#mother2026 .sec2 h2{
    margin-bottom: 23px;
    line-height: 1.4;
}
main#mother2026 .sec2 .h2_small{
    font-size: 22px;
    line-height: 1.4;
}
main#mother2026 .sec2 .read{
    margin-bottom: 35px;
}
main#mother2026 .kirikae2{
    /*margin-top: 80px;*/
    margin-top: 40px;
}
main#mother2026 .kirikae2b{
    /*margin-top: 80px;*/
    margin-top: -40px;
}
main#mother2026 .sec2 .inner02 {
    padding-top: 60px ;
}
/*pc*/
@media screen and (max-width:768px) {
    main#mother2026 .sec2 {
        /*margin-top:-7px !important;*/
        padding: 0 0 30px;
    }
    main#mother2026 .sec2 h2{
        font-size: 19px;
    }
    main#mother2026 .sec2 .h2_small{
        font-size: 16px;
    }
    main#mother2026 .sec2 .read{
        margin-bottom: 20px;
    }
    main#mother2026 .sec2 .collaboration {
        width: 100%;
        margin-top: -80px;
    }
    main#mother2026 .sec2 .deco2{
        width: 49px;
        right: 0;
        top: 129px;
    }
    main#mother2026 .sec2 .deco1 {
        width: 144px;
        left: -116px;
        top: -60px
    }
    main#mother2026 .sec2 .stroke{
        top: 82px;
        right: -20px;
    }
    main#mother2026 .kirikae2b{
    /*margin-top: 80px;*/
    margin-top: 20px;
}
main#mother2026 .sec2 .inner {
    padding-top: 20px ;
}
main#mother2026 .sec2 .inner02 {
    padding-top: 20px ;
}
}/*SP用設定ここまで*/

/*==================================================
　レコメンド
===================================================*/
/* main#mother2026 .sec3 h2 img{ */
main#mother2026 .sec2 h2 img{
    position: relative;
    /*left: 71px;*/
    width: 35%;
}
main#mother2026 .sec2b h2 img{
    position: relative;
    padding-top: 100px;
    /*left: 71px;*/
    width: 17%;
}
@media screen and (max-width:768px) {
main#mother2026 .sec2 h2 img{
    position: relative;
    width: 70%;
}
main#mother2026 .sec2b h2 img{
    padding-top: 20px;
    width: 38%;
}
}
main#mother2026 .recommend_box h2{
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    position: relative;
    text-align: unset;
    z-index: 3;
}
main#mother2026 .recommend_box .ttl_box{
    text-align: left;
    position: relative;
    padding-left: 50px;
}
main#mother2026 .recommend_box .ttl_box:after{
    position: absolute;
    top: 23px;
    left: 0;
    background: #FCF5F0;
    height: 231px;
    content: "";
    width: 71%;
    transform: none;
}
main#mother2026 .recommend_box .ttl_box .read{
    text-align: left;
}
main#mother2026 .recommend_box .ttl_box .read_box{
    border-left: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-left: 11px;
    position: relative;
    z-index: 3;
}
main#mother2026 .recommend_box .ttl_box .read_box p{
    margin-bottom: 0px;
}
main#mother2026 .recommend_box .img_list{
    margin-top: 21px;
}
main#mother2026 .recommend_box{
    position: relative;
    margin-top: 60px;
}
@media screen and (min-width:769px) {
    main#mother2026 .recommend_box .more{
        margin-top: 5px;
    }
    main#mother2026 .sec3 {
        margin-top: -65px;
    }
}/*/pc*/
/*-----------------stroke----------------*/
main#mother2026 .sec3 .stroke{
    position: absolute;
    z-index: -1;
    top: 180px;
    right: -90px;
}
/*-----------------row----------------*/
main#mother2026 .recommend_box.row .ttl_box{
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}
main#mother2026 .recommend_box.row .ttl_box .read_box p{
    text-align: right;
}
main#mother2026 .recommend_box.row .ttl_box .read_box{
    border-left: none;
    border-right: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-right: 11px;
    margin-left: 0px;
}
main#mother2026 .recommend_box.row .ttl_box:after{
    top: 23px;
    right: 0;
    left: unset;
}
/*-----------------box1----------------*/
main#mother2026 .recommend_box.box1 .deco1{
    width: 93.66px;
    right: -90px;
    bottom: 310px;
}
/*-----------------box2----------------*/
main#mother2026 .recommend_box.box2 .deco1{
    width: 215px;
    top: -250px;
    left: -130px;
}
main#mother2026 .recommend_box.box2 .deco2{
    width: 99px;
    right: -110px;
    bottom: 90px;
}
/*-----------------box3----------------*/
main#mother2026 .recommend_box.box3 .deco2{
    width: 92.22px;
    bottom: 90px;
    left: -100px;
}
/*-----------------box4----------------*/
main#mother2026 .recommend_box.box4 .deco1{
    width: 93.66px;
    right: -120px;
    top: -40px;
}
/*-----------------box5----------------*/
main#mother2026 .recommend_box.box5 .deco1{
    width: 65px;
    right: -89px;
    top: -140px;
}
main#mother2026 .recommend_box.box5 .deco2{
    width: 156px;
    bottom: 293px;
    left: -150px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec3{
       /* background-image: url(../../mother26_img/stroke_sp.svg);*/
        background-repeat: repeat;
        background-size: 100%;
    }
    main#mother2026 .sec3 .stroke{
        display: none;
    }
    main#mother2026 .recommend_box{
        margin-top: 51px;
    }
    main#mother2026 .recommend_box h2{
        font-size: 23px;
    }
    main#mother2026 .recommend_box .ttl_box{
        padding-left: 0px;
    }
    main#mother2026 .recommend_box .ttl_box .read_box{
        margin-left: 0px;
    }
    main#mother2026 .sec3 h2 img{
        left: 37px;
        width: 93%;
        margin-bottom: -18px;
    }
    main#mother2026 .recommend_box .ttl_box:after {
        left: -20px;
        top: 20px;
    }
    main#mother2026 .sec3 .stroke{
        right: -250px;
    }
    main#mother2026 .recommend_box.box1 .deco1 {
        width: 43.66px;
        right: 0;
        bottom: unset;
        top: 0;
    }
    main#mother2026 .recommend_box.box2 .deco1 {
        width: 55px;
        top: 0;
        left: -18px;
    }
    main#mother2026 .recommend_box.row .ttl_box{
        padding-right: 0px;
    }
    main#mother2026 .recommend_box.row .ttl_box .read_box{
        margin-right: 0px;
    }
    main#mother2026 .recommend_box.row .ttl_box:after {
        top: 19px;
        right: -20px;
        left: unset;
    }
    main#mother2026 .recommend_box.box2 .deco2 {
        width: 49px;
        right: -15px;
        bottom: -60px;
    }
    main#mother2026 .recommend_box.box2 .more{
        margin-top: 27px;
    }
    main#mother2026 .recommend_box.box3 .deco2 {
        width: 42.22px;
        bottom: -90px;
        left: -3px;
    }
    main#mother2026 .recommend_box.box5 .deco2 {
        width: 56px;
        bottom: -100px;
        left: 0;
    }
}/*SP用設定ここまで*/


/*==================================================
　検索
===================================================*/
main#mother2026 .sec4{
    padding-bottom: 30px !important;
    margin-top: -7px;
}
main#mother2026 .kirikae3{
    margin-top: 40px;
}
main#mother2026 .sec4 .ttl{
    text-align: center;
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
}
main#mother2026 .sec4 .ttl h2{
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    padding: 0 84px;
}
main#mother2026 .sec4 .ttl h2:before,
main#mother2026 .sec4 .ttl h2:after {
    content: "";
    flex: 1;
    border-top: 1px dotted #999;
    z-index: 9;
    width: 100px;
    height: 1px;
    left: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: 50%;
}
main#mother2026 .sec4 .ttl h2:after{
    left: unset;
    right: -100px;
}
main#mother2026 .sec4 h2{
    display: inline;
}
main#mother2026 .sec4 h2 span{
    display: block;
    font-size: 20px;
    margin-bottom: -3px;
}
main#mother2026 .sec4 .search_box{
    margin-top: 49px;
}
main#mother2026 .sec4 .style .box{
    text-align: center;
    width: 18%;
}
main#mother2026 .sec4 .style .box img{
    width: 100%;
}
main#mother2026 .sec4 .style .box p{
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.4;
}

main#mother2026 .sec4 .search_box .price{
    justify-content: space-between;
}
main#mother2026 .sec4 .search_box .price a{
    border: 1px solid #C5C5C5;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 500;
    color: #333;
    width: 18.3%;
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 15px 0;
}
main#mother2026 .sec4 .search_box .price a:after {
    content: "";
    background-image: url(../img/arrow4.svg);
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
    transition: 0.3s;
    background-repeat: no-repeat;
}
main#mother2026 .sec4 .search_box .bnr img{
    /*width: 590px;*/
    /*display: block;*/
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec4 h2 img{
        width: 48%;
        margin-bottom: 36px;
    }
    main#mother2026 .sec4 .ttl h2{
        font-size: 20px;
        padding: 0 44px;
    }
    main#mother2026 .sec4 .search_box .bnr img{
        width: 100%;
    }
    main#mother2026 .sec4 .ttl h2:before, main#mother2026 .sec4 .ttl h2:after{
        width: 50px;
        right: -54px;
    }
    main#mother2026 .sec4 {
        margin-top: -7px !important;
        padding-bottom: 30px !important;
        padding-top: 52px;
    }
    main#mother2026 .sec4 .search_box{
        margin-top: 19px;
    }
    main#mother2026 .sec4 h3 span{
        font-size: 16px;
    }
    main#mother2026 .sec4 .style .box{
        text-align: center;
        width: 47%;
        margin-bottom: 20px;
    }
    main#mother2026 .sec4 .search_box .price a{
        width: 100%;
        margin-bottom: 8px;
    }
    main#mother2026 .sec4 .ttl{
        margin-bottom: 20px;
    }
}/*SP用設定ここまで*/


/*==================================================
　SPECIALコンテンツ
===================================================*/
main#mother2026 .sec5 h2{
    margin-bottom: 30px;
}
main#mother2026 .sec5 .bnr_box a{
    width: 49%;
    margin-bottom: 13px;
}
main#mother2026 .sec5 .bnr_box a img{
    width: 100%;
}
main#mother2026 .sec5 .read{
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec5 {
        margin-top: 31px;
    }
    main#mother2026 .sec5 .bnr_box a {
        width: 100%;
        margin-bottom: 2px;
    }
    /*追加*/
    main#mother2026 .sec5 .bnr_box a img{
    margin-bottom: 15px;
    }
    main#mother2026 .sec5 h2{
        margin-bottom: 20px;
    }
    main#mother2026 .sec5 .read{
        margin-bottom: 20px;
    }
}/*SP用設定ここまで*/


/*==================================================
　コラム
===================================================*/
main#mother2026 .sec6 {
    margin-top: 110px;
}
main#mother2026 .sec6 .inner{
    background: #F3EDE2;
    padding: 40px;
    box-sizing: border-box;
}
main#mother2026 .sec6 .note_design{
    top: -70px;
    position: absolute;
    width: 100%;
    left: 0;  
}
main#mother2026 .column_article{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 49%;
    background: #fff;
    box-shadow: 6px 6px #E0CDAC;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 20px;
    position: relative;
}
main#mother2026 .column_article:before{
    background-image: url(../img/arrow4.svg);
    width: 10px;
    height: 14px;
    content: "";
    right: 7px;
    transform: none;
    top: unset;
    bottom: 11px;
    left: unset;
    position: absolute;
}
main#mother2026 .column_article a{
    display: flex;
    align-items: center;
}
main#mother2026 .column_article .img_box{
    position: relative;
}
main#mother2026 .column_article .img_box img{
    width: 136px !important;
    height: 136px !important;
    aspect-ratio: 1 / 1 !important; /* ★アスペクト比を1:1に固定 */
    object-fit: cover !important;
    min-width: 136px !important;    /* ★これ以上小さくさせない */
    max-width: 136px !important;    /* ★これ以上大きくさせない */
    margin-right: 20px !important; 
    display: inline-block !important; /* 念のため横並びを安定させる */
}
main#mother2026 .column_article .img_box .num {
    position: absolute;
    font-size: 38px;
    color: #D00251;
    line-height: 1;
    top: -20px;
    left: -12px;
    font-family: "Noto Serif JP", serif;
}
main#mother2026 .column_article .txt .ttl{
    font-family: "Noto Serif JP", serif;
    font-size:18px;
    margin-bottom: 6px;
    line-height: 1.4;
    font-weight: 600;
}
main#mother2026 .sec6 h2{
    color: #D00251;
    font-family: "IM Fell Double Pica", serif;
    margin-bottom: 25px;
    margin-top: -17px;
}
@media screen and (max-width:768px) {
    main#mother2026 .column_article a{
        display: block;
    }
    main#mother2026 .column_article{
        width: 100%;
    }
    main#mother2026 .column_article .img_box img{
        margin: 0 auto;
    }
    main#mother2026 .sec6 .note_design {
        top: -24px;
    }
    main#mother2026 .sec6{
        margin-top: 60px;
    }
    main#mother2026 .sec6 h2{
        margin-top: -17px;
        font-size: 20px;
    }
    main#mother2026 .sec6 .inner{
        padding: 40px 20px 30px;
    }
    main#mother2026 .column_article .img_box {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    main#mother2026 .column_article .img_box .num{
        top: -20px;
    }
}/*SP用設定ここまで*/

/*==================================================
　お客様からの声
===================================================*/
main#mother2026 .sec7{
    margin-top: 70px;
}
main#mother2026 .sec7 h2{
    margin-bottom: 30px;
}
/*追加*/
main#mother2026 .sec7 h2 img{
    margin-bottom: 40px;
}
main#mother2026 .sec7 .read{
    margin-bottom: 30px;
}
main#mother2026 .voice.flex{
    justify-content: space-between;
}
main#mother2026 .voice.flex .box{
    width: 49%;
    background: #F4F3F9;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    margin-bottom: 38px;
}
main#mother2026 .voice.flex .box:nth-child(odd):after{
    content: "";
    background-image: url(../../img/fukidashi1.svg);
    width: 30px;
    height: 55px;
    bottom: -20px;
    left: 48%;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    position: absolute;
    z-index: 1;
}
main#mother2026 .voice.flex .box:nth-child(even):after{
    content: "";
    background-image: url(../../img/fukidashi2.svg);
    width: 30px;
    height: 55px;
    bottom: -20px;
    left: 48%;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    position: absolute;
    z-index: 1;
}
main#mother2026 .voice.flex .box img{
    width: 84px;
    margin-right: 20px;
}
main#mother2026 .voice.flex .box p{
    flex: 1;
    z-index: 10;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec7 .read{
        /*margin-bottom: 20px;*/
        margin: 40px auto 20px;
    }
    main#mother2026 .sec7 h2 img{
        width: 38%;
        margin-bottom: -16px;
    }
    main#mother2026 .voice.flex .box{
        width: 100%;
        display: flex;
    }
    main#mother2026 .voice.flex .box{
        padding: 20px;
        align-items: flex-start;
        margin-bottom: 26px;
    }
    main#mother2026 .voice.flex .box img {
        width: 54px;
        margin-right: 10px;
    }
    main#mother2026 .sec7 {
        margin-top: 47px;
    }
}/*SP用設定ここまで*/

/*==================================================
　よくある質問
===================================================*/
main#mother2026 .sec8{
    margin-top: 80px;
}
main#mother2026 .sec8 h2{
    margin-bottom: 10px;
}
main#mother2026 .sec8 h2 img{
    position: relative;
    left: 17px;
}
main#mother2026 .sec8 .read{
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec8{
        margin-top: 60px;
    }
    main#mother2026 .sec8 h2 img{
        width: 32%;
    }
    main#mother2026 .sec8 .read {
        margin-bottom: 10px;
    }
    main#mother2026 .ac-item .Q, main#mother2026 .ac-item .A{
        margin-right: 15px;
    }
    main#mother2026 .ac-icon{
        margin-right: 0px;
    }
}/*SP用設定ここまで*/

/*==================================================
　メッセージカード
===================================================*/
main#mother2026 .sec9{
    margin-top: 70px;
}
main#mother2026 .sec9 .img_box img{
    width: 380px;
    margin-right: 40px;
}
main#mother2026 .sec9 .flex{
    justify-content: center;
    position: relative;
    left: 87px;
}
main#mother2026 .sec9 .txt{
    flex: 1;
    text-align: left;
    position: relative;
    top: 37px;
}
main#mother2026 .sec9 .txt h2{
    text-align: left;
    font-size: 26px;
    margin-bottom: 10px;
    display: inline-block;
}
main#mother2026 .sec9 .txt .honbun{
    text-align: left;
    line-height: 2;
}
main#mother2026 .sec9 .more{
    margin-left: 0;
    margin-top: 32px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec9 {
        margin-top: 50px;
    }
    main#mother2026 .sec9 .img_box img{
        width: 85%;
        margin: 0 auto;
    }
    main#mother2026 .sec9 .flex{
        left: unset;
    }
    main#mother2026 .sec9 .txt h2{
        font-size: 20px;
        text-align: center;
    }
    main#mother2026 .sec9 .txt {
        position: static;
        margin-top: 9px;
        text-align: center;
    }
    main#mother2026 .sec9 .more{
        margin: 20px auto 0;
    }
}/*SP用設定ここまで*/

/*==================================================
　カレンダー
===================================================*/
main#mother2026 .sec10{
    margin-top: -10px !important;
}
main#mother2026 .kirikae4{
    margin-top: 57px;
}
main#mother2026 .sec10 .calendar{
    width: 80%;
    margin: 0 auto;
    display: block;
}
main#mother2026 .sec10 .otodokenituite{
    width: 308px;
    position: absolute;
    top: -50px;
    left: 220px;
}
main#mother2026 .sec10 .otodokenituite img{
    width: 100%;
}
main#mother2026 .sec10 .honbun{
    margin-top: 60px;
}
@media screen and (max-width:768px) {
    main#mother2026 .sec10 .otodokenituite{
        width: 200px;
        left: 0;
        display: block;
        margin: 0 auto;
        position: relative;
        top: unset;
        margin-top: -60px;
    }
    main#mother2026 .sec10 {
        margin-top: -8px !important;
    }
    main#mother2026 .sec10 .calendar{
        margin-top: 20px;
        width: 100%;
    }
    main#mother2026 .sec10 .honbun{
        font-size: 14px;
        margin-top: 30px;
    }
    main#mother2026 .sec10 .more{
        margin-top: 30px;
    }
}/*SP用設定ここまで*/


/*追加　打ち消し対策*/
main#mother2026 .item-list-item-icon-list .item-icon {
    font-size: 12px;
    line-height: 1;
    padding: 4px 5px;
    margin: 10px 5px 5px 0;
}
main#mother2026 .item-list-item-description {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}
main#mother2026 .price-value {
    font-family: "Hind", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
main#mother2026 .price-unit {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 700;
}
main#mother2026 .tax-label {
    font-size: 12px;
    font-weight: 700;
}
main#mother2026 .item-list-item-name {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
main#mother2026 .arrow-late-inner {
    margin: 20px auto 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
main#mother2026 .arrow-late {
    display: inline-block;
    width: 50px;
    height: 60px;
    background: #D00251;
    clip-path: polygon(0 62%, 27% 62%, 27% 0, 73% 0, 73% 62%, 100% 62%, 50% 100%);
}
@media screen and (max-width:768px) {
main#mother2026 .item-list-item-description {
    font-size: 12px;
}
main#mother2026 .price-value {
    font-family: "Hind", sans-serif;
    font-size: 20px;
}
main#mother2026 .item-list-item-name {
    font-size: 15px;
}
main#mother2026 .arrow-late-inner {
    margin: 0px auto 20px;
}
main#mother2026 .arrow-late {
    width: 25px;
    height: 35px;
}
}
/*追加　終了案内スペース*/
main#mother2026 .final_space{
    padding: 20px 0;
}
