﻿@charset "utf-8";

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }

  .pc_none {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* ===============================================
 main
=============================================== */
#couponArea {
  margin-top: 50px;
  color: #333;
  line-height: 1.6;
}

#couponArea .sp {
  display: none;
}

#couponArea .bold {
  font-weight: bold;
}

#couponArea .red {
  color: #C9000F;
}

#couponArea .red_l {
  color: #C9000F;
  font-size: 2rem;
}


@media screen and (min-width: 1025px) {
  main .inner {
    width: 992px;
  }
}

@media screen and (max-width: 1024px)and (min-width: 767px) {
  main .pc {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  #couponArea {
    font-size: 65%;
    color: #333;
    padding-bottom: 1%;
  }

  main .pc {
    display: none;
  }

  main .sp {
    display: inline-block;
  }

  main .red_l {
    color: #C9000F;
    font-size: 1.7rem;
  }
}


/*MV picver*/
.headfoot-is-pc .simpleMv--full .simpleMv__img,
.is-ipad .simpleMv--full .simpleMv__img {
  width: auto;
  height: 400px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {

  /* firefox */
  @-moz-document url-prefix() {
    #mv h2 .vertical {
      margin: -0.6em .5rem -2em;
      vertical-align: text-top;
    }
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {

  #mv h2 {
    font-size: 6vw;
  }

  #mv .subtxt {
    font-size: 4.5vw;
  }

  #mv .date {
    font-size: 2vw;
  }

  #mv .timer {
    font-size: 2.5vw;
  }

  #mv .sen {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    background: url("../img/bg.jpg") #010e21 center 400px;
    background-size: 180%;
    background-position: center right;
  }

  #mv {
    padding: 2rem 0 1.5rem;
  }

  #mv .subtxt {
    font-size: 2.5rem;
  }

  #mv .subTitle {
    font-size: 1.9rem;
    border: solid 3px #fff;
    display: inline-block;
    vertical-align: middle;
    padding: .4rem 1rem .2rem;
    margin: 0 1rem 1rem;
    font-weight: bold;
  }

  #mv .subtxt .icon {
    font-size: 55%;
    font-weight: normal;
    border: solid 1px #fff;
    display: inline-block;
    vertical-align: middle;
    padding: .4rem 1rem .2rem;
    margin: 0 1rem .5rem;
  }

  #mv .subtxt .sp_sml {
    font-size: 2rem;
  }

  #mv .subtxt .sp_none {
    display: none;
  }

  #mv h2 {
    font-size: 4rem;
    line-height: 1;
  }

  #mv h2 .vertical {
    letter-spacing: 2.6rem;
  }

  #mv h2 .txt02 {
    margin-left: .8rem
  }

  #mv h2 .txt02 {
    font-size: 120%;
  }

  #mv .date {
    font-size: 1.3rem;
    margin: 1rem 0 0;
  }

  #mv .timer {
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }

  #mv .innerEnd {
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1rem 2rem;
  }

  #mv .innerEnd .endTtl {
    font-size: 2rem;
  }

}

@media screen and (max-width: 320px) {
  #mv h2 {
    font-size: 12vw;
  }

  #mv .subtxt {
    font-size: 6.5vw;
  }

  #mv .date {
    font-size: 4vw;
  }

  #mv .timer {
    font-size: 4.5vw;
  }

}

/*  targetArea
-------------------------------------------------*/
#targetArea p {
  font-weight: bold;
  text-align: center;
  background: #333;
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#targetArea dl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #targetArea p {
    font-size: 2.7rem;
    padding: 1.1rem 0;
  }

  #targetArea dl {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem 0 4.7rem;
  }

  #targetArea dt {
    width: 20%;
    border: solid 1px #333;
    text-align: center;
    padding: 1.2rem 1rem 1rem;
    margin-right: 1.4rem;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #targetArea dd {
    margin-right: 1.4rem;
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  #targetArea dl {
    margin: 3rem 2rem 4.7rem;
  }

  #targetArea dt {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #targetArea p {
    font-size: 2rem;
    padding: .5rem 1rem;
  }

  #targetArea dt {
    display: none;
  }

  #targetArea dd {
    text-align: center;
    margin: 2rem 4rem;
  }
}

