/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, 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;
}

@font-face {
  font-family: "rounded-l-mplus-1c-medium";
  src: url("../fonts/rounded-l-mplus-1c-medium.ttf") format("truetype");
}
@font-face {
  font-family: "rounded-l-mplus-1c-medium";
  src: url("../fonts/rounded-l-mplus-1c-medium.woff") format("woff");
}
@font-face {
  font-family: "rounded-l-mplus-1c-medium";
  src: url("../fonts/rounded-l-mplus-1c-medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "rounded-l-mplus-1c-bold";
  font-weight: bold;
  src: url("../fonts/rounded-l-mplus-1c-bold.ttf") format("truetype");
}
@font-face {
  font-family: "rounded-l-mplus-1c-bold";
  font-weight: bold;
  src: url("../fonts/rounded-l-mplus-1c-bold.woff") format("woff");
}
@font-face {
  font-family: "rounded-l-mplus-1c-bold";
  font-weight: bold;
  src: url("../fonts/rounded-l-mplus-1c-bold.eot") format("embedded-opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  background: #16428b;
  /*background: #fcffeb;*/
  overflow-x: hidden;
  font-family: "rounded-l-mplus-1c-bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  a:hover, a:focus {
    opacity: 0.7;
  }
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font-size: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

/* stylelint-disable */
_:lang(x) + _:-webkit-full-screen-document,
.font-en {
  font-weight: 600;
}

_:lang(x)::-ms-backdrop,
.font-en {
  font-weight: 600;
}

_:-ms-lang(x)::backdrop,
.font-en {
  font-weight: 600;
}

.inner {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 794px;
    margin: 0 auto;
  }
}

.section:last-child {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section:last-child {
    margin-bottom: 84px;
  }
}

.section + .section {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: 43px;
  }
}

.heading {
  position: relative;
  font-size: 2.5rem;
}
.heading::before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid #ffff99;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}
@media screen and (min-width: 768px) {
  .heading::before {
    border-top: 60px solid #ffff99;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    bottom: -32px;
  }
}

.heading_inner {
  display: block;
  position: relative;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .heading_inner {
    font-size: 4.6rem;
    letter-spacing: 0.16em;
  }
}
.heading_inner .red {
  color: #ff0033;
}
.heading_inner .orange {
  color: #ff9900;
}
.heading_inner .blue {
  color: #003399;
}
.button {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .button {
    margin: 60px 0 22px;
  }
}
@media screen and (min-width: 768px) {
  .overlap {
    margin-top: 0px;
  }
}

.button_link {
  display: block;
  position: relative;
  /*background: #ff5c61;*/
  background: #c09d50;
  padding: 20px 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 8px;
}
.a_ticket {
  background: #ff5c61;
}
.ab_ticket {
  background: #2455ab;
}
@media screen and (min-width: 768px) {
  .button_link {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    max-width: 474px;
    margin: 0 auto;
    padding: 20px 46px 20px 0px;
  }
}
.button_link::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  background: url(../img/common/ico_arrow_03.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .button_link::after {
    width: 12px;
    height: 19px;
    right: 30px;
  }
}

.header_inner {
  background: #fff url(../img/common/sp_bg_header.svg) bottom/contain no-repeat;
  padding: 10px 0 116px;
}
@media screen and (min-width: 768px) {
  .header_inner {
    background: #fff url(../img/common/bg_header.svg) bottom/contain no-repeat;
    padding: 10px 0 126px;
  }
}

@media screen and (min-width: 768px) {
  .logoArea {
    padding: 10px 20px;
  }
}

.logoArea_list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .logoArea_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logoArea_item + .logoArea_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .logoArea_item + .logoArea_item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../img/common/ico_cross.svg) center/contain no-repeat;
    width: 18px;
    height: 18px;
    left: -27%;
  }
}

