@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Suez+One&display=swap');

/* 要素リセット ※棚都合でul,除いた */
main#father2026 :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#father2026 ol,
main#father2026 ul {
  list-style: none;
}

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

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

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

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

コンテンツ

===================================================*/
main#father2026{
    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.02em;
    color: #333;
}
main#father2026 .orange{
    color: #F39800;
}
main#father2026 a{
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    color: #333;
}
main#father2026 a:hover{
    opacity: 0.7;
}
main#father2026 .font{
	font-family: "Suez One", serif;
}
main#father2026 .pc{
	display: block;
}
main#father2026 .sp{
    display:none;
}
main#father2026 .flex{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main#father2026{
    position: relative;
}
main#father2026 .inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
main#father2026 .center{
	text-align: center;
}
main#father2026:before,
main#father2026:after{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main#father2026 strong{
    font-weight: 500;
}
main#father2026 .sec.yellow{
    background: #FFF5C1;
}
main#father2026 .sec.blue{
    background: #83CDD6;
    padding: 60px 0;
}
/*リンクボタン*/
main#father2026 .more_btn{
    position: absolute;
    top: 20px;
    right: 0;
}
main#father2026 .more{
    display: block;
    width: 237px;
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 12px;
    letter-spacing: 0.1em;
    font-size:16px;
    margin: 46px auto 0;
    background: #4A3921;
    font-family: "Suez One", serif;
    border-radius: 90px;
}
main#father2026 .more:after{
    content: "";
    background-image: url("../../img/arrow.svg");
    width: 12px;
    height: 16px;
    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#father2026 .more:hover{
	opacity: 0.7;
}
main#father2026 .more.jp{
    width: 488px;
    padding: 25px 0;
    font-family: "Noto Serif JP", serif;
    margin-top: 12px;
}
main#father2026 a.link{
    text-decoration: underline;
    color: #D00251;
}
main#father2026 .mt50{
    margin-top: 50px!important;
}
main#father2026 .mt30{
    margin-top: 30px!important;
}
@media screen and (min-width:769px) {
    main#father2026{
        overflow-x: hidden;
    }
}
@media screen and (max-width:768px) {
    main#father2026 .inner{
        max-width: 90%;
    }
    main#father2026 .more {
        width: 70%;
        box-sizing: border-box;
        margin-top: 19px;
    }
    main#father2026 .more.jp{
        width: 90%;
        padding: 20px;
        font-size: 15px;
        margin-top: 35px;
    }
    main#father2026 .pc{
        display: none;
    }
    main#father2026 .sp{
        display: block;
    }
    main{
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
    }
    main#father2026 .mt50{
        margin-top: 20px!important;
    }
    main#father2026 .mt30{
        margin-top: 20px!important;
    }
    main#father2026 .sec.blue{
        padding: 30px 0;
    }
}/*SP用設定ここまで*/


/*==================================================
　ページ内リンク
===================================================*/
main#father2026 .page_in_link{
    margin-top: 60px;
}
main#father2026 .page_in_link .flex{
    flex-wrap: wrap;
    justify-content: space-between;
}
main#father2026 .page_in_link .flex a{
    border: 2px solid #4A3921;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 600;
    color: #333;
    width: 23%;
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 20px 0;
    border-radius: 10px;
}
main#father2026 .page_in_link .flex a:after{
    content: "";
    background-image: url(../../img/arrow2.svg);
    width: 17px;
    height: 12px;
    position: absolute;
    top: 52%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
    transition: 0.3s;
    background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
    main#father2026 .page_in_link .flex{
        display: flex;
        justify-content: space-between;
    }
    main#father2026 .page_in_link .flex a{
        width: 49%;
        font-size: 14px;
        margin: 0;
        padding-right: 32px;
        box-sizing: border-box;
        text-align: left;
        padding-left: 10px;
        justify-content: start;
        margin-bottom: 8px;
    }
    main#father2026 .page_in_link {
        margin-top: 42px;
    }
}/*SP用設定ここまで*/




