﻿
@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: #507daf;
	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 ===============*/
.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: #507daf;
    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: #507daf;
    margin: 0;
    padding: 5px 0 20px 0;
    border-bottom: none;
}

#container h3{
    font-size:5rem;
    font-family: "Slackside One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #507daf;
    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: #507daf;
}

.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 #507daf;
    border-right: 70px solid #507daf;
}

.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 small{
    font-size: 14px;
    font-family: "Slackside One", 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: 50%;
    height: 40px;
    color: #ffffff;
    background-color: #507daf;
    /* border: solid 1px #666666; */
    border-radius: 20px;
    padding: 15px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 3px 3px #abcd03;
}

.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 #507daf; */
    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: #507daf !important;
}
.hr_style3::before,
.hr_style3::after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #507daf;
    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;
}

.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%;
}

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{
    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: 100px;
    }
    
    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;
    }

    #container h3{
        font-size:6rem;
        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:10px 20px;
        text-align: left;
    }

    #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;
}

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