@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/***********************
* 共通箇所
***********************/

/*タブの吹き出しデザイン*/
.is-style-balloon>.c-tabList .c-tabList__button:before {
    border-top: 8px solid #1a66b6;
    bottom: -7px;
}
.is-style-balloon > .c-tabList .c-tabList__button:hover,
.is-style-balloon > .c-tabList .c-tabList__button[aria-selected=true] {
    background-color: #1a66b6;
}
.c-tabList__button {
    border-radius: 20px;
}

@media (max-width: 768px) {
    ul.c-tabList {
        --the-tab-btn-padding: 0.8em !important;
    }
}

/*フルワイドブロックの左右margin幅*/
@media (max-width: 768px) {
    .swell-block-fullWide__inner.l-article,
    .swell-block-fullWide__inner.l-container {
    margin-left: -1vw;
    margin-right: -1vw;
    }
}

/* スクロールできますのデザイン変更 */
.c-scrollHint {
    margin-bottom: 0.5em !important;
}
.c-scrollHint span {
    background: #d3e8ff;
    padding: 4px 8px;
    border-radius: 12px;
}
.p-postSlider .swiper-pagination-bullet {
    background: currentcolor;
    color: #3387e2;
}

.p-postList__thumb {
    border-radius: 8px;
}

.p-postSlider__title {
    color: #fff;
    background-image: linear-gradient(to left, #ffad1f 0%, #3499fc 100%);
    width: 50%;
    margin: auto;
    padding: 0.5em;
    border-radius: 7px;
    margin-bottom: 1em;
    margin-top: 0.4em;
}
@media (min-width: 600px) {
    .p-postSlider__title {
        font-size: 18px;
        margin-bottom: 2em;
        margin-top: 1.4em;
    }
}
.custm-ttl {
	padding: 10px 20px 10px 20px !important;
    display: block;
    color: #ffffff !important;
    background: #4e96e4 !important;
    border-radius: 30px 0px 0px 30px !important;
}

.top-bg {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f1f0ed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f1f0ed calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}
.custm-ttl2 {
	padding: 15px 20px !important;
    display: block !important;
    position: relative !important;
    border-left: 4px solid #4e96e4 !important;
}

.swell-block-button.is-style-btn_line.top-list_btn {
    --the-btn-radius: 5px;
}
.top-list_btn a {
    background-color: #ffffff;
}

.top-category_ttl {
    background: #cae1f9;
    border-radius: 12px;
    padding: 0em 1.4em;
}

/*使用カラー*/
.grad-female{
    background: linear-gradient(135deg, #ffc49b, #ff8aa4);
    color: #ffffff;
}
.grad-male{
    background: linear-gradient(135deg, #7cbcff, #308cf0);
    color: #ffffff;
}
.text-white{
    color: #ffffff;
}

/***********************
* 個別変更箇所
***********************/

/*横スクロールおすすめボックス */
.scroll-box .swell-block-columns__inner {
    padding: 4px 4px 20px !important;
}
.swell-block-column.swl-has-mb--s.summary-box {
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .16) !important;
    padding: 0.1em 0.6em 0.6em 0.6em;
    border-radius: 6px;
}
.summary-box .swell-block-dl__dd {
    border: 0;
    padding: 0.2em 0em;
}
.summary-box .swell-block-dl__dt {
    padding: 0em 1em;
    border-radius: .2em;
    text-align: center;
    background-color: #efefef;
    color: #4f4f4f;
}
.summary-box .wp-block-columns.is-not-stacked-on-mobile {
    --wp-column-gap: 0.4em;
    align-items: center !important;
    margin-bottom: 0em;
}

/*おすすめ装飾*/
.deco-heading_wrap {
    text-align: center;
    margin-bottom: 1em;
}
.deco-heading_head_box {
    display: inline-flex;
    position: relative;
    justify-content: center;
    width: auto;
    align-items: center;
    margin: 4em 0 2.5em;
}
.deco-heading_head {
    background: 0 0;
    font-size: 22px;
    letter-spacing: normal;
    display: block;
    margin: 0 auto;
    padding: 0em 0.2em;
    font-weight: 700;
}
.deco-heading_head_box:after, .deco-heading_head_box:before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 90px;
    vertical-align: middle;
}

.col_male::before,
.col_male::after {
    border-top-color: #195ca6 !important;
}

.col_female::before,
.col_female::after {
    border-top-color: #ff9ba1 !important;
}

.deco-heading_head_box:before {
    border-top-color: #ffffff;
	right: calc(100% + 1em);
    border-top-style: solid;
    border-top-width: 2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: calc(65% - 1px);
    width: 3em;
    margin-right: 0em;
}

.deco-heading_head_box:after {
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 2px;
    content: "";
    display: block;
    height: 1px;
    width: 3em;
    left: calc(100% + 1em);
    top: calc(65% - 1px);
    position: absolute;
    margin-left: 0em;
}
span.color-sq {
    font-size: 23px;
    display: inline-block;
    margin: 0 1px;
    border-radius: 4px;
    padding: 0 0.2em;
    line-height: 1.5;
}
span.numberRanking {
    font-size: x-large;
    padding: 6px;
}
.gold {
  color: #dfb242; /* ゴールド */
}
.silver {
  color: #a7a7a7; /* シルバー */
}
.bronze {
  color: #CD7F32; /* ブロンズ */
}
p.recommendShop {
    margin-bottom: 0.1em;
}
.recommendShop span {
    font-weight: bold !important;
}

.custm-btn_female {
    --the-btn-color: linear-gradient(135deg, #ffba8a, #ff6f8f);
}
.custm-btn_male {
    --the-btn-color: linear-gradient(135deg, #328ce3, #0a6ad0);
}

/*おすすめbox*/
.box-best .cap_box_ttl {
    border: 1px solid #ffb4bb;
    background: linear-gradient(135deg, #ffbb8c, #ff7b98);
    border-radius: 4px 4px 0px 0px;
    color: #ffffff;
}
.box-best .cap_box_content {
    border: 1px solid #ffb4bb;
    border-radius: 0px 0px 4px 4px;
}
.box-best .wp-block-list.is-style-num_circle li:before {
    background: #ffb2b9;
    box-shadow: 0 0 0 1px #ffa8b0;
}
.box-best .is-style-check_list li:before {
    color: #ffb2b9;
    content: "\e923";
}

/*おすすめbox 男性*/
.box-best2 .cap_box_ttl {
    border: 1px solid #1e6aba;
    background: linear-gradient(135deg, #5aa1ed, #196dc6);
    border-radius: 4px 4px 0px 0px;
    color: #ffffff;
}
.box-best2 .cap_box_content {
    border: 1px solid #1e6aba;;
    border-radius: 0px 0px 4px 4px;
}
.box-best2 .wp-block-list.is-style-num_circle li:before {
    background: #448ddb;
    box-shadow: 0 0 0 1px #2a79cd;
}
.box-best2 .is-style-check_list li:before {
    color: #206bbb;
    content: "\e923";
}

/* 商標box */
.tm-box {
    border: 1px solid #4e96e4;
    border-radius: 16px;
}
.tm-box > .cap_box_ttl h3 {
    padding: 0.5em !important;
}
.tm-box > .cap_box_ttl h3::before {
    content: none;
}
.tm-box > .cap_box_ttl {
    background: #ffffff;
    padding: 0.6em 0.5em 0.4em 0.5em;
    color: #4e96e4;
}
.tm-box > .cap_box_content {
    padding: 0em 1em 1.25em 1em;
}

/* ラベルデザイン */
.custom-label-box {
    margin: 1em 0em !important;
}
.custom-label-box .swell-block-box-menu__link { 
    padding: 0.4em 0.6em !important;
    width: 98%;
    border-radius: 6px;
    border: 1px solid;
    background: #ebebeb !important;
    color: #8d8d8d !important;
} 
.label-on .swell-block-box-menu__link {
    background: #fff3e2 !important;
    color: #ff8e1c !important;
}
.label-off .swell-block-box-menu__link {
    background: #ebebeb !important;
    color: #8d8d8d !important;
}

.custom-label-box .swell-block-box-menu__inner {
    row-gap: 6px !important;
}

.custom-label-box .swell-block-box-menu__figure {
    background: #a2a2a2;
    padding: 4px;
    border-radius: 100%;
    color: #ffffff;
}
.custom-label-box .label-on .swell-block-box-menu__figure {
    background: #ffae5c;
}

/* ももピンボタン変更 */
.pp-store-actions .pp-button {
    width: 100%;
    border-radius: 30px !important;
}
button.pp-button.pp-detail-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #eb4141;
    border: 2px solid #eb4141;
    background-color: transparent !important;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.pp-close-button {
    font-size: 36px; /* ボタンのサイズを大きく */
    padding: 15px; /* クリック判定を広げる */
	z-index: 9999;/* 他の要素より前面に */
}
.pp-store-icon .pp-img {
    border: none !important;
	border-radius: 1pt !important;
    }

/* 広告枠デザイン */
.title-balloon {
    position: relative;
    display: flex;
    margin: 1.2em 0;
    padding: 6px 10px;
    text-align: center !important;
    min-width: 120px;
    max-width: 100%;
    font-size: 17px;
    justify-content: center;
    color: #ffffff;
    border-radius: 8px;
    background: #6138c1;
} 
.title-balloon:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #6138c1;
    z-index: 2;
}
.title-balloon p {
    margin: 0;
    padding: 0;
}
.top-bg_2 {
    border-top: 1px solid #c9c5bf;
    border-bottom: 1px solid #c9c5bf;
    padding-bottom: 1em !important;
    padding-top: 1em !important;
}
.separate-box .wp-block-column p.has-text-align-center:nth-of-type(1) {
    font-size: 12px !important;
}
.separate-box .has-text-align-center {
    margin-bottom: 0;
}
.separate-box {
    --wp-column-gap: .5em;
    padding: 4px 0px;
    background: #fffbf0;
    border-radius: 6px;
    color: #333333;
    align-items: center !important;
}
.sep {
    width: 1px;
    height: 40px;
    background-color: #1c2d67;
    margin: auto;
}
.custm-btn2 span {
    padding: 0.5em !important;
    background-color: #9366ff !important;
    border-radius: 0.4em !important;
    box-shadow: none !important;
}
@media (max-width: 768px) {
    .tm-box-2 {
      margin-left: -4vw;
      margin-right: -4vw;
    }
  }
.tm-box-2 > .cap_box_content {
    background-color: #1c2d67;
    color: #ffffff !important;
}
.tm-box-2 > .cap_box_ttl {
    background-color: #9366ff;
}
.custm-acc .swell-block-accordion__title {
    border: 1px solid #d9caff !important;
    border-radius: 0.5em !important;
    padding: 0.8em;
    color: #d9caff;
}
.custm-acc .swell-block-box-menu.is-style-default {
    --the-border-color: none;
}
.custm-acc .swell-block-accordion__body {
    padding: 1em 0em;
}
.custm-acc h4 {
    border-left: solid 2px #b398f4;
}
.custm-acc .c-scrollHint span {
    background: none;
}
.tm-box-2 ul {
    list-style-type: none;
}
.thumb-circle img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #ffffff;
}
.custm-btn3 span {
    background-color: #ff6a79 !important;
    padding: 1em !important;
    border: solid 1px #ffffff !important;
    box-shadow: 0 3px 6px #0f1f5a !important;
}
.custm-btn4 span {
    border: solid 1px #ffffff !important;
    box-shadow: 0 3px 6px #c0c0c0 !important;
}
.full-image {
    margin-left: -3vw !important;
    margin-right: -3vw !important;
}