.logoArea_item-sumidaku {
  -ms-flex-preferred-size: 133px;
      flex-basis: 133px;
}
@media screen and (min-width: 768px) {
  .logoArea_item-sumidaku {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}

.logoArea_item-sumidakuShoren {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}
@media screen and (max-width: 767px) {
  .logoArea_item-sumidakuShoren {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 7px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .logoArea_item-sumidakuShoren {
    -ms-flex-preferred-size: 169px;
        flex-basis: 169px;
  }
}

.logoArea_item-paypay {
  -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .logoArea_item-paypay {
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }
}

.about {
  margin-top: -3px;
}
.about_wrapper-main {
  background: #ff5c61;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .about_wrapper-main {
    padding: 34px 40px 41px;
  }
}

.about_heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto auto;
      grid-template: "element-01 element-01" auto "element-02 element-03" auto/auto auto;
}
.about_heading .element {
  display: block;
}
.about_heading .element-01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  text-align: center;
  grid-area: element-01;
}
.about_heading .element-02 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: element-02;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .about_heading .element-02 {
    margin-top: 46px;
  }
}
.about_heading .element-02 img {
  width: 100%;
}
.about_heading .element-03 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: element-03;
  margin: 35px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .about_heading .element-03 {
    margin-top: 46px;
  }
}
.about_heading .element-03 img {
  width: 100%;
}

.about_body {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .about_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
  }
}

.about_wrapper-bodyText {
  padding: 20px 20px 33px;
}
@media screen and (max-width: 767px) {
  .about_wrapper-bodyText {
    border-top: 1px dashed #ff474e;
  }
}
@media screen and (min-width: 768px) {
  .about_wrapper-bodyText {
    padding: 36px 41px 45px 36px;
    -webkit-box-flex: 3.3;
        -ms-flex: 3.3;
            flex: 3.3;
    border-left: 1px dashed #ff474e;
  }
}

.about_figure {
  text-align: center;
  width: 77%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .about_figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 6px;
  }
}
@media screen and (min-width: 768px) {
  .about_figure img {
    width: 110px;
  }
}

.about_text-01 {
  color: #ff0033;
  line-height: 1.5;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.about_text-02 {
  line-height: 1.5;
  margin-top: 14px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .about_text-02 {
    margin-top: 10px;
  }
}

.about_list {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .about_list {
    padding: 40px;
  }
}

.box {
  overflow: hidden;
  border-radius: 8px;
  padding: 3px;
}
.box + .box {
  margin-top: 20px;
}
.box-about {
  border: 1px solid #ffc2c2;
}
.box-merit {
  border: 1px solid #ffd580;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .box-merit {
    margin-top: 63px;
  }
}

