﻿
@charset "UTF-8";

a:hover {
	text-decoration: none;
}
@media (min-width: 768px) {
	body.boxed .page-wrapper .bestitem-page-wrapper .container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	body.boxed .page-wrapper .bestitem-page-wrapper .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	body.boxed .page-wrapper .bestitem-page-wrapper .container {
		width: 1170px;
	}
}
.bestitem-page-wrapper {
	background-color: #1a9f43;
	color: #ffffff;
}
.bestitem-page-wrapper>.block.fullwidth {
	padding: 0;
}
.bestitem-page-wrapper .fullwidth .cover-image {
	padding: 0;
}
.bestitem-page-wrapper h2,
.bestitem-page-wrapper h1.text-center.size-lg {
	color: #fff;
}
.bestitem-page-wrapper .blog-grid-4 .blog-post .blog-meta {
	display: none;
}




/*=============== Google fonts ===============*/
.roboto-condensed-italic {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
}

.slackside-one-regular {
    font-family: "Slackside One", cursive;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }


/*=============== scroll_up ｜下から上へ出現 ===============*/
/* 旧バージョン */
/* .scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  } */
.mainView{
  height: calc(200px - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 50px; */
  margin-bottom: 50px;
  position: relative;
}

.scrollDown{
  position: absolute;
  bottom: 80px;
  right: 50%;
  animation: scrollDown 1s ease-in-out infinite;
}
@keyframes scrollDown{
  0% {bottom: 10%}
  50% {bottom: 15%}
  100% {bottom: 10%}
}
.scrollDown span{
  position: absolute;
  left: -25px;
  bottom: 0px;
  font-size: 0.7em;
  letter-spacing: 0.16em;
  color: #333;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.scrollDown::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #333;
  bottom: 0;
  right: -6px;
  transform: skew(-30deg);
}
.scrollDown::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #333;
  bottom: 0;
  right: 0;
}
/* .boxes{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 80px;
  margin-top: 100px;
} */
.scroll_up {
  /* aspect-ratio: 16 / 9;
  background-color: #dedede; */
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/*=============== コンテンツ用CSS　PC ===============*/

body{
    margin: 0;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#container h1{
    font-size:3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    color: #1a9f43;
    margin: 0;
    padding: 30px 0 0 0;
}

#container h2{
    font-size:3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    color: #1a9f43;
    margin: 0 10% 40px 10%;
    padding: 10px 0;
    border-bottom: none;
}

#container h3{
    font-size:3rem;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #1a9f43;
    margin: 0;
    padding: 0 0 30px 0;
}

#container h4{
    font-size:5rem;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #1a9f43;
    margin: 0;
    padding: 0 0 30px 0;
}

.rank-ribbon {
    display: block;
    position: relative;
    margin: 5px auto 40px auto;
    padding: 1px 0;
    width: 90%;
    box-sizing: border-box;
}

.rank-ribbon1, .rank-ribbon2, .rank-ribbon3 {
    display: block;
    position: relative;
    margin: 5px auto 55px auto;
    padding: 1px 0;
    width: 90%;
    box-sizing: border-box;
}

.rank-ribbon span, .rank-ribbon1 span, .rank-ribbon2 span, .rank-ribbon3 span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 2;
    /* width: 140px; */
    width: 100%;
    text-align: center;
    font-size:2rem;
    font-weight: bold;
    line-height: 1.3;
    color: white;
}

.rank-ribbon span {
    background: #1a9f43;
}

.rank-ribbon1 span {
    background: linear-gradient(15deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
    background-size: 150% 100%;
}

.rank-ribbon2 span {
    background: linear-gradient(15deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
    background-size: 150% 100%;
}

.rank-ribbon3 span {
    background: linear-gradient(15deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
    background-size: 150% 100%;
}

/* .rank-ribbon span:after, .rank-ribbon1 span:after, .rank-ribbon2 span:after, .rank-ribbon3 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
}

.rank-ribbon span:after {
    border-left: 70px solid #1a9f43;
    border-right: 70px solid #1a9f43;
}

.rank-ribbon1 span:after {
    border-left: 70px solid #DAAF08;
    border-right: 70px solid #DAAF08;
}

.rank-ribbon2 span:after {
    border-left: 70px solid #7a7a7a;
    border-right: 70px solid #959595;
}

.rank-ribbon3 span:after {
    border-left: 70px solid #a57e65;
    border-right: 70px solid #a57e65;
} */

#container p{
    font-size: 15px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    margin:0 0 30px 0;
    color: #000000;
}

#container p.top_txt{
    font-size: 18px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    margin:10px 0 30px 0;
    color: #000000;
    text-align: center;
}

#container p.top_txt_w{
    font-size: 18px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    margin:10px 0 30px 0;
    color: #FFFFFF;
    text-align: center;
}

