@charset "UTF-8";
* {
  box-sizing: border-box;
}

.wrap {
  width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 10px;
  }
}

.wrap__menu {
  width: 1050px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .wrap__menu {
    width: 100%;
    padding: 0 10px;
  }
}

.wrap__card {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .wrap__card {
    width: auto;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap__card {
    width: 100%;
    padding: 0 10px;
  }
}

/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.section4 {
  padding-top: 5.6923076923vw;
  /* background: url(/afl/disney/img/cardselect_bg.jpg) no-repeat;
  background-size: cover; */
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .section4 {
    padding-bottom: 1rem;
  }
}

.asterisk {
  bottom: 0.3em;
  font-size: 80%;
  padding-right: 0;
  position: relative;
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.sas-r {
  bottom: 0.3em;
  padding-right: 0px;
  font-size: 80%;
  vertical-align: top;
}

.amex_reg {
  color: #666;
  font-size: 12px;
  margin: 10px 0 20px;
}

.noteList_star_num {
  font-size: 14px;
  line-height: 18px;
}

.noteList_star_num > li {
  padding-left: 23px;
}

.noteList_star_num > li > span.listMark {
  display: inline-block;
  margin-left: -23px;
  width: 23px;
}

.boxCardSelection__item {
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.75);
}

@media only screen and (max-width: 768px) {
  .boxCardSelection__item {
    padding: 0.625rem;
  }
}

.contents .bigTtl {
  background: #49906a no-repeat center top;
}

.entry {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  background: #c00;
  color: #fff;
  -webkit-transition: .2s;
          transition: .2s;
}

@media only screen and (max-width: 768px) {
  .entry {
    font-size: 1.125rem;
    padding: 14px 36px;
  }
}

.entry:hover {
  background: #db4d4d;
  text-decoration: none;
}

.entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 29px;
  background: url(/afl/disney/img/cardselect_arrow.png) no-repeat;
}

@media only screen and (max-width: 768px) {
  .entry::after {
    width: 12px;
    height: 22px;
    background-size: contain;
  }
}

.card_st1__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media only screen and (max-width: 768px) {
  .card_st1__block {
    display: block;
  }
}

.card_st1__block .noteList {
  font-size: 12px;
}

.card_st1__block .card_st1__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box {
    margin-bottom: 2.25rem;
  }
  .card_st1__block .card_st1__box.-last {
    margin-bottom: 0;
  }
}

