.main-in.special .special_wrap {
  margin-top: 55px;
}

.main-in.special .special_list .special_item {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.main-in.special .special_list .special_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
}

.main-in.special .special_list .thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.main-in.special .special_list .thumb::before {
  content: "";
  display: block;
  background: #48aaff;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main-in.special .special_list .thumb div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main-in.special .special_list .item_youtube .thumb::after {
  content: "";
  display: block;
  background: url(../img/special/play.png) center no-repeat;
  -webkit-background-size: 15.15% auto;
  -o-background-size: 15.15% auto;
  background-size: 15.15% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
}

.main-in.special .special_list .cap {
  font-size: 3.8vw;
  padding-top: 2vw;
  text-align: left;
  line-height: 1.4;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main-in.special .special_list .special_item:hover .thumb::before {
  opacity: 0.3;
}

.main-in.special .special_list .special_item:hover .thumb div {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.main-in.special .special_list .special_item:hover .cap {
  color: #48aaff;
}

@media only screen and (max-width: 750px) {
  .main-in.special {
    width: auto;
    margin: 55px 5.5% 0;
  }
  .main-in.special .special_list {
    margin-top: 15px;
  }
  .main-in.special .special_list .special_item:not(:first-of-type) {
    margin-top: 10vw;
  }
}

@media only screen and (min-width: 751px) {
  .main-in.special .special_list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-in.special .special_list .special_item {
    width: 31.5%;
  }
  .main-in.special .special_list .special_item:not(:nth-of-type(3n+1)) {
    margin-left: 2.75%;
  }
  .main-in.special .special_list .special_item:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .main-in.special .special_list .special_item .cap {
    font-size: 15px;
    padding-top: 12px;
  }
}

#modal_youtube .wrap {
  background: url(../img/common/bg02_sp.jpg) center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 751px) {
  #modal_youtube .wrap {
    background: url(../img/common/bg02_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.special_wrap h3 {
  line-height: 1.6;
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbe3;
  font-size: 20px;
}

.special_wrap .special_lead span {
  font-weight: bold;
}

.special_wrap .special_lead {
  line-height: 1.9;
  margin: 45px 0 40px;
  font-size: 15px;
}

.special_wrap .special_lead_img {
  margin: 45px auto ;
  width: 80%
}

.in_contents .special_back_btn {
  text-align: center;
  border-top: 1px solid rgba(64, 75, 128, 0.2);
  padding-top: 45px;
  margin-top: 45px;
}

.in_contents .special_back_btn a{
  position: relative;
  color: #565656;
  font-size: 15px;
  padding-left: 18px;
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .07em;
}

.in_contents .special_back_btn a::before {
  content: "";
  display: block;
  border-left: 1px solid #565656;
  border-bottom: 1px solid #565656;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);

}

@media only screen and (min-width: 751px) {
  .special_wrap h3 {
    font-size: 24px;
  }
  .special_wrap .special_lead {
    font-size: 15px;
  }
  .in_contents .special_back_btn {
    margin-top: 120px;
    padding-top: 60px;
    -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
    -o-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  }
  .in_contents .special_back_btn:hover {
    opacity: 0.7;
  }
  .in_contents .special_back_btn a::before {
    top: 41%;
  }
}

/**digicon*****************************************/
.digicon .digicon_list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.digicon .digicon_list {
  margin-top: 60px;
}

.digicon .digicon_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: .06em;
  color: #48aaff;
  width: 100%;
}

.digicon .digicon_list dt::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #48aaff;
  margin-right: 8px;
}

.digicon .digicon_list dd {
  position: relative;
  margin-top: 15px;
}

.digicon .digicon_list dd a {
  display: block;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .digicon .digicon_list.digicon_icon dd {
    width: 31.5%;
  }
  .digicon .digicon_list.digicon_icon dd:not(:nth-of-type(3n+1)) {
    margin-left: 2.75%;
  }
  .digicon_wp_sp dd {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 751px) {
  .digicon .digicon_list {
    width: 80%;
    margin: 0 auto;
  }
  .digicon .digicon_list {
    margin-top: 100px;
  }
  .digicon .digicon_list dt {
    font-size: 16px;
  }
  .digicon .digicon_list dt::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #48aaff;
    margin-right: 10px;
  }
  .digicon .digicon_list dd::before {
    content: "";
    display: block;
    background: #48aaff;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .digicon .digicon_list dd:hover::before {
    opacity: 0.3;
  }
  .digicon .digicon_list.digicon_icon dd {
    width: 15.8%;
  }
  .digicon .digicon_list.digicon_icon dd:not(:nth-of-type(6n+1)) {
    margin-left: 1.04%;
  }
  .digicon_wp_sp dd {
    width: 35%;
  }
}


/**faq*****************************************/
.faq_lead {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_lead::before {
  content: "";
  display: block;
  background: #99bbff;
  background: -webkit-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  background: -o-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  background: linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bbff', endColorstr='#99d3ff',GradientType=1 );
  opacity: 0.6;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.faq_lead p {
  position: relative;
  z-index: 10;
  line-height: 1.5;
  letter-spacing: .04em;
  font-size: 3.65vw;
  text-align: left;
  padding: 6vw 10%;
}
.faq_lead_img {
  position: absolute;
  z-index: 10;
  right: 8.5vw;
  width: 24.5vw;
  bottom: 0;
}
.faq_wrap {
  text-align: left;
  margin-top: 40px;
}
.faq_wrap_ques {
  position: relative;
  color: #48AAFF;
  font-size: 16px;
  padding-left: 46px;
  line-height: 1.5;
  letter-spacing: .06em;
}
.faq_wrap_ques::before {
  content: "Q . ";
  font-family: YakuHanJP, proxima-nova, sans-serif;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: -6px;
}
.faq_wrap_ans {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-top: 20px;
}
.faq_wrap_ans_img {
  width: 20%;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: rgba(72, 170, 255, 0.4);
  overflow: hidden;
  -webkit-transition: background-color 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq_wrap_ans_txt {
  position: relative;
  width: 75%;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .04em;
  -ms-word-break: break-all;
      word-break: break-all;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_wrap_ans_txt::before,
.faq_wrap_ans_txt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0.5;
}
.faq_wrap_ans_txt::before {
  top: 0;
  left: 0;
  background: url(../img/special/faq/deco01JP.png) center no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.faq_wrap_ans_txt.en::before {
  background: url(../../en/assets/img/special/faq/deco01EN.png) center no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.faq_wrap_ans_txt::after {
  bottom: 0;
  right: 0;
  background: url(../img/special/faq/deco02JP.png) center no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.faq_wrap_ans_txt.en::after {
  background: url(../../en/assets/img/special/faq/deco02EN.png) center no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.faq_wrap_ans_txt span {
  font-weight: bold;
}
.faq_wrap_ans_txt .bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.faq_wrap_ans_txt dl{
  margin-top: 10px;
}
.faq_wrap_ans_txt dt {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .faq_wrap_ans_txt .bnr li {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 751px) {
  .faq_lead {
    width: 540px;
    margin-bottom: 120px;
  }
  .faq_lead p{
    padding: 30px 190px 30px 70px;
    font-size: 18px;
    line-height: 1.65;
  }
  .faq_lead_img {
    right: 47px;
    width: 134px;
  }
  .faq_wrap {
    margin: 90px auto 0;
    width: 800px;
  }
  .faq_wrap_ques {
    font-size: 20px;
    padding-left: 50px;
  }
  .faq_wrap_ques::before {
    font-size: 30px;
    margin-top: -3px;
  }
  .faq_wrap_ans {
    margin-top: 40px;
  }
  .faq_wrap_ans_img {
    width: 120px;
  }
  .faq_wrap_ans_txt {
    width: 640px;
    padding: 30px 40px;
    font-size: 17px;
    line-height: 1.7;
  }
  .faq_wrap_ans_txt::before,
  .faq_wrap_ans_txt::after {
    width: 60px;
    height: 60px;
  }
  .faq_wrap_ans_txt .bnr {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 20px;
  }
  .faq_wrap_ans_txt .bnr li {
    width: 48%;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .faq_wrap_ans_txt .bnr li:hover {
    opacity: 0.6;
  }
}


/**countdown*****************************************/
.countdown .countdown_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 5.5% 0;
}

.countdown .countdown_list .countdown_item {
  width: 48.5%;
  cursor: pointer;
}

.countdown .countdown_list .thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.countdown .countdown_list .thumb::before {
  content: "";
  display: block;
  background: #48aaff;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.countdown .countdown_list .thumb div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.countdown .countdown_list .countdown_item:hover .thumb::before {
  opacity: 0.3;
}

.countdown .countdown_list .countdown_item:hover .thumb div {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.countdown .countdown_list .countdown_item .cap {
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.countdown .countdown_list .countdown_item:hover .cap {
  color: #48aaff;
}

@media only screen and (max-width: 750px) {
  .countdown .countdown_list .countdown_item:nth-of-type(even) {
    margin-left: 3%;
  }
  .countdown .countdown_list .countdown_item:nth-of-type(n+3) {
    margin-top: 5vw;
  }
  .countdown .countdown_list .countdown_item .cap {
    font-size: 13px;
    margin-top: 2vw;
  }
}

@media only screen and (min-width: 751px) {
  .countdown .countdown_list {
    margin: 0;
  }
  .countdown .countdown_list .countdown_item {
    width: 32.666%;
  }
  .countdown .countdown_list .countdown_item:not(:nth-of-type(3n+1)) {
    margin-left: 1%;
  }
  .countdown .countdown_list .countdown_item:nth-of-type(n+4) {
    margin-top: 3%;
  }
  .countdown .countdown_list .countdown_item .cap {
    font-size: 15px;
    padding-top: 12px;
  }
}

#modal_image .wrap {
  background: url(../img/common/bg07_sp.jpg) center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 751px) {
  #modal_image .wrap {
    background: url(../img/common/bg07_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}


/**update*****************************************/

.update_list {
  position: relative;
  padding: 40px 0;
  margin: 0 auto;
  letter-spacing: .06em;
  margin-bottom: 45px;
}
.update_list::before {
  content: "";
  display: block;
  background: #99bbff;
  background: -webkit-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  background: -o-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  background: linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bbff', endColorstr='#99d3ff',GradientType=1 );
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.update_list dt {
  position: relative;
  z-index: 10;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;  
}
.update_list dd {
  position: relative; 
  z-index: 10;  
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.update_type {
  text-align: left; 
  margin: 0 auto;
  line-height: 1.7; 
  border-top: 1px solid rgba(64, 75, 128, 0.2);
  padding: 30px 0;
}
.update_type dt {
  color: #48AAFF;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
}
.update_type dd {
  margin-top: 10px;
  font-size: 14px;
}
.update_process {
  position: relative;
  padding: 40px 45px;
  margin: 0 auto;
  letter-spacing: .06em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9DAD4;
}
.update_process {
  line-height: 1.9;
  font-size: 14px;
  text-align: left;
}
.update_process_cap {
  font-weight: bold;
}
.update_process_list li {
  position: relative;
  margin-bottom: 12px;
    padding-left: 25px; 
}
.update_process_list li:last-of-type {
  margin-bottom: 0; 
}
.update_process_list li span {
  width: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.update_process_list figure {
  margin-top: 10px;
}
.update .att {
  margin-top: 15px; 
  font-size: 13px;  
}
.update_btn {
  position: relative;
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em;
  background: #99bbff;
  background: -webkit-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  background: -o-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  background: linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bbff', endColorstr='#99d3ff',GradientType=1 );
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-top: 20px; 
  width: 280px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.update_btn a {
  color: #FFF !important;
  padding: 16px 0;
  display: block;
  font-size: 16px;
  text-align: center; 
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.update_btn:hover a {
    background-color: rgba(72,170,255,.7);
}
.update_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 70px;
  width: 14px;
  height: 100%;
  background: url(../img/special/update/icon_dl.png) center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (max-width: 750px) {
  .update_list {
    padding: 22px 5vw;
  }
  .update_list dt {
    font-size: 14px;  
  }
  .update_list dd {
    font-size: 13px;
  }
  .update_type {
    padding: 25px 0;
  }
  .update_type dt {
    font-size: 14px;  
  }
  .update_type dd {
    font-size: 13px;
    margin-top: 8px;  
  }
  .update_process {
    padding: 25px 5vw;
  }
  .update_process_cap {
    margin-bottom: 16px;
  }
  .update_process_list li {
    margin-bottom: 8px; 
    font-size: 13px;  
  }
  .update_btn {
    width: 100%; 
    margin-top: 8px; 
  }
  .update_type .update_btn {
    width: 80%;
    margin: 10px auto 0;
  }
  .update_btn a {
    padding: 12px 0;
    font-size: 13px;  
  }
  .update_btn a::after {
    width: 11px;
    right: calc(50% - 60px);
  }
  .update .att {
    font-size: 12px;  
    margin-top: 8px;  
  }
}
@media only screen and (min-width: 751px) {
  .update_list {
    width: 800px;
  }
  .update_type {
    width: 800px;
  }
  .update_process {
    width: 800px;
    display: flex;  
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .update_process_cap {
    font-weight: bold;
    width: 165px;
  }
  .update_process_list {
    width: calc(100% - 165px);
  }
}