#container small{
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-align: center;
    line-height: 1;
    color: #444444;
}

#container ul{
    padding: 0 20px 20px 20px;
    margin: 0;
    list-style: square;
}

#container ul li{
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 10px;
}

div.item_check_btn{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
div.item_check_btn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 40px;
    color: #ffffff;
    background-color: #1a9f43;
    /* border: solid 1px #666666; */
    border-radius: 20px;
    padding: 15px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 3px 3px #cdb4db;
}

.hr_style1 {
    display: flex;
    align-items: center;
    margin: 30px auto 30px auto;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
.hr_style1::before,
.hr_style1::after {
    content: "";
    flex-grow: 1;
    border-top: 1px dashed #444;
    display: block;
}
.hr_style1::before {
    margin-right: 1rem;
}
.hr_style1::after {
    margin-left: 1rem;
}

.hr_style2 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* border-top: 5px solid #1a9f43; */
    width: 90%;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
}

.hr_style3 {
    display: flex;
    align-items: center;
    margin: 30px auto 30px auto;
    font-weight: bold !important;
    color: #1a9f43 !important;
}
.hr_style3::before,
.hr_style3::after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #1a9f43;
    display: block;
}
.hr_style3::before {
    margin-right: 1rem;
}
.hr_style3::after {
    margin-left: 1rem;
}

.buyer_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    color: #333333;
    text-decoration: none;
}

.buyer_item img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.buyer_item p {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 90%;
    height: auto;
    color: #000000;
}

.buyer_item p:nth-of-type(1) {
    font-size: 1.2em !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.buyer_item p:nth-of-type(2) {
    font-size: 0.7em !important;
    margin: 10px 0 20px 0 !important;
    color: #666 !important;
}

.buyer_area{
    display: flex;
    flex-wrap: wrap;
}

.buyer_area img, .buyer_area p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #000000;
}

.buyer_area img{
    display: block;
    margin: 0 auto 10px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;  /* 円形にする */
}

.buyer_area p:nth-of-type(1){
    font-size: 10px !important;
    margin-bottom: 0px !important;
}

.buyer_area p:nth-of-type(2){
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

.buyer_area p:nth-of-type(3){
    font-size: 12px !important;
}

.ranking_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    color: #333333;
    text-decoration: none;
}

.ranking_item img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin: 20px 0;
}

.ranking_item p {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    height: auto;
    color: #000000;
}

.ranking_item p:nth-of-type(1) {
    font-size: 1.2em !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.ranking_item p:nth-of-type(2) {
    font-size: 0.7em !important;
    margin: 10px 0 20px 0 !important;
    color: #666 !important;
}

.total_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    color: #333333;
    text-decoration: none;
}

.total_item img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.total_area{
    display: block;
}

.total_area p{
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.total_area p:nth-of-type(1){
    font-size: 1.4em !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.total_area p:nth-of-type(2){
    font-size: 0.9em !important;
    margin: 10px 0 20px 0 !important;
    color: #666 !important;
}

.total_area p:nth-of-type(3){
    font-size: 15px !important;
}

.blog_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    color: #333333;
    text-decoration: none;
    border-radius: 10px;
}

.blog_item img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    margin: 20px 0;
    object-fit: cover;
}

.blog_item p {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    height: auto;
    color: #000000;
}

.blog_item p:nth-of-type(1) {
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.blog_item p:nth-of-type(2) {
    font-size: 0.7em !important;
    margin: 10px 0 20px 0 !important;
    color: #666 !important;
    justify-content: right !important;
}

/*レビュー用吹き出し*/
.review_fuki {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 0 22px;
}

.review_fuki img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.review_fuki p {
    position: relative;
    max-width: 600px;
    margin: 3px 0 0 !important;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #595959;
    line-height: 1.5;
    box-shadow: 2px 2px #999999;
}

.review_fuki p::before {
    position: absolute;
    left: -15px;
    width: 17px;
    height: 30px;
    background-color: #FFFFFF;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}




/*=============== 画面レイアウトのためのCSS ===============*/

#wrapper{
    position: relative;
}

.cover_img{
    display: block;
}

.cover_img img{
    width: 100%;
    height: auto;
}


/*=============== メニューボタン ===============*/

.top_menu_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 40px;
}

.top_menu_btn p{
    width: 100%;
    margin-bottom: 0 !important;
}

