@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 !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 5.6vw;
  line-height: 1.6;
  font-weight: bold;
  line-height: 31px;
  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/mission1_sp.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 143.75%;
  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;
}
/***********************second_section*************************/
.second_section {
  background-image: url("../images/sp/mission2_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 105.125%;
  position: relative;
  overflow: hidden;
  
}
.second_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 3%;
}
.second_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1%;
  text-align: center;
	font-weight: bold;
}
.second_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************third_section*************************/
.third_section {
  background-image: url("../images/sp/mission3_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
}
.third_section .inner {
  position: absolute;
  width: 90%;
  right: 5%;
  top: 3%;
}
.third_section .inner .box h3 {
  font-size: 5vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1%;
  text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.third_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fourth_section*************************/
.fourth_section {
  background-image: url("../images/sp/mission4_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
}
.fourth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 3%;
}
.fourth_section .inner .box h3 {
  font-size: 6vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1%;
  text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
.fourth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}

/***********************fifth_section*************************/
.fifth_section {
  background-image: url("../images/sp/mission5_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 170.75%;
  position: relative;
}
.fifth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}
.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;
}
/***********************sixth_section*************************/
.sixth_section {
  background-image: url("../images/sp/mission6_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 215.75%;
  position: relative;
}
.sixth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}
.sixth_section .inner .box h3 {
font-size: 9vw;
color: #000;
line-height: 1;
margin-bottom: 11%;
text-align: center;
font-weight: bold;

}
.sixth_section .inner .box p:last-child{
 color:#000;
}
.sixth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************seven_section*************************/
.seven_section {
  background-image: url("../images/sp/mission7_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
}
.seven_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}
.seven_section .inner .box h3 {
font-size: 9vw;
color: #fff;
line-height: 1;
margin-bottom: 10%;
text-align: center;
font-weight: bold;
}
.seven_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************eight_section*************************/
.eight_section {
  background-image: url("../images/sp/mission8_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 188%;
  position: relative;
}
.eight_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}
.eight_section .inner .box h3 {
font-size: 9vw;
color: #000;
line-height: 1;
margin-bottom: 12%;
margin-top: -4%;
text-align: center;
font-weight: bold;
}
.eight_section .inner .box p:last-child {
color: #000;

}

.eight_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************nine_section*************************/
.nine_section {
  background-image: url("../images/sp/mission9_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
}
.nine_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}
.nine_section .inner .box h3 {
font-size: 9vw;
color: #fff;
line-height: 1;
margin-bottom: 11%;
margin-top: -10%;
text-align: center;
font-weight: bold;
}
.nine_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************ten_section*************************/
.ten_section {
  background-image: url("../images/sp/mission10_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 187.5%;
  position: relative;
}
.ten_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}
.ten_section .inner .box h3 {
font-size: 9vw;
color: #fff;
line-height: 1;
margin-bottom: 5%;
margin-top: -9%
text-align: center;
font-weight: bold;
}
.ten_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}

/***********************eleventh_section*************************/
.eleventh_section {
  background-image: url("../images/push_section10.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;
}
/*********************************       //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 !important;
  }
  .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 p, .inner .box h3 {
    text-align: left !important;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
  
  
 /***********************first_section*************************/
  .first_section {
    background-image: url("../images/mission1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 36.4583%;
    position: relative;
  }
  .first_section .inner {
    position: absolute;
    width: 425px;
    left: 6%;
    top: 15%;
  }
  .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;
  }
  
  /***********************second_section*************************/
 .second_section {
  background-image: url("../images/mission2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 31.4583%;
  position: relative;
  

}
.second_section .inner {
  position: absolute;
  width: 35%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.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;
}
/***********************third_section*************************/
.third_section {
  background-image: url("../images/mission3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 51.5625%;
  position: relative;
}
.third_section .inner {
  position: absolute;
  width: 35%;
  right: 61%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.third_section .inner .box h3 {
  font-size: 1.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
  padding-bottom: 39px;
}
.third_section .inner .box p{
  font-size: 39px
}


.third_section .inner .box {
  background: none;
  display: block;
  color: #fff;
  font-weight: bold;
}
/***********************fourth_section*************************/
 .fourth_section {
  background-image: url("../images/mission4.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 51.5625%;
  position: relative;
}
.fourth_section .inner {
  position: absolute;
  width: 35%;
  left: 59%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.fourth_section .inner .box h3 {
  font-size: 1.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
.fourth_section .inner .box p{
  font-size:39px;

}

.fourth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fifth_section*************************/
 .fifth_section {
  background-image: url("../images/mission5.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 36.302%;
  position: relative;
}
.fifth_section .inner {
  position: absolute;
  width: 35%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.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;
}
.fifth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************sixth_section*************************/
 .sixth_section {
  background-image: url("../images/mission6.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 46.25%;
  position: relative;
}
.sixth_section .inner {
  position: absolute;
  width: 35%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.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;
  color: #000;
}
.sixth_section .inner .box p:last-child{
color: #000;
font-weight: normal;
 line-height: 1.2;

}


.sixth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************seven_section*************************/
 .seven_section {
  background-image: url("../images/mission7.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 36.4583%;
  position: relative;
}
.seven_section .inner {
  position: absolute;
  width: 35%;
  left: 59%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.seven_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
.seven_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************eight_section*************************/
 .eight_section {
  background-image: url("../images/mission8.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 36.4583%;
  position: relative;
}
.eight_section .inner {
  position: absolute;
  width: 35%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.eight_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
.eight_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************nine_section*************************/
 .nine_section {
  background-image: url("../images/mission9.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 36.4583%;
  position: relative;
}
.nine_section .inner {
  position: absolute;
  width: 35%;
  left: 58%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.nine_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
.nine_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************ten_section*************************/
 .ten_section {
  background-image: url("../images/mission10.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 0!important; 
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 36.4583%;
  position: relative;
}
.ten_section .inner {
  position: absolute;
  width: 35%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.ten_section .inner .box h3 {
  font-size: 2.6rem;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
  line-height: 1;
}
.ten_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************eleventh_section*************************/
.eleventh_section {
  background-image: url("../images/push_section10.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50%;
  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(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: 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 {
    background-color: #000;
    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;
  }
}
#page_top55{
display:none!important;
}