/*==================================================
　フレックス系
===================================================*/
main#father2026 .img_list{
    justify-content: center;
    position: relative;
    z-index: 10;
}
main#father2026 .img_list .box{
    width: 24%;
    margin: 0 15px 30px;
}
main#father2026 .img_list .box img{
    width: 100%;
}
main#father2026 .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#father2026 .img_list .box{
        width: 85%;
        margin: 0 0 30px;
    }
    main#father2026 .img_list .box a .honbun{
        margin-top: 10px;
    }
    main#father2026 .img_list .box:last-child{
        margin-bottom: 0px;
    }
}/*SP用設定ここまで*/



/*==================================================
　見出し、テキスト関係
===================================================*/
main#father2026 h1{
    background: #3398ca;
    text-align: center;
    color: #fff;
    padding: 9px;
    font-weight: 600;
}
main#father2026 h2{
    text-align: center;
    color: #333;
    position: relative;
    z-index: 2;
}
main#father2026 h2 img{
    margin: 0 auto;
    display: block;
}
main#father2026 h2 .jp{
    font-size: 14px;
    font-weight: bold;
    margin-top: 9px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
main#father2026 .read{
    text-align: center;
    font-size: 15px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2.5;
    font-weight: 400;
    line-height: 1.8;
}
main#father2026 .honbun{
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
main#father2026 h2 .ribbon{
    font-size: 45px;
    color: #fff;
    background: #F39800;
    font-family: "Suez One", serif;
    display: inline-block;
    margin: 0 26px;
    line-height: 1;
    padding: 8px 0;
    position: relative;
}
main#father2026 h2 .ribbon:after{
    background-image: url(../../img/pass_left.svg);
    width: 29px;
    height: 62px;
    left: -28px;
    content: "";
    position: absolute;
    top: 0;
}
main#father2026 h2 .ribbon:before{
    background-image: url(../../img/pass_right.svg);
    width: 29px;
    height: 62px;
    right: -28px;
    content: "";
    position: absolute;
    top: 0;
}
main#father2026 h2.dotted{
    text-align: center;
    margin-bottom: 30px;
}
main#father2026 h2.dotted span{
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
main#father2026 .fukidashi{
    background: #F39800;
    max-width: 840px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-radius: 7px;
    position: relative;
}
main#father2026 .fukidashi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #F39800 transparent transparent;
  translate: -50% 100%;
}
main#father2026 .fukidashi img{
    margin-right: 10px;
}
main#father2026 .osusume{
    position: relative;
    top: 30px;
    left: -10px;   
}
main#father2026 .deco_ttl{
    font-size: 55px;
    color: #F39800;
    font-family: "Suez One", serif;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
main#father2026 .deco_ttl img{
    margin: 0 15px;
}
main#father2026 h3.normal{
    text-align: center;
    font-weight: 700;
    color: #4A3921;
    font-size: 26px;
    margin-bottom: 13px;
}
@media screen and (max-width:768px) {
    main#father2026 .fukidashi{
        font-size: 18px;
    }
    main#father2026 h2.dotted{
        text-align: center;
        margin-bottom: 14px;
    }
    main#father2026 h2.dotted span{
        font-size: 23px;
        line-height: 2.3;
    }
    main#father2026 h1{
        font-size: 15px;
    }
    main#father2026 .read{
        font-size: 14px;
    }
    main#father2026 h2 span{
        font-size: 14px;
    }
    main#father2026 .osusume{
        width: 80px;
        top: -10px;
        left: -30px;
    }
    main#father2026 .deco_ttl{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    main#father2026 .deco_ttl img{
        width: auto;
    }
    main#father2026 h3.normal{
        font-size: 23px;
    }
    main#father2026 h2 .ribbon{
        font-size: 25px;
    }
    main#father2026 h2 .ribbon:before{
        top: 0px;
        height: 102.4%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    main#father2026 h2 .ribbon:after{
        top: 0px;
        height: 102.4%;
        background-size: contain;
        background-repeat: no-repeat;
        left: -19px;
    }
}/*SP用設定ここまで*/




