@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);


html{
  font-size : 62.5%;
}

@media screen and (max-width:768px){
  html{
    font-size : 1.333vw;
  }
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-style: normal;
  font-feature-settings: 'palt';
  line-height: 1.5;
  max-width: 1280px;
  margin: auto;

  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width:768px){
  body{
    min-width: 320px;
  }
}


img {
  display : block;
  max-width : 100%;
}

video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}


.sp {
  display: none !important;
}


@media screen and (max-width:768px){
  img{
    width : 100%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

a {
  color:#000;
  display: block;
  text-decoration: none;
  transition: .2s;
}



/* ======================= header/main/footer ======================= */
.header,
.main,
.footer {
  margin: auto;
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  padding: 2rem 0 1rem;
}

.header img {
  padding-left: 1.8rem;
  width: 20.5rem;
}

.main {
  background: #fff;
}

.footer {
  margin: 5.5rem auto 4rem;
}

.footer p {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}


/* ======================= fv ======================= */
.fv {
  position: relative;
}

.fv .fv_overlap {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5%;
  width: 87.5%;
}

.fv_splide .splide__slide {
  width: 100%;
  margin-right: 1px;
}

/* ======================= attention ======================= */
.attention_btn_wrap {
  position: relative;
}

.attention_btn {
  position: absolute;
  width: 47.19%;
  left: 0;
  right: 0;
  top: 5%;
  margin: auto;
  cursor: pointer;
  transition: 0.5s;
}

.attention_2 .attention_btn {
  top: 0;
}

.attention_btn:hover {
  opacity: 0.8;
}

/*
// =========== accordion ===========
*/
.attention_ac {
  background-image: url(../img/attention_bk.png);
  padding-bottom: 1rem;
}

.attention .ac {
  margin: 0 auto 3rem;
  width: 62.5%;
}

.attention .ac dt {
  margin: 0 auto;
}

.attention .ac-parent {
  position: relative;
}

.ac_title img {
  margin: auto;
}

.attention .ac-parent img,
.attention {
  position: relative;
}

.attention .ac-parent img {
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
  z-index: 10;
}

.attention .ac-child img {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -10%;
}

.attention  .ac_iconwrap {
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}

.attention .ac-parent .ac_icon {
  position: relative;
  height: 1.8rem;
  width: 2.5rem;
  background-image: url(../img/accordion_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.attention .ac-parent .ac_icon {
  transform: rotate(180deg);
}

.attention .ac-parent .ac_icon.open {
  transform: rotate(0deg);
}


/* ======================= point ======================= */
.point {
  position: relative;
}
.video-wrap {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}
.video-wrap img {
  margin: auto;
  width: 43%;
  max-width: 56.5rem;
  max-height: 29.8rem;
  border-radius: 2rem;
}

/* ======================= offer__header-arrow ======================= */
.offer__header-arrow {
  position: absolute;
  width: 43rem;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -17rem;
}


/* ======================= qa ======================= */
.qa .ac {
  width: 58%;
  max-width: 71.6rem;
  margin: auto;
  margin-bottom: 3.5rem;
}

.qa .ac:last-child {
  margin-bottom: 0;
}

.qa .ac_title {
  background-color: #F56D80;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  cursor: pointer;
}

.qa .ac-parent {
  position: relative;
}

.qa .ac-child {
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-bottom: 2.5rem;
}

.ac_title.open {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.qa .ac-parent img {
  position: relative;
}

.qa  .ac_iconwrap {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}

.qa .ac-parent .ac_icon {
  position: relative;
  height: 1.8rem;
  width: 2.5rem;
  background-image: url(../img/accordion_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.qa .ac-parent .ac_icon {
  transform: rotate(180deg);
}

.qa .ac-parent .ac_icon.open {
  transform: rotate(0deg);
}

.qa .ac_title.open {
  box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.3);
}


/* ============ limited campaign ============== */
.disneycp {
  margin: 0 auto;
  padding: 0 60px;
}

.disneycp_ttl + p {
  font-size: 20px;
}

.accordion_cp {
  max-width: 700px;
  margin: 30px auto 0;
}

.accordion_cp-header {
  font-size: 20px;
  padding: 16px 10px;
}

.accordion_cp-inner {
  padding: 0 30px 20px;
}

.disneycp_list {
  font-size: 18px;
}

.disneycp_note {
  font-size: 12px;
}

/*
// sp style
*/

@media screen and (max-width:768px){

  /* ============== header/main/footer ============== */
  .header {
    display: flex;
    align-items: center;
    height: 8rem;
  }

  .header img {
    padding-left: 1.5rem;
    width: 17rem;
  }

  .footer img {
    width: 43rem;
    margin: 9rem auto 3rem;
  }

  .footer {
    margin-bottom: 5rem;
  }

  /* =================== attention ================== */
  .attention_btn {
    width: 67rem;
    top: 4.5%;
  }

  /* =================== attention ================== */
  .attention_ac {
    padding-bottom: 4.5rem;
  }

  .attention .ac {
    margin: 0 auto 1rem;
    width: 67.6rem;
  }

  .attention .ac-parent img {
    max-width: 69.5rem;
  }

  .attention .ac-child img {
    max-width: 69.5rem;
    margin-top: -8rem;
  }

  .attention .ac-child p {
    line-height: 2.5rem;
    font-size: 1.9rem;
    width: 64rem;
    bottom: 2rem;
  }

  .attention  .ac_iconwrap {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
  }

  .attention .ac-parent .ac_icon {
    height: 2rem;
    width: 3rem;
  }

  /* ============= resolution ============== */
  .video-wrap {
    top: 16.9%;
  }

  .video-wrap img {
    margin: auto;
    width: 83%;
    max-width: 62.8rem;
    max-height: 33.2rem;
    min-width: 265px;
    min-height: 145px;
  }

  /* ============= qa ============== */
  .qa .ac {
    width: 68.3rem;
    margin-bottom: 5rem;
  }

  .qa .ac:last-child {
    margin-bottom: 4.7rem;
  }

  .qa .ac-child {
    padding-bottom: 3.7rem;
  }

  .q3 .ac-child {
    padding-bottom: 0;
  }

  .qa  .ac_iconwrap {
    right: 2rem;
  }

  .qa .ac-parent .ac_icon {
    height: 2rem;
    width: 3rem;
  }
}


