/** Shopify CDN: Minification failed

Line 193:0 Unexpected "}"

**/
/* 初期設定 */
@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "MS Pゴシック",sans-serif;
  color: #171C22;
  background-color: #fff;
}

.lp_width{
  max-width:990px;
  margin:0 auto;
}

body,
header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
dl,
dd,
dt,
div,
span,
time,
figure,
figcaption,
article,
section,
aside {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: normal;
}

h3 {
  font-size: 2.7rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

h4 {
  font-size: 2rem;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p{
  line-height:2;
}

.bold{
  font-weight: bold;
}


img,
svg {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

a:hover {
  opacity: .7;
  transition: 0.3s;
}

ul li {
  list-style-type: none;
}

.pc{
  display: none;
}

.sp, .sp_ver {
  display: none;
}

.flex-container
 {
  display: flex;
}


.flex-item {
  margin:0 auto;
  max-width: 33%;
  padding:0 1%;
  display: flex;
  flex-direction: column;
}


.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* 初期設定----------------------------------------------- */

/* ボタンデザイン */
.link-btn {
  display: block;
  color: #171C22;
  background-color: #000;
  width: 100%;
  line-height: 36px;
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;

  letter-spacing: 0.1rem;
  border-radius: 5px;
}

.btn-w {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
}

.btn-area{
  text-align: center;
  margin-top:5%;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: black;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  width: 80%;
}
}
/* ボタンデザイン--------------------------------------- */

/* セクション設定 */
.section-wrapper {
  max-width: 990px;
  margin: 5% 2% 0 2%;
  position: relative;
}

.section-wrapper:before{
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 80%; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: grey; /*下線の色*/
  opacity: 0.2;
}

.section-title {
  font-size: 4rem;
  margin-top:5%;
  text-align: center;
}

.section-desc-area{
   margin:3% 0 5% 0;
}

.section-desc{
  margin: 0 auto;
  width:95%;
  line-height: 2;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
  padding-top:3%;
}

/* セクション設定-------------------------------------------- */


/* ファーストビュー  */
main {
  height: auto;
  margin:0 auto;
  width:100%;
 
}

.mainvisual {
  width: 100%;
  height: 100%;
  position: relative;
}

.mainvisual img{
 width:100%;
}

.mainvisual-copy {
  text-align: center;
  color:white; 
  width:100%;
  position: absolute;
  bottom:0;
}

.mainvisual-title {
  font-size: 3rem;
  letter-spacing: 0.8rem;
  background-color:rgba(0,113,188,0.18);
  padding:1%;
}

.description-copy {
  font-size: 2rem;
  text-align: center;
  width:95%;
  margin:0 auto;
  margin-top:2%;
}

.main-title{
  position: absolute;
  top:3%;
  left:7%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:6rem;
  background-color:rgba(255,255,255,0.5);
  padding-top:3%;
  padding-bottom:3%;
  color:#0071BC;
  background: linear-gradient(rgba(0, 113, 188, 0.1),rgba(0,113,188,0.01) );
  letter-spacing: 1rem;
}

/* ファーストビューーーーーーーーーーーーーーーーーー  */


/* ランキング・定番アイテム */

.number1,
.number2,
.number3
 {
  font-size: 2rem;
  color: #fff;
  display: block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 3.8rem;
  padding: 5px;
}

.number1 {
  background-color: #DBB74C;
}

.number2 {
  background-color: #98ADB7;
}

.number3 {
  background-color: #DA8D69;
}

.item {
  text-align: center;
}

.item-price{
  margin-top:auto;
  text-align: center;
  padding-top:5%;
  }
  
  .item-brand,.item-name{
    text-align: center;
    color:#0071BC;
    padding:3% 0;
  }

  .item-name{
    color:black;
  }

  .flex-container-second{
    padding-top:5%;
  }


/* ランキング・定番アイテムーーーーーーーーーーーーーーーーーーーー*/

/*カテゴリー別 */

.category-block{
  
  background: linear-gradient(rgba(0,113,188,0.05),rgba(0,255,255,0.01) );
  padding-top:1%;
  padding-bottom:3%;
  margin-bottom:5%;
}

.category-block:last-of-type{
  margin-bottom:0;
}

/*カテゴリー別ーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/*相手別 */

.partner-box {
  border: 1px solid #000;
  margin-bottom: 5%;
}

.partner input {
  display: none;
}

/*バー部分*/
.partner label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  position: relative;
}

/*開いたときに表示される部分*/
.partner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.partner li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
}