/*==================================================
　全体
===================================================*/
main#father2026 .sec{
    position: relative;
    margin-top: 80px;
}
main#father2026 .sec .inner{
    position: relative;
}
main#father2026 .white_box{
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;/*追記20260327*/
}
main#father2026 img.deco{
    position: absolute;
}
@media screen and (max-width:768px) {
    main#father2026 .sec{
        margin-top: 40px;
    }
    main#father2026 .white_box{
        padding: 20px;
    }
}/*SP用設定ここまで*/

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



/*==================================================
　メッセージ
===================================================*/
main#father2026 .message h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 1.4;
}
main#father2026 .message p{
    font-size: 20px;
    text-align: center;
    line-height: 2;
    font-weight: 400;
    color: #333333;
    margin-top: 27px; 
}
main#father2026 .message .inner{
    position: relative;
}
main#father2026 .message .deco1{
    width: 227px;
    top: 5px;
    left: -60px;
}
main#father2026 .message .deco2{
    width: 256px;
    top: 30px;
    right: -74px;
}
main#father2026 .message{
    position: relative;
    margin-top: 84px;
}
@media screen and (max-width:768px) {
    main#father2026 .message h2{
        font-size: 25px;
    }
    main#father2026 .message p{
        font-size: 16px;
        margin-top: 6px;
    }
    main#father2026 .message .deco2 {
        width: 100px;
        bottom: unset;
        right: -50px;
        top: 120px;
    }
    main#father2026 .message .deco1{
        width: 100px;
        bottom: unset;
        left: -50px;
        top: -22px;
    }
    main#father2026 .message{
        margin-top: 47px;
    }
}/*SP用設定ここまで*/



/*==================================================
　ランキング
===================================================*/
main#father2026 .sec1{
    padding:50px 0;
}
@media screen and (max-width:768px) {
    main#father2026 h2 img{
        width: 52%;
    }
    main#father2026 .ranking{
        display: flex;
        justify-content: space-between;
    }
    main#father2026 .flex.ranking .box{
        width: 48%;
        margin: 0;
        margin-bottom: 30px;
    }
}/*SP用設定ここまで*/



/*==================================================
　ぎざぎざベージュ背景
===================================================*/
main#father2026 .gizagiza_bg{
    margin-top: 57px;
}
main#father2026 .gizagiza_bg .inner{
    background: #F0F6F9;
    padding-bottom: 50px;
    position: relative;
}
main#father2026 .gizagiza_bg .inner .gizagiza{
    position: absolute;
}
main#father2026 .gizagiza_bg .inner .gizagiza.top{
    top: -9px;
    z-index: -1;
    width: 100%;
}
main#father2026 .gizagiza_bg .inner .gizagiza.bottom{
    bottom: -9px;
    width: 100%;
}
@media screen and (max-width:768px) {
    main#father2026 .gizagiza_bg{
        margin-top: 28px;
    }
    main#father2026 .gizagiza_bg .inner{
        padding: 20px;
    }
    main#father2026 .gizagiza_bg .inner .gizagiza{
        display: none;
    }
    main#father2026 .gizagiza_bg .inner{
        padding: 30px 20px;
        box-sizing: border-box;
    }
    
}/*SP用設定ここまで*/