/*  couponArea
-------------------------------------------------*/
#couponArea .couponBox .coupontxt {
  /*background: #F2F2F2;*/
  background: #FFF;
  text-align: center;
  position: relative;
}

#couponArea .couponBox .couponItem {
  font-size: 2.5rem;
  font-weight: bold;
}

#couponArea .couponBox h3 p.air {
  display: block;
  font-size: 2.7rem;
  border-bottom: solid 2px;
  width: 33%;
  margin: 0 auto 10px;
}

#couponArea .couponBox h3 p.tour {
  display: block;
  font-size: 1.2rem;
  width: 90%;
  margin: 0 auto 7px;
}

#couponArea .couponBox h3 p.ah {
  display: block;
  font-size: 2.7rem;
  border-bottom: solid 2px;
  width: 45%;
  margin: 0 auto 10px;
}

#couponArea .couponBox h3 span.big_text {
  font-size: 130%;
  line-height: 1em;
  vertical-align: -3px;
}

#couponArea h3 span.csmall_txt {
  font-size: 1rem;
  display: block;
}

#couponArea .couponBox .couponCode {
  font-weight: bold;
  color: yellow;
  display: inline-block;
  vertical-align: middle;
}

.btn.copy button {
  background: #fff;
  border: solid 2px yellow;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 0;
  color: var(--main_blue);
  display: block;
  margin: 0 0 0 1rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  transition: 0.5s all;
}

.btn.copy button:hover {
  background: yellow;
}

.btn.accordion {
  /*padding-bottom: 1rem;*/
}

.btn.accordion p {
  border: 3px solid #ea102e;
  background: #ea102e;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  transition-duration: .5s;
  cursor: pointer;
}

.btn.accordion.close p {
  color: #FFF;
  border: 3px solid #B2B2B2;
  background: #B2B2B2;
}

.btn.accordion p:before {
  content: "";
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 38%;
  right: 1.9rem;
  transform: rotate(45deg) translate(0, -50%);
  transition-duration: .5s;
}

.btn.accordion.close p:before {
  transform: rotate(225deg) translate(0, -50%);
  top: 37%;
  right: 1rem;
}

#couponArea .couponBox .couponDetail {
  display: none;
}

#couponArea .couponBox .close+.couponDetail {
  display: block;
  padding-top: 2rem;
  text-align: left;
}

#couponArea .couponBox .close+.couponDetail>p {
  padding-top: 1rem;
}

#couponArea .couponBox .couponDetail .coupon_wrap {
  background: #5671ac;
  padding: 1rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 0.6rem;
}

