@charset "UTF-8";
/*----------------------------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}

/* TOP */
#item_detail {
  font-size: 22px;
  background-color: #000;
  padding: 0;
}
#item_detail p.heading {
  text-shadow: 1px 1px 4px #bf0a0a, -1px 1px 4px #bf0a0a, 1px -1px 4px #bf0a0a,
    -1px -1px 4px #bf0a0a;
}

/* sec1 */
#sec1 {
  background-color: #a2b1bc;
  padding-bottom: 100px;
}

#sec1 .inner {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 0;
}

#sec1 .title {
  width: 50%;
  margin: 0 auto 50px;
}

#sec1 .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

#sec1 .flex .right {
  width: 48%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#sec1 .flex .right .look_img:first-of-type {
  margin-right: 20px;
}

#sec1 .flex .right .look_img {
  position: relative;
}

#sec1 .flex .right .look_img a {
    position: absolute;
    right: 5px;
    bottom: 17px;
    width: 17%;
}

#sec1 .flex .left {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sec1 .flex .left p {
  font-size: 18px;
  margin: 30px 0;
}

/* タブ */
.content_area {
  margin-top: 100px;
  position: relative;
}

.bg_img {
  position: absolute;
  width: 100%;
  top: 130px;
  z-index: 1;

}

.link_area {
  position: relative;
}

.link_area .tab01_link {
  position: absolute;
  height: 7%;
  width: 7%;
  left: 1%;
  bottom: 37%;
}

.content_area .tab-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.content_area .tab-container .tab {
  width: 23%;
}

.content_area .content .tab_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 50px auto;
  position: relative;
  z-index: 99
}

.content_area .content .tab_flex .right{
  width: 48%;
}

.content_area .content .right p.type{
  font-weight: bold;
}

.content_area .content .right p.name{
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.content_area .content .right p.text{
  font-size: 18px;
  margin-bottom: 30px;
}

.content_area .content .right .info_area {
  display: flex;
  align-items: center;
}

.content_area .content .right .info_area:first-of-type {
  margin-bottom: 20px;
}

.content_area .content .right .info_area img {
  width: 20%;
  margin-right: 20px;
}

.content_area .content .right .info_area p {
  width: 77%;
  font-size: 25px;
  font-weight: bold;
}

.content_area .content .tab_flex .left{
  width: 48%;
}

.content_area .img2 {
  width: 80%;
  margin: 0 auto;
}

.white_line {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.gallery a {
  width: 23%;
}

.content {
    display: none;
}

.content.show {
    display: block;
}

/* sec2 */
#sec2 {
  background-image: url(../img/sec2_bg.png);
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

#sec2 .inner {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 0;
}

#sec2 .sec2_title {
  width: 60%;
}

#sec2 .sec2_title.action {
  margin: 100px 0 30px;
}

#sec2 .text {
  font-weight: bold;
  margin: 30px 0 50px;
}

#sec2 .text_2 {
  font-weight: bold;
  margin: 50px 0 100px;
}

.w-80 {
  width: 80%;
}

.mt-70px {
  margin-top: 70px;
}

.mt-100px {
  margin-top: 100px;
}

/* INFO*/
#item_detail #info div.inner div.info_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#item_detail #info .img1 {
    width: 55%;
}

#item_detail #info .text {
  z-index: 999;
  width: 40%;
}

#item_detail #info p.caution {
  text-align: center;
  color: #dce7ea;
  font-size: 15px;
  margin: 20px 0 50px 0;
}

#item_detail .btnBuy {
  width: 500px;
  margin: 60px auto;
}

#copyright1 {
  width: auto;
  margin: 100px auto 140px;
}
#copyright1 p {
  font-size: 12px;
  text-align: center;
}

.mov_deco {
  position: relative;
}

.mov_deco::before {
  position: absolute;
  top: 0;
  left: -8%;
  content: "";
  background-image: url(../img/movie_left.png);
  background-size: cover;
  width: 6%;
  height: 100%;
}

.mov_deco::after {
  position: absolute;
  top: 0;
  right: -6%;
  content: "";
  background-image: url(../img/movie_right.png);
  background-size: cover;
  width: 6%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* TOP */
  #item_detail {
    font-size: 3.5vw;
  }

  #sec1 {
    padding-bottom: 50px;
  }

  #sec1 .inner {
    padding: 50px 0 0;
  }

  #sec1 .title {
    width: 100%;
  }

  #sec1 .flex {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #sec1 .flex .left {
    width: 100%;
  }

  #sec1 .flex .right {
    width: 100%;
    margin-top: 30px;
  }

  #sec1 .flex .right .look_img a {
    bottom: 5px;
  }

  .content_area {
    margin-top: 50px;
  }

  .content_area .content .tab_flex {
    flex-direction: column;
  }

  .content_area .content .tab_flex .right {
    width: 100%;
  }

  .content_area .content .tab_flex .left {
    width: 100%;
  }

  .content_area .content .right p.name {
    font-size: 25px;
  }

  .content_area .content .right .info_area p {
    font-size: 20px;
  }

  .bg_img {
    top: 40px;
  }

  .gallery a {
    width: 30%;
  }

  .gallery {
    margin-bottom: 30px;
  }

  /* sec2 */
  #sec2 .inner {
    padding: 50px 0 0;
  }

  #sec2 .sec2_title {
    width: 80%;
  }

  #sec2 .sec2_title.action {
    margin: 50px 0 30px;
  }

  #sec2 .text_2 {
    margin: 30px 0 50px;
  }

  .mt-100px {
    margin-top: 50px;
  }


  /* INFO*/
  #item_detail #info div.inner {
    width: 80%;
    margin: 0 auto;
  }

  #item_detail #info {
    width: 100%;
    padding: 0px;
  }

  #item_detail #info .img1 {
    width: 100%;  
  }

  #item_detail #info .text {
    width: 100%;
    margin-bottom: 50px;
    font-size: 3vw;
  }

  #item_detail #info p.caution {
    width: 90%;
    margin: 20px auto;
    font-size: 3vw;
  }

  #item_detail .btnBuy {
    width: 80%;
    margin: 0px auto 5vw;
  }

  #copyright1 {
    width: 96%;
    margin: 5vw auto 0;
  }

  #copyright1 p {
    font-size: 2.5vw;
    text-align: center;
  }

  #item_detail #info div.inner div.info_wrap {
    display: block;
  }

  /* youtube */
  .mov {
    margin-top: 10vw;
    width: 80%;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box;
  }
}