@charset "UTF-8";
a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

/* メインビジュアル */
.mv {
  border-bottom: 50px solid #ddd;
}

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

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

@media screen and (min-width: 1281px) {
  .mv__inner {
    background-position-y: top;
  }
}
@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: 35px solid #ddd;
  }

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

  .play-sato .mv-catch {
    width: 276px;
    padding-left: 0;
    left: 55%;
    right: 0;
    top: 251px;
  }
}
/* コピー */
.copy .play-box-wrap {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: 1.2;
}

.set_txtright .play-box-wrap {
  padding-right: 16%;
}

.set_txtleft .play-box-wrap {
  padding-left: 16%;
}

.copy .play-no {
  font-size: 20px;
  margin-bottom: 10px;
}

.copy .play-ttl {
  font-size: 50px;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 15px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.copy .play-kana {
  font-size: 28px;
  margin-bottom: 10px;
}

.copy .play-name {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sec01 .play-no {
    font-size: 2.5vw;
    margin-bottom: 10px;
  }

  .sec01 .play-ttl {
    font-size: 5.5vw;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 15px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .sec01 .play-kana {
    font-size: 3.5vw;
  }

  .sec01 .play-name {
    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 {
  max-width: 700px;
  font-size: 20px;
  font-weight: bold;
  color: #4D4C4C;
  margin: 50px auto 0;
  line-height: 1.66;
  letter-spacing: 1.5px;
}

.txt {
  max-width: 700px;
  color: #4D4C4C;
  margin: 50px auto 0;
  line-height: 1.66;
  letter-spacing: 1.5px;
}

.img__wrap500 {
  max-width: 500px;
  margin: 100px auto 50px;
}

.img__wrap700 {
  max-width: 700px;
  margin: 50px auto 0;
}

.img__wrap550 {
  max-width: 500px;
  margin: 50px auto 0;
}

.img__wrap1000 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .midashi {
    font-size: 16px;
    font-weight: bold;
    color: #4D4C4C;
    margin-top: 20px;
    line-height: 1.66;
    letter-spacing: 1.5px;
  }

  .txt {
    max-width: 100%;
    color: #4D4C4C;
    margin-top: 20px;
    line-height: 1.66;
    letter-spacing: 1.5px;
  }

  .img__wrap500 {
    max-width: 60%;
    margin: 40px auto 20px;
  }

  .img__wrap700 {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .img__wrap550 {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .img__wrap1000 {
    margin-top: 20px;
  }
}
.bg-100__wrap {
  min-height: 700px;
  margin-top: 50px;
}

.sec01-bg01 {
  background-image: url("../img/photo/bg_01.jpg");
}

.sec01-bg02 {
  background-image: url("../img/photo/bg_02.jpg");
}

.sec01-bg03 {
  background-image: url("../img/photo/bg_03.jpg");
}

@media screen and (max-width: 1280px) {
  .bg-100__wrap.sec01-bg01 {
    padding-top: 46.87%;
    min-height: auto;
  }

  .bg-100__wrap.sec01-bg02 {
    padding-top: 54.68%;
    min-height: auto;
  }

  .bg-100__wrap.sec01-bg03 {
    padding-top: 54.68%;
    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;
}

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

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

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

/* sec02 */
.sec02_ttl {
  margin-top: 80px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .sec02_ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
  }
}
.item__wrap {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}

.item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item-head-img {
  width: 56%;
}

.item-head-txt {
  width: 44%;
}

.item-head-txt {
  padding-left: 50px;
  text-align: left;
}

.item-head-txt__cate {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}

.item-head-txt__name {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}

.item-head-txt__kana {
  font-size: 11px;
  color: #4D4C4C;
  margin-top: 5px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.item-head-txt__copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.75;
  letter-spacing: 2px;
}

.item-head-txt__desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  color: #020202;
}

.item-head-txt__price {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 15px;
}

.btn-buy a {
  display: block;
  margin: 0 auto 0 0;
  padding: 12px 0;
  max-width: 283px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.item-body {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.item-body-list {
  width: 45%;
}

.item-body .txt {
  margin-top: 15px;
  color: #606162;
}

@media screen and (max-width: 1030px) {
  .item-head-img {
    width: 55%;
  }

  .item-head-txt {
    width: 45%;
  }

  .item-head-img {
    margin-bottom: 20px;
  }

  .item-head-txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .item__wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .item-head-img {
    width: 100%;
    text-align: center;
  }

  .item-head-img img {
    max-width: 60%;
  }

  .item-head-txt__cate {
    font-size: 18px;
  }

  .item-head-txt {
    width: 100%;
    margin-top: 0 !important;
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .item-head-txt__name {
    font-size: 32px;
  }

  .item-head-txt__kana {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .item-head-txt__copy {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .item-head-txt__price {
    width: 50%;
    text-align: left;
    margin: 0 auto 10px;
  }

  .item-head-txt__desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  .btn-buy a {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 50%;
    font-size: 15px;
  }

  .item-body {
    margin-top: 40px;
    margin-bottom: 10px;
    order: 6;
  }

  .item-body-list {
    width: 48%;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 600px) {
  .btn-buy a {
    font-size: 3vw;
  }

  .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 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 li {
  width: 50%;
  margin: 10px 0;
}
.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;
  left: 0;
}
.sec03 .play-box-wrap {
  width: 70%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  filter: drop-shadow(0px 3px 3px #00000070);
  margin-right: 25%;
}
.sec03 #play04 .play-box {
  padding-bottom: 43px;
}
.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-kana {
  font-size: 28px;
  margin-bottom: 10px;
}
.sec03 .play-name {
font-size: 20px;
}
@media screen and (max-width: 1050px) {
  .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-box-wrap {
  margin-right: 25%;
}
.sec03 #play04 .play-box {
  padding-bottom: 5vw;
}
 .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;
 }
 .sec03 .play-kana {
   font-size: 3vw;
 }
 .sec03 .play-name {
  font-size: 2vw;
 }
}
@media screen and (max-width: 768px) {
  .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;
  }
}

/*写真内商品リンク*/
.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;
}

/*
 *  セクション
-----------------------------------------------------------*/
/*sec01*/