#partner_bar01:checked~#links01 li,
#partner_bar02:checked~#links02 li,
#partner_bar03:checked~#links03 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
  margin-bottom: 20px;
}

.partner-check:checked+.partner-label {
  border-bottom: 1px dashed #000;
}

.by-partner-head{
  display:flex;
max-height: 400px;
}

.by-partner-heading{
/* margin-left: auto; */
margin-right:15%;
text-align: start;
margin-top:20px;
}

.family{
  background: linear-gradient(rgba(0,113,188,0.5),rgba(255,255,255,0.3) );
}

.friend{
  background: linear-gradient(rgba(172, 188, 0, 0.5),rgba(255,255,255,0.3) );
}

.business{
  background: linear-gradient(rgba(188, 3, 0, 0.5),rgba(255,255,255,0.3) );
}


/*閉じた状態の矢印*/
.partner label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  /* top: 0; */
  bottom: 5%;
  margin: auto;
}

/*開いた状態の矢印*/
.partner input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  /* top: 7%; */
  bottom: 0;
  margin: auto;
}

.by-partner-head-left{
  width:65%;
}

.by-partner-head-right{
  display: flex;
  width:35%;
  flex-direction: row-reverse;
}


  .by-partner-head-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .by-partner-text{
    height:80%;
    /* margin:auto; */
    margin-top:40px;
    margin-right:20%;
   line-height: 1.8;
  
  }

  /*partner全体*/
.partner {
  width: 70%;
  padding: 1rem 1rem 2rem;
  /* font-size: 1.8rem; */
  margin-left: auto;
  margin-right: auto;
}

.by-partner-body{
  width:95%;
  margin:0 auto;

}

 
table{
  margin: 0 auto;
  margin-top:7%;

  border-bottom:1px solid grey;
  width:90%;
}


.partner-point{
  border-bottom:1px dotted grey;
}

.point-text{
  margin:0 auto;
  width:85%;
  
}

.recommend-item{
  margin:0 auto;
/*   margin-top:5%; */
  max-width: 60%;
  padding:0 1%;
  display: flex;
  flex-direction: column;
}

/*相手別のレスポンシブ対応*/
@media(max-width:900px){

  .by-partner-head-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .by-partner-head-right{
    height:80%;
  }

  .by-partner-text{
    font-size:12px;
    height:250px;
  }

  .by-partner-head{
    max-height:300px;
  }

    .point-text {
    font-size: 14px;
    line-height: 1.5;
}
}

@media(max-width:700px){
  .partner {
    width: 90%;
  }
}

@media(max-width:400px){
  .partner {
    width: 100%;
  }
}

@media(max-width:350px){
  .partner {
    width: 100%;  
  }

  /* .by-partner-head-left {
    width: 100%;
}

.by-partner-head-right{
  width:10%;
} */
}

@media(max-width:750px){
  table tr{
    display:flex;
    flex-direction: column;
  }
}

/*相手別のレスポンシブ対応ーーーーーーーーーーーーー*/

/* 予算別 */
.by-price h3{
  font-size:1.8rem;
  margin:0;
}

@media(max-width:800px){
  .by-price h3{
    font-size:1.4rem;
  }
}

@media(max-width:500px){
  .by-price h3{
    font-size:1.2rem;
  }
}



/*相手別ーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/*BECOSが選ばれる理由ーー */
.reason{
  /* position:relative; */
  width:100%;
  /* height:700px; */
  /* background: linear-gradient(rgba(0,113,188,0.05),rgba(0,255,255,0.01) ); */
  /* background-color:rgba(0,255,255,0.05); */
  margin-top:5%!important;
  /* margin:0 auto; */
  /* border:1px solid black; */
}

.reason-area{
  display: flex;
  
}


.reason-left{
  width:40%; 
  position: relative;
  margin-left:5%;
}

.reason-right{
  width:60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(rgba(0, 113, 188, 0.1),rgba(0,113,188,0.01) );
  /* background-color: rgba(0,0,0,0.2); */
  position: absolute;
  left:40%;
  margin-top:30px;

}

.reason img{
  /* position:absolute; */
  /* top:50px; */
  /* left:100px; */
  /* max-width:250px; */
}

.reason-right{
  /* position:absolute; */
  /* top:50px;
  left:200px; */
  /* height:150px; */
  /* background-color:rgba(255,255,255,0.8); */
  padding:10px;
  /* box-shadow:0 0 5px #999; */
  /* line-height:24px; */
  text-align: center;
  /* font-size:2rem; */
  padding:10% auto;
  width:60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.reason-right>h3{
  margin:0;
}

.reason-right .btn{
width:50%;
margin:0 auto;
margin-top:3%;
}


.reason-text{
  /* position:absolute; */
  /* top:250px;
  left:0px; */
  /* height:150px; */
  /* padding:20px; */
  margin-top:1%;
}

.tabs input,.tabs label{
  display: none;
}

.reason-container{
  width:50%;
  margin:0 auto;
}


.flex-scrolling {
  padding: 20px;
  margin: 1% 0.5%;
  background-color: #f3f3f3;
}

.flex-scrolling-reason-img,
.flex-scrolling-report-img {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 5%;
}

.reason-area-btn {
    text-align: center;
}

.reason-img {
  width: 100%;
}
.reason {
  margin: 0;  
}

.scr-reason {
  padding: 20px;
  margin: 5% 0.5%;
}

.flex-reason{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp-text{
  display: none;
}

.reverse{
  flex-direction: row-reverse;
}

.reverse .reason-left{
  margin-right:5%;
  margin-left:0;
}

.reverse .reason-right{
  position: absolute;
  left: auto;
  right:40%;
}

.by_item-price {
    margin-top: auto;
    text-align: center;
}


@media(max-width:900px){

  .reason-title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .reason img{
    max-width:70%;
    position: relative;
  }
  
  .reason-title{
    top: 15%;
    left: 35%;
    height: 30%;
    width:60%;
  }
  
  
  .reason-text{
    top:65%;
    width:95%;
    margin:0 auto;
  }


.reason-left{
  width:70%; 
}

.reverse .reason-left{
 text-align: right;
}


}

@media(max-width:850px){
  .reason-text{
    top:60%;
  }

  .reason-area{
    margin-bottom:10%;
  }

}

@media(max-width:750px){
  .reason-text{
    top:55%;
  }

   
}

@media(max-width:700px){
  .reason-text{
    top:53%;
  }

  .reason-right .btn{
    width:80%;
    }

    .pc-text{
      display: none;
    }
    
    .sp-text{
      display: block;
    }

    .reason-right{
      margin-top:80px;
    }


}

@media(max-width:650px){
  .reason-text{
  top:50%;
}



}

@media(max-width:600px){
  .reason-text{
  top:45%;
}






}

@media(max-width:450px){
  .reason-text{
 font-size:15px;
}

.reason-right .btn{
  font-size:1.4rem;
  width:100%;
  }

}

@media(max-width:360px){
  .reason-text{
 font-size:14px;
}

.reason-right .btn{
  font-size:1.2rem;
  padding:0;
  }


}

@media(max-width:320px){
  .reason-text{
 font-size:12px;
}
}

@media(max-width:769px){
  .reason-container{
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: normal;
  }
}

@media(max-width:700px){

  .tabs{
padding-top:5%;
  }

  .reason{
    width:100%;
  }

  .btn, a.btn, button.btn {
    font-size: 1.2rem;
}

  /* 切り替えボタンの表示 */
  .tabs input,.tabs label{
    display: block;
  }

/* タブ切り替え全体のスタイル */
.tabs {
  /* margin-top: 50px; */
  padding-bottom: 40px;
  margin: 0 auto;

}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  /* border-bottom: 3px solid #0071BC; */
  background-color: rgb(242, 242, 242);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  opacity: 0.5;
}
.tab_item:hover {
  opacity: 0.75;
}

/* ラジオボタンを全て消す */
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  /* padding: 40px 40px 0; */
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#rapping:checked ~ #rapping_content,
#message:checked ~ #message_content,
#delivery:checked ~ #delivery_content,
#gift:checked ~ #gift_content
 {
  display: block;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0071BC;
  color: #fff;
  opacity: 1;
}

}


/*BECOSが選ばれる理由ーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/*BECOS厳選 夏の贈り物ーー */

.commentator-item{
  margin:0 auto;
  margin-top:5%;
  max-width: 100%;
  padding:0 1%;
  display: flex;
  flex-direction: column;
}

.commentator {
  display: flex;
  align-items: center;
  border:1px solid black;
  font-size:2rem;
  width:80%;
  margin:5% auto;  
}

@media(max-width:600px){
  .commentator {
    width:90%;
  }
}


.commentator-name{
  font-size:3rem;
}

.about-commentator {
  width: 70%;
  margin:auto;
}

.commentator-img {
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}

.commentator-heading{
  color:#0071BC;
}

.recommend-item-area{
  width:60%;
  margin:0 auto;
}


.advice-container img{
  width:50%;
  margin:0 auto;
}



.wrapper-report{
  background-color: #efefef;
}


.recommend-item .item-brand{
  text-align: center;
}

.commentator-item .item{
  text-align: center;
}



.commentator-img>img {
  border-radius: 50%;
}

.about-commentator>p:first-child {
  margin-bottom: 1%;
}
.section-wrapper {
    max-width: 990px;
    margin: 5% 2% 0;
    position: relative;
}

/* BECOS厳選レスポンシブ対応 */
@media(min-width:800px){
  .commentator-item{
    flex-direction: row;
  }

.recommend-item-left{
  width:40%;
 margin:auto;
}

.recommend-item-right{
  width:60%;
  padding:2%;
}

.advice-container img{
  width:80%;
}
}


.rec_item,.rec_second_item {
  width: calc(100%/3);
  background-color: rgb(242, 242, 242);
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
 
}

input[name="rec_item"] {
  display: none;
}

input[name="rec_second_item"] {
  display: none;
}

.rec-tabs{
  display:flex;
  flex-wrap: wrap;
}

.rec-tabs label>img{
 width:70%;
}

.rec-flex-item {
  max-width: 33%;
text-align: center;
cursor: pointer;
}


#rec1:checked ~ #rec1_content,
#rec2:checked ~ #rec2_content,
#rec3:checked ~ #rec3_content
 {
  display: block;
}

#rec4:checked ~ #rec4_content,
#rec5:checked ~ #rec5_content,
#rec6:checked ~ #rec6_content{
  display:block;
}

/*タブ切り替えの中身のスタイル*/
.tab_rec_content {
  display: none;
  clear: both;
  overflow: hidden;
}

.rec-tabs input:checked + .rec-flex-item>img {
  border:3px solid  #0071BC;
  color: #fff;
}

/* BECOS厳選レスポンシブ対応-------------- */

/*BECOS厳選 夏の贈り物ー-----------------------------ー */

/*faq全体*/
.faq {
  width: 100%;
  padding: 1rem 1rem 2rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.qabox {
  border: 1px solid black;
  margin-bottom: 5px;
  padding: 1% 2%;
}

.faq input
 {
  display: none;
}

/*バー部分*/
.faq label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: black;
  line-height: 1;
  position: relative;
  padding: 15px;
}

/*開いたときに表示される部分*/
.faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.faq li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
}

#faq_bar01:checked~#links01 li,
#faq_bar02:checked~#links02 li,
#faq_bar03:checked~#links03 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
  margin-bottom: 20px;
}

.faq-check:checked+.faq-label {
  border-bottom: 1px dashed black;
}

/*閉じた状態の矢印*/
.faq label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: black 1px solid;
  border-right: black 1px solid;
  transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印*/
.faq input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: black 1px solid;
  border-right: black 1px solid;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.faq-link {
  color: rgb(10, 83, 240);
}

/* FAQ ーーーーーーーーーーーーーーーー*/

/* 知識、記事カルーセル */
.blog_wrap {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
}

.section-wrapper_blog{
  margin:0 auto;
}

.blog_item {
  scroll-snap-align: center;
  display: inline-block;
  margin: 0 20px;
  width: 40%;
  white-space: normal;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border-radius: 20px;
  overflow: hidden;
}

.blog_item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog_item a{
  width:100%;
}

.blog_item p{
  margin:5%;
  height:50px;
}

/* 知識・記事レスポンシブ */

@media not all and (min-width: 840px){
  .blog_wrap {
    width: 100%;
  }
}

@media not all and (min-width: 700px){
  .blog_item {
    width: 80%;
  }
}

@media(max-width: 700px){
  .blog_item p{
      height:80px;
  }

  .blog_item {
    margin: 0 10px;
  }

}

@media(max-width: 400px){
  .blog_item p{
      height:100px;
  }

  .blog_item {
    margin: 0 5px;
  }
}
/* 知識・記事レスポンシブ */
/* 知識・記事カルーセルーーーーーーーーーーーーーーーーーーーーーーーー */

/*レスポンシブ全体ーーーーーーー*/

@media(min-width:990px){
  .pc{
    display: block;
  } 
  .section-desc{
    text-align: center;
  }

  .partner{
    width:90%;
  }

}

@media (max-width:769px) {

  .section-inner {
    margin-left: auto;
    margin-right: auto;
    margin:0 auto;  
  }

 

  .pc_ver {
    display: none;
  }

  .flex-item {
    padding: 0.5%;
  } 

  .flex-scrolling,
  .flex-scrolling-gift {
    display: inline-block;
    min-width: 90%;
  }

  .sp_ver {
    font-size: 1rem;
  }
  .about-commentator {
    max-width: 70%;
    margin-left: 3%;
  }
}


/* 文字レイアウトレスポンシブ */
@media(max-width:990px){
  .description-copy{
    font-size:1.8rem;
  }
  }

  @media(max-width:900px){
    .mainvisual-title {
      font-size: 2.5rem;
    } 

    .description-copy{
      font-size:1.8rem;
    }
  
    .main-title{
      font-size:5rem;
    }
      .section-wrapper {
    margin: 5% 2% 0!important;
}

  
  }
  
  @media(max-width:800px){
    .mainvisual-title {
      font-size: 2.2rem;
    } 
  
    .main-title{
      font-size:4.5rem;
    }  

    .description-copy{
      font-size:1.6rem;
    }

     .section-title {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }

  h3 {
    font-size: 2.2rem;
    
  }

  .commentator-name{
    font-size:2.4rem;
  }

  .about-commentator {
 font-size:1.6rem;
  }


  
  }
  
  @media(max-width:710px){
    .sp, .sp_ver {
      display: block;
    }
  
   

    .item,.item-brand{
      font-size:1.4rem;
    }
  
  }
  
  @media(max-width:650px){
  
    .main-title{
      font-size:3.5rem;
    }
  
    .mainvisual-title {
      font-size: 1.8rem;
    } 

    .section-desc {
      font-size: 1.6rem;
  }
  
  }
  
  @media(max-width:550px){
  
    .main-title{
      font-size:3.0rem;
    }
  
    .mainvisual-title {
      font-size: 1.8rem;
    } 

    .description-copy,.section-desc{
      font-size:1.2rem;
    }
    
.number1,
.number2,
.number3
 {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height:3rem;
}

  
  }
  @media(max-width:500px){
  
    .main-title{
      font-size:2.5rem;
    }
  
    .mainvisual-title {
      font-size: 1.6rem;
    } 

    .item,.item-brand{
      font-size:1.2rem;
    }

    .section-title {
      font-size: 2.5rem;
    }

    h3 {
      font-size: 2.0rem;
    }

    .commentator-name{
      font-size:2.0rem;
    }
  
    .about-commentator {
   font-size:1.4rem;
    }

    .item-name{
      font-size:1.2rem;
    }

    .commentator-img {
      margin-right: 5%;
  }

 

  }
  @media(max-width:450px){
      .main-title{
      padding-bottom:0;
    }

    .main-title{
      font-size:2.2rem;
    }
  
  }
  
  @media(max-width:400px){
  
    .main-title{
      font-size:2.0rem;
    }

    .mainvisual-title{
      line-height: 1.2;
    }
    .section-title {
      font-size: 2.2rem;
    }

    h3 {
      font-size: 1.8rem;
    }

    .commentator-name{
      font-size:1.8rem;
    }
  
    .about-commentator {
   font-size:1.2rem;
    }

    .tab_item{
      font-size:1.4rem;
    }
  
  }
  @media(max-width:350px){
  
    .main-title{
      font-size:1.8rem;
      padding-bottom:0;
      letter-spacing: 0.5rem;
    }
  
    .mainvisual-title {
      font-size: 1.4rem;
    } 

    .section-title {
      font-size: 2.0rem;
    }

    h3 {
      font-size: 1.6rem;
    }

    .commentator-name{
      font-size:1.4rem;
    }
  
    .about-commentator {
   font-size:1.0rem;
    }

  }

  /* 文字レイアウトレスポンシブ */
  /*レスポンシブ全体ーーーーーーー*/