/*==================================================
　レコメンド
===================================================*/
main#father2026 .sec3 h2 img{
    position: relative;
    left: 71px;
}
main#father2026 .recommend_box h2{
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    position: relative;
    text-align: unset;
    z-index: 3;
}
main#father2026 .recommend_box .ttl_box{
    text-align: left;
    position: relative;
    padding-left: 50px;
}
main#father2026 .recommend_box .ttl_box:after{
    position: absolute;
    top: 23px;
    left: 0;
    background: #FCF5F0;
    height: 231px;
    content: "";
    width: 71%;
    transform: none;
}
main#father2026 .recommend_box .ttl_box .read{
    text-align: left;
}
main#father2026 .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#father2026 .recommend_box .ttl_box .read_box p{
    margin-bottom: 0px;
}
main#father2026 .recommend_box .img_list{
    margin-top: 21px;
}
main#father2026 .recommend_box{
    position: relative;
    margin-top: 60px;
}
@media screen and (max-width:768px) {
    main#father2026 .sec3{
        background-image: url(../../mother26_img/stroke_sp.svg);
        background-repeat: repeat;
        background-size: 100%;
    }
    main#father2026 .sec3 .stroke{
        display: none;
    }
    main#father2026 .recommend_box{
        margin-top: 51px;
    }
    main#father2026 .recommend_box h2{
        font-size: 23px;
    }
    main#father2026 .recommend_box .ttl_box{
        padding-left: 0px;
    }
    main#father2026 .recommend_box .ttl_box .read_box{
        margin-left: 0px;
    }
    main#father2026 .sec3 h2 img{
        left: 37px;
        width: 93%;
        margin-bottom: -18px;
    }
    main#father2026 .recommend_box .ttl_box:after {
        left: -20px;
        top: 20px;
    }
    main#father2026 .recommend_box.row .ttl_box{
        padding-right: 0px;
    }
    main#father2026 .recommend_box.row .ttl_box .read_box{
        margin-right: 0px;
    }
    main#father2026 .recommend_box.row .ttl_box:after {
        top: 19px;
        right: -20px;
        left: unset;
    }
}/*SP用設定ここまで*/



/*==================================================
　検索
===================================================*/
main#father2026 .search .style .box{
    text-align: center;
    width: 31%;
}
main#father2026 .search .style .box img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
main#father2026 .search .style .box p{
    font-size: 15px;
    margin-top: 6px;
    line-height: 1.4;
    font-weight: 600;
}
main#father2026 .search .search_box .price{
    justify-content: space-between;
    margin-top: 40px;
}
main#father2026 .search .search_box .price a{
    border: 2px solid #4A3921;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 600;
    color: #333;
    width: 31%;
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 20px 0;
    border-radius: 10px;
}
main#father2026 .search .search_box .price a:after {
    content: "";
    background-image: url("../../img/arrow3.svg");
    width: 12px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
    transition: 0.3s;
    background-repeat: no-repeat;
}
main#father2026 .search .search_box .bnr img{
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    main#father2026 .search .style .box{
        width: 100%;
        margin-bottom: 10px;
    }
    main#father2026 .search .search_box .price{
        margin-top: 20px;
    }
    main#father2026 .search .search_box .price a{
        width: 100%;
        margin-bottom: 10px;
    }
}/*SP用設定ここまで*/



/*==================================================
　SPECIALコンテンツ
===================================================*/
main#father2026 .inner.border{
    border-bottom: 2px dotted #000;
    padding-bottom: 50px;
}
main#father2026 .bnr_box a{
    /*width: 31%;*/
    width: 48%;/*追記20260327*/
}
main#father2026 .bnr_box img{
    width: 100%;
}
@media screen and (max-width:768px) {
    main#father2026 .inner.border{
        padding-bottom: 20px;
    }
    main#father2026 .bnr_box a{
        width: 100%;
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;/*追記20260327*/
    }
}/*SP用設定ここまで*/



/*==================================================
　コラム
===================================================*/
main#father2026 .column {
    margin-top: 190px;
}
main#father2026 .column .bg{
    background: #fff7e6;
    padding: 40px;
    box-sizing: border-box;
    margin-top: -50px;
}
main#father2026 .column .note_design{
    top: -70px;
    position: absolute;
    width: 100%;
    left: 0;  
}
main#father2026 .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;
    border-radius: 15px;
}
main#father2026 .column_article:before{
    background-image: url("../../img/sankaku.svg");
    width: 15px;
    height: 15px;
    content: "";
    right: 7px;
    transform: none;
    top: unset;
    bottom: 11px;
    left: unset;
    position: absolute;
}
main#father2026 .column_article a{
    display: flex;
    align-items: flex-start;
}
main#father2026 .column_article .img_box{
    position: relative;
}
main#father2026 .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#father2026 .column_article .img_box .num {
    position: absolute;
    font-size: 25px;
    line-height: 1;
    top: -22px;
    left: -12px;
    font-family: "Noto Serif JP", serif;
    font-family: "Suez One", serif;
    color: #fff;
    background: #3398CA;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}