.top_menu_btn a{
    display: inline-block;
    width: 30%;
    max-width: 250px;
    margin-top: 10px;
}

.top_menu_btn a img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top_menu_btn2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 40px;
}

.top_menu_btn2 p{
    width: 100%;
    margin-bottom: 0 !important;
}

.top_menu_btn2 a{
    display: inline-block;
    width: 80%;
    max-width: 420px;
    margin-top: 10px;
}

.top_menu_btn2 a img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top_menu_btn3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 40px;
}

.top_menu_btn3 p{
    width: 100%;
    margin-bottom: 0 !important;
}

.top_menu_btn3 a{
    display: inline-block;
    width: 40%;
    max-width: 300px;
    margin-top: 10px;
}

.top_menu_btn3 a img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.bestbuy_wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

.top_menu_btn_rank {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC: 横4列 */
  gap: 0; /* ボーダー位置を揃えるためgapは0にし、内側のpaddingで間隔調整 */
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: #2d9742;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.top_menu_btn_rank p.ttl {
  grid-column: 1 / -1; /* 全列貫通 */
  font-weight: bold !important;
  text-align: center;
  padding: 10px !important;
  color: #2d9742 !important;
  margin: 0 !important;
  border-bottom: 1px dashed #ccc;
}

/* --- PC表示時のスタイル --- */
.top_menu_btn_rank a {
  display: block;
  padding: 30px;
  border-right: 1px dashed #ccc;
  color: #333333;
  text-align: center;
  box-sizing: border-box;
}

/* PC: 一番右（4つ目）の右ボーダーを消す */
.top_menu_btn_rank a:last-child {
  border-right: none;
}

.top_menu_btn_rank a img {
  display: block;
  width: 100%;
  height: auto;
}

.top_menu_btn_buyer {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr); /* PC: 横2列 */
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}

/* 画像リンクの基本調整 */
.top_menu_btn_buyer a {
  display: block;
  text-align: center;
  border-radius: 10px;
}

.top_menu_btn_buyer img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.top_menu_btn_maker {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr); /* PC: 横1列に3つ並べる */
  gap: 30px;
  width: 100%;
}

.top_menu_btn_maker a {
position: relative;
  display: block;
  background-color: #FFFFFF;
  border-radius: 15px;
  overflow: visible;
  text-decoration: none;
}

.top_menu_btn_maker a p{
  margin: 0 !important;
}

/* 吹き出しのスタイル */
/* .badge_circle {
  position: absolute;
  top: -50px; 
  right: -15px;
  z-index: 10;
  width: 80px;
  height: 80px;
  background-color: #f7dc00;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.top_menu_btn_maker img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 15px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

/* pの中身をflexで横並びにする */
/* .top_menu_btn_maker a p {
  display: flex;
  justify-content:space-around;
  align-items: center;
  margin: 0;
  padding: 10px;
  font-size: 13px !important;
  font-weight: bold !important;
  text-align: center;
}

.top_menu_btn_maker a p img {
  max-width: 40%;
} */