.coupon_wrap p span {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #couponArea .couponBox {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto 2rem;
  }

  #couponArea .couponBox:before,
  #couponArea .couponBox:after {
    content: "";
    font-size: 1.3rem;
    font-weight: bold;
    border: solid 4px #707070;
    transform: rotate(180deg);
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    width: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #couponArea .couponBox:before {
    content: "DISCOUNT";
    background: var(--main_blue);
    ;
    border-radius: 0 6px 6px 0;
    color: #fff;
  }

  #couponArea .couponBox:after {
    content: "COUPON";
    font-size: 1.3rem;
    margin-left: -1px;
    background: #F2F2F2;
    border-right: dotted 6px #707070;
    border-radius: 6px 0 0 6px;
    color: #ccc;
    letter-spacing: .3rem;
  }

  #couponArea .couponBox .coupontxt {
    width: 84%;
  }

  #couponArea .couponBox .coupontxt:before,
  #couponArea .couponBox .coupontxt:after {
    content: "";
    background: #fffddd;
    border: solid 3px #707070;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    display: block;
    z-index: 1;
    position: absolute;
    right: -7px;
    margin: 0;
  }

  #couponArea .couponBox .coupontxt:before {
    top: -4px;
  }

  #couponArea .couponBox .coupontxt:after {
    bottom: -4px;
  }

  #couponArea .couponBox .coupontxt .inner {
    width: 100%;
    border-top: solid 4px #707070;
    border-bottom: solid 4px #707070;
    padding: 3rem 0;
  }

  .coupon00 .inner {
    padding: 1rem 0 !important;
  }

  #couponArea .couponBox .coupontxt .inner:before,
  #couponArea .couponBox .coupontxt .inner:after {
    content: "";
    width: 20px;
    height: 19px;
    background: #fffddd;
    display: block;
    z-index: 2;
    position: absolute;
    right: -13px;
  }

  #couponArea .couponBox .coupontxt .inner:before {
    top: -19px;
  }

  #couponArea .couponBox .coupontxt .inner:after {
    bottom: -19px;
  }

  #couponArea .couponBox h3 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #couponArea .couponBox .couponCode {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin: 0;
  }

  .btn.copy {
    display: inline-block;
    vertical-align: middle;
  }

  .btn.copy button {
    display: block;
  }

  .btn.accordion p {
    min-width: 300px;
  }

  .btn.accordion.close p {
    min-width: 300px;
  }

  .btn.accordion p:hover {
    background: #FFF;
    color: #C9000F;
  }

  .btn.accordion.close p:hover {
    color: #fff;
    border: 3px solid #888;
    background: #888;
  }

  .btn.accordion p:hover:before {
    border-bottom: solid 2px #C9000F;
    border-right: solid 2px #C9000F;
  }

  .btn.accordion.close p:hover:before {
    color: #FFF;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
  }

  #couponArea .couponBox .close+.couponDetail {
    margin: 0 2rem;
  }

  #couponArea .couponBox .close+.couponDetail h4 {
    width: 15%;
    color: #333;
  }

  #couponArea .couponBox .close+.couponDetail .infotxt {
    width: 85%;
    color: #333;
  }

  #couponArea .info_text {
    font-size: .8rem;
    padding-top: 5px;
  }

  .infolist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .infolist dt {
    width: 150px;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .infolist dd {
    padding: 10px 5px;
    width: calc(100% - 150px);
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  .infolist dd span {
    display: block;
    font-size: .9rem;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  #couponArea {
    margin: 0 1, 25rem;
  }
}

@media screen and (max-width: 767px) {
  #couponArea .couponBox:first-child {
    margin-top: 1rem;
    position: relative;
  }

  #couponArea .couponBox {
    margin-bottom: 1rem;
  }

  #couponArea .couponBox::before {
    z-index: 2;
    content: "COUPON";
    color: rgb(255, 255, 255);
    background: var(--main_blue);
    border-radius: 6px 6px 0px 0px;
    font-size: 4vw;
    font-weight: bold;
    border: solid 2px #707070;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
  }

  #couponArea .couponBox .couponItem {
    font-size: 1.8rem;
    margin-top: -0.5rem;
    font-weight: bold;
  }

  #couponArea .couponBox .coupontxt {
    border: solid 2px #707070;
    border-radius: 5px;
    width: 100%;
    padding: 16px 0 .5rem;
    margin: 0 auto;
  }

  #couponArea .couponBox.coupon .coupontxt:after {
    content: "COUPON";
    font-size: 2.6rem;
    color: #CCCCCC;
    margin-top: -1rem;
  }

  #couponArea .couponBox h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 15px;
  }

  #couponArea .couponBox .couponCode {
    font-size: 2rem;
    margin: 0 0 .5rem 0;
    display: block;
  }
  #couponArea .couponBox .couponCode b{
    display: block;
    padding-bottom: 5px;
  }

  #couponArea .couponBox h3 {
    position: relative;
    border-bottom: dotted 6px #707070;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    display: block;
  }

  #couponArea .couponBox h3:before,
  #couponArea .couponBox h3:after {
    content: "";
    width: 5px;
    height: 9px;
    border: solid 2px #707070;
    display: block;
    position: absolute;
    bottom: -7px;
    background: #fffddd;
  }

  #couponArea .couponBox h3:before {
    border-left: none;
    border-radius: 0 8px 8px 0;
    left: -2px;
  }

  #couponArea .couponBox h3:after {
    border-right: none;
    border-radius: 8px 0 0 8px;
    right: -2px;
  }

  .btn.copy button {
    width: 80%;
    max-width: 350px;
    padding: .9rem 1rem;
    margin: 0 auto;
  }

  .btn.accordion {
    display: block;
  }

  .btn.accordion p {
    font-size: 1.4rem;
    width: 80%;
    max-width: 350px;
    padding: 0 1rem;
    margin: 0 auto;
  }

  .btn.accordion p:before {
    top: 42%;
  }

  #couponArea .couponBox .close+.couponDetail {
    padding: 0;
    margin: 1rem;
  }

  #couponArea .couponBox .couponDetail .coupon_wrap{
    font-size:12px;
  }

  #couponArea .couponBox .close+.couponDetail .infoArea {
    margin: 0;
    color: #333;
  }

  /*  #couponArea .couponBox .close + .couponDetail .infoBox:last-child{
    padding: 1.5rem 0 0;
  }*/
  .btn.copy button:hover {
    background: #fff;
    color: #C9000F;
  }
  .infolist{
    font-size:12px;
  }
  .infolist dt{
    font-weight: bold;
    padding-top: 10px;
    border-bottom: 1px solid #AAA;
  }
}

