@charset "UTF-8";
.f-noto {
    font-family: "Noto Sans JP", "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, "ＭＳ Ｐゴシック", MS PGothic sans-serif;
}

a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

.bg-gray {
    background-color: #DBDBDB !important;
}
/* メインビジュアル */
.mv {
  border-bottom: 50px solid #fff;
}

.mv__inner {
  background-image: url("../img/play-mountaincamp-mv_pc.jpg");
  padding-top: initial;
  min-height: 500px;
}

/*
.play-trailrunning .mv-catch {
  position: absolute;
  width: 49%;
  padding-left: 6%;
  left: 52.5%;
  top: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
*/
.mv-catch img {
  width: 40%;
}

@media screen and (min-width: 1281px) {
  .mv__inner {
    background-position-y: center;
  }
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    border-bottom: 0 solid #fff;
  }
  .mv__inner {
    background-image: url("../img/play-mountaincamp-mv_sp_re.jpg");
    padding-top: initial;
    min-height: 500px;
  }
  .mv-catch {
    bottom: 20%;
  }
  .mv-catch img {
    width: 70%;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    background-position: left 18% center;
  }
  
}
/* コピー */
.copy .play-box-wrap {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.copy .play-no {
  font-size: 20px;
  margin-bottom: 10px;
}
.copy .play-ttl {
  font-size: 50px;
  font-weight: 900;
  padding: 15px 0;
  margin-bottom: 15px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.copy .play-ttl_en {
  font-size: 45px;
  margin-bottom: 10px;
}
.copy-lead {
  margin-top: 60px;
  color: #000;
  font-size: 2rem;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .copy .play-box-wrap {
    width: 60%;
  }
  .copy .play-no {
    font-size: 3vw;
    margin-bottom: 10px;
  }
  .copy .play-ttl {
    font-size: 8vw;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .copy .play-ttl_en {
    font-size: 6vw;
  }
  .copy-lead {
    font-size: 1.6rem;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .copy-lead {
    font-size: 4vw;
    letter-spacing: 1px;
  }
  .txt {
    margin-top: 20px;
    font-size: 3vw;
  }
}
/* sec01 */
.slider-box {
  background: #000;
  margin-top: 50px;
  padding: 50px 0;
}

.slider-box .inner {
  overflow: visible;
}

.slider01 img {
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .slider01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider-box {
    margin-top: 20px;
    padding: 20px 0;
  }
}

/*テキストと写真*/
.midashi {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #4D4C4C;
  line-height: 1.66;
  letter-spacing: 3px;
  padding-top: 80px;
  padding-left: 60px;
}
.midashi:after {
  content: '';
  position: absolute;
  top: -40px;
  left: -18px;
  font-size: 200px;
  line-height: 1;
  font-family: UniSansHeavy, UniSansHeavyCAPS, sans-serif;
  color: #DBDBDB;
  z-index: -1;
}
.midashi.sugimoto:after {
  color: #D9E1FF !important;
}
.midashi.mori:after {
  color: #FED9FF !important;
}
.content-ttl {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 70px;
  display: flex;
  align-items: center;
}
.content-ttl:before,
.content-ttl:after {
  content: "";
  height: 5px;
  flex-grow: 1;
}
.content-ttl:before {
  margin-right: 5rem;
}
.content-ttl:after {
  margin-left: 5rem;
}
.content-ttl.sugimoto {
  color: #D9E1FF;
}
.content-ttl.mori {
  color: #FED9FF;
}
.content-ttl.sugimoto:before,
.content-ttl.sugimoto:after {
  background-color: #D9E1FF;
}
.content-ttl.mori:before,
.content-ttl.mori:after {
  background-color: #FED9FF;
}
.txt {
  font-size: 20px;
  font-weight: 400;
  color: #4D4C4C;
  line-height: 2;
  letter-spacing: 1.5px;
}
.img__wrap1000 {
  margin-top: 50px;
}
.img__wrap835 {
  max-width: 835px;
  margin: 100px auto 80px;
}

/*パートごと*/
.p-box {
  margin-top: 200px;
}
.p-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.p-img {
  position: relative;
}
.name-box {
  position: absolute;
  width: 95%;
  bottom: 30px;
  right: 10px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.name-box_item:last-of-type {
  margin-right: 5%;
} 
.name-ttl {
  font-size: 15px;
  font-weight: 400;
  padding-right: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  letter-spacing: 1px;
}
.name-txt {
  letter-spacing: 1px;
}
.name-txt span {
  display: block;
  line-height: 1.4;
}
.name-txt-en {
  font-size: 30px;
  font-weight: 400;
}
.name-txt-jp {
  font-size: 20px;
  font-weight: 500;
}
/*p01*/
.p01 .p-content {
  max-width: 1000px;
}
.p01 .p-content-txt {
  display: flex;
  flex-wrap: nowrap;
}
.p01 .midashi {
  margin: 0 auto 0 0;
}
.p01 .midashi:after {
  content: '01';
}
.p01 .txt {
  width: 58%;
  margin: 0 0 0 auto;
}
/*p02*/
.p02 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p02 .p-content-img {
  width: 45%;
}
.p02 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p02 .midashi {
  margin: 0 auto 0 0;
}
.p02 .midashi:after {
  content: '02';
}
.p02 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}
.p-gear {
  margin: 40px 0;
  padding: 80px 0 60px;
}
.p-gear .inner {
  display: flex;
  align-items: center;
    padding: 30px !important;
}
.p-gear .inner:last-of-type {
    padding: 0 30px 30px 30px !important;
  
}
.p-gear-img {
  width: 50%; 
}
.p-gear-list {
  width: 50%;
  padding: 0 65px;
}
.p-gear-list li {
  margin-bottom: 40px; 
}
.p-gear-ttl {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 10px; 
}
.p-gear-txt {
  font-size: 15px;
  font-weight: 400;
  color: #4D4C4C;
}
.field-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  min-height: 270px;
}
.field-ttl {
  width: 50%;
  font-size: 60px;
}
.field-txt {
  width: 35%;
  font-size: 20px;
  font-weight: 900;
}
.p-gear02 .p-gear-txt{
  order: 1;
}

.p-gear02 .p-gear-img{
  order: 2;
}

/*p03*/
.p03 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p03 .p-content-img {
  width: 59%;
  margin-right: -15%;
}
.p03 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p03 .midashi {
  margin: 0 auto 0 0;
}
.p03 .midashi:after {
  content: '03';
}
.p03 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

/*p04*/
.p04 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p04 .p-content-img {
  width: 59%;
    margin-left: -15%;
}
.p04 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p04 .midashi {
  margin: 0 auto 0 0;
}
.p04 .midashi:after {
  content: '04';
}
.p04 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}
/*p05*/
.p05 .p-content {
  max-width: 1000px;
}
.p05 .p-content-txt {
  display: flex;
  flex-wrap: nowrap;
}
.p05 .midashi {
  margin: 0 auto 0 0;
}
.p05 .midashi:after {
  content: '05';
}
.p05 .txt {
  width: 58%;
  margin: 0 0 0 auto;
}

/*p06*/
.p06 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p06 .p-content-img {
  width: 45%;
  padding-right: 30px;
}
.p06 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p06 .midashi {
  margin: 0 auto 0 0;
}
.p06 .midashi:after {
  content: '06';
}
.p06 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

/*p07*/
.p07 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p07 .p-content-img {
  width: 45%;
  padding-left: 30px;
}
.p07 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p07 .midashi {
  margin: 0 auto 0 0;
}
.p07 .midashi:after {
  content: '07';
}
.p07 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

/*p08*/
.p08 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p08 .p-content-img {
  width: 45%;
  padding-right: 30px;
}
.p08 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p08 .midashi {
  margin: 0 auto 0 0;
}
.p08 .midashi:after {
  content: '08';
}
.p08 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

@media screen and (max-width: 900px) {
.content-ttl {
  font-size: 40px;
  }
.name-box_item:last-of-type {
  margin-right: 0;
} 
}
@media screen and (max-width: 767px) {
  .content-ttl {
    margin: 0 auto 30px;
    font-size: 5vw;
  }
  .content-ttl:before {
    margin-right: 3rem;
  }
  .content-ttl:after {
    margin-left: 3rem;
  }
.name-box {
  bottom:15px;
}
.name-ttl {
  font-size: 2vw;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.name-txt {
  padding-left: 0;
  letter-spacing: 1px;
}
.name-txt span {
  display: block;
  line-height: 1.4;
}
.name-txt-en {
  font-size: 2.5vw;
}
.name-txt-jp {
  font-size: 2.5vw;
}
  .p-box {
    margin-top: 40px;
  }
  .midashi {
    font-size: 5vw;
    width: 100%;
    letter-spacing: 3px;
    padding: 5vw 0 3vw 2vw;
  }
  .midashi:after {
    top: -4vw;
    left: -2vw;
    font-size: 14vw;
  }
  .txt {
    margin-top: 20px;
    font-size: 2.5vw;
  }
  .img__wrap1000 {
    margin-top: 20px;
  }
  .p-content {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p01 .p-content-txt {
    flex-direction: column;
  }
  .p01 .txt {
    width: 100%;
  }
  .p02 .p-content {
    flex-direction: column;
  }
  .p02 .p-content-img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .p02 .p-content-txt {
    width: 100%;
  }
  .p02 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p-gear {
    padding: 30px 0;
  }
  .p-gear .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .p-gear-img {
    width: 50%;
    margin-bottom: 20px;
  }
  .p-gear-list {
    width: 100%;
    padding: 0 5vw;
  }
  .p-gear-list li {
    margin-bottom: 10px; 
  }
  .p-gear-ttl {
    font-size: 4vw;
    letter-spacing: 1px;
    margin-bottom: 2vw; 
  }
  .p-gear-txt {
    font-size: 2vw;
  }
  .field-box {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    padding-bottom: 6%;
  }
  .field-ttl {
    width: 50%;
    font-size: 5vw;
  }
  .field-txt {
    width: 55%;
    font-size: 3vw;
  }
  .p03 .p-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p03 .p-content-img {
    width: 80%;
    padding-left: 30px;
    margin: 0 auto 20px;
    order: 1;
  }
  .p03 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    order: 2;
  }
  .p03 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p04 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p04 .p-content-img {
    width: 50%;
      margin: 0 auto 20px;
  }
  .p04 .p-content-txt {
    width: 100%;
  }
  .p04 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p05 .p-content {
    max-width: 100%;
  }
  .p05 .p-content-txt {
    flex-direction: column;
  }
  .p05 .txt {
    width: 100%;
    margin: 2vw 0 0 auto;
  }
  .p06 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p06 .p-content-img {
    width: 50%;
    padding-right: 0;
    margin: 0 auto 20px;
  }
  .p06 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .p06 .midashi {
    margin: 0 auto 0 0;
  }
  .p06 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p07 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p07 .p-content-img {
    width: 50%;
    padding-left: 0;
    margin: 0 auto 20px;
    order: 1;
  }
  .p07 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    order: 2;
  }
  .p07 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p08 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p08 .p-content-img {
    width: 50%;
    padding-right: 0;
    margin: 0 auto 20px;
    order: 1;
  }
  .p08 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    order: 2;
  }
  .p08 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
}
@media screen and (max-width: 500px) {
  .midashi {
    font-size: 4vw;
  }
  .txt {
    margin-top: 20px;
    font-size: 3vw;
  }
}

/*背景画像*/
.bg-100__wrap {
  margin-top: 50px;
}
.bg-100__wrap.sec01-bg0a {
  min-height: 640px;
  margin-bottom: 200px;
}
.bg-100__wrap.sec01-bg01 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg02 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bggr {
    width: 100%;
  min-height: 270px;
  margin-top: 0;
}
.bg-100__wrap.sec01-bggr2 {
    width: 100%;
  min-height: 270px;
  margin-top: 0;
}
.bg-100__wrap.sec01-bg03 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg04 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg05 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg06 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg07 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg08 {
  min-height: 687px;
}
.sec01-bg0a {
  background-image: url("../img/photo/bg01.jpg");
}
.sec01-bg01 {
  background-image: url("../img/photo/bg1.jpg");
}
.sec01-bg02 {
  background-image: url("../img/photo/bg2.jpg");
}
.sec01-bggr {
  background-image: url("../img/photo/bggr.jpg");
}
.sec01-bggr2 {
  background-image: url("../img/photo/bggr2.jpg");
}
.sec01-bg03 {
  background-image: url("../img/photo/bg3.jpg");
  background-position: top;
}
.sec01-bg04 {
  background-image: url("../img/photo/bg4.jpg");
}
.sec01-bg05 {
  background-image: url("../img/photo/bg5.jpg");
}
.sec01-bg06 {
  background-image: url("../img/photo/bg6.jpg");
}
.sec01-bg07 {
  background-image: url("../img/photo/bg7.jpg");
}
.sec01-bg08 {
  background-image: url("../img/photo/bg8.jpg");
}

@media screen and (max-width: 1280px) {
  
  .bg-100__wrap.sec01-bg0a {
    padding-top: 50%;
    min-height: auto;
    margin-bottom: 40px;
  }
  .bg-100__wrap.sec01-bg01 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg02 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bggr {
    padding-top: 6%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg03 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg04 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg05 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg06 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg07 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg08 {
    padding-top: 53.64%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .bg-100__wrap {
    margin-top: 20px;
  }
}
.photo-profile-box {
  text-align: center;
  padding-bottom: 110px;
}

.photo-profile-box .play-no {
  font-size: 20px;
  margin-bottom: 10px;
}

.photo-profile-box .play-kana {
  font-size: 28px;
  margin-bottom: 10px;
}

.photo-profile-box .play-name {
  font-size: 20px;
  margin-bottom: 40px;
}

.photo-profile-box .play-url {
  margin-top: 15px;
}

.photo-profile-box .play-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-profile-box .play-sns li {
  padding: 0 15px;
}
.photo-profile-box .play-sns li img {
  max-width: 35px;
}

/* sec02 */
.sec02 {
  margin-top: 120px;
}
.sec02_ttl {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  padding: 80px 0 10px;
  text-align: center;
  color: #000;
}
.sec02_ttl span {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 767px) {

.sec02 {
  margin-top: 40px;
}
  .sec02_ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
  }
}
.sec02 .item__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.item-head {
  margin-bottom: 30px;
}
.item-head .item-head-img {
  margin: 0 auto;
  text-align: center;
}
.item-head .item-head-img img {
  max-width: 1000px;
}
.item-body {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.item-body_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.item-body_item {
  width: 49.5%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.item-body .txt {
  margin-top: 15px;
  color: #606162;
}

.item-body-img {
  width: 47%;
}
.item-body-txt {
  width: 53%;
}
.item-body-txt {
  text-align: left;
}
.item-body-txt__cate {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}
.item-body-txt__desc {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  color: #020202;
  margin-bottom: 20px;
}
.item-body-txt__name {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.item-body-txt__name span {
  font-size: 15px;
  display: block;
}
.item-body-txt__kana {
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: 1px;
}
.item-body-txt__copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.75;
  letter-spacing: 2px;
}
.item-body-txt__price {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.btn-buy a {
  display: block;
  margin: 0 auto 0 0;
  padding: 8px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.item-comment {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .item-body_list {
    flex-direction: column;
  }
.item-body_item {
    width: 80%;
  }
.item-head {
  margin-bottom: 10px;
}
  
.item-head .item-head-img img {
  max-width: 100%;
}
}
@media screen and (max-width: 767px) {
  .sec02 .item__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.item-head .item-head-img img {
  max-width: 100%;
}
  .item-head-img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .item-head {
    margin-bottom: 20px;
  }
  .item-body_item {
      width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    }
  .item-body-img {
      width: 40%;
  }
  .item-body-txt {
    width: 50%;
}
  .btn-buy a {
    width: 70%;
    margin: 0 0 auto 0;
    font-size: 13px;
  }
  .item-body-list {
    width: 48%;
  }
  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .item-body-txt__name {
    font-size: 22px;
    margin-top: 10px;
  }
  .item-body-txt__kana {
    font-size: 12px;
  }
  .item-body-txt__price {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .item-body-txt__desc {
    width: 90%;
  }
  .item-comment {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .item-comment .item-head-img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .btn-buy a {
    font-size: 2.5vw;
  }
  .item-body-txt {
    width: 60%;
  }
  .item-body-txt__name {
    font-size: 5vw;
    margin-top: 10px;
  }
  .item-body-txt__kana {
    font-size: 2vw;
  }
  .item-body-txt__desc {
    font-size: 2.2vw;
  }
  .item-head-txt__copy {
    font-size: 3.5vw;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 2.2vw;
  }
}
/*
 *  共通
-----------------------------------------------------------*/
.play .img-wrap {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .play .img-wrap {
    margin-bottom: 40px;
  }
}
/*タイトル*/
.ttl-wrap {
  padding-top: 80px;
  padding-bottom: 73px;
  background-position: 7% 55%;
  background-repeat: no-repeat;
}

.ttl-wrap .h3_ttl {
  position: relative;
  line-height: 2;
}

.ttl-wrap .h3_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 75px;
  height: 2px;
  background-color: #525252;
}

.ttl-wrap .lead {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: 100% 100%;
  }

  .ttl-wrap .h3_ttl {
    font-size: 4.2rem;
    margin-bottom: 18px;
    line-height: 1.5;
  }

  .ttl-wrap .lead {
    font-size: 1.6rem;
  }

  .ttl-wrap .h3_ttl:after {
    bottom: 10px;
    width: 40px;
  }
}

/*sec03*/
.sec03 {
  margin-top: 100px;
}
.sec03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 li {
  width: 50%;
  margin: 10px 0;
  position: relative;
}
.sec03 li.commingsoon:before {
  content: "Comming soon...";
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 3;
}

.sec03 li.commingsoon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000000c2;
  z-index: 2;
}

.play01::after {
  width: 100%;
  background: #000;
}
.sec03 li a{
  display: block;
  position: relative;
}
.sec03 .play-box {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
}

.sec03 .play-box-wrap {
  width: 70%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  filter: drop-shadow(0px 3px 3px #00000070);
    margin: 0 auto;
}
.sec03 .play-no {
  font-size: 20px;
  margin-bottom: 10px;
}
.sec03 .play-ttl {
  font-size: 50px;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 15px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.sec03 .play-ttl_en {
  font-size: 35px;
  font-weight: 700;
  padding: 2px 0;
}
.sec03 .play-kana {
  font-size: 28px;
  margin-bottom: 10px;
}
.sec03 .play-name {
font-size: 20px;
}
@media screen and (max-width: 1050px) {
.sec03 li.commingsoon:before {
  font-size: 14px;
  }
  .sec01 .inner {
    padding-top: 0;
  }
  .sec03 .play-box-wrap {
    width: 70%;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    filter: drop-shadow(0px 3px 3px #00000070);
  }
 .sec03 .play-no {
   font-size: 2vw;
   margin-bottom: 10px;
 }
 .sec03 .play-ttl {
   font-size: 5vw;
   padding: 15px 0;
   margin-bottom: 15px;
   border-top: 3px solid #fff;
   border-bottom: 3px solid #fff;
 }
}
@media screen and (max-width: 768px) {
  .sec03 {
  margin-top: 40px;
}
  .sec03 .play-no,
  .sec03 .play-kana {
    margin-bottom: 5px;
  }
  .sec03 .play-ttl {
    font-size: 4.5vw;
    padding: 5px 0;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
.sec03 .play-ttl_en {
    font-size: 3.5vw;
  font-weight: 700;
}
}

/*写真内商品リンク*/
.product-link-wrap {
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 1px;
  padding-top: 15px;
  /* margin-bottom: -41px; */
}

.product-link-wrap .sepalate {
  margin: 0 10px;
}

.product-link-wrap a:hover {
  text-decoration: underline;
}

.product-link-wrap p {
  display: inline-block;
}

@media screen and (max-width: 1030px) {
  .product-link_pl10 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-link-wrap {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-top: 10px;
  }

  .product-link-wrap p {
    display: block;
  }

  .product-link-wrap .sepalate {
    display: none;
  }
}
/* ページ下部商品リンク */
.product-list {
  margin-top: 100px;
}

.product-list h2.ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 3px solid #000;
}

.product-list .list-ttl {
  background-color: #DDDDDD;
  color: #4D4C4C;
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 50px;
}

.product-list .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  /* border: 2px solid #DBDBDB; */
}

.product-list .list-box::before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}

.product-list .list-box::after {
  content: "";
  display: block;
  width: 25%;
}

.product-list .list-item {
  border: 1px solid #DBDBDB;
  text-align: center;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}

.product-list .list-item a {
  display: block;
  padding-bottom: 20px;
}

.product-list .list-item p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 5px;
}

.product-list .list-item .item-name {
  min-height: 42px;
}

.product-list .list-item .price {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .product-list h2.ttl {
    font-size: 30px;
  }

  .product-list {
    margin-top: 50px;
  }

  .product-list .list-ttl {
    margin-top: 30px;
    font-size: 18px;
  }

  .product-list .list-item {
    width: calc(50% + 1px);
  }

  .product-list .list-item p {
    font-size: 14px;
  }
}
/* レイアウト */
.play .inner {
  overflow: initial;
}

.play .img-relative {
  position: relative;
}

/*
 *  セクション
-----------------------------------------------------------*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
/*  max-width: 400px;*/
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .bx-wrapper img {
/*    max-width: 40%;*/
  }
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/prev.svg") no-repeat;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/next.svg") no-repeat;
}

@media screen and (min-width: 1281px) {
  .bx-wrapper .bx-prev {
    left: -50px;
  }

  .bx-wrapper .bx-next {
    right: -50px;
  }
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  outline: 0;
  width: 21px;
  height: 82px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.desc-box {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-top: 80px;
  padding: 0 0 40px;
}
.desc-item {
  width: 100%;
}
.desc-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.desc-txt {
  min-height: 80px;
}
.youtube {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .desc-box {
    margin-top: 40px;
    padding: 20px 0;
  }
  .desc-ttl {
    text-align: center;
  }
  .desc-txt {
    min-height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .desc-item {
    width: 100%;
    padding-bottom: 0;
  }
}