.top_menu_btn_bloger {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.top_menu_btn_bloger a {
  display: block;
  width: 100%;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.top_menu_btn_bloger img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
    .bestbuy_wrapper{
        width: 100%;
    }

    .top_menu_btn_rank {
        width: 90%;
        grid-template-columns: repeat(2, 1fr); /* スマホ: 横2列 */
    }

    /* 縦横の境界線を一度リセット */
    .top_menu_btn_rank a {
        border-right: none;
        border-bottom: none;
        padding: 20px;
    }

    /* 左側の列（1つ目と3つ目のリンク）だけに右ボーダーを付ける */
    .top_menu_btn_rank a:nth-of-type(1),
    .top_menu_btn_rank a:nth-of-type(3) {
        border-right: 1px dashed #ccc;
    }

    /* 上側の行（1つ目と2つ目のリンク）だけに下ボーダーを付ける */
    .top_menu_btn_rank a:nth-of-type(1),
    .top_menu_btn_rank a:nth-of-type(2) {
        border-bottom: 1px dashed #ccc;
    }

    .top_menu_btn_buyer {
        /* スマホ: 横1列（縦並び・横幅いっぱい） */
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 10px;
    }
    .top_menu_btn_buyer a {
        width: 100%;
    }

    .top_menu_btn_maker {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .top_menu_btn_maker a{
        width: 90%;
    }

    /* メーカー吹き出し */
    .badge_circle {
        top: -40px;
        right: -5px;
        width: 75px;
        height: 75px;
        font-size: 10px;
    }

    .top_menu_btn_bloger {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}


.menu_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.menu_btn p{
    width: 100%;
    margin-bottom: 0 !important;
}

.menu_btn a{
    display: inline-block;
    width: 30%;
    max-width: 120px;
    margin-top: 10px;
}

.menu_btn a img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*コンテンツ*/
#container{
    width:100%;
    background-color: #f4f4f4;
}

/*セクション*/
section{
    width: 100%;
    padding: 0 5%;
    max-width: 1200px;
    margin: 0 auto;
}

section:nth-of-type(n+2){
    margin-top: 40px;
}

section .flex_box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section .flex_box .area{
    position: relative;
    display: block;
    width: 40%;
    padding: 20px 0;
}

section .flex_box .area ul{
    padding: 0 10px 20px 10px !important;
}

section .flex_box .area ul li{
    list-style: none;
    padding-bottom: 20px !important;
}

section .flex_box2{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

section .flex_box2 .area{
    display: flex;
    width: 46%;
    padding: 0 0;
}


/*=============== コンテンツ用CSS　SP（タブレット767px以下） ===============*/
@media screen and (max-width:767px){
    #wrapper{
        display: block;/*display:flex;を解除*/
    }
    
    section{
        width: 100%;
        padding: 0 0 0 0;
    }

    section:nth-of-type(n+2){
        margin-top: 60px;
    }
    
    section .flex_box, section .flex_box2{
        display: block;/*display:flex;を解除*/
    }
        
    section .flex_box .area, section .flex_box2 .area{
        width:90vw;/*横幅を100%にして1列に見せる*/
        padding: 0;
        margin-left: 5vw;
    }
    
    #container{
        width:100%;/*横幅を100%にして1列に見せる*/
    }

    #container h1{
        font-size:2.5rem;
        line-height: 1.5;
    }

    #container h2{
        font-size:2.5rem;
        line-height: 1.5;
        /* padding: 10px; */
        margin: 0 0 40px 0;
        border-bottom: none;
    }

    #container h3{
        font-size:3rem;
        line-height: 1;
    }

    #container h4{
        font-size:5.5rem;
        line-height: 1;
    }

    #container p{
        font-size: 15px;
        line-height: 1.7;
        margin:0 0 30px 0;
    }

    #container p.top_txt{
        font-size: 15px;
        line-height: 1.6;
        margin:40px 20px;
        text-align: left;
    }

    #container p.top_txt_w{
        font-size: 15px;
        line-height: 1.6;
        margin:40px 20px;
        text-align: left;
        color: #FFFFFF !important;
    }

    #container small{
        font-size: 16px;
        line-height: 1;
        color: #444444;
    }

    .buyer_item img{
        display: block;
        width: 100%;
    }
}

/*=============== swiper ===============*/
.swiper{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
	padding:0 20px;
	}

.swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 100%;
}

.swiper-slide_inside {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    width: 20px; /* ボタンの幅 */
    height: 38px; /* ボタンの高さ */
    background-size: 20px 38px; /* 表示したいサイズ */
    transform: translateY(-50%);
    margin-top: 0;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
    background-image: url('https://www.naturum.co.jp/images/contents/bestitem25fh/swipe_arrow_01.png');
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
    background-image: url('https://www.naturum.co.jp/images/contents/bestitem25fh/swipe_arrow_01.png');
    transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

/*=============== メーカーページを追加 ===============*/
.sticky-nav-bar {
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10;
  transition: all 0.3s ease;
}

/* ★JSで上部に達したときだけ、このクラスを強制付与して固定する */
.sticky-nav-bar.is-fixed {
  position: fixed;
  top: 40px;
  left: 0;
  padding-top: 10px;
}

.sticky-nav-bar.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* 非表示中はクリックも効かないようにする */
}

.maker_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.maker_nav-item {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
  transform: scale(0.7);
}

.maker_nav-item img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
	.maker_nav {
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		width: 100%;
	}
	/* 通常のナビ項目 */
	.maker_nav-item {
		display: inline-block;
		margin: 0 5px;
		text-decoration: none;
		text-align: center;
		color: #333;
		font-weight: bold;
		transition: all 0.3s ease;
		transform: scale(0.7);
	}
	.maker_nav-item img {
		vertical-align: middle;
		width: 60%;
		height: auto;
	}
}

/* アクティブ時 */
.maker_nav-item.active {
  transform: scale(1);
  border-bottom: solid 3px #000;
}

/* メーカー担当者エリア */
.circle-container {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  left: -10px;
  z-index: 2;
}