/*  infoArea
-------------------------------------------------*/
.infoArea h3 {
  text-align: center;
}

.infoArea .infoBox .infotxt li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.infoArea .infoBox .infotxt li:before {
  content: "●";
}

.infoArea .infoBox .infotxt .imgArea img {
  border: solid 5px #F2F2F2;
  box-sizing: content-box;
}

.graybtn a {
  border: solid 1px #888888;
  border-radius: 50px;
  font-size: .9rem;
  display: block;
  padding: 0.3rem 3rem 0.2rem;
  position: relative;
  /*  transition: 0.5s all;*/
  background: #fff;
}

.graybtn.graybtnTop {
  margin-top: 1rem
}

.graybtn a:hover {
  background: #B2B2B2;
  color: #fff;
}

.graybtn a:after {
  content: "";
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 44%;
  right: 1.5rem;
  transition: 0.5s all;
}

.graybtn a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (min-width: 768px) {
  .infoArea {
    /*color: #FFF;*/
  }

  .infoArea h3 {
    font-size: 3.2rem;
    margin: 6rem 0 2rem;
  }

  .infoArea .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6rem;
  }

  .infoArea .infoBox h4 {
    font-size: 1.25rem;
    font-weight: bold;
    width: 20%;
  }

  .infoArea .infoBox .infotxt {
    width: 80%;
    text-align: left;
    line-height: 1.8em;
  }

  .infoArea .infoBox .infotxt .largetxt {
    font-size: 1.25rem;
  }

  .infoArea .infoBox .infotxt .att {
    font-size: .9rem;
    color: #FF0000;
  }

  .infoArea .infoBox .infotxt .tel a {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
  }

  .infoArea .infoBox .infotxt .imgArea p {
    font-weight: bold;
    margin: 3rem 0 1.3rem;
  }

  .infoArea .infoBox .infotxt .imgArea+p {
    margin: 2.7rem 0 .8rem;
  }

  .graybtn p {
    display: inline-block;
  }

  .graybtn p+p {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .infoArea {
    margin: 0 2rem;
  }

}

