
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400&display=swap');
body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  color: #000;
  font-weight: 500;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}
.robotoCon {
  font-family: 'Roboto Condensed', sans-serif;
}

.printBox {
  display: none;
}

.noscript {
  z-index: 999999;
  position: fixed;
  top: 100px;
  text-align: center;
  width: 100%;
}

.m-gdpr-btn {
  text-align: center;
}
.m-gdpr-txt {
  letter-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  /* text-align: inherit; */
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  transition: opacity .3s ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  transition: opacity .3s ease;
}


img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
img.img_insert_left {
  float: left;
  margin: 0 30px 40px 0;
  width: 200px;
}
img.img_insert_right {
  float: right;
  margin: 0 30px 40px 40px;
  width: 300px;
}
.text-small {
  font-size: 18px;
  line-height: 1.6;
}
.text-large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.text-color-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
  letter-spacing: 1px;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 0.6em;
}
.text-centerBox{
  text-align: center;
}

.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}


@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
}
}

.scroll-prevent {
  overflow: hidden;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 2;
  margin-bottom: 70px;
}
h2.narrow {
  line-height: 1.6;
}
h2 span {
  font-size: 70px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 8px;
  background-image: linear-gradient(90deg, rgba(63, 195, 93, 1), rgba(175, 76, 195, 1));
}



/* kvArea
------------------------------------------------------------*/

.kvArea {
  position: relative;
}
.kvArea .kvLogo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 170px;
}
.kvArea h1 {
  height: 800px;
  width: 100%;
  overflow: hidden;
}
.kvArea h1 img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 800px;
}



/* conversionArea
------------------------------------------------------------*/