/* 中央の画像（丸くくり抜く） */
.center-img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
}

/* SVGテキスト全体をアニメーションで回転させる */
.rotating-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 10s linear infinite;
}

.rotating-text text {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 38px;
  fill: #36a1dc; /* 文字の色 */
  letter-spacing: 2px;
}

/* 反時計回りにしたい場合は 360deg を -360deg に */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.maker_novelty{
    margin: 15px;
    background-color: #fff68a;
    padding: 5px;
    /* border-radius: 20px; */
}

.maker_novelty_flex{
    display: flex;
    justify-content: space-evenly;
    align-items: top;
}

.maker_novelty_flex .novelty_area{
    display: block;
    width: 40%;
    padding: 20px 0;
    color: #000;
}

@media screen and (max-width:767px){
    .maker_novelty_flex{
        display: block;/*display:flex;を解除*/
    }
        
    .maker_novelty_flex .novelty_area{
        width:94%;/*横幅を100%にして1列に見せる*/
        padding: 0;
        margin-left: 3%;
    }
}

.maker_novelty dl{
    margin-bottom: 15px;
}

.maker_novelty dl dt{
    line-height: 1.5;
    margin-bottom: 5px;
}

.maker_novelty dl dd{
    line-height: 1.5;

}
.maker_novelty dl dd ul{
    padding: 10px 0 0 20px !important;
    margin: 0;
    list-style: disc !important;
    color: #333;
}
.maker_novelty dl dd ul li{
    padding-bottom: 5px !important;
    font-size: 12px !important;
}

.maker_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    color: #000;
    text-decoration: none;
    padding: 10px;
    background-color: #FFFFFF;
}

.maker_item img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.maker_item p {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 96%;
    height: auto;
    color: #000000;
}

.maker_item p:nth-of-type(1) {
    font-size: 1.2em !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.maker_item p:nth-of-type(2) {
    font-size: 0.7em !important;
    margin: 10px 0 0 0 !important;
    color: #666 !important;
}

/* ==========================================================================
  メーカー部分
  ========================================================================== */

/* マスクリベールアニメーション */
.mask-reveal_wrap {
  display: block;
  width: 100%;
}

.mask-reveal_line {
  display: table;
  margin-bottom: 8px;
  background-color: #1AA04A;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s linear;
  transition-delay: var(--delay);
}

.mask-reveal_line:last-child {
  margin-bottom: 0;
}

.section-container.is-active .mask-reveal_line {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* プロフィール基本パーツ */
.profile-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 13px;
  color: #000;
}

.person-name {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

p.profile-text {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.speech-bubble {
  position: relative;
  color: #FFF;
  background-color: #1a9f43;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 0px 0px #cdb4db;
}

p.bubble-text {
  margin: 0 !important;
  font-size: 14px !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
}

/* SP */
.section-container,
.media-box,
.content-box {
  display: block;
  width: 100%;
}

.media-box {
  /* margin-bottom: 16px; */
  text-align: left;
}

.thumb-img {
  width: 90px;
  height: 60px;
  /* max-width: 100%; */
  /* max-height: 100%; */
  /* object-fit: cover; */
  /* background-color: #ddd; */
}

.mask-reveal_line {
  font-size: 2rem;
  margin-bottom: 6px;
}

/* プロフィールエリア（SP時：縦並び） */
.profile-card {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
  margin: 0 auto;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC */
@media screen and (min-width: 768px) {
  /* メインレイアウト（テーブル構造化） */
  .section-container {
    display: table;
    width: 100%;
  }

  .media-box,
  .content-box {
    display: table-cell;
    vertical-align: middle;
  }

  .media-box {
    width: 300px;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .thumb-img {
    width: 300px;
    height: 200px;
    max-width: 90px;
    max-height: 60px;
  }

  .content-box {
    width: 100%;
  }

  .mask-reveal_line {
    font-size: 2rem;
    margin-bottom: 8px;
  }

  /* プロフィールエリア（PC時：横並び・高さ揃え・縦中央） */
  .profile-card {
    max-width: 1000px;
    flex-direction: row;
    gap: 20px;
  }

  .profile-left {
    flex: 1;
    min-width: 320px;
  }

  .speech-bubble {
    flex: 1.5;
    margin-left: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  p.bubble-text {
    width: 100% !important;
  }

  .speech-bubble::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #1a9f43;
  }
}


/*=============== PC/SP表示非表示 ===============*/
@media(min-width:768px){
    .sp-none{
        display: none !important;
    }
}
@media(max-width:767px){
    .pc-none{
        display: none !important;
    }
}