@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&display=swap');
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a, a img {
  overflow: hidden;
  color: #007655;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:active {
  color: #0f4f3d;
  border: none;
  outline: none;
}
a:hover img, a:active img {
  opacity: 1;
  border: none;
  outline: none;
}
html, body {}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
* {
  box-sizing: border-box;
  outline: none;
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
  content: "";
  display: block;
  clear: both;
}
/***************  makeshop   *******************/
@media screen and (min-width:769px) {
  .bg-section {
    background: #FCF8EC;
    padding: 0 !important;
  }
  .detail-description {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .left-detail-description {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/***************  //makeshop   *******************/
.center {
  text-align: center;
}
.right {
  text-align: right;
  width: 100%;
}
.modal-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.77);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
#video-modal {
  position: absolute;
  padding: 20px;
  background-color: #fff;
  width: 90%;
  margin: 50vh auto 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width:769px) {
  #video-modal {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    margin: 0;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
  }
}
.modal_inner {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.modal_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********************************         SP          *************************************/
.pc {
  display: none;
}
.sp {
  display: block;
}
body {
  font-size: 3.6vw;
  line-height: 1.6;
  color: #fff;
  background: #000;
  font-family: "Helvetica Neue LT W01_81488926", HelveticaNeue-Heavy, "Helvetica Neue Heavy", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
.main {
  background: #000;
}
.contents {
  padding: 15% 4% 6%;
  position: relative;
}
.contents h2 {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 2.4em;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  position: relative;
  z-index: 1;
  padding: 0;
  padding: 1em 0 .5em;
}
.contents p {
  margin-bottom: 1em;
}
.contents p:last-child {
  margin-bottom: 0;
  color: #fff;
}
.contents small {
  color: #999;
  line-height: 1.5;
  display: block;
}
.contents .inner {
  position: relative;
  z-index: 1;
}
.inner .box p, .inner .box h3 {
  text-align: center;
}
.color_variation_select{
  position: relative;
  width:100%;
}
p.color_name{
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.color_variation_select .header_arrow p.color_name a img{
  width: 10%;
  margin-right: 10px;
}
.color_variation_select .header_detail{
  text-align: center;
  font-weight: bold;
  padding: 7px 0;
}
.color_variation_select .header_arrow::before {
  display: none;
}
.color_variation_select .header_arrow .header_detail::before {
  content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #717171;
    border-right: solid 2px #717171;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 30%;
    margin-top: -6px;
}
.color_variation_select .header_arrow .open::before {
  top: 16%;
}
.color_variation_select .header_arrow .header_detail::after, .color_variation_select .header_arrow .header_detail::before, .color_variation_select .header_arrow .header_detail h2 {
  transition: all .2s linear;
}
.color_variation_select .header_arrow .header_detail::after {
  display: none;
}
.color_variation_select .header_arrow .content{
  padding-top: 10px;
}
.color_variation_select .header_arrow .content a{
  padding: 5px 0;
  width: 100%;
  display: inline-block;
}
/***********************first_section*************************/
.first_section {
  background-image: url("../images/sp/cassete_jr1sp.jpg");
  background-repeat: no-repeat;
  background-color: #2B2B2B;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 150%;
  position: relative;
}
.first_section .inner {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 57%;
}
@media screen and (max-width: 480px) {
  .first_section .inner {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 52%;
  }
}
.first_section .inner .box h3 {
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1%;
	font-weight: bold;
}
.first_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.first_section .inner .box ul li {
  height: 40px;
  margin-top: 1%;
  text-align: left;
}
.first_section .inner .box ul li p {
  line-height: 40px;
  padding-left: 15%;
  font-size: 14px;
}
.first_section .inner .box ul li img {
  display: block;
  width: 14%;
  max-width: 40px;
  float: left;
}
/***********************movie*************************/
.movie {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
  overflow: hidden;
}
.movie_in .box {
  border: none;
  /*  padding: 0;*/
  position: relative;
  width: 100%;
  padding-top: 118.75%;
}
.movie_in .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .movie_in .box img#youtube_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 1.5s;
  cursor: pointer;
}
.movie .movie_in .box img#youtube_thumb:hover {
  max-width: 110%;
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
}
.movie .movie_in .box img#youtube_thumb2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 1.5s;
  cursor: pointer;
}
.movie .movie_in .box img#youtube_thumb2:hover {
  max-width: 110%;
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
}