.box_desc {
  text-align: center;
  padding: 20px 10px;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .box-about .box_desc {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    padding: 23px 38px 36px;
  }
}
.box-merit .box_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .box-merit .box_desc {
    padding: 36px 47px 45px;
  }
}
.box_desc .number {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .box_desc .number {
    font-size: 4rem;
  }
}
.box_desc .number2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .box_desc .number2 {
    font-size: 3rem;
  }
}
.box_desc .size-s {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .box_desc .size-s {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
}
.box_desc .decoration {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.box_desc .decoration::before, .box_desc .decoration::after {
  position: absolute;
  content: "";
}
.box_desc .decoration::before {
  width: 100%;
  height: 50px;
  top: 16px;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff5f5;
}
@media screen and (min-width: 768px) {
  .box_desc .decoration::before {
    width: 93%;
    height: 30px;
    top: 18px;
  }
}
.box_desc .decoration::after {
  width: 0;
  height: 0;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 20px solid #fff5f5;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
@media screen and (min-width: 768px) {
  .box_desc .decoration::after {
    border-top: 15px solid #fff5f5;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: 47px;
  }
}
.box_desc .main {
  position: relative;
  z-index: 100;
}

.box_desc + .box_desc {
  border-top: 1px solid;
  margin: 0 -6px;
}
.box-about .box_desc + .box_desc {
  border-color: #ffc2c2;
}
.box-merit .box_desc + .box_desc {
  border-color: #ffd580;
}

.box_term {
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 30px 5px;
}
.box-about .box_term {
  background: url(../img/common/bg_stripe_01.svg) center/cover no-repeat;
}
.box-merit .box_term {
  background: url(../img/common/bg_stripe_02.svg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .box-merit .box_term {
    padding: 21px 5px;
  }
}

.box_term span {
  position: relative;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .box_term span {
    font-size: 3rem;
    letter-spacing: 0.4em;
  }
}
.box-about .box_term span {
  color: #ff0033;
  padding-left: 47px;
}
.box-about .box_term span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -9px;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ff9999;
}
@media screen and (min-width: 768px) {
  .box-about .box_term span::before {
    width: 56px;
    height: 56px;
    left: -23px;
  }
}
.box-merit .box_term span {
  color: #ff9900;
}

.box_term-period span::before {
  background: #fff url(../img/common/ico_calendar.svg) center/20px 21px no-repeat;
}

@media screen and (min-width: 768px) {
  .box_term-period span::before {
    background: #fff url(../img/common/ico_calendar.svg) center/28px 29px no-repeat;
  }
}

.box_term-ticket span::before {
  background: #fff url(../img/common/ico_ticket.svg) center/20px 21px no-repeat;
}

@media screen and (min-width: 768px) {
  .box_term-ticket span::before {
    background: #fff url(../img/common/ico_ticket.svg) center/28px 29px no-repeat;
  }
}



.box_term-shop span::before {
  background: #fff url(../img/common/ico_shop.svg) center/21px 19.5px no-repeat;
}
@media screen and (min-width: 768px) {
  .box_term-shop span::before {
    background: #fff url(../img/common/ico_shop.svg) center/28px 26.5px no-repeat;
  }
}

.box_term-content span::before {
  background: #fff url(../img/common/ico_p.svg) right 10px center/13.6px 20.4px no-repeat;
}
@media screen and (min-width: 768px) {
  .box_term-content span::before {
    background: #fff url(../img/common/ico_p.svg) center/16.6px 23.4px no-repeat;
  }
}

.box-merit .box_heading {
  position: relative;
  font-size: 3.4666666667vw;
  color: #ff9900;
  padding: 0 0 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .box-merit .box_heading {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    padding: 0 0 83px;
    min-width: 135px;
  }
}
.box-merit .box_heading::before, .box-merit .box_heading::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.box-merit .box_heading::before {
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 200;
}
.box-merit .box_heading::after {
  top: 13px;
  width: 80%;
  height: 10px;
  background: #f3ffb8;
}
@media screen and (min-width: 768px) {
  .box-merit .box_heading::after {
    top: 22px;
    height: 16px;
    width: 109px;
  }
}
.box-merit .box_desc-01 .box_heading::before {
  background: url(../img/common/ico_lunch.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .box-merit .box_desc-01 .box_heading::before {
    width: 74px;
    height: 74px;
  }
}
.box-merit .box_desc-02 .box_heading::before {
  background: url(../img/common/ico_shopping.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .box-merit .box_desc-02 .box_heading::before {
    width: 82px;
    height: 78px;
  }
}

.box_headingInner {
  position: relative;
  z-index: 100;
}
.box_text {
  text-align: left;
}
.box-merit .box_text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .box-merit .box_text {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    padding: 5px 0 0 19px;
  }
}
.box-merit .box_text .orange {
  color: #ff9900;
}
.box-merit .box_text .size-m {
  font-size: 4rem;
}

.merit_inner {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .merit_inner {
    padding: 48px 40px 39px;
  }
}

.merit_text {
  margin-left: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .merit_text {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    padding-left: 18px;
    margin-top: 13px;
  }
}

.pointUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pointUp_item {
  position: relative;
  margin-top: 50px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media screen and (min-width: 768px) {
  .pointUp_item {
    -ms-flex-preferred-size: 44.5%;
        flex-basis: 44.5%;
    margin-top: 83px;
  }
}

.pointUp_item + .pointUp_item {
  margin-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pointUp_item + .pointUp_item {
    margin-left: 35px;
  }
}
.pointUp_item + .pointUp_item::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 20px;
  bottom: 0;
  left: -105%;
  background: url(../img/common/ico_arrow_01.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .pointUp_item + .pointUp_item::before {
    width: 94px;
    height: 40px;
    bottom: 9px;
    left: -20%;
  }
}

.pointUp_wrapper-text {
  position: relative;
  padding-top: 100%;
}
.pointUp_item-01 .pointUp_wrapper-text {
  background: url(../img/common/img_circle_01.svg) center/contain no-repeat;
}
.pointUp_item-02 .pointUp_wrapper-text {
  background: url(../img/common/img_circle_02.svg) center/contain no-repeat;
}
.pointUp_text {
  line-height: 1.2;
}
.pointUp_text-01 {
  position: relative;
  text-align: center;
  font-size: 3.2vw;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .pointUp_text-01 {
    font-size: 2rem;
  }
}
.pointUp_text-01::before, .pointUp_text-01::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 30px solid;
}
@media screen and (min-width: 768px) {
  .pointUp_text-01::before, .pointUp_text-01::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 40px solid;
  }
}
.pointUp_text-01::before {
  top: 0;
}
.pointUp_item-01 .pointUp_text-01::before {
  border-top-color: #ff0033;
  left: 6px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .pointUp_item-01 .pointUp_text-01::before {
    top: -7px;
    left: 47px;
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
}
.pointUp_item-02 .pointUp_text-01::before {
  border-top-color: #ff9900;
  left: -7px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .pointUp_item-02 .pointUp_text-01::before {
    top: -7px;
    left: 24px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.pointUp_text-01::after {
  top: 0;
}
.pointUp_item-01 .pointUp_text-01::after {
  right: 5px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  border-top-color: #ff0033;
}
@media screen and (min-width: 768px) {
  .pointUp_item-01 .pointUp_text-01::after {
    top: -6px;
    right: 48px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}
.pointUp_item-02 .pointUp_text-01::after {
  right: -5px;
  border-top-color: #ff9900;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .pointUp_item-02 .pointUp_text-01::after {
    top: -7px;
    right: 23px;
  }
}

.pointUp_text-02 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 4.2666666667vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .pointUp_text-02 {
    font-size: 2.8rem;
    letter-spacing: 0.01em;
    -webkit-transform: none;
            transform: none;
    line-height: 1.15;
  }
}
.pointUp_text-02 .size-m {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .pointUp_text-02 .size-m {
    font-size: 4.6rem;
  }
}
.pointUp_text-02 .size-l {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .pointUp_text-02 .size-l {
    font-size: 6.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pointUp_item-01 .pointUp_text-02 .size-l {
    letter-spacing: -0.04em;
  }
}
@media screen and (min-width: 768px) {
  .pointUp_item-02 .pointUp_text-02 .size-l {
    letter-spacing: -0.06em;
  }
}
.pointUp_item-01 .pointUp_text-02 {
  color: #ff0033;
}
@media screen and (min-width: 768px) {
  .pointUp_item-01 .pointUp_text-02 {
    top: 20%;
    left: 1%;
  }
}
.pointUp_item-02 .pointUp_text-02 {
  color: #ff9900;
}
@media screen and (min-width: 768px) {
  .pointUp_item-02 .pointUp_text-02 {
    top: 20%;
    left: 0;
  }
}

.download_inner {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .download_inner {
    padding: 48px 40px 39px;
  }
}

.download_text {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .download_text {
    margin-top: 76px;
  }
}

.download_text-01 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .download_text-01 {
    font-size: 3.4rem;
    letter-spacing: 0.12em;
    line-height: 1.1764705882;
  }
}

@media screen and (min-width: 768px) {
  .download_text-02 {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    width: 57%;
    margin: 40px auto;
    line-height: 1.5714285714;
  }
}

.download_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .download_list {
    width: 56%;
  }
}

.download_item {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media screen and (min-width: 768px) {
  .download_item {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
  }
}

.download_button {
  margin-top: 10px;
}
.download_figure {
  border: 1px solid #221815;
}
.shop_inner {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .shop_inner {
    padding: 48px 40px 82px;
  }
}

.shop_text-main {
  color: #003399;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .shop_text-main {
    font-size: 4rem;
    letter-spacing: 0.09em;
    line-height: 1.3;
    width: 78%;
    margin: 74px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .shop_text-main .size-s {
    display: block;
    font-size: 2.6rem;
    letter-spacing: 0.16em;
    text-align: right;
    margin-top: -15px;
  }
}
.shop_text-main .size-m {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .shop_text-main .size-m {
    font-size: 7rem;
    letter-spacing: 0.08em;
  }
}
.shop_text-main .size-l {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .shop_text-main .size-l {
    font-size: 11rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 768px) {
  .shop_text-main .text-last {
    display: block;
    text-align: left;
    letter-spacing: 0.02em;
    margin-top: -28px;
  }
}

.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .shop_list {
    margin: 64px auto 0;
    width: 86%;
  }
}

.shop_item {
  text-align: center;
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
}
@media screen and (min-width: 768px) {
  .shop_item {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
  }
}

.shop_text-step {
  color: #003399;
}
@media screen and (min-width: 768px) {
  .shop_text-step {
    font-size: 2.2rem;
    margin-top: 34px;
  }
}
.shop_item + .shop_item .shop_text-step {
  position: relative;
}
.shop_item + .shop_item .shop_text-step::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -31%;
  margin: auto;
  content: "";
  width: 30px;
  height: 10px;
  background: url(../img/common/ico_arrow_02.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .shop_item + .shop_item .shop_text-step::before {
    width: 40px;
    height: 17px;
    left: -24%;
  }
}

.shop_text-stepDesc {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .shop_text-stepDesc {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.375;
    margin-top: 16px;
  }
}

.outline_inner {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .outline_inner {
    padding: 48px 40px 99px;
  }
}

.outline_list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .outline_list {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5714285714;
    width: 95%;
    margin: 28px auto 0;
  }
}

.outline_item + .outline_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .outline_item + .outline_item {
    margin-top: 16px;
  }
}

.outline_text-main {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .outline_text-main {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    width: 88%;
    margin: 70px auto 0;
    line-height: 1.8181818182;
  }
}

.table {
  border-radius: 8px;
  border: 1px solid #b8c7e6;
  width: 100%;
  margin: 35px auto 0;
  text-align: center;
  border-collapse: separate;
  overflow: hidden;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .table {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .table {
    font-size: 2rem;
    width: 100%;
    margin-top: 35px;
  }
}
.table .size-m {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .table .size-m {
    font-size: 2.4rem;
  }
}
.table .size-l {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .table .size-l {
    font-size: 8rem;
  }
}
.table .blue {
  color: #003399;
}
.table_col-01 {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .table_col-01 {
    width: 38%;
  }
}

.table_col-02 {
  width: 28%;
}
@media screen and (min-width: 768px) {
  .table_col-02 {
    width: 27%;
  }
}

.table_col-03 {
  width: 28%;
  background: #f5f8ff;
}
.table_td:not(:last-child) {
  border-right: 1px solid #b8c7e6;
}

.table_th:not(:last-child) {
  border-right: 1px solid #b8c7e6;
  border-bottom: 1px solid #b8c7e6;
}
.table_th:last-child {
  border-bottom: 1px solid #b8c7e6;
}

.table_td,
.table_th {
  vertical-align: middle;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .table_thead .table_td,
.table_thead .table_th {
    height: 323px;
  }
}
@media screen and (min-width: 768px) {
  .table_tbody .table_td,
.table_tbody .table_th {
    height: 232px;
  }
}

.table_figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table_gridText {
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 767px) {
  .table_gridText {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .table_gridText {
    line-height: 1.5;
    -webkit-box-flex: 1.7;
        -ms-flex: 1.7;
            flex: 1.7;
  }
}

.table_gridItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table_gridItem + .table_gridItem {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .table_gridItem + .table_gridItem {
    margin-top: 40px;
  }
}

.footer {
  background: #002266;
  text-align: center;
}
.footer_innner {
  padding: 20px;
}
.footer_figure {
  width: 150px;
  margin: 0 auto;
}
.footer_wrapper-text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .footer_wrapper-text {
    margin-top: 19px;
    line-height: 1.45;
  }
}

.footer_text {
  color: #fff;
}
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-header {
    display: none !important;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

.u-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-display-block {
  display: block;
}

.u-text-indent {
  padding-left: 20px;
  text-indent: -20px;
}
@media screen and (min-width: 768px) {
  .u-text-indent {
    padding-left: 30px;
    text-indent: -30px;
  }
}

.u-text-left {
  text-align: left;
}

.main_conteiner{
  position: relative;
}

.layer1{
  z-index: 1;
}

.layer2{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  min-width:80%;
  max-height: 400px;
  z-index: 2;
  background-color:red;
  opacity: 0.85;
  text-align: center;
  font-size:300%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .layer2{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width:90%;
    max-height: 400px;
    z-index: 2;
    background-color:red;
    opacity: 0.75;
    text-align: center;
    font-size:180%;
    color: #FFFFFF;
  }
}
/*# sourceMappingURL=style.css.map*/