.card_st1__block .card_st1__box .cardname {
  background: -moz-linear-gradient(top left, #bac0cb, #d5d6d8);
  background: -webkit-linear-gradient(top left, #bac0cb, #d5d6d8);
  background: linear-gradient(to bottom right, #bac0cb, #d5d6d8); 
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}

.card_st1__block .card_st1__box .cardname.-cluba {
  background: -moz-linear-gradient(top left, #d2c929, #ece678);
  background: -webkit-linear-gradient(top left, #d2c929, #ece678);
  background: linear-gradient(to bottom right, #d2c929, #ece678); 
}

.card_st1__block .card_st1__box .cardname.-gold {
  background: -moz-linear-gradient(top left, #bb8728, #ecbc65);
  background: -webkit-linear-gradient(top left, #bb8728, #ecbc65);
  background: linear-gradient(to bottom right, #bb8728, #ecbc65); 
}
.card_st1__block .card_st1__box .cardname.-navi {
  background: -moz-linear-gradient(top left, #0070c0, #1c9ffc);
  background: -webkit-linear-gradient(top left, #0070c0, #1c9ffc);
  background: linear-gradient(to bottom right, #0070c0, #1c9ffc); 
  color: #ffffff;
}

.card_st1__block .card_st1__box .cardname.-platinum {
  background: -moz-linear-gradient(top left, #000000, #545454);
  background: -webkit-linear-gradient(top left, #000000, #545454);
  background: linear-gradient(to bottom right, #000000, #545454); 
  color: #ffffff;
}

.card_st1__block .card_st1__box .cardname span {
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .cardname {
    font-size: 1.125rem;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .txt {
  font-size: 18px;
  text-align: center;
  margin: .75rem 0;
  display: flex;
  align-items: center;
}

.card_st1__block .card_st1__box .card_st1__box_inner .txt p {
  line-height: 1.4em;
  font-size: 1rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .txt {
    font-size: 0.937rem;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume {
  background-color: #fff;
  /* margin-bottom: 20px; */
  font-size: 13px;
  border-left: 1px solid #bac0cb;
  border-right: 1px solid #bac0cb;
  border-bottom: 1px solid #bac0cb;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/cardselect_bg_01.png) right center no-repeat;
  background-size: cover;
  display: inline-block;
  line-height: 1.3;
  font-size: 11px;
  padding: 7px 10px 7px 8px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt2 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 7px 15px;
  line-height: 1.3;
  font-weight: bold;
  color: #878b93;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-cluba {
  border-left: 1px solid #d2c929;
  border-right: 1px solid #d2c929;
  border-bottom: 1px solid #d2c929;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-cluba .osusume_txt1 {
  background: url(../img/cardselect_bg_02.png) right center no-repeat;
  background-size: cover;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-cluba .osusume_txt2 {
  color: #a59e20;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-gold {
  border-left: 1px solid #bb8728;
  border-right: 1px solid #bb8728;
  border-bottom: 1px solid #bb8728;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-gold .osusume_txt1 {
  background: url(../img/cardselect_bg_03.png) right center no-repeat;
  background-size: cover;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-gold .osusume_txt2 {
  color: #bb8728;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-platinum {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-platinum .osusume_txt1 {
  background: url(../img/cardselect_bg_04.png) right center no-repeat;
  background-size: cover;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume-platinum .osusume_txt2 {
  color: #000;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-platinum .osusume_txt1 {
  background: url(../img/cardselect_bg_04.png) right center no-repeat;
  background-size: cover;
  color: #fff;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-platinum .osusume_txt2 {
  color: #00000;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-navi .osusume_txt1 {
  background: url(../img/cardselect_bg_05.png) right center no-repeat;
  background-size: cover;
  color: #fff;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-navi .osusume_txt2 {
  color: #0070c0;
}



@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume {
    margin-bottom: 15px;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume-navi {
    display: none;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    padding: .425rem;
    line-height: 1.3;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt2 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    height: auto;
    padding: .425rem;
    line-height: 1.3;
    white-space: nowrap;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
  /* width: 210px; */
  margin-left: auto;
  margin-right: auto;
}

.card_st1__block .card_st1__box .card_st1__box_inner .cardimage img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
    width: 80%;
    height: auto;
    margin-bottom: .75rem;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .card_info {
  margin-top: 15px;
  line-height: 1.5;
}

.card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 {
  border: 1px solid #cc0000;
  text-align: center;
  margin-bottom: 5px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 span {
  color: #cc0000;
  vertical-align: middle;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 span {
    font-size: 11px;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .appeal_txt_st1_2 {
  clear: both;
}

.card_st1__block .card_st1__box .card_st1__box_inner .fee {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01rem;
}
.card_st1__block .card_st1__box .card_st1__box_inner .navi-fee {
  visibility: hidden;
}

.card_st1__block .card_st1__box .card_st1__box_inner .fee .title {
  font-weight: normal;
  font-size: 14px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .fee2 {
  line-height: 1.35em;
}

.card_st1__block .card_st1__box .card_st1__box_inner .add_btn {
  clear: both;
  padding-top: 15px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .add_btn > span {
  width: 198px;
  display: inline-block;
  margin-left: 18px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .add_btn > span:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .navi-fee {
    display: none;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .add_btn {
    font-size: 15px;
    font-weight: bold;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .add_btn .entry:nth-of-type(3n-1) {
    margin-bottom: 1.25rem;
  }
}

.card_info .option {
  padding: 2px;
  font-size: 14px;
  margin-top: 10px;
  color: #c00;
  text-align: center;
  border: 1px solid #c00;
}

#card_select_navi_est {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #card_select_navi_est {
    margin-bottom: 15px;
  }
}

#card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
  width: 160px;
}

#card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
  width: 225px;
}

@media only screen and (max-width: 768px) {
  #card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
    width: 35%;
  }
  #card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
    width: -webkit-calc(65% - 10px);
    width: calc(65% - 10px);
  }
}

.mv {
  padding: 10px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .mv {
    padding: .75rem 0 1.5rem;
    /* background: url(/afl/disney/img/mv_bg_sp.jpg) no-repeat top center;
    background-size: 100% auto; */
  }
}

.mv .noteList {
  padding: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 768px) {
  .mv .noteList {
    text-align: left;
    padding: 3px;
    font-size: .625rem;
  }
}

.mv .wrap{
  position: relative;
  z-index: 10;
}
.mv__logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .mv__logo {
    position: relative;
  }
  .mv__logo img {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .mv__pht {
    margin: -1rem 0 2.5rem;
  }
  .mv__pht img {
    width: 25%;
    height: auto;
  }
}

.mv__ttl {
  text-align: center;
  margin: 0 auto 0;
  width: 56.526%;
  padding-top: 194px;
}


@media only screen and (max-width: 768px) {
  .mv__ttl {
    margin: 0 auto 0;
    width: 81.333%;
    padding-top: 25%;
  }
}

.mv__img {
  padding: 20px 0 10px;
}

@media only screen and (max-width: 768px) {
  .mv__img {
    padding: 1.5rem 0 0.5rem;
  }
}

.mv__txt{
  margin: 150px auto 0;
  width: 77.9%;
}

@media only screen and (max-width: 768px) {
  .mv__txt {
    margin: 0 auto;
    width: 100%;
    padding-top: 37%;
  }
}

.mv__cardface .item__cardface{
  position: absolute;
}
.mv__cardface .card-p{
  width: 18.52%;
  top: 430px;
  right: 9.4%;
}
.mv__cardface .card-g{
  width: 25.68%;
  top: 425px;
  left: 3.6%;
}
.mv__cardface .card-a{
  width: 21.58%;
  top: 50px;
  right: 19%;
}
.mv__cardface .card-r{
  width: 19.58%;
  top: 165px;
  left: 0;
}
.mv__cardface .card-n{
  width: 15.47%;
  top: 242px;
  right: 1%;
}

@media only screen and (max-width: 768px) {
  .mv__cardface .card-p {
    width: 22.53333%;
    top: 55.5%;
    right: 3.6%;
  }
  .mv__cardface .card-g {
    width: 32.666%;
    top: 63%;
    left: 26.9333%;
  }
  .mv__cardface .card-a {
    width: 29.066%;
    top: 4%;
    right: 16.666%;
  }
  .mv__cardface .card-r {
    width: 21.333%;
    top: 12%;
    left: 14.666%;
  }
  .mv__cardface .card-n {
    width: 19.333%;
    top: 56%;
    right: auto;
    left: 3.7333%;
  }
}



.mv .credit{
  position: absolute;
  top: 580px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .mv .credit {
    top: 77%;
    right: 5%;
  }
}

.mv .present{
  margin: 70px auto 0;
  max-width: 1200px;
  z-index: 100;
  position: relative;
}
.mv .present .tab-container{
  display: flex;
  justify-content: space-between;

}
.mv .present .tab-container a{
  display: inline-block;
  width: 49.8%;
}

.mv .present .tab-item{
  position: relative;
}
.mv .present .tab-item .tabItem{
  background: #fff;
  padding: 10px;
  display: none;
}
.mv .present .tab-item .tabItem.show {
  display: block;
}
.mv .present .tab-item .tabitem_wrap{
  border: 2px solid #950f19;
  background-image: linear-gradient(45deg, #950f19 30px, transparent 0),linear-gradient(-45deg, #950f19 30px, transparent 0), linear-gradient(135deg, #950f19 30px, transparent 0), linear-gradient(-135deg, #950f19 30px, transparent 0);
  background-color: #ffffff;
}
.mv .present .tab-item .tabitem_wrap h3{
  text-align: center;
  color: #950f19;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.mv .present .tabItem .present_detail{
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv .present #tab1 .present_detail{
  background: #ffedee;
}
.mv .present #tab2 .present_detail{
  background: #f6eed0;
}
.mv .present .tabItem .present_detail .present_txt{
  padding: 10px 2.8%;
  width: 56%;
  position: relative;
}
.mv .present .tabItem .present_detail .present_txt .credit{
  top: auto;
  bottom: 5%;
  right: 10px;
  font-size: clamp(8px, 1.2vw, 12px);
}
.mv .present .tabItem .present_detail .present_img{
  width: 44%;
}
.mv .present .txt_inner{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #950f19;
  padding-bottom: 10px;
}
.mv .present .present_txt .txt01{
  color: #950f19;
  font-weight: bold;
  padding-right: 5%;
  white-space: nowrap;
  font-size: clamp(12px, 3.7vw, 50px);
}
.mv .present .present_txt .txt01 span{
  font-size: 70%;
}
.mv .present .present_txt .txt02{
  line-height: 1.6;
  /* margin-right: -10%; */
  font-size: clamp(12px, 1.7vw, 22px);
}
.mv .present .present_txt .txt02 .bold{
  line-height: 1.5;
  letter-spacing: -0.06rem;
  font-size: clamp(12px, 1.75vw, 23px);
}
.mv .present .present_txt dl{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 15px;
}
.mv .present .present_txt dl dt{
  background: #950f19;
  padding: 2px 0;
  width: 18%;
  text-align: center;
  color: #ffffff;
  font-size: clamp(12px, 1.03vw, 14px);
}
.mv .present .present_txt dl dd{
  width: 82%;
  padding-left: 2.6%;
  letter-spacing: -0.04rem;
  font-size: clamp(12px, 1.45vw, 18px);
}
.mv .present .present_txt dl dd span{
  letter-spacing: 0;
  font-size: clamp(12px, 1.13vw, 14px);
}
.mv .present .present_txt .txt03{
  padding-top: 10px;
  font-size: clamp(12px, 1.45vw, 17px);
}
.mv .present .present_txt ul li{
  font-size: clamp(12px, 1.2vw, 14px);
}
.mv .present .present_txt ul li span{
  color: #950f19;
}
.mv .present .tyusen.more{
  margin: 50px auto 20px;
}
.mv .present .tyusen.more p{
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
}
.mv .present .txt04{
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.mv .present .txt04 .small{
  font-size: 80%;
  padding-top: 8px;
  display: block;
}
.mv .present .txt05{
  font-size: 14px;
  text-align: center;
  margin: 15px 0 10px;
}
.mv .present .more{
  margin: 30px auto 55px;
  width: 90%;
  position: relative;
}
.mv .present #tab1{
  background: #bc5159;
}
.mv .present #tab2{
  background: #f5eed1;
}
.mv .present #tab1 .more{
  background: #ffedee;
}
.mv .present #tab2 .more{
  background: #f6eed0;
}
.mv .present .more p{
  text-align: left;
  font-size: clamp(16px, 1.58vw, 20px);
  padding: 30px 5px 16px 17%;
}
.mv .present .more1 p{
  padding-top: 10px;
}
.mv .present .more p span{
  color: #950f19;
  font-weight: bold;
}
.mv .present .more p span span{
  font-size: clamp(30px, 2.8vw, 34px);
}
.mv .present .more p.icon{
  position: absolute;
  top: -5%;
  left: 5%;
  background: #950f19;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.mv .present .more2 p.icon{
  top: 5%;
}
.mv .present .more p.icon span{
  display: block;
  line-height:80px;
  color: #fff;
  font-size: 16px;
}
.mv .present .more2 p.icon span{
  line-height: 1.3;
  padding-top: 25%;
}
.mv .present .more .bnr_cp{
  padding: 10px 0 35px;
  width: 89.6%;
  margin: 0 auto;
}

.cp-end::before {
  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;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(200, 200, 200, 0.8);
  content: "";
}
.cp-end .end-text{
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #000;
  font-size: 2.5vw;
  text-align: center;
  line-height: 2;
  white-space: pre;
}
@media only screen and (max-width: 768px) {
  .mv .present {
    margin: 1.8rem auto 0;
    max-width: 100%;
    padding: 0 10px;
  }
  .mv .present .tab-item .tabitem_wrap{
    background-image: linear-gradient(45deg, #950f19 15px, transparent 0),linear-gradient(-45deg, #950f19 15px, transparent 0), linear-gradient(135deg, #950f19 15px, transparent 0), linear-gradient(-135deg, #950f19 15px, transparent 0);
  }
  .mv .present .tabItem .tabitem_wrap h3 {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .mv .present .tabItem .present_detail {
    display: block;
    width: 92%;
  }
  .mv .present  .tabItem .present_detail .present_txt {
    padding: 0.7rem 1rem 0;
    width: 100%;
  }
  .mv .present .tabItem .present_detail .present_txt .credit{
    bottom: 3%;
  }
  .mv .present .txt_inner {
    padding-bottom: 0.75rem;
  }
  .mv .present .tabItem .present_txt .txt01{
    font-size: 2.2rem;
  }
  .mv .present .present_txt .txt02 {
    font-size: 0.95rem;
    margin-right: 0;
  }
  .mv .present .present_txt .txt02 .bold {
    font-size: 1.05rem;
  }
  .mv .present .present_txt dl {
    padding-top: 0.75rem;
    display: block;
  }
  .mv .present .present_txt dl dt {
    width: 23%;
    margin-bottom: 0.5rem;
  }
  .mv .present .present_txt dl dd{
    font-size: 1rem;
    width: 100%;
    padding: 0 0 0.8rem;
  }
  .mv .present .present_txt dl dd span {
    font-size: 0.7rem;
  }
  .mv .present .present_txt .txt03{
    padding-top: 0.75rem;
    letter-spacing: -0.08rem;
    font-size: 1rem;
  }
  .mv .present .present_txt ul{
    padding: 0.5rem 0 0.8rem;
  }
  .mv .present .tyusen.more {
    margin: 1rem auto;
  }
  .mv .present .tyusen.more p {
    font-size: 1rem;
  }
  .mv .present .tabItem .present_detail .present_img {
    width: 100%;
  }
  .mv .present .txt04{
    font-size: 0.8rem;
  }
  .mv .present .txt05 {
    font-size: 0.7rem;
    margin: 0.5rem 0 1.5rem;
  }
  .mv .present .more {
    margin: 1rem auto;
  }
  .mv .present .more p {
    font-size: 0.8rem;
    padding: 0.8rem 0.5rem 0.5rem 23%;
  }
  .mv .present .more p.icon {
    top: 0.8rem;
    width: 50px;
    height: 50px;
  }
  .mv .present .more2 p.icon{
    top: 0.8rem;
  }
  .mv .present .more p.icon span {
    line-height: 50px;
    font-size: 0.7rem;
  }
  .mv .present .more2 p.icon span {
    line-height: 1.2;
  }
  .mv .present .more p span span {
    font-size: 0.8rem;
  }
  .mv .present .tyusen.more p span span {
    font-size: 1.3rem;
  }
  .mv .present .more .bnr_cp {
    padding: 0.2rem 0 1rem;
  }

  .cp-end::before {
  content: "";
  }
  .cp-end .end-text{
    font-size: 1.4rem;
    top: 3%;
  }
 }



.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  /*height: 100vh;  星空の縦幅 */
  background-image: linear-gradient(0deg, #222c81, #222c81, #00114b); /* 星空の背景色 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 5px rgba(255, 255, 255, 0.07); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}














header .noteList{
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  header .noteList{
    padding: 1rem 0.5rem;
  }
}

.main__menu {
  background: #e73917;
}

.anchor__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .anchor__menu {
    padding: 0;
    display: block;
  }
}

.menu__item {
  border-right: 1px solid #a9db80;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  text-align: center;
}

.menu__item:first-child {
  border-left: 1px solid #a9db80;
}

.menu__item a {
  position: relative;
  display: inline-block;
  padding: 26px 0 36px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: .2s;
          transition: .2s;
}

.menu__item a::after {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  background: url(/afl/disney/img/arrow_bottom.png) no-repeat;
  width: 33px;
  height: 17px;
}

.menu__item a:hover {
  background: #87cd4d;
  text-decoration: none;
}

.menu__item span {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .menu__item {
    border-right: none;
    border-top: 1px solid #a9db80;
    text-align: left;
  }
  .menu__item:first-child {
    border-left: none;
    border-top: none;
  }
  .menu__item a {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
  .menu__item a::after {
    top: 50%;
    left: auto;
    right: 5%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu__item a:hover {
    background: none;
  }
  .menu__item span {
    font-size: 1rem;
  }
}

.btnWT {
  border: 1px solid #a0a0a0;
}

.btnWT span {
  background: url(/afl/disney/img/icon_blank.png) no-repeat 0 7px;
  padding-left: 15px;
}

.head__simple {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #0a56a2;
  text-align: center;
  margin-bottom: 22px;
}

.head__simple.-small {
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  .head__simple {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .head__simple.-small {
    font-size: 0.937rem;
  }
}

.head__deco {
  position: relative;
  /* height: 200px; */
  /* margin-bottom: 65px;
  background: #0a56a2; */
}

/* .head__deco.-blue {
  background: none;
  margin-bottom: 0;
} */

@media only screen and (max-width: 768px) {
  .head__deco {
    /* height: 9.5rem;
    margin-bottom: 1.875rem; */
  }
}

/* .head__border {
  margin-bottom: 20px;
  font-size: 34px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #0a56a2;
}

@media only screen and (max-width: 768px) {
  .head__border {
    font-size: 1.125rem;
  }
} */

.head__deco__inner {
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); */
  color: #fff;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
	white-space: nowrap;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .head__deco__inner {
    font-size: 1.375rem;
    padding-bottom: 2rem;
  }
}

.box__strong {
  padding: 50px 0;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  background: #fdebe7;
}

.box__strong p {
  font-size: 20px;
}

.box__strong img {
  padding: 25px 0;
}

.box__strong .noteList {
  margin: 0 auto;
  width: 40%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .box__strong {
    padding: 1.875rem 0.75rem;
    margin-bottom: 1.5rem;
  }
  .box__strong p {
    font-size: 0.875rem;
  }
  .box__strong img {
    padding: .75rem 0;
  }
  .box__strong .noteList {
    width: 100%;
    font-size: .75rem;
  }
}

.flexbox__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature__point img {
  width: 519px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .feature__point img {
    width: auto;
  }
}

.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 85px;
}

@media only screen and (max-width: 768px) {
  .feature__list {
    display: block;
    margin: 2.5rem auto 1.875rem;
  }
}

.feature__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border: 1px solid #e73917;
  border-radius: 10px;
  padding: 50px 25px 25px;
}

.feature__item::before {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  background: url(/afl/disney/img/feature_no_01.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
}

.feature__item:nth-child(2) {
  margin-left: 10px;
}

.feature__item:nth-child(2)::before {
  background: url(/afl/disney/img/feature_no_02.png) no-repeat;
  background-size: contain;
}

.feature__item .lead {
  text-align: center;
  color: #e73917;
  font-size: 20px;
  font-weight: bold;
}

.feature__item img {
  padding: 20px 0;
}

@media only screen and (max-width: 768px) {
  .feature__item {
    padding: 2.5rem 0.75rem 0.75rem;
  }
  .feature__item:nth-child(2) {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .feature__item .lead {
    font-size: .875rem;
  }
}

.scene__wrap {
  margin: 30px auto 85px;
}

@media only screen and (max-width: 768px) {
  .scene__wrap {
    margin: 0.25rem auto 2.5rem;
  }
}

.feature__box {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.feature__box.-scene {
  margin-bottom: 30px;
}

.feature__box:nth-of-type(4) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .feature__box {
    display: block;
    margin-bottom: 2rem;
  }
  .feature__box.-scene {
    margin-bottom: 0;
  }
}

.feature__box__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}

.feature__box__item.-persent3 {
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
}

.feature__box__item.-persent7 {
  -webkit-flex-basis: 63%;
      -ms-flex-preferred-size: 63%;
          flex-basis: 63%;
}

.feature__box__item p {
  line-height: 1.6;
}

.feature__box__item .strong {
  color: #e73917;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .feature__box__item .item--small:nth-of-type(2) img {
    width: 22px;
  }
  .feature__box__item .item--small:nth-of-type(3) img {
    width: 90px;
  }
}

.feature__box__item .item--small__cardface {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .feature__box__item .item--small__cardface {
    margin-right: 1.25rem;
  }
}

.feature__box__item .item--small__cardface img {
  width: 120px;
}

@media only screen and (max-width: 768px) {
  .feature__box__item .item--small__cardface img {
    width: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .feature__box__item {
    margin-bottom: .25rem;
  }
  .feature__box__item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .feature__box__item.-other {
    margin-bottom: 1.875rem;
  }
}

.feature__lead {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .feature__lead {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: .5rem;
  }
}

.feature__box__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .feature__box__sub {
    display: block;
    margin-bottom: 0;
  }
}

.feature__sub__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.feature__sub__item.-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .feature__sub__item {
    margin-bottom: .25rem;
  }
  .feature__sub__item.-img {
    padding-left: 0;
    text-align: center;
  }
}

.feature__box--more {
  margin-bottom: 34px;
}

.feature__box--more .feature__box__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 420px;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  max-width: 420px;
}

@media only screen and (max-width: 768px) {
  .feature__box--more .feature__box__item {
    margin-bottom: 2rem;
    font-size: .875rem;
    max-width: auto;
  }
}

.feature__box--more .feature__box__item img {
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .feature__box--more .feature__box__item img {
    width: 20.66%;
  }
}

.feature__box--more .feature__box__item:nth-of-type(1)::after {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(90%, -50%);
      -ms-transform: translate(90%, -50%);
          transform: translate(90%, -50%);
  content: "さらに";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: #0a56a2;
}

@media only screen and (max-width: 768px) {
  .feature__box--more .feature__box__item:nth-of-type(1)::after {
    width: 50px;
    height: 50px;
    right: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(50%, 95%);
        -ms-transform: translate(50%, 95%);
            transform: translate(50%, 95%);
  }
}

.feature__box__item--border {
  padding: 20px 25px;
  border: 6px solid #e6eef6;
  border-radius: 10px;
}
.feature__box__item--border.red {
  border: 6px solid #fdebe7;
}


.item--border--wide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 545px;
      -ms-flex: 0 1 545px;
          flex: 0 1 545px;
}

.item--border--wide .caution {
  margin: 7px 0 18px;
}

.item--border--wide .caution:nth-of-type(2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .item--border--wide {
    font-size: .875rem;
  }
  .item--border--wide img {
    margin: 0;
  }
  .item--border--wide .caution {
    margin: 0.5rem 0 1.25rem;
    font-size: .75rem;
  }
  .item--border--wide .caution:nth-of-type(2) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .feature__box__item--change img {
    width: 60%;
  }
}

.btn__merit {
  margin-bottom: 46px;
}

@media only screen and (max-width: 768px) {
  .btn__merit {
    margin-bottom: 1.75rem;
  }
}

.logo__suica {
  display: inline-block;
  vertical-align: bottom;
  width: 41px;
  height: 26px;
  background: url(/afl/disney/img/logo_suica.png) no-repeat;
}

.section1 {
  padding-bottom: 100px;
  text-align: center;
  background: #fdebe7;
}

@media only screen and (max-width: 768px) {
  .section1 {
    padding-bottom: 3.75rem;
  }
}

.section1 .noteList {
  text-align: right;
  padding: 10px 0 80px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .section1 .noteList {
    text-align: left;
    padding: 10px 0 4rem;
  }
}

.section1 .lead {
  margin-bottom: 30px;
  font-size: 24px;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .section1 .lead {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.section1 .head__simple {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .section1 .head__simple {
    margin-bottom: 1.25rem;
  }
}

.about__img img {
  width: 706px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .about__img img {
    width: auto;
  }
}

.section__intro .noteList {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .section__intro .noteList {
    margin-bottom: 4.375rem;
  }
}

.mileinfo_ex {
  position: relative;
  letter-spacing: -.40em;
}

.mileinfo_ex .mileinfo_ex_box {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 436px;
  padding: 15px 10px 5px 10px;
  border: #a6a6a6 solid 1px;
  background: #fdfbf8;
  vertical-align: top;
  margin-right: 30px;
}

.mileinfo_ex .mileinfo_ex_box2 {
  width: 432px;
  border: #cc0000 solid 1px;
  background: #fdfbf8;
  box-shadow: 3px 3px 0px 0px #cc0000;
  margin-right: 0;
}

.mileinfo_ex .mileinfo_ex_box .icon_balloon_ex {
  position: absolute;
  top: -20px;
  left: 4px;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list {
  width: 412px;
  margin: 0 auto;
  font-weight: bold;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li {
  width: 98px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li span {
  vertical-align: middle;
  font-size: 14px;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li span.icon_ex {
  display: block;
  height: 53px;
  padding-bottom: 5px;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li img {
  padding-bottom: 5px;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list2 {
  width: 388px;
  margin: 0 auto;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
  line-height: 1.3;
  text-align: left;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list2 li em {
  padding: 0 3px;
  color: #c00;
  font-weight: bold;
  font-size: 30px;
  font-style: normal;
}

.mileinfo_ex .mileinfo_ex_box .ex_catch {
  width: 303px;
  height: 30px;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #edeaea;
  border-radius: 15px;
}

.mileinfo_ex_arrow {
  position: absolute;
  top: 76px;
  left: 465px;
  z-index: 1;
}

.mileinfo_ex_arrow img {
  margin-left: -20px;
}

.presentList li {
  float: left;
  width: 230px;
  margin-right: 10px;
}

.presentList li:last-child {
  margin-right: 0px;
}

.presentList li .thumb {
  display: block;
}

.presentList li .txt {
  display: block;
  padding: 18px 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0f0f69;
}

.presentList li .txt .txt_mile {
  display: block;
  font-size: 15px;
}

.presentList li .txt .txt_mile em {
  font-size: 30px;
  font-style: normal;
}

.presentList li .txt .txt_present {
  display: block;
  margin-top: 10px;
  padding-left: 36px;
  font-size: 15px;
  text-align: left !important;
  background: url("/afl/disney/img/icon_right_red.png") left center no-repeat;
}

@media screen and (max-width: 768px) {
  #mileinfo.block .block__catch {
    margin: 0 auto 2rem;
    font-size: .875rem;
  }
  .mileinfo_ex .mileinfo_ex_box {
    position: relative;
    letter-spacing: normal;
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    border: #a6a6a6 solid 2px;
    background: #fdfbf8;
  }
  .mileinfo_ex .mileinfo_ex_box2 {
    width: 100%;
    border: #cc0000 solid 4px;
    background: #fdfbf8;
    box-shadow: 5px 5px 0px 0px #cc0000;
  }
  .mileinfo_ex .mileinfo_ex_box .icon_balloon_ex {
    position: absolute;
    top: -20px;
    left: 21px;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list {
    width: 100%;
    margin: 0 auto;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li {
    width: 48%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: top;
    margin-bottom: 1rem;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li span {
    vertical-align: middle;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li span.icon_ex {
    display: block;
    height: 81px;
    padding-bottom: 5px;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li img {
    padding-bottom: 5px;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list2 {
    width: 100%;
    margin: 20px auto 0;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 6px;
    line-height: 1.3;
    text-align: left;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list2 li em {
    padding: 0 3px;
    color: #c00;
    font-weight: bold;
    font-size: 1.5rem;
    font-style: normal;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_catch {
    width: 100%;
    margin: 1rem auto 0;
    font-size: .875rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #edeaea;
    border-radius: 30px;
  }
  .mileinfo_ex_arrow {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
    top: auto;
    left: auto;
  }
  .mileinfo_ex_arrow img {
    margin-top: -20px;
    width: 33px;
  }
  .presentList li {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .presentList li .thumb {
    width: 100%;
  }
  .presentList li .txt {
    width: 100%;
    padding: .875rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #0f0f69;
    max-width: 330px;
    margin: 0 auto;
  }
  .presentList li .txt .txt_mile em {
    font-size: 1.25rem;
    font-style: normal;
  }
}

.section3 {
  background: #bce2ff url("/afl/disney/img/bg_mileinfo.jpg") center bottom no-repeat;
  padding: 40px 0 60px;
}

@media only screen and (max-width: 768px) {
  .section3 {
    background: #bce2ff url("/afl/disney/img/bg_mileinfo_sp.jpg") center bottom no-repeat;
    padding: 1.5rem 0;
    background-size: auto 100%;
  }
}

.block_in {
  text-align: center;
}

.block__hd {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block__hd .block__lead{
  width: 70%;
  text-align: center;
}
.block__hd .cardface{
  width: 30%;
  text-align: center;
}


@media only screen and (max-width: 768px) {
  .block__hd {
    margin-bottom: 3rem;
    display: block;
  }
  .block__hd .block__lead{
    width: 100%;
  }
  .block__hd .cardface{
    width: 100%;
  }
  .block__hd .cardface img{
    width:70%;
  }
}

.block__catch {
  /* margin-bottom: 30px; */
  margin-top: 20px;
}

.linkBtn__mile {
  margin-top: 10px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .block__catch {
    margin: 1rem auto;
  }
  .linkBtn__mile {
    margin-top: 0;
    float: none;
  }
}

.fcYL {
  color: #ff0;
}

/* clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------
	element
------------------------------------------ */
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif, "メイリオ"; 
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em {
  font-weight: bold;
  font-style: normal;
}

sub,
sup {
  font-size: 8px;
}

sup {
  vertical-align: top;
}

.small {
  font-size: 85%;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------
	layout
------------------------------------------ */
#wrapper {
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }
}

.inner, .gFooter__inner {
  width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inner, .gFooter__inner {
    width: auto;
  }
}

.l-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.l-grid-full,
.l-grid-half {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.l-grid-full {
  width: 100%;
}

.l-grid-half {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .l-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .l-grid > *:first-child {
    margin-top: 0;
  }
  .l-grid-full,
  .l-grid-half {
    float: none;
    padding: 0;
    width: auto;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  module
------------------------------------------ */
.box {
  margin-top: 30px;
}

/* ボタン */
.btn {
  display: block;
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .btn {
    padding: 15px 10px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section5 {
  padding: 65px 0 0;
}

.section5 .head__simple {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .noteList {
    font-size: .75rem;
  }
}


/* ------------------------------------------
	20代・学生におすすめのJALカード
------------------------------------------ */

@media only screen and (max-width: 480px) {
	.othercard.head__deco{
		height: 9.5rem;
	}
}

.box--other {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .box--other {
    display: block;
  }
}

.item--other {
  flex: 0 1 50%;
}
@media only screen and (max-width: 480px) {
  .item--other {
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #ccc;
  }
	.-last {
    border-bottom: none;
  }
}
.item--other:first-of-type .wrapper--cardface--other, .item--other:first-of-type .box__strong--other, .item--other:first-of-type .wrapper--other--benefit {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .item--other:first-of-type .wrapper--cardface--other, .item--other:first-of-type .box__strong--other, .item--other:first-of-type .wrapper--other--benefit {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .item--other:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}

.subhead--other {
  text-align: center;
  transform: translateY(-50%);
}

@media only screen and (max-width: 940px) {
  .wrapper--cardface--other {
    padding: 0 10px;
  }
}

.inner--cardface--other {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 940px) {
  .inner--cardface--other {
    align-items: flex-start;
  }
}
.inner--cardface--other .img--cardface {
  flex: 0 1 140px;
  margin-right: 20px;
}
@media only screen and (max-width: 940px) {
  .inner--cardface--other .img--cardface {
    min-width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .inner--cardface--other .img--cardface {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .inner--cardface--other .txt--cardface {
    font-size: 0.875rem;
  }
}
.inner--cardface--other .txt--cardface p {
  margin-top: 5px;
}

.lead--other {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
}
.lead--other .num {
  font-size: 34px;
}
.lead--other .small {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .lead--other .small {
    font-size: 0.75rem;
  }
}

.box__strong--other {
  padding: 24px 20px 0;
}
@media only screen and (max-width: 480px) {
  .box__strong--other {
    padding: 0.75rem 0.875rem 0;
  }
}

.title__strong--other {
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #976F11;
}
@media only screen and (max-width: 480px) {
  .title__strong--other {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 1.062rem;
  }
}

.txt__strong--other {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #976F11;
  border-right: 1px solid #976F11;
  border-bottom: 1px solid #976F11;
}
@media only screen and (max-width: 480px) {
  .txt__strong--other {
    padding: 5px 0;
  }
}
.txt__strong--other .num {
  font-size: 34px;
}

.wrapper--other--benefit {
  margin: 0 0 30px;
  padding-top: 18px;
}
@media only screen and (max-width: 480px) {
  .wrapper--other--benefit {
    margin: 0 0 1.25rem;
    padding-top: 1rem;
  }
}

.sublead--other {
  text-align: center;
  font-size: 20px;
}
.sublead--other .num {
  font-size: 30px;
}

.list--other {
  margin: 0 70px;
}
@media only screen and (max-width: 940px) {
  .list--other {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .list--other {
    margin: 0 0.875rem;
  }
}
.list--other li {
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.list--other li::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  flex: 0 1 58px;
  min-width: 58px;
  margin-right: 22px;
}

.list--other--est li:nth-child(1)::before {
  background: url("/afl/common/img/icon_est_01@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(2)::before {
  background: url("/afl/common/img/icon_est_02@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(3)::before {
  background: url("/afl/common/img/icon_est_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(4)::before {
  background: url("/afl/common/img/icon_est_04@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(5)::before {
  background: url("/afl/common/img/icon_est_05@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(6)::before {
  background: url("/afl/common/img/icon_est_06@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li.mile::before {
  background: url("/afl/common/img/icon_est_03@2x.png") no-repeat;
  background-size: contain;
}

.list--other--navi li:nth-child(1)::before {
  background: url("/afl/common/img/icon_navi_04@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(2)::before {
  background: url("/afl/common/img/icon_navi_02@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(3)::before {
  background: url("/afl/common/img/icon_navi_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(4)::before {
  background: url("/afl/common/img/icon_navi_04@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li.infinite::before {
  background: url("/afl/common/img/icon_navi_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li.flight::before {
  background: url("/afl/common/img/icon_est_05@2x.png") no-repeat;
  background-size: contain;
}
.box--other .btn--other {
  margin-top: 20px;
}
.box--other .btn__black.small {
  max-width: 180px;
}
.box--other .btn__black {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  background: #000 url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  transition: 0.2s;
}
.box--other a:hover {
	text-decoration: none;
	opacity: 0.8;
}





/* ------------------------------------------
	よくあるご質問
------------------------------------------ */
.faq{
  padding: 0 10%;
}

.faq .head__faq{
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.question{
  padding-top: 3rem;
  text-decoration: underline;
  font-weight: bold;
}
.answer{
  margin: 1.5rem 0;
  background: #cfcfcf;
  padding: 1.5rem 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .faq .head__faq{
    font-size: 1.375rem;
  }
  .faq{
    padding: 0 5%;
  }
  .answer{
    padding: 1rem 1.5rem;
  }
}



/* ------------------------------------------
	フッター
------------------------------------------ */
.gFooter {
  padding: 50px 0;
  z-index: 100;
  position: relative;
  color: #fff;
  text-align: center;
}

.gFooter .copyright {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .gFooter {
    /* margin-top: 30px; */
    padding: 15px 10px 30px;
  }
}


.answer .noteList{
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .answer .noteList{
    font-size: 12px;
  }
}




.service {
  padding-top: 7.6923076923vw;
  line-height: 1.6;
  overflow: hidden;
  z-index: 100;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.service h2 {
  width: 79.358974359vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 781px) {
  .service h2 {
    width: 510px;
  }
}

.service_content h3 {
  position: relative;
  margin-top: 7.6923076923vw;
  margin-bottom: 5.1282051282vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: clamp(1rem, 5.1282051282vw, 4rem);
  color: #d6b050;
  text-align: center;
}
@media (min-width: 781px) {
  .service_content h3 {
    font-size: 2rem;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.service_content h3::before {
  top: -1px;
}
.service_content h3::after {
  bottom: 0;
}
.service_content h3::before, .service_content h3::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  border-top: 1px solid;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 781px) {
  .service_content h3::before, .service_content h3::after {
    border-top: 2px solid;
  }
}
.service_content h3 .label {
  position: absolute;
  width: 15vw;
  left: 3.8461538462vw;
  top: -2.4358974359vw;
  z-index: 1;
}
@media (min-width: 781px) {
  .service_content h3 .label {
    width: 97px;
    top: -14px;
    left: 0;
  }
}

@media (min-width: 781px) {
  .service_content__wrap {
    max-width: 1200px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service_content__wrap .slide-arrow {
  position: absolute;
  top: 40vh;
  z-index: 99;
  width: 7.6923076923vw;
  height: 7.6923076923vw;
}
@media (min-width: 781px) {
  .service_content__wrap .slide-arrow {
    display: none;
  }
}
.service_content__wrap .prev-arrow {
  left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.service_content__wrap .next-arrow {
  right: 5px;
}
.service_content__wrap .slick-disabled {
  opacity: 0;
}
.service_content__wrap .slick-dots li {
  cursor: pointer;
  width: 20%;
  border-radius: 0;
  height: 5px;
  max-width: 55px;
  background-color: #d3cbcb;
  opacity: 1;
}
.service_content__wrap .slick-dots .slick-active {
  background-color: #4f4f4e;
}
.service_content__wrap .slick-dots button {
  display: none;
}

.service_content__item {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f3f2ef;
  border-radius: 3.5897435897vw;
  padding: 20px 5.1282051282vw 30px;
}
@media (min-width: 781px) {
  .service_content__item {
    border-radius: 18px;
    padding: 30px 60px 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.service_content__item h4 {
  font-size: clamp(1rem, 4.6153846154vw, 3.6rem);
  color: #950f19;
  font-weight: 700;
  border-left: 3px solid;
  padding-left: 8px;
}
@media (min-width: 781px) {
  .service_content__item h4 {
    font-size: 1.6rem !important;
    padding-left: 20px;
    border-width: 8px;
  }
}
.service_content__item h4 .large {
  font-size: clamp(1.75rem, 7.6923076923vw, 6rem);
}
@media (min-width: 781px) {
  .service_content__item h4 .large {
    font-size: 1.75rem !important;
  }
}
.service_content__item h4:has(.large) {
  line-height: 1;
  padding: 5px 0 5px 8px;
}
@media (min-width: 781px) {
  .service_content__item h4:has(.large) {
    line-height: inherit;
    padding: 0 0 0 20px;
  }
}
.service_content__item h4 .small {
  font-size: clamp(1.5rem, 3.8461538462vw, 3rem);
}
@media (min-width: 781px) {
  .service_content__item h4 .small {
    font-size: 1.6rem;
  }
}
.service_content__item .label {
  font-size: clamp(1rem, 4.1025641026vw, 3.2rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #3e5eb9;
  border-radius: 32px;
  padding: 5px 0;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  width: 53.3333333333vw;
  text-align: center;
}
@media (min-width: 781px) {
  .service_content__item .label {
    font-size: 1.25rem;
    width: 290px;
  }
}
.service_content__item .label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #3e5eb9;
  border-bottom: 0;
  position: absolute;
  bottom: -5px;
  left: 15%;
}
@media (min-width: 781px) {
  .service_content__item .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.service_content__item .img {
  margin-top: 20px;
}
.service_content__item .txt {
  font-size: clamp(1rem, 4.1025641026vw, 3.2rem);
  margin-top: 20px;
  /* font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; */
}
@media (min-width: 781px) {
  .service_content__item .txt {
    font-size: 1rem;
  }
}
.service_content__item .txt a {
  text-decoration: underline;
  color: #950f19;
}
.service_content__item .note {
  font-size: clamp(0.75rem, 3.0769230769vw, 2.4rem);
  margin-top: 2rem;
  /* font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; */
}
.service_content__item .note li{
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 781px) {
  .service_content__item .note {
    font-size: 0.87rem;
  }
}

@media (min-width: 781px) {
  .service_content_1 .swiper-wrapper {
    display: block;
  }
}
@media (min-width: 781px) {
  .service_content_1 .service_content__item + .service_content__item {
    margin-top: 36px;
  }
}

@media (min-width: 781px) {
  .service_content__item--1_1 .img {
    width: 400px;
  }
  .service_content__item--1_1 .note {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
}

.service_content__item--1_3 .price {
  font-size: clamp(1rem, 5.1282051282vw, 4rem);
  /* font-family: "Noto Sans JP", sans-serif; */
  margin-top: 40px;
}
@media (min-width: 781px) {
  .service_content__item--1_3 .price {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  .service_content__item--1_3 .price span {
    font-size: 22px;
  }
}
@media (min-width: 781px) {
  .service_content__item--1_3 .img_2 {
    margin-top: 40px;
  }
}
.service_content__item--1_3 .lead {
  margin-top: 20px;
  font-size: clamp(1rem, 3.7179487179vw, 2.9rem);
  font-weight: 600;
}
@media (min-width: 781px) {
  .service_content__item--1_3 .lead {
    text-align: center;
    margin-top: 40px;
    font-size: 1.75rem;
  }
}
.service_content__item--1_3 .lead span {
  color: #950f19;
  font-size: clamp(1rem, 4.4871794872vw, 3.5rem);
  font-weight: 700;
}
@media (min-width: 781px) {
  .service_content__item--1_3 .lead span {
    font-size: 1.75rem;
  }
}
.service_content__item--1_3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media (min-width: 781px) {
  .service_content__item--1_3 dl {
    width: 50%;
  }
}
.service_content__item--1_3 dt {
  background-color: #ada276;
  color: #fff;
  font-size: clamp(1rem, 4.358974359vw, 3.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  width: 22.4358974359vw;
  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;
}
@media (min-width: 781px) {
  .service_content__item--1_3 dt {
    width: 110px;
    font-size: 1.25rem;
  }
}
.service_content__item--1_3 dd {
  width: calc(100% - 22.4358974359vw);
  padding-left: 10px;
  font-size: clamp(0.62rem, 2.5641025641vw, 2rem);
}
@media (min-width: 781px) {
  .service_content__item--1_3 dd {
    font-size: 1rem;
    width: calc(100% - 110px);
  }
}
.service_content__item--1_3 dd p {
  font-size: clamp(1rem, 5.1282051282vw, 4rem);
  font-weight: 700;
}
@media (min-width: 781px) {
  .service_content__item--1_3 dd p {
    font-size: 1.75rem;
  }
}
.service_content__item--1_3 dd p span {
  color: #950f19;
  font-weight: 700;
}

.service_mile {
  
  margin-top: 10.2564102564vw;
  padding: 8.9743589744vw 5% 40px;
}
@media (min-width: 781px) {
  .service_mile {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.service_mile h4 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 6.3076923077vw, 5.7rem);
}
@media (min-width: 781px) {
  .service_mile h4 {
    font-size: 2rem;
  }
}

.service_mile__inner {
  background-color: #fff;
  border-radius: 28px;
  padding: 5.1282051282vw 0;
  margin-top: 20px;
  /* font-family: "Noto Sans JP", sans-serif; */
}
@media (min-width: 781px) {
  .service_mile__inner {
    padding: 50px;
    max-width: 1200px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 781px) {
  .service_mile__inner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.service_mile__inner .img {
  padding: 0 5.1282051282vw;
}
@media (min-width: 781px) {
  .service_mile__inner .img {
    padding: 0;
    width: 300px;
    margin-right: 40px;
  }
}
.service_mile__inner .strong {
  color: #950f19;
  font-size: clamp(1.2rem, 4.1282051282vw, 4rem);
  font-weight: 600;
}
@media (min-width: 781px) {
  .service_mile__inner .strong {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}
.service_mile__inner p {
  font-size: clamp(1rem, 3.1025641026vw, 3.2rem);
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 781px) {
  .service_mile__inner p {
    font-size: 1rem;
  }
}
.service_mile__inner h5 {
  font-size: clamp(0.85rem, 3.5897435897vw, 2.8rem);
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 781px) {
  .service_mile__inner h5 {
    font-size: 1rem;
  }
}

.service_mile__box {
  padding: 5.1282051282vw;
}
@media (min-width: 781px) {
  .service_mile__box {
    padding: 0;
  }
}

.service_mile__box--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 781px) {
  .service_mile__box--1 {
    width: calc(100% - 364px);
  }
}
.service_mile__box--1 .icon {
  width: 32.0512820513vw;
  text-align: center;
}
@media (min-width: 781px) {
  .service_mile__box--1 .icon {
    width: 100px;
  }
}
.service_mile__box--1 .icon img {
  width: 19.8717948718vw;
}
@media (min-width: 781px) {
  .service_mile__box--1 .icon img {
    width: 300px;
  }
}
@media (min-width: 781px) and (min-width: 781px) {
  .service_mile__box--1 .icon img {
    width: 68px;
  }
}
.service_mile__box--1 .txt {
  width: calc(100% - 32.0512820513vw);
}
@media (min-width: 781px) {
  .service_mile__box--1 .txt {
    width: calc(100% - 100px);
  }
}
@media (min-width: 781px) {
  .service_mile__box--1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .service_mile__box--1 ul li {
    width: 50%;
  }
}

.service_mile__box--2,
.service_mile__box--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px dotted #950f19;
}
@media (min-width: 781px) {
  .service_mile__box--2,
  .service_mile__box--3 {
    margin-top: 30px;
    padding-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 2px dotted #950f19;
  }
}
.service_mile__box--2 .icon,
.service_mile__box--3 .icon {
  width: 28.2051282051vw;
  text-align: left;
  padding-top: 10px;
}
@media (min-width: 781px) {
  .service_mile__box--2 .icon,
  .service_mile__box--3 .icon {
    width: 300px;
    margin-right: 40px;
    text-align: center;
  }
}
.service_mile__box--2 .txt,
.service_mile__box--3 .txt {
  width: calc(100% - 28.2051282051vw);
}
@media (min-width: 781px) {
  .service_mile__box--2 .txt,
  .service_mile__box--3 .txt {
    width: calc(100% - 364px);
  }
}

.service_mile__box--2 .icon img {
  width: 23.0769230769vw;
}
@media (min-width: 781px) {
  .service_mile__box--2 .icon img {
    width: 160px;
  }
}

.service_mile__box--3 .icon img {
  width: 21.1538461538vw;
}
@media (min-width: 781px) {
  .service_mile__box--3 .icon img {
    width: 137px;
  }
}

.section4 .banner{
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.section4 .banner p{
  text-align: left;
  padding-top: 10px;
  max-width: 710px;
  margin: 0 auto;
}
@media (min-width: 781px) {
  .section4 .banner p{
    text-align: right;
    max-width: 950px;
  }
}








.secNotes {
  padding: 65px 0;
  position: relative;
  background-color: #eee;
  max-width: 1200px;
  margin: 100px auto 0;
  z-index: 100;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.secNotes::after {
  content: "";
  display: block;
  clear: both
}

@media screen and (max-width: 800px) {
  .secNotes {
    padding: 80px 30px;
  }
}

@media screen and (max-width: 560px) {
  .secNotes {
    padding: 50px 20px;
    margin-top: 10vw;
  }
}



.notesHead {
  margin-bottom: 1em;
  border-bottom: 3px solid #DCDCDC;
  font-weight: bold;
  font-size: min(1.5rem, 2vw);
}
.notesHead h4::after {
  content: "";
  display: block;
  position: relative;
  bottom: -3px;
  border-bottom: 3px solid #A73847;
  width: 390px;
}
.notesHead h4 span{
  padding: 0 0 0.4em;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .notesHead h4::after {
      width: 25.641025641vw;
  }
  .notesHead{
    font-size: min(1.8rem, 4.78vw);
  }
}

.notesList_head {
  margin-bottom: .4em;
  font-size: 86.5%;
  font-weight: 700
}

.notesList_head span {
  font-weight: 300
}

.notesList_item{
  padding-bottom: 10px;
  border-bottom: 2px solid #DCDCDC;
}

.notesList_item h5{
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../img/icon_accordion_open.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 10px 30px 10px 10px;
}
@media screen and (max-width: 760px) {
  .notesList_item h5{
    font-size: 0.9rem;
  }
}
.notesList_item h5.is-open {
  background-image: url(../img/icon_accordion_close.svg);
}
.notesListItem{
  padding-left: 20px;
}
.notesListItem .bold{
  font-weight: bold;
}
.notesListItem ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.notesListItem .textLink {
  display: inline-block;
  padding: 0 .1em;
  position: relative;
  color: #0064B2;
  text-indent: 0;
  text-decoration: underline;
  text-underline-offset: .1em;
  text-decoration-color: #0064B2;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}
.notesListItem .textLink.-windowL {
  margin-left: .1em
}
.notesListItem .textLink.-windowL::before {
  content: "";
  display: inline-block;
  margin-right: .2em;
  width: .9em;
  height: .9em;
  background-color: #0064B2;
  -webkit-mask: url("../img/ico_window.svg");
  mask: url("../img/ico_window.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.notesListItem .spc{
  margin-top: 1.2em;
}
@media screen and (max-width: 760px) {
  .notesListItem img{
    width: 70%;
  }
}
.notesList_chart {
  margin: 1.2em 0 1.4em
}
.notesChart {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center
}

.notesChart th,
.notesChart td {
  padding: .6em;
  border: #000 thin solid;
  font-size: 86.5%;
  text-align: center;
  vertical-align: middle;
}

.notesChart th {
  background-color: #666;
  color: #fff;
  font-weight: bold;
}

.accMenu {
  display: none;
}






.fade1, .fade2, .fade3, .fade4, .fade5 {
  opacity: 0;
}

.fade1 {
  -webkit-animation: fadeIn 0.5s ease-in 1s forwards;
          animation: fadeIn 0.5s ease-in 1s forwards;
}

.fade2 {
  -webkit-animation: fadeIn 1s ease-in 1.5s forwards;
          animation: fadeIn 1s ease-in 1.5s forwards;
}

.fade3 {
  -webkit-animation: fadeIn 1s ease-in 2s forwards;
          animation: fadeIn 1s ease-in 2s forwards;
}

.fade4 {
  -webkit-animation: fadeIn 1s ease-in 2.5s forwards;
          animation: fadeIn 1s ease-in 2.5s forwards;
}

.fade5 {
  -webkit-animation: fadeIn 1s ease-in 3s forwards;
          animation: fadeIn 1s ease-in 3s forwards;
}