/***********************third_section*************************/
.third_section {
  background-image: url("../images/sp/cassete_jr2sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
  overflow: hidden;
}
.third_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 3%;
}
.third_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1%;
  text-align: center;
	font-weight: bold;
}
.third_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fourth_section*************************/
.fourth_section {
  background-image: url("../images/sp/cassette_jr3sp.jpg");
    background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 550%;
  position: relative;
}
.fourth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 2%;
}
.fourth_section .inner .box p{
  color: #000!important;
}
.fourth_section .inner2 {
  position: absolute;
  width: 90%;
  right: 5%;
  top: 39%;
}
.fourth_section .inner2 .box{
    text-align: center;
    font-size: 13px;
   }
   .fourth_section .inner2 .box img{
    display: inline-block;
    margin-bottom: 1em;
    height: auto;
    width: auto;
  }
  .fourth_section .inner2 .box p{
    color: #000!important;
  }

.fourth_section .inner2 .box h3 {
  font-size: 9vw;
  color: #000 !important;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: center;
}
.fourth_section .inner .box h3 {
  font-size: 9vw;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: center;
}
.fourth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fifth_section*************************/
.fifth_section {
  background-image: url("../images/sp/cassette4_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
}
.fifth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 3%;
}
.fifth_section .inner .box p {
  color: #fff !important;
}
.fifth_section .inner2 {
  position: absolute;
  width: 90%;
  right: 5%;
  bottom: 6%;
}
.fifth_section .inner2 .box {
  text-align: center;
}
.fifth_section .inner2 .box img {
  display: inline-block;
  margin-bottom: 2em;
  height: 15vw;
}
.fifth_section .inner2 .box p {
  color: #fff !important;
}
.fifth_section .inner2 .box h3 {
  font-size: 9vw;
  line-height: 1;
  margin-bottom: 1%;
  text-align: center;
	font-weight: bold;
	color: #fff;
}
.fifth_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1%;
  text-align: center;
	font-weight: bold;
}
.fifth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.fifth_section .inner .box .button {
  display: block;
  max-width: 11.85714rem;
  margin: 0 auto;
  margin-bottom: 1.78571rem;
  color: #000;
  position: relative;
  overflow: hidden;
  height: 3.57143rem;
  line-height: 3.57143rem;
  transition: all .15s ease;
  letter-spacing: .07143rem;
  font-size: .85714rem;
  text-transform: uppercase;
  padding: 0 2.85714rem;
  border: 0;
  white-space: nowrap;
  text-align: center;
  background: 0 0;
  z-index: 98;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  width: 60%;
  margin-left: 20%;
}
.fifth_section .inner .box .button::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #383838;
  background-color: #fff;
}
.fifth_section .inner .box .button::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 100%;
  top: 0;
  background: #2c2c2d;
  background-color: rgb(44, 44, 45);
  left: 50%;
  cursor: pointer;
  transform: translate(-50%) skew(20deg) scaleX(1);
  transition: width .36s cubic-bezier(.175, .885, .32, 1.275);
  background-color: #ddd;
}
.fifth_section .inner .box a:hover, .fifth_section .inner .box a.button:hover {
  background: 0 0;
  border-color: #999;
  outline: 0;
}
.fifth_section .inner .box .button:hover::after, .fifth_section .inner .box a.button:hover::after {
  width: 120%;
}
/***********************sixth_section*************************/
.sixth_section {
  background-image: url("../images/sp/cassette_5sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.4084%;
  position: relative;
}
.sixth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 7%;
}
.sixth_section .inner .box h3 {
font-size: 9vw;
color: #fff;
line-height: 1;
margin-bottom: 1%;
text-align: center;
font-weight: bold;
}
.sixth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.sixth_section #design-img {
  position: absolute;
  top: 60%;
  left: 25%;
  width: 50%;
}
/***********************anc_section*************************/
.anc_section {
  background-image: url("../images/sp/methodanc_6_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.4084%;
  position: relative;
}
.anc_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 0%;
}
.anc_section .inner .box h3 {
font-size: 9vw;
color: #fff;
line-height: 1;
margin-bottom: 1%;
text-align: center;
font-weight: bold;
}
.anc_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.anc_section #design-img {
  position: absolute;
  top: 60%;
  left: 25%;
  width: 50%;
}
/***********************text_section*************************/
.text_section {
  background-color: #2B2B2B;
  padding-top: 25vw;
  padding-bottom: 25vw;
  position: relative;
}
.text_section .inner {
  position: relative;
  width: 70%;
  margin-left: 15%;
}
.text_section .inner .box {
  background: none;
  display: block;
  color: #fff;
  text-align: center;
}
.text_section .inner .box p {
  font-size: 1.5em;
}
#skull-img {
  margin: 0 auto 30px;
  
  height: 60px;
}
#feelskull-img {
  margin: 0 auto;
  width: 195px;
}
/***********************seventh_section*************************/
.seventh_section {
  background-image: url("../images/sp/5_mobile_.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.4084%;
  position: relative;
}
.seventh_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 80%;
}
.seventh_section .inner .box h3 {
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1%;
}
.seventh_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.seventh_section #design-img {
  position: absolute;
  top: 60%;
  left: 25%;
  width: 50%;
}
/***********************eighth_section*************************/
.eighth_section {
  background-image: url("../images/sp/cassete_jr4sp.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 181.25%;
  position: relative;
}
/***********************ninth_section*************************/
.ninth_section {
  background-color: #000;
  padding: 10% 0;
}
.ninth_section .inner {
  position: relative;
  width: 90%;
  margin-left: 5%;
}
.ninth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
  text-align: center;
}
.ninth_section .inner .box p strong{
	font-size: 2em;
}
.ninth_section .inner .box p {
  font-size: 1rem;
  text-align: center !important;
	margin: 0;
}
/***********************tenth_section*************************/
.tenth_section {
  background-image: url("../images/sp/7_mobile_blue.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 82.125%;
  position: relative;
}
/***********************eleventh_section*************************/
.eleventh_section {
  background-image: url("../images/8_desktop_blue.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  height: auto;
  padding-top: 100%;
  position: relative;
}
.eleventh_section .inner {
  position: relative;
  width: 90%;
  margin-left: 5%;
  color: #fff;
}
.eleventh_section .inner article {
  border-top: solid 1px #fff;
  color: #fff;
}
.eleventh_section .inner article:last-child {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.eleventh_section .inner article a {
  color: #fff;
  width: 100%;
  display: block;
}
.eleventh_section .inner article .header_detail {
  padding: 15px 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.eleventh_section .inner article:nth-child(2) .header_detail::before,
.eleventh_section .inner article:nth-child(3) .header_detail::before,
.eleventh_section .inner article:nth-child(4) .header_detail::before {
  content: '>';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.eleventh_section .inner article .hide {
  /*height: 0;*/
  display: none;
  overflow: hidden;
}
.header_arrow .header_detail::before {
  content: '+';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.header_arrow .open::before {
  content: '-';
  font-size: 40px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -7px;
  z-index: 1;
}
.header_arrow .header_detail::after, .header_arrow .header_detail::before, .header_arrow .header_detail h2 {
  transition: all .2s linear;
}
.header_arrow .header_detail::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.eleventh_section .inner article .content {
  /*border-top: solid 1px #fff;*/
  padding: 20px 0 30px;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.7;
}
/***********************thirteenth_section*************************/
.thirteenth_section {
  background-image: url("../images/8_desktop_blue.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  height: auto;
  padding-top: 100%;
  position: relative;
}
.thirteenth_section .inner {
  position: relative;
  width: 90%;
  margin-left: 5%;
  color: #fff;
}
.thirteenth_section .inner article {
  border-top: solid 1px #fff;
  color: #fff;
}
.thirteenth_section .inner article:last-child {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.thirteenth_section .inner article a {
  color: #fff;
  width: 100%;
  display: block;
}
.thirteenth_section .inner article .header_detail {
  padding: 15px 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.thirteenth_section .inner article:nth-child(2) .header_detail::before ,
.thirteenth_section .inner article:nth-child(3) .header_detail::before {
  content: '';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.thirteenth_section .inner article .hide {
  /*height: 0;*/
  display: none;
  overflow: hidden;
}
/*********************************       //SP       *************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.fadein3 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein3.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*********************************          PC         *************************************/
@media screen and (min-width:769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  body {
    font-size: 1.8vw;
  }
  .contents {
    padding: 10% 4% 10%;
    position: relative;
  }
  .contents h2 {
    font-size: 2.6em;
    padding: 1em 0;
  }
  .inner .box h3 {
    font-size: 3.46vw !important;
  }
  .inner .box p, .inner .box h3 {
    text-align: left !important;
  }
  /***********************first_section*************************/
  .first_section {
    background-image: url("../images/cassete_jr1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 51.5625%;
    position: relative;
  }
  .first_section .inner {
    position: absolute;
    width: 44%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    margin: auto;
    max-width: 560px;
  }
  .first_section .inner .box h3 {
    font-size: 2.6rem;
    font-family: "Helvetica Neue";
    font-weight: bold;
    text-align: left;
    letter-spacing: -.05em;
    line-height: 1;
  }
  .first_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  .first_section .inner .box ul li {
    padding: 16px 0;
    text-align: left;
    margin-top: 1em;
  }
  .first_section .inner .box ul li p {
    line-height: 40px;
    padding-left: 15%;
    font-size: 18px;
    text-align: left;
  }
  .first_section .inner .box ul li img {
    display: block;
    width: 40px;
    float: left;
  }
  .color_variation_area{
    position: absolute;
    top: 2px;
    left: 0;
    background: none;
  }
  .color_variation_area ul{
    margin: 0;
    width: 100%;
  }
  .color_variation_area ul li{
    float: right;
    width: 12%;
    margin-right: 1%;
    background-color: #fff;
    border-radius: 3px;
    padding: 3px;
    box-sizing: border-box;
  }
  .color_variation_area ul li a{
    display: block;
    text-decoration: none;
  }
  .color_variation_area ul li .colorvari-img{
    width: 20%;
    display: inline-block;
    margin-right: 3px;
  }
  .color_variation_area ul li .color_name{
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    font-size: 1.2vw;
  }
  /***********************movie*************************/
  .movie {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  .movie_in .box {
    border: none;
    padding: 0;
    wposition: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie_in .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie .movie_in .box img#youtube_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 1.5s;
  }
  .movie .movie_in .box img#youtube_thumb:hover {
    max-width: 110%;
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
  }
  /***********************second_section*************************/
  .second_section {
    background-image: url("../images/3_desktop_.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 51.5625%;
    position: relative;
  }
  .second_section .inner {
    position: absolute;
    width: 425px;
    left: 6%;
    top: 15%;
  }
  .second_section .inner .box h3 {
    font-size: 2.6rem;
    font-family: "Helvetica Neue";
    font-weight: bold;
    text-align: left;
    letter-spacing: -.05em;
    line-height: 1;
  }
  .second_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  .inner .box p {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .second_section #headphone-img {
    position: absolute;
    bottom: -65%;
    left: 6%;
    width: 47%;
    display: block;
    z-index: 2;
  }
  .second_section .productStorytelling-features {
    position: absolute;
    width: 760px;
    display: block;
    text-align: center;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
  .productStorytelling-features_inner {
    width: 220px;
    height: auto;
    float: left;
    text-align: center;
  }
  .productStorytelling-features_inner p {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .productStorytelling-features_inner img {
    display: initial;
    width: 45px;
  }
  .plus-icon {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  /***********************third_section*************************/
  .third_section {
    background-image: url("../images/cassette_jr2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 51.5625%;
    position: relative;
  }
  .third_section .inner {
    position: absolute;
    width: 35%;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .third_section .inner .box h3 {
    font-size: 2.6rem;
    font-family: "Helvetica Neue";
    font-weight: bold;
    text-align: left;
    letter-spacing: -.05em;
    line-height: 1;
  }

.third_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fourth_section*************************/
.fourth_section {
  background-image: url("../images/cassette_jr3.jpg");
 background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 111.9791%;
    position: relative;
  }
  .fourth_section .inner .box p {
   color: #000000;
  }
  .fourth_section .inner {
    position: absolute;
    width: 38%;
    left: 59%;
    top: 13%;
    max-width: 500px;
  }
  .fourth_section .inner2 {
    position: absolute;
    width: 30%;
    right: 66%;
    top: 47%;
  max-width: 460px;
  }
  .fourth_section .inner2 .box{
    text-align: center;
    text-align: center;
    font-size: 13px;
  }
  .fourth_section .inner2 .box img{
    display: inline-block;
    margin-bottom: 2em;
    height: 6vw;
    width: auto;
  }

  .fourth_section .inner2 .box p{
    color: #000!important;
  }
  .fourth_section .inner2 .box h3 {
    font-size: 2.46vw;
    color: #000 !important;
    line-height: 1.2;
    margin-bottom: 1%;
    text-align: center;
}
  .fourth_section .inner .box h3 {
    font-size: 45px;
    color: #000;
    line-height: 1;
    margin-bottom: 1%;
  }
  .fourth_section .inner .box {
    background: none;
    display: block;
    color: #373737;
  }
/***********************fifth_section*************************/
.fifth_section {
  background-image: url("../images/cassette4.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 36.4683%;
  position: relative;
}
.fifth_section .inner .box p {
  color: #fff;
}
.fifth_section .inner {
  position: absolute;
  width: 44%;
  left: 54%;
  top: 35%;
  max-width: 500px;
}
.fifth_section .inner2 {
  position: absolute;
  width: 44%;
  right: 5%;
  bottom: 11%;
  max-width: 460px;
}
.fifth_section .inner2 .box {
  text-align: center;
}
.fifth_section .inner2 .box img {
  display: inline-block;
  margin-bottom: 2em;
  height: 5vw;
}
.fifth_section .inner2 .box p {
  color: #fff !important;
  font-size: 1.2rem;
	text-align: left;
}
.fifth_section .inner2 .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
  color: #fff;
}
.fifth_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
  color: #fff;
}
.fifth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.fifth_section .inner .box .button {
  display: block;
  max-width: 17.85714rem;
  margin-bottom: 1.78571rem;
  color: #000;
  position: relative;
  overflow: hidden;
  height: 3.57143rem;
  line-height: 3.57143rem;
  transition: all .15s ease;
  letter-spacing: .07143rem;
  font-size: .85714rem;
  text-transform: uppercase;
  padding: 0 2.85714rem;
  border: 0;
  white-space: nowrap;
  text-align: center;
  background: 0 0;
  z-index: 98;
  cursor: pointer;
  font-weight: 400;
  margin: 0 0 1rem;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  width: 50%;
}
.fifth_section .inner .box .button::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #383838;
  background-color: #000000;
}
.fifth_section .inner .box .button::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 100%;
  top: 0;
  background: #2c2c2d;
  background-color: rgb(44, 44, 45);
  left: 50%;
  cursor: pointer;
  transform: translate(-50%) skew(20deg) scaleX(1);
  transition: width .36s cubic-bezier(.175, .885, .32, 1.275);
  background-color: #ddd;
}
.fifth_section .inner .box a:hover, .fifth_section .inner .box a.button:hover {
  background: 0 0;
  border-color: #999;
  outline: 0;
}
.fifth_section .inner .box .button:hover::after, .fifth_section .inner .box a.button:hover::after {
  width: 120%;
}
/***********************sixth_section*************************/
.sixth_section {
  background-image: url("../images/cassette_5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 36.4583%;
  position: relative;
}
.sixth_section .inner {
  position: absolute;
  width: 44%;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
  max-width: 530px;
}
.sixth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.sixth_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
/***********************anc_section*************************/
.anc_section {
  background-image: url("../images/cassette6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 36.4583%;
  position: relative;
}
.anc_section .inner {
  position: absolute;
  width: 44%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
  max-width: 530px;
}
.anc_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.anc_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
/***********************text_section*************************/
.text_section {
  background-color: #2B2B2B;
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
  position: relative;
}
.text_section .inner {
  position: relative;
  width: 68%;
  margin-left: 16%;
}
.text_section .inner .box {
  background: none;
  display: block;
  color: #fff;
  text-align: center !important;
}
.text_section .inner .box p {
  font-size: 1.6rem;
  
}
#skull-img {
  margin: 0 auto 30px;
  width: auto;
  height: 60px;
}
#feelskull-img {
  margin: 0 auto;
  width: 195px;
}
/***********************seventh_section*************************/
.seventh_section {
  background-image: url("../images/5_desktop_.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 51.5625%;
  position: relative;
}
.seventh_section .inner {
  position: absolute;
  width: 30%;
  left: 5%;
  top: 54%;
}
.seventh_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.seventh_section #design-img {
  position: absolute;
  width: 200px;
  top: 30%;
  left: 2%;
}
/***********************eighth_section*************************/
.eighth_section {
  background-image: url("../images/cassette_jr4.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 45.3125%;
  position: relative;
}
/***********************ninth_section*************************/
.ninth_section {
  background-color: #000;
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
  position: relative;
}
.ninth_section .inner {
  position: relative;
  width: 68%;
  margin-left: 16%;
}
.ninth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
  text-align: center;
}
.ninth_section .inner .box p {
  font-size: 2rem;
  text-align: center !important;
}
/***********************tenth_section*************************/
.tenth_section {
  background-image: url("../images/7_desktop_blue.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 41.1458%;
  position: relative;
}
/***********************eleventh_section*************************/
.eleventh_section {
  background-image: url("../images/8_desktop_blue.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 33%;
  position: relative;
}
.eleventh_section .inner {
  position: relative;
  width: 35%;
  left: 5%;
  top: 27%;
  color: #fff;
  margin: 0;
}
.eleventh_section .inner article {
  border-top: solid 1px #fff;
  color: #fff;
}
.eleventh_section .inner article:last-child {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.eleventh_section .inner article a {
  color: #fff;
  width: 100%;
  display: block;
}
.eleventh_section .inner article .header_detail {
  padding: 15px 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
 .eleventh_section .inner article:nth-child(3) .header_detail::before, .eleventh_section .inner article:nth-child(4) .header_detail::before {
  content: '>';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.eleventh_section .inner article .hide {
  /*height: 0;*/
  display: none;
  overflow: hidden;
}
 /***********************thirteenth_section*************************/
  .thirteenth_section {
    background-image: url("../images/8_desktop_blue.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
    padding-top: 0;
    position: relative;
    padding: 0.5% 0;
    padding-bottom: 50%
    
  }
  .thirteenth_section .inner {
    position: absolute;
    width: 35%;
    left: 5%;
    top: 27%;
    color: #fff;
    margin: 0;
  }
  .thirteenth_section .inner article {
    border-top: solid 1px #fff;
    color: #fff;
  }
  .thirteenth_section .inner article:last-child {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .thirteenth_section .inner article a {
    color: #fff;
    width: 100%;
    display: block;
  }
  .thirteenth_section .inner article .header_detail {
    padding: 15px 0;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  .thirteenth_section .inner article:nth-child(2) .header_detail::before ,
  .thirteenth_section .inner article:nth-child(3) .header_detail::before {  
    content: '';
    font-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 20%;
    margin-top: -5px;
    z-index: 1;
    
  }
  .thirteenth_section .inner article .hide {
    /*height: 0;*/
    display: none;
    overflow: hidden;
  }
.header_arrow .header_detail::before {
  content: '+';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.header_arrow .open::before {
  content: '-';
  font-size: 40px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -7px;
  z-index: 1;
}
.header_arrow .header_detail::after, .header_arrow .header_detail::before, .header_arrow .header_detail h2 {
  transition: all .2s linear;
}
.header_arrow .header_detail::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.eleventh_section .inner article .content {
  /*border-top: solid 1px #fff;*/
  padding: 10px 0 10px;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.7;
}
}
#red {
  background: none;
  color: red;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (min-width:1024px) {
  body {
    font-size: 1.4vw;
  }
}
@media screen and (min-width:1200px) {
  body {
    font-size: 16px;
  }
  .contents {
    padding-left: 10%;
    padding-right: 10%; /*max-width:1600px;*/ margin: 0 auto;
  }
  .contents h2 {
    font-size: 3em;
    padding-bottom: .8em;
  }
}
@media screen and (min-width:1600px) {}
@media screen and (min-width:1920px) {
  body {
    font-size: 18px;
  }
  .contents {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width:1200px) and (min-height:900px) {}
@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
  .gnavi li a:hover {
    opacity: 1
  }
  .linklist li a:hover {
    background: #000;
  }
  .movie_in li a:hover {
    opacity: 1;
  }
  .linkbtn a:hover {
    background: #000;
  }
  .buy_btn li a:hover {
    background: #333;
  }
  .first_section_in .box h3 {
    font-size: 1.8em;
  }
  .first_section_in .box h4 {
    font-size: 1.5em;
  }
}