@media screen and (max-width: 767px) {
  .infoArea {
    margin: 2.2rem;
    color: #FFF;
  }

  .infoArea h3 {
    font-size: 2.4rem;
    margin: 3rem 0 0;
  }

  .infoArea .infoBox {
    padding: 1.5rem 0;
  }

  .infoArea .infoBox:not(:last-child) {
    border-bottom: solid 1px #888888;
  }

  .infoArea .infoBox h4 {
    font-weight: bold;
  }

  .infoArea .infoBox .infotxt {
    width: 100%;
  }

  .infoArea .infoBox .infotxt .att {
    font-size: 1rem;
  }

  .infoArea .infoBox .infotxt .tel a {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #2488FF;
    max-width: 350px;
    border: solid 1px #2488FF;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 1rem 0 .8rem;
    margin: 1rem auto;
  }

  .infoArea .infoBox .infotxt .tel a:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 4px -8px 0;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    vertical-align: baseline;
    background-image: url(/cmn/headfoot/images/icon-phone-kaigai.png);
  }

  .infoArea .infoBox .infotxt .tel a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #2488FF;
    border-right: solid 2px #2488FF;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.7rem;
    transform: rotate(45deg) translate(0, -50%);
  }

  .infoArea .infoBox .infotxt .imgArea .img {
    text-align: center;
  }

  .infoArea .infoBox .infotxt .imgArea img {
    max-width: 317px;
    width: 100%;
    height: auto;
    margin: .7rem 0 2rem;
  }

  .infoArea .infoBox .infotxt .imgArea p {
    font-weight: bold;
    margin-top: 2rem;
  }

  .graybtn p+p {
    margin-top: 1rem;
  }

  .graybtn a {
    font-size: 1.4rem;
    text-align: center;
    width: 80%;
    max-width: 350px;
    padding: 1rem 1rem;
    margin: 0 auto 20px;
  }

}

/* itemList----------*/
.itemList li .img {
  position: relative;
  overflow: hidden;
}

.itemList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .itemList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .itemList li {
    width: 33.33%;
  }

  .itemList li:not(:last-child) {
    padding-right: 1.6rem;
  }

  .itemList li .img {
    height: 130px;
    margin-bottom: 2rem;
  }

  .itemList li img {
    width: 100%;
  }

  .itemList li .txt {
    margin-bottom: 2rem;
  }

  .itemList li .txt h4 {
    font-weight: bold;
  }

  .itemList li .txt p {
    font-size: 1.4rem;
  }

  .itemList .graybtn {
    margin: 2rem 0 6.8rem;
    text-align: center;
  }

  .itemList .graybtn a {
    border-radius: 30px;
    padding: 1rem 8rem;
  }

  .itemList .two a {
    padding: 1rem 5rem;
  }
}

@media screen and (max-width: 767px) {
  .itemList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .itemList li:not(:last-child) {
    border-bottom: solid 1px #888888;
  }

  .itemList li .img {
    width: 5.6rem;
    height: 5.6rem;
  }

  .itemList li img {
    height: 100%;
    max-width: unset;
  }

  .itemList li .txt {
    font-weight: bold;
    width: calc(100% - 5.6rem);
    padding: 1.5rem 0 1rem 1.3rem;
  }

  .itemList li .txt h4 {
    font-weight: bold;
  }

  .itemList li .txt p {
    font-size: 1.2rem;
  }

  .itemList .btn03 {
    margin-top: 1rem;
  }
}

/* pageTop----------*/
.goTop {
  display: none;
}

@media screen and (max-width: 767px) {
  .goTop {
    width: 54px;
    height: 49px;
  }
}

/* popup----------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  /*visibility: hidden;*/
  transition: .3s;
}

.popup.is-show {
  opacity: 1;
  /*visibility: visible;*/
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
}

.popup-inner img {
  width: 100%;
}

.popup-inner h3 {
  padding: 40px 0 0;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  /*cursor: pointer;*/
}

.coupontxt h3 {
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width:769px) {
  h3 {
    font-size: 2.2em;
    text-align: center;
    padding: 0;
  }
}