main#father2026 .column_article .txt .ttl{
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 1.4;
    font-weight: 700;
}
main#father2026 .column h2{
    color: #4A3921;
    font-family: "Suez One", serif;
    margin-bottom: 25px;
    margin-top: -17px;
    font-size: 40px;
}
@media screen and (max-width:768px) {
    main#father2026 .column{
        margin-top: 113px;
    }
    main#father2026 .column h2{
        font-size: 25px;
        margin-bottom: 12px;
        padding-top: 11px;
    }
    main#father2026 .column_article a{
        display: block;
    }
    main#father2026 .column_article{
        width: 100%;
    }
    main#father2026 .column_article .img_box img{
        margin: 0 auto;
    }
    main#father2026 .column .note_design {
        top: -24px;
    }
    main#father2026 .column_article .img_box {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    main#father2026 .column_article .img_box .num{
        top: -20px;
    }
    main#father2026 .column .note_design{
        top: -22px;
    }
    main#father2026 .column .bg{
        padding: 20px;
    }
}/*SP用設定ここまで*/



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



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



/*==================================================
　カレンダー
===================================================*/
main#father2026 .sec.calendar h2{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 38px;
}
main#father2026 .sec.calendar .white_box{
    position: relative;
    background: #fff;
    padding: 40px 60px ;
    box-sizing: border-box;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    max-width: 860px;
}
main#father2026 .sec.calendar strong{
    font-weight: 600;
    color: #f39800;
}
@media screen and (max-width:768px) {
    main#father2026 .sec.calendar .white_box{
        padding: 20px;
        width: 100%;
        max-width: 100%;
    }
    main#father2026 .sec.calendar h2{
        font-size: 25px;
        margin-bottom: 23px;
    }
    main#father2026 .sec.calendar .honbun{
        font-size: 13px;
        margin-top: 10px;
    }
}/*SP用設定ここまで*/



/*==================================================
 追加　打ち消し対策
===================================================*/
main#father2026 .father2026_item-list-item .item-list-item-icon-list .item-icon {
    font-size: 12px;
    line-height: 1;
    padding: 4px 5px;
    margin: 10px 5px 5px 0;
}
main#father2026 .father2026_item-list-item .item-list-item-description {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}
main#father2026 .father2026_item-list-item .price-value {
    font-family: "Hind", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
main#father2026 .father2026_item-list-item .price-unit {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 700;
}
main#father2026 .father2026_item-list-item .tax-label {
    font-size: 12px;
    font-weight: 700;
}
main#father2026 .father2026_item-list-item .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;
}
@media screen and (max-width:768px) {
main#father2026 .father2026_item-list-item .item-list-item-description {
    font-size: 12px;
}
main#father2026 .father2026_item-list-item .price-value {
    font-family: "Hind", sans-serif;
    font-size: 20px;
}
main#father2026 .father2026_item-list-item .item-list-item-name {
    font-size: 15px;
}
}


/*==================================================
260318 - 追加　上書き
===================================================*/
.father2026_item-list-item .feature-items{
    gap: 30px 30px!important;
    margin-bottom: 0!important;
}
.father2026_item-list-item .item-list-item-img{
    border-radius: 10px;
    overflow: hidden;
}
main#father2026 .item-list-ranking .item-list-item:before{
    color: #fff;
    font-size: 20px;
    font-family: "Suez One", serif;
    font-weight: 700;
    background: #000;
    border-radius: 90px;
    background-image: none !important;
    width: 38px;
    left: -11px;
}
main#father2026 .item-list-ranking .item-list-item:nth-child(n+1)::before {
 background: #F39800;
}
main#father2026 .item-list-ranking .item-list-item:nth-child(n+2)::before {
  background: #3398CA;
}
main#father2026 .item-list-ranking .item-list-item:nth-child(n+3)::before {
   background: #946B27;
}
main#father2026 .item-list-ranking .item-list-item:nth-child(n+4)::before {
   background: #585858;
}
main#father2026 .item-list-ranking .item-list-item:nth-child(n+5)::before {
    background: #585858;
}
@media screen and (max-width:768px) {
    .father2026_item-list-item .feature-items{
        gap: 15px 15px !important;
    }
}