@charset "UTF-8";
/*----------------------------------------------------------------------------*/

#gDef {
  margin: 0;
  overflow-x: hidden;
  line-height: 1.5;
}

p {
    color: #fff;
    margin: 0;
}


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

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

.coming_soon {
  pointer-events: none;
}

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

.link_area .tab02_link {
  position: absolute;
  height: 7%;
  width: 7%;
  left: 36%;
  bottom: 37%;
}

.link_area .tab03_link {
  position: absolute;
  height: 7%;
  width: 7%;
  left: 19%;
  bottom: 37%;
}

.tab .img_on {
  display: none;
}

.tab .img_off {
  display: block;
}

.tab.active .img_on {
  display: block;
}

.tab.active .img_off {
  display: none;
}

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

.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;
  padding-bottom: 100px;
}

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

#sec2.alfa {
  background-image: url(../img/sec2_bg_alfa.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;
}

.delta_text_2 {
  text-align: left;
}

.w-80 {
  width: 80%;
}

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

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

.is-active {
  display: block;
}

/* 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;
  font-weight: normal;
}

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

#item_detail #info.delta .img1 {
  position: absolute;
  width: 80%;
  left: -250px;
}

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

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

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

.mov_deco,.mov_deco_alfa {
  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%;
}

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

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

p.caption {
  text-align: left;
  margin: 20px 0 0;
}

@media screen and (min-width: 766px) {
	/* youtube */
  .mov {
    margin: 10vw;
    width: 80%;
  }
  .youtube {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .mov {
    width: 800px;
	margin: 100px auto 0;
	}
}

@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: 0;
    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;
  }

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

  #item_detail #info.delta div.inner div.info_wrap {
    flex-direction: column;
  }

  #item_detail #info.delta .text {
    width: 80%;
    margin: 20px auto 0;
  }

  #item_detail #info.delta .img1 {
    position: static;
  }
	
  #sec1 .flex .left p {
    font-size: 15px;	
  }
  .content_area .content .right p.text {
    font-size: 15px;	
  }
  .content_area .content .right .info_area:first-of-type {
    margin-bottom: 10px;
  }
  .content_area .content .tab_flex {
    z-index: 1;
	}
  #sec2 .text p , #sec2 .text_2 p{
    font-size: 13px;	
  }
  #copyright1 {
    width: auto;
    margin: 20px auto 0;
  }
}