.conversionArea {
  padding: 30px 0 40px;
  background: linear-gradient(to right , #d5b977 , #f7e8bf 50% , #f7e8bf 51% , #d5b977);
  width: 100%;
}
.conversionArea .inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.conversionArea .inner .btn {
  width: calc((100% / 3) - 30px);
  text-align: center;
}

.conversionArea .inner .btn .text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.conversionArea .inner .btn .conversionBtn {
  position: relative;
  display: block;
  background: linear-gradient(to right , #b39251 , #cfbc51 50% , #cfbc51 51% , #b39251);
  border-radius: 44px;
  height: 86px;
}
.conversionArea .inner .btn .conversionBtn span {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.conversionArea .inner .btn.amazonBtn .conversionBtn span {
  padding-top: 23px;
}
.conversionArea .inner .btn.rakutenBtn .conversionBtn span {
  padding-top: 22px;
}
.conversionArea .inner .btn.lohacoBtn .conversionBtn span {
  padding-top: 26px;
}
.conversionArea .inner .btn.amazonBtn .conversionBtn span img {
  width: 109px;
}
.conversionArea .inner .btn.rakutenBtn .conversionBtn span img {
  width: 107px;
}
.conversionArea .inner .btn.lohacoBtn .conversionBtn span img {
  width: 144px;
}
.conversionArea .inner .btn .conversionBtn span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url(../img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
}


/* contentsArea　共通
------------------------------------------------------------*/
.contentsArea_inner {
  max-width: 1380px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

/* contentsArea_01
------------------------------------------------------------*/

.contentsArea_01 {
  padding: 80px 20px;
}
.contentsArea_01 p {
  text-align: center;
}
.contentsArea_01 p .text-small {
  font-size: 14px;
}
.contentsArea_01 p .marker {
  position: relative;
  font-weight: 700;
}
.contentsArea_01 p .marker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: linear-gradient(180deg, rgba(240,228,182,0) 0%, rgba(240,228,182,0) 65%, rgba(240,228,182,1) 66%, rgba(240,228,182,1) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* contentsArea_02
------------------------------------------------------------*/
.contentsArea_02 {
  background: #f7f9f9;
  padding: 80px 0;
}
.contentsArea_02 .flexBox {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.contentsArea_02 .flexBox h3 {
  font-size: 16px;
  text-align: center;
  position: relative;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
.contentsArea_02 .flexBox h3 span {
  font-size: 60px;
}
.contentsArea_02 .flexBox h3:after {
  content: "";
  width: 30px;
  height: 1px;
  border-top: 3px solid #000;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.contentsArea_02 .flexBox .textBox {
  max-width: 720px;
  width: 100%;
  padding: 0 20px 0 80px;
  font-size: 16px;
  line-height: 1.8;
}
.contentsArea_02 .flexBox .textBox .text-small {
  font-size: 12px;
}
.contentsArea_02 .flexBox .imgBox {
  max-width: 600px;
  width: 100%;
}
.contentsArea_02 .flexBox.reverse .imgBox {
  order: -1;
  padding-right: 50px;
  max-width: 650px;
}
.contentsArea_02 .flexBox.reverse .textBox {
  max-width: 100%;
  width: 100%;
  padding-left: 80px;
  font-size: 16px;
  line-height: 1.8;
}
.contentsArea_02 .flexBox .textBox .disc {
  margin-top: 5px;
}
.contentsArea_02 .flexBox .textBox .disc li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
}
.contentsArea_02 .flexBox .textBox .disc li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
}


/* contentsArea_03
------------------------------------------------------------*/
.contentsArea_03 {
  position: relative;
}
.contentsArea_03 h2 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
.contentsArea_03 .imgBox {
  height: 1000px;
  width: 100%;
  overflow: hidden;
}
.contentsArea_03 .imgBox img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 1000px;
}

/* contentsArea_04
------------------------------------------------------------*/
.contentsArea_04 {
  padding: 80px 0 140px;
}
.contentsArea_04 .flexBox {
  display: flex;
}
.contentsArea_04 .flexBox .imgBox_left {
  max-width: 690px;
  width: 100%;
  padding-right: 50px;
}
.contentsArea_04 .flexBox .imgBox_right {
  max-width: 690px;
  width: 100%;
  margin-top: 120px;
  padding-left: 50px;
}
.contentsArea_04 .flexBox .imgBox_left p,
.contentsArea_04 .flexBox .imgBox_right p {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}


/* contentsArea_05
------------------------------------------------------------*/
.contentsArea_05 {
  padding: 80px 0 140px;
}
.contentsArea_05 .flexBox_01 {
  display: flex;
  align-items: center;
  padding-top: 50px;
  margin-bottom: 100px;
}
.contentsArea_05 .flexBox_01 .imgBox {
  max-width: 610px;
  width: 100%;
  padding-right: 50px;
}
.contentsArea_05 .flexBox_01 .textBox {
  font-weight: 900;
}
.contentsArea_05 .flexBox_01 .textBox h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contentsArea_05 .flexBox_01 .textBox h3 > span {
  display: inline-block;
  position: relative;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 10px;
  overflow: hidden;
}
.contentsArea_05 .flexBox_01 .textBox h3 > span > span {
  top: 0;
  left: -100%;
  position: absolute;
  mix-blend-mode: difference;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  display: block;
}
.contentsArea_05 .flexBox_01 .textBox h3 > span.is-show > span {
  left: 0;
  transition: .9s left ease;
  transition-delay: .3s;
}
.contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay06 > span {
  transition-delay: .6s;
}
.contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay09 > span {
  transition-delay: .9s;
}

.contentsArea_05 .flexBox_01 .textBox .nickname {
  font-size: 20px;
}
.contentsArea_05 .flexBox_01 .textBox .name {
  font-size: 24px;
}
.contentsArea_05 .flexBox_01 .textBox .name span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
}
.contentsArea_05 .flexBox_01 .textBox .title {
  font-size: 14px;
  font-weight: 500;
}

.contentsArea_05 .flexBox_02 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: auto;
  width: calc(100% - ((100% - 1380px) / 2));
  padding: 0 0 0 40px;
}
.contentsArea_05 .flexBox_02 .imgBox {
  max-width: 960px;
  height: 580px;
  width: 100%;
  overflow: hidden;
}
.contentsArea_05 .flexBox_02 .imgBox img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 580px;
}
.contentsArea_05 .flexBox_02 .textBox {
  max-width: 690px;
  width: 100%;
  padding-right: 60px;
  font-size: 16px;
}



/* contentsArea_06
------------------------------------------------------------*/

.contentsArea_06 {
  padding: 80px 0 0;
}
.contentsArea_06 strong {
  color: #e3bd1c;
}
.contentsArea_06 .inner {
  max-width: 1420px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 100px;
}
.contentsArea_06 .inner .h2_lead {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.contentsArea_06 .bg_black {
  width: 100%;
  background: #000;
}
.contentsArea_06 .inner_black {
  max-width: 1420px;
  width: 100%;
  max-height: 430px;
  min-height: 430px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.contentsArea_06 .inner_black:nth-of-type(1) { background-image: url(../img/img_contentsArea_06_01_01.webp);}
.contentsArea_06 .inner_black:nth-of-type(2) { background-image: url(../img/img_contentsArea_06_02_01.webp);}
.contentsArea_06 .inner_black:nth-of-type(3) { background-image: url(../img/img_contentsArea_06_04_01.webp?2506);}
/*.contentsArea_06 .inner_black:nth-of-type(4) { background-image: url(../img/img_contentsArea_06_04_01.webp);}*/

.contentsArea_06 .inner_black .commentBox {
  width: 510px;
  padding: 0 100px 0 0;
  color: #fff;
}
.contentsArea_06 .inner_black .commentBox .name {
  font-size: 24px;
  margin-bottom: 10px;
}
.contentsArea_06 .inner_black .commentBox .name span {
  font-size: 20px;
}
.contentsArea_06 .inner_black .commentBox .comment {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.contentsArea_06 .inner_black .commentBox .is-btnYoutube {
  display: block;
  border: 2px solid #fff;
  text-align: center;
  padding: 5px 0;
  position: relative;
  verticul
}
.contentsArea_06 .inner_black .commentBox .is-btnYoutube:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .3s right ease;
}
.contentsArea_06 .inner_black .commentBox .is-btnYoutube img {
  vertical-align: -2px;
  width: 25px;
  margin-right: 15px;
}
.contentsArea_06 .inner_black .commentBox .is-btnYoutube:hover {
  color: #fff;
}
.contentsArea_06 .inner_black .commentBox .is-btnYoutube:hover:after {
  right: 15px;
  transition: .3s right ease;
}



.contentsArea_06 .inner_black .selectBox {
  width: 450px;
  padding: 50px 100px 0 0;
  position: relative;
}
.contentsArea_06 .inner_black .selectBox:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -35px;
  width: 430px;
  height: 500px;
  transform: skewX(-17deg);
  background: #fff;
  z-index: 1;
}
.contentsArea_06 .inner_black .selectBox h3 {
  position: relative;
  z-index: 9;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.contentsArea_06 .inner_black .selectBox .selectImg {
  position: relative;
  z-index: 9;
  margin-bottom: 15px;
}
.contentsArea_06 .inner_black .selectBox .selectName {
  position: relative;
  z-index: 9;
  border-top: 2px solid #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  padding-top: 10px;
}
.contentsArea_06 .inner_black .selectBox .selectName li {
  line-height: 1.2;
  margin-bottom: 10px;
}
.contentsArea_06 .inner_black.reverse {
  flex-direction: row-reverse;
}
.contentsArea_06 .inner_black.reverse .commentBox {
  padding: 0 0 0 100px;
}
.contentsArea_06 .inner_black.reverse .selectBox {
  padding: 30px 5px 0 115px;
}
.contentsArea_06 .inner_black.reverse .selectBox:after {
  top: -30px;
  left: 65px;
}






/* 中間レイアウト
-----------------------------------------------*/
@media screen and (max-width:1420px) {


/* kvArea
------------------------------------------------------------*/

  .kvArea {
    position: relative;
  }
  .kvArea .kvLogo {
    position: absolute;
    left: 3vw;
    top: 3vw;
    width: 10vw;
  }
  .kvArea h1 {
    height: 56vw;
    width: 100%;
    overflow: hidden;
  }
  .kvArea h1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 56vw;
  }

  .contentsArea_02 .flexBox .textBox {
    padding: 0 2vw 0 5vw;
  }
  .contentsArea_02 .flexBox.reverse .textBox {
    padding-left: 5vw;
  }


  .contentsArea_05 .flexBox_01 .imgBox {
    max-width: 40vw;
    width: 100%;
    padding-right: 4vw;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 {
    font-size: 2vw;
  }

  .contentsArea_05 .flexBox_02 {
    width: 100%;
  }

  .contentsArea_06 {
    font-size: 3.4vw;
  }
  .contentsArea_06 .inner_black .commentBox {
    width: 36vw;
    padding: 50px 0 50px 6vw;
  }
  .contentsArea_06 .inner_black.reverse .commentBox {
    padding: 50px 6vw 50px 0;
  }
  .contentsArea_06 .inner_black .selectBox {
    width: 28vw;
    padding: 50px 4vw 0 0;
  }
  .contentsArea_06 .inner_black .selectBox:after {
    left: -4vw;
    width: 32vw;
  }
  .contentsArea_06 .inner_black.reverse .selectBox {
    padding: 50px 0 0 4vw;
  }
  .contentsArea_06 .inner_black.reverse .selectBox:after {
    left: 0;
  }
  .contentsArea_06 .inner_black .selectBox .selectName {
    font-size: 0.8vw;
  }

}

@media screen and (max-width:1280px) {


  body {
    font-size: 1.4vw;
  }
  .text-small {
    font-size: 1.2vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 1.8;
  }


  h2 {
    font-size: 3.4vw;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 2;
    margin-bottom: 5vw;
  }
  h2.narrow {
    line-height: 1.6;
  }
  h2 span {
    font-size: 5vw;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
  }
  h2:after {
    content: "";
    position: absolute;
    bottom: -2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 5vw;
    height: .6vw;
    background-image: linear-gradient(90deg, rgba(63, 195, 93, 1), rgba(175, 76, 195, 1));
  }



  /* kvArea
  ------------------------------------------------------------*/

  .kvArea {
    position: relative;
  }
  .kvArea .kvLogo {
    position: absolute;
    left: 3vw;
    top: 3vw;
    width: 10vw;
  }
  .kvArea h1 {
    height: 56vw;
    width: 100%;
    overflow: hidden;
  }
  .kvArea h1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 56vw;
  }


  /* conversionArea
  ------------------------------------------------------------*/

  .conversionArea {
    padding: 2vw 0 3vw;
    background: linear-gradient(to right , #d5b977 , #f7e8bf 50% , #f7e8bf 51% , #d5b977);
    width: 100%;
  }
  .conversionArea .inner {
    max-width: 1080px;
    width: 100%;
    padding: 0 2vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .conversionArea .inner .btn {
    width: calc((100% / 3) - 2vw);
    text-align: center;
  }

  .conversionArea .inner .btn .text {
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
    letter-spacing: 1px;
  }
  .conversionArea .inner .btn .conversionBtn {
    position: relative;
    display: block;
    background: linear-gradient(to right , #b39251 , #cfbc51 50% , #cfbc51 51% , #b39251);
    border-radius: 4.4vw;
    height: 8.6vw;
  }
  .conversionArea .inner .btn .conversionBtn span {
    display: block;
    width: calc(100% - .8vw);
    height: calc(100% - .8vw);
    background: #fff;
    border-radius: 3.6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .conversionArea .inner .btn.amazonBtn .conversionBtn span {
    padding-top: 2.8vw;
  }
  .conversionArea .inner .btn.rakutenBtn .conversionBtn span {
    padding-top: 2.7vw;
  }
  .conversionArea .inner .btn.lohacoBtn .conversionBtn span {
    padding-top: 3.1vw;
  }
  .conversionArea .inner .btn.amazonBtn .conversionBtn span img {
    width: 8.9vw;
  }
  .conversionArea .inner .btn.rakutenBtn .conversionBtn span img {
    width: 8.7vw;
  }
  .conversionArea .inner .btn.lohacoBtn .conversionBtn span img {
    width: 12vw;
  }
  .conversionArea .inner .btn .conversionBtn span:after {
    content: "";
    width: 1vw;
    height: 1vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2vw;
    margin: auto;
    background-image: url(../img/icon_blank.png);
    background-repeat: no-repeat;
    background-size: contain;
  }


  /* contentsArea　共通
  ------------------------------------------------------------*/
  .contentsArea_inner {
    max-width: 1380px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
  }

  /* contentsArea_01
  ------------------------------------------------------------*/

  .contentsArea_01 {
    padding: 6vw 2vw;
  }
  .contentsArea_01 p {
    text-align: center;
  }
  .contentsArea_01 p .text-small {
    font-size: 1.4vw;
  }
  .contentsArea_01 p .marker {
    position: relative;
    font-weight: 700;
  }
  .contentsArea_01 p .marker:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: linear-gradient(180deg, rgba(240,228,182,0) 0%, rgba(240,228,182,0) 65%, rgba(240,228,182,1) 66%, rgba(240,228,182,1) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  /* contentsArea_02
  ------------------------------------------------------------*/
  .contentsArea_02 {
    background: #f7f9f9;
    padding: 8vw 0;
  }
  .contentsArea_02 .flexBox {
    display: flex;
    align-items: center;
    padding: 4vw 0;
  }
  .contentsArea_02 .flexBox h3 {
    font-size: 1.2vw;
    text-align: center;
    position: relative;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
  }
  .contentsArea_02 .flexBox h3 span {
    font-size: 4vw;
  }
  .contentsArea_02 .flexBox h3:after {
    content: "";
    width: 3vw;
    height: 1px;
    border-top: 3px solid #000;
    position: absolute;
    bottom: -1vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contentsArea_02 .flexBox .textBox {
    max-width: 720px;
    width: 100%;
    padding: 0 1vw 0 3vw;
    font-size: 1.4vw;
    line-height: 1.8;
  }
  .contentsArea_02 .flexBox .textBox .text-small {
    font-size: 1.1vw;
  }
  .contentsArea_02 .flexBox .imgBox {
    max-width: 600px;
    width: 100%;
  }
  .contentsArea_02 .flexBox.reverse .imgBox {
    order: -1;
    padding-right: 5vw;
    max-width: 650px;
  }
  .contentsArea_02 .flexBox.reverse .textBox {
    max-width: 100%;
    width: 100%;
    padding-left: 3vw;
    font-size: 1.4vw;
    line-height: 1.8;
  }
  .contentsArea_02 .flexBox .textBox .disc {
    margin-top: .5vw;
  }
  .contentsArea_02 .flexBox .textBox .disc li {
    padding-left: 1vw;
    position: relative;
    margin-bottom: .5vw;
    line-height: 1.4;
  }
  .contentsArea_02 .flexBox .textBox .disc li:after {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #000;
  }


  /* contentsArea_03
  ------------------------------------------------------------*/
  .contentsArea_03 {
    position: relative;
  }
  .contentsArea_03 h2 {
    position: absolute;
    top: 8vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contentsArea_03 .imgBox {
    height: 100vw;
    width: 100%;
    overflow: hidden;
  }
  .contentsArea_03 .imgBox img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100vw;
  }

  /* contentsArea_04
  ------------------------------------------------------------*/
  .contentsArea_04 {
    padding: 8vw 0 14vw;
  }
  .contentsArea_04 .flexBox {
    display: flex;
  }
  .contentsArea_04 .flexBox .imgBox_left {
    max-width: 690px;
    width: 100%;
    padding-right: 5vw;
  }
  .contentsArea_04 .flexBox .imgBox_right {
    max-width: 690px;
    width: 100%;
    margin-top: 12vw;
    padding-left: 5vw;
  }
  .contentsArea_04 .flexBox .imgBox_left p,
  .contentsArea_04 .flexBox .imgBox_right p {
    text-align: center;
    font-size: 2.2vw;
    font-weight: 700;
    margin-bottom: 2vw;
  }


  /* contentsArea_05
  ------------------------------------------------------------*/
  .contentsArea_05 {
    padding: 8vw 0;
  }
  .contentsArea_05 .flexBox_01 {
    display: flex;
    align-items: center;
    padding-top: 5vw;
    margin-bottom: 10vw;
  }
  .contentsArea_05 .flexBox_01 .imgBox {
    max-width: 40vw;
    width: 100%;
    padding-right: 3vw;
  }
  .contentsArea_05 .flexBox_01 .textBox {
    font-weight: 900;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 {
    font-size: 2.2vw;
    line-height: 1.2;
    margin-bottom: 1vw;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span {
    display: inline-block;
    position: relative;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 1vw;
    overflow: hidden;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span > span {
    top: 0;
    left: -100%;
    position: absolute;
    mix-blend-mode: difference;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: block;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-show > span {
    left: 0;
    transition: .9s left ease;
    transition-delay: .3s;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay06 > span {
    transition-delay: .6s;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay09 > span {
    transition-delay: .9s;
  }

  .contentsArea_05 .flexBox_01 .textBox .nickname {
    font-size: 2vw;
  }
  .contentsArea_05 .flexBox_01 .textBox .name {
    font-size: 2.4vw;
  }
  .contentsArea_05 .flexBox_01 .textBox .name span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
  }
  .contentsArea_05 .flexBox_01 .textBox .title {
    font-size: 1.4vw;
    font-weight: 500;
  }

  .contentsArea_05 .flexBox_02 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: auto;
    width: 100%;
    padding: 0 0 0 4vw;
    margin-bottom: 6vw;
  }
  .contentsArea_05 .flexBox_02 .imgBox {
    max-width: 960px;
    height: 52vw;
    width: 100%;
    overflow: hidden;
  }
  .contentsArea_05 .flexBox_02 .imgBox img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 52vw;
  }
  .contentsArea_05 .flexBox_02 .textBox {
    max-width: 690px;
    width: 100%;
    padding-right: 4vw;
    font-size: 1.4vw;
  }




  /* contentsArea_06
  ------------------------------------------------------------*/

  .contentsArea_06 {
    padding: 10vw 0 0;
  }
  .contentsArea_06 strong {
    color: #e3bd1c;
  }
  .contentsArea_06 .inner {
    max-width: 1420px;
    width: 100%;
    padding: 0 2vw;
    margin: 0 auto 6vw;
  }
  .contentsArea_06 .inner .h2_lead {
    font-size: 3.4vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3vw;
  }

  .contentsArea_06 .bg_black {
    width: 100%;
    background: #000;
  }
  .contentsArea_06 .inner_black {
    max-width: 1420px;
    width: 100%;
    max-height: 43vw;
    min-height: 41vw;
    height: 100%;
    padding: 0 2vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
  .contentsArea_06 .inner_black .commentBox {
    width: 35vw;
    padding: 5vw 0 5vw;
    color: #fff;
  }
  .contentsArea_06 .inner_black .commentBox .name {
    font-size: 2.4vw;
    margin-bottom: 1vw;
  }
  .contentsArea_06 .inner_black .commentBox .name span {
    font-size: 2vw;
  }
  .contentsArea_06 .inner_black .commentBox .comment {
    margin-bottom: 2vw;
    font-weight: 400;
    font-size: 1.4vw;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube {
    display: block;
    border: 2px solid #fff;
    text-align: center;
    padding: .5vw 0;
    position: relative;
    verticul
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2vw;
    margin: auto;
    width: 1vw;
    height: 1vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .3s right ease;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube img {
    vertical-align: -2px;
    width: 2.5vw;
    margin-right: 1.5vw;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube:hover {
    color: #fff;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube:hover:after {
    right: 1.5vw;
    transition: .3s right ease;
  }



  .contentsArea_06 .inner_black .selectBox {
    width: 26vw;
    padding: 5vw 0 0 0;
    position: relative;
  }
  .contentsArea_06 .inner_black .selectBox:after {
    content: "";
    display: block;
    position: absolute;
    top: -8vw;
    left: -5.5vw;
    width: 43vw;
    height: 50vw;
    transform: skewX(-17deg);
    background: #fff;
    z-index: 1;
  }
  .contentsArea_06 .inner_black .selectBox h3 {
    position: relative;
    z-index: 9;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5vw;
  }
  .contentsArea_06 .inner_black .selectBox .selectImg {
    position: relative;
    z-index: 9;
    margin-bottom: 1.5vw;
  }
  .contentsArea_06 .inner_black .selectBox .selectName {
    position: relative;
    z-index: 9;
    border-top: 2px solid #000;
    font-size: 1vw;
    letter-spacing: 0;
    text-align: center;
    padding-top: 1.5vw;
  }

  .contentsArea_06 .inner_black.reverse {
    flex-direction: row-reverse;
  }
  .contentsArea_06 .inner_black.reverse .commentBox {
    padding: 5vw 0 5vw;
  }
  .contentsArea_06 .inner_black.reverse .selectBox {
    padding: 5vw 0 0;
  }
  .contentsArea_06 .inner_black.reverse .selectBox:after {
    top: -3vw;
    left: -14.5vw;
  }




}


@media screen and (max-width:900px) {


}






/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}

.spMenu {
  display: none;
}





/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/

  body {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    width: 100%;
    position: relative;
/*    text-align: justify;
    text-justify: inter-ideograph;*/
    overflow-x: hidden;
  }
  img {
    image-rendering: auto;
  }
  img.img_insert_left {
    float: left;
    margin: 0 6vw 8vw 0;
    width: 40vw;
  }
  img.img_insert_right {
    float: right;
    margin: 0 6vw 8vw 8vw;
    width: 60vw;
  }
  .text-small {
    font-size: 2.8vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 2.4vw;
    letter-spacing: 1px;
  }
  strong {
    font-weight: bold;
  }

  .text-centerBox{
    text-align: center;
  }

  .mb50 {
    margin-bottom: 5vw;
  }
  .mb100 {
    margin-bottom: 10vw;
  }




  h2 {
    font-size: 5.5vw;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10vw;
  }
  h2.narrow {
    line-height: 1.6;
  }
  h2 span {
    font-size: 9vw;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
  }
  h2:after {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 10vw;
    height: 1.4vw;
    background-image: linear-gradient(90deg, rgba(63, 195, 93, 1), rgba(175, 76, 195, 1));
  }



  /* kvArea
  ------------------------------------------------------------*/

  .kvArea {
    position: relative;
  }
  .kvArea .kvLogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 6vw;
    width: 26vw;
    margin: auto;
  }
  .kvArea h1 {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .kvArea h1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
  }



  /* conversionArea
  ------------------------------------------------------------*/

  .conversionArea {
    padding: 4vw 0 2vw;
    background: linear-gradient(to right , #d5b977 , #f7e8bf 50% , #f7e8bf 51% , #d5b977);
    width: 100%;
  }
  .conversionArea .inner {
    max-width: 1080px;
    width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  .conversionArea .inner .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 4vw;
  }

  .conversionArea .inner .btn .text {
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 2vw;
    letter-spacing: 1px;
  }
  .conversionArea .inner .btn .conversionBtn {
    position: relative;
    display: block;
    background: linear-gradient(to right , #b39251 , #cfbc51 50% , #cfbc51 51% , #b39251);
    border-radius: 6vw;
    height: 12vw;
  }
  .conversionArea .inner .btn .conversionBtn span {
    display: block;
    width: calc(100% - 1.6vw);
    height: calc(100% - 1.6vw);
    background: #fff;
    border-radius: 7.2vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .conversionArea .inner .btn.amazonBtn .conversionBtn span {
    padding-top: 3.6vw;
  }
  .conversionArea .inner .btn.rakutenBtn .conversionBtn span {
    padding-top: 3.4vw;
  }
  .conversionArea .inner .btn.lohacoBtn .conversionBtn span {
    padding-top: 4.2vw;
  }
  .conversionArea .inner .btn.amazonBtn .conversionBtn span img {
    width: 16.8vw;
  }
  .conversionArea .inner .btn.rakutenBtn .conversionBtn span img {
    width: 16.4vw;
  }
  .conversionArea .inner .btn.lohacoBtn .conversionBtn span img {
    width: 23.8vw;
  }
  .conversionArea .inner .btn .conversionBtn span:after {
    content: "";
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
    background-image: url(../img/icon_blank.png);
    background-repeat: no-repeat;
    background-size: contain;
  }


  /* contentsArea　共通
  ------------------------------------------------------------*/
  .contentsArea_inner {
    max-width: 1380px;
    width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
  }

  /* contentsArea_01
  ------------------------------------------------------------*/

  .contentsArea_01 {
    padding: 10vw 4vw;
  }
  .contentsArea_01 p {
    text-align: left;
  }
  .contentsArea_01 p .text-small {
    font-size: 2.8vw;
  }
  .contentsArea_01 p .marker {
    position: relative;
    font-weight: 700;
  }
  .contentsArea_01 p .marker:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: linear-gradient(180deg, rgba(240,228,182,0) 0%, rgba(240,228,182,0) 65%, rgba(240,228,182,1) 66%, rgba(240,228,182,1) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  /* contentsArea_02
  ------------------------------------------------------------*/
  .contentsArea_02 {
    background: #f7f9f9;
    padding: 10vw 0;
  }
  .contentsArea_02 .flexBox {
    display: block;
    align-items: center;
    padding: 4vw 0 8vw;
  }
  .contentsArea_02 .flexBox h3 {
    font-size: 3.2vw;
    text-align: center;
    position: relative;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6vw;
  }
  .contentsArea_02 .flexBox h3 span {
    font-size: 12vw;
  }
  .contentsArea_02 .flexBox h3:after {
    content: "";
    width: 6vw;
    height: 1px;
    border-top: 3px solid #000;
    position: absolute;
    bottom: -2vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contentsArea_02 .flexBox .textBox {
    max-width: 720px;
    width: 100%;
    padding: 0 0 0 0;
    font-size: 3.6vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
  .contentsArea_02 .flexBox .textBox .text-small {
    font-size: 2.4vw;
  }
  .contentsArea_02 .flexBox .imgBox {
    max-width: 600px;
    width: 100%;
  }
  .contentsArea_02 .flexBox.reverse .imgBox {
    order: -1;
    padding-right: 0;
    max-width: 650px;
  }
  .contentsArea_02 .flexBox.reverse .textBox {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    font-size: 3.6vw;
    line-height: 1.8;
  }
  .contentsArea_02 .flexBox .textBox .disc {
    margin-top: 1vw;
  }
  .contentsArea_02 .flexBox .textBox .disc li {
    padding-left: 2vw;
    position: relative;
    margin-bottom: 1vw;
    line-height: 1.4;
    font-size: 3.2vw;
  }
  .contentsArea_02 .flexBox .textBox .disc li:after {
    content: "";
    position: absolute;
    top: 2vw;
    left: 0;
    width: .8vw;
    height: .8vw;
    border-radius: 2px;
    background: #000;
  }


  /* contentsArea_03
  ------------------------------------------------------------*/
  .contentsArea_03 {
    position: relative;
  }
  .contentsArea_03 h2 {
    position: absolute;
    top: 16vw;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: .5px;
    font-size: 5.5vw;
  }
  .contentsArea_03 .imgBox {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .contentsArea_03 .imgBox img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
  }

  /* contentsArea_04
  ------------------------------------------------------------*/
  .contentsArea_04 {
    padding: 10vw 0 14vw;
  }
  .contentsArea_04 .flexBox {
    display: block;
  }
  .contentsArea_04 .flexBox .imgBox_left {
    max-width: 690px;
    width: 100%;
    padding-right: 0;
  }
  .contentsArea_04 .flexBox .imgBox_right {
    max-width: 690px;
    width: 100%;
    margin-top: 10vw;
    padding-left: 0;
  }
  .contentsArea_04 .flexBox .imgBox_left p,
  .contentsArea_04 .flexBox .imgBox_right p {
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }


  /* contentsArea_05
  ------------------------------------------------------------*/
  .contentsArea_05 {
    padding: 16vw 0 4vw;
  }
  .contentsArea_05 .flexBox_01 {
    display: block;
    align-items: center;
    padding-top: 10vw;
    margin-bottom: 6vw;
  }
  .contentsArea_05 .flexBox_01 .imgBox {
    max-width: 610px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .contentsArea_05 .flexBox_01 .textBox {
    font-weight: 900;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 {
    font-size: 4.2vw;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span {
    display: inline-block;
    position: relative;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 2vw;
    overflow: hidden;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span > span {
    top: 0;
    left: -100%;
    position: absolute;
    mix-blend-mode: difference;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: block;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-show > span {
    left: 0;
    transition: .9s left ease;
    transition-delay: .3s;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay06 > span {
    transition-delay: .6s;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay09 > span {
    transition-delay: .9s;
  }
  .contentsArea_05 .flexBox_01 .textBox h3 > span.is-delay12 > span {
    transition-delay: 1.2s;
  }

  .contentsArea_05 .flexBox_01 .textBox .nickname {
    font-size: 4vw;
  }
  .contentsArea_05 .flexBox_01 .textBox .name {
    font-size: 4.8vw;
  }
  .contentsArea_05 .flexBox_01 .textBox .name span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
  }
  .contentsArea_05 .flexBox_01 .textBox .title {
    font-size: 2.8vw;
    font-weight: 500;
  }

  .contentsArea_05 .flexBox_02 {
    display: block;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: auto;
    width: 100%;
    padding: 0;
  }
  .contentsArea_05 .flexBox_02 .imgBox {
    max-width: 960px;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .contentsArea_05 .flexBox_02 .imgBox img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
  }
  .contentsArea_05 .flexBox_02 .textBox {
    max-width: 690px;
    width: 100%;
    padding: 4vw 6vw;
    font-size: 3.2vw;
  }










  /* contentsArea_06
  ------------------------------------------------------------*/

  .contentsArea_06 {
    padding: 10vw 0 0;
  }
  .contentsArea_06 strong {
    color: #e3bd1c;
  }
  .contentsArea_06 .inner {
    max-width: 1420px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto 10vw;
  }
  .contentsArea_06 .inner .h2_lead {
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6vw;
  }

  .contentsArea_06 .bg_black {
    width: 100%;
    background: #000;
    padding: 0;
  }
  .contentsArea_06 .inner_black {
    max-width: 1420px;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0 4vw;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    overflow: hidden;
  }
  .contentsArea_06 .inner_black:nth-of-type(1) { background-image: url(../img/img_contentsArea_06_01_01_sp.webp);}
  .contentsArea_06 .inner_black:nth-of-type(2) {
    background-image: url(../img/img_contentsArea_06_02_01_sp.webp);
    background-position: center 5vw;
  }
  .contentsArea_06 .inner_black:nth-of-type(3) {
    background-image: url(../img/img_contentsArea_06_04_01_sp.webp);
    background-position: center 0;
  }
/*  .contentsArea_06 .inner_black:nth-of-type(4) {
    background-image: url(../img/img_contentsArea_06_04_01_sp.webp);
    background-position: center 11vw;
  }*/

  .contentsArea_06 .inner_black .commentBox {
    width: 56vw;
    padding: 8vw 0 6vw;
    color: #fff;
    margin: 0 0 0 auto;
  }
  .contentsArea_06 .inner_black:nth-of-type(2) .commentBox {
    padding: 13vw 0 15vw;
  }
  .contentsArea_06 .inner_black:nth-of-type(3) .commentBox {
    padding: 22vw 0 18vw 2vw !important;
  }
/*  .contentsArea_06 .inner_black:nth-of-type(4) .commentBox {
    padding: 22vw 0 18vw 2vw !important;
  }*/
  .contentsArea_06 .inner_black .commentBox .name {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .contentsArea_06 .inner_black .commentBox .name span {
    font-size: 3vw;
  }
  .contentsArea_06 .inner_black .commentBox .comment {
    margin-bottom: 4vw;
    font-weight: 400;
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube {
    display: block;
    border: 2px solid #fff;
    text-align: center;
    padding: 1vw 0;
    position: relative;
    verticul
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .3s right ease;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube img {
    vertical-align: -2px;
    width: 5vw;
    margin-right: 3vw;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube:hover {
    color: #fff;
  }
  .contentsArea_06 .inner_black .commentBox .is-btnYoutube:hover:after {
    right: 3vw;
    transition: .3s right ease;
  }



  .contentsArea_06 .inner_black .selectBox {
    width: 100%;
    padding: 6vw 0 6vw 6vw;
    position: relative;
  }
  .contentsArea_06 .inner_black .selectBox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4vw;
    width: 130vw;
    height: 80vw;
    transform: skewX(-17deg);
    background: #fff;
    z-index: 1;
  }
  .contentsArea_06 .inner_black .selectBox h3 {
    position: relative;
    z-index: 9;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 3vw;
    font-weight: 900;
    font-size: 3.5vw;
  }
  .contentsArea_06 .inner_black .selectBox .selectImg {
    position: relative;
    z-index: 9;
    width: 56vw;
    margin: 0 auto 2vw;
  }
  .contentsArea_06 .inner_black .selectBox .selectName {
    position: relative;
    z-index: 9;
    border-top: 1px solid #000;
    font-size: 2.4vw;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    padding-top: 3vw;
  }

  .contentsArea_06 .inner_black.reverse {
    flex-direction: row-reverse;
  }
  .contentsArea_06 .inner_black.reverse .commentBox {
    padding: 8vw 0 6vw;
    margin: 0 0 0 auto;
  }
  .contentsArea_06 .inner_black.reverse .selectBox {
    padding: 6vw 14vw 6vw 0;
  }
  .contentsArea_06 .inner_black.reverse .selectBox:after {
    top: 0;
    left: -46vw;
  }

  .contentsArea_06 .inner_black .commentBox.reverse_sp {
    margin: 0 auto 0 0;
  }






}





