/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url("//fonts.googleapis.com/css?family=Lato:700,900");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One|Oswald:400,600|Russo+One");
  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

a {
  text-decoration: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a[href^="tel:"] {
  color: #000 !important;
}
a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

  @media (min-width: 981px) {
    .mv div {
      display: -ms-grid;display: grid;
    }
    .mv img,.mv2 img {
      width: 100%;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    .sp {
      display: none !important;
    }
    * {
      font-family: sans-serif;
    }
    img {
      max-width: 100%;
    }
    .section_ttl {
      text-align: center;
      font-size: 30px;
      line-height: 1;
      letter-spacing: -.5px;
      width: 100%;
    }
    .section_ttl small {
      position: relative;
      display: block;
      color: #f08fc2;
      font-style: italic;
      font-size: 18px;
      padding-top: 10px;
      margin-top: 14px;
      letter-spacing: -.5px;
    }
    .section_ttl small::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 3px;
      width: 70px;
      background-color: #f08fc2;
    }

    .container {
      padding: 0 10vw;
      margin: 0 auto;
    }
    .logo_wrap {
      -webkit-box-shadow: 0 0 5px #a5a5a5;
              box-shadow: 0 0 5px #a5a5a5;
    }
    .logo_wrap.bottom {
      padding: 0 3vw;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .logo_wrap__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 0;
    }
    .logo_wrap__list li {
      width: 20%;
    }
    .catch {
      text-align: center;
      padding: 80px 0 100px;
      background: url(../images/bg5.jpg) center bottom;
      background-size: cover;
    }
    .catch * {
      color: #fff;
    }
    .catch__ttl {
      font-size: 32px;
    }
    .catch__txt {
      position: relative;
      font-size: 16px;
      padding-top: 20px;
      margin-top: 15px;
      line-height: 1.6;
    }
    .catch__txt::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 3px;
      width: 70px;
      background-color: #fff;
    }

    .change {
      padding: 7vw 0 12vw;
      background: url(../images/bg6.png) center center;
      background-size: cover;
    }
    .change__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 59px;
      counter-reset: li;
    }
    .change__list li {
      position: relative;
      text-align: center;
      background: url(../images/change_img01.png) no-repeat;
      background-size: cover;
      padding: 12px;
      width: 240px;
      height: 310px;
      counter-increment: li;
    }
    .change__list li::after {
      position: absolute;
      top: 0;
      left: -13px;
      content: "0"counter(li);
      font-size: 52px;
      font-style: italic;
      font-weight: bold;
      line-height: 0;
      color: #b10e2e;
    }
    .change__list li:nth-of-type(n + 2) {
      margin-left: 42px;
    }
    .change__list li figure {
      height: 173px;
    }
    .change__list li p {
      margin-top: 25px;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.8;
    }

    .introduction * {
      color: #fff;
    }
    .use__ttl {
      margin-bottom: 100px;
    }
    .introduction .use,.introduction .day {
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 170px 0 170px 30px;
      margin-top: -5vw;
    }
    .introduction .use {
      background: url(../images/bg2.png) top center;
      background-size: cover;
    }  
    .introduction .day {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      padding-left: 67px;
      background: url(../images/bg3.png) top center;
      background-size: cover;
      padding: 170px 0;
      margin-top: -5vw;
    }
    .introduction__txt_wrap {
      width: 430px;
      padding-left: 50px;
    }
    .introduction__ttl {
      font-size: 20px;
      line-height: 1.4;
    }
    .introduction__ttl small {
      position: relative;
      display: block;
      padding-top: 8px;
      margin-top: 9px;
      font-size: 12px;
      color: #f08fc2;
      font-style: italic;
    }
    .introduction__ttl small::after {
      position: absolute;
      content: "";
      width: 50px;
      height: 2px;
      left: 0;
      top: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #f08fc2;
    }
    .introduction__txt {
      font-size: 12px;
      margin-top: 33px;
      line-height: 1.9;
      font-weight: bold;
    }
    .introduction__img {
      width: 360px;
    }

    .btn_wrap {
      text-align: center;
      padding: 60px 0;
    }
    .btn_wrap a {
      display: inline-block;
      width: 800px;
      background: url(../images/btn_bg.png) repeat-y;
      background-size: contain;
      font-size: 30px;
      font-weight: bold;
      padding: 40px 0;
      border-radius: 9999px;
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 40%);
              box-shadow: 3px 3px 5px rgba(0, 0, 0, 40%);
    }
    .btn_wrap a span {
      position: relative;
      color: #fff;
    }
    .btn_wrap a span::after {
      content: "";
      position: absolute;
      right: -40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border: 10px solid transparent;
      border-left: 15px solid #fff;
    }

    .gift {
      background: url(../images/pattern_bg.png) center center no-repeat;
      background-size: cover;
      padding: 100px 0 160px;
    }
    .gift__ttl {
      width: 600px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }
    .gift__ele {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .gift__ele:nth-of-type(n + 2) {
      margin-top: 100px;
    }
    .gift__ele:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
    .gift__img {
      width: 300px;
    }
    .gift__ele:first-of-type .gift__img {
      position: relative;
    }
    .gift__ele:first-of-type .gift__img::after {
      content: "";
      position: absolute;
      height: 115px;
      width: 115px;
      top: 160px;
      right: 0;
      background: url(../images/gift_img01-3.png) no-repeat;
    }
    .gift__ele:first-of-type .gift__img {
      width: 700px;
    }
    .gift__ele:nth-of-type(2) .gift__img {
      width: 240px;
    }
    .gift__list {
      margin-top: 50px;
    }
    .gift__txt_wrap {
      padding-top: 20px;
    }
    .gift__ele:nth-of-type(1) .gift__txt_wrap {
      padding-top: 50px;
    }  
    .gift__ele:nth-of-type(2) .gift__txt_wrap {
      text-align: right;
    }
    .gift__ele:nth-of-type(3) .gift__txt_wrap {
      padding: 0;
    }
    .gift__txt_wrap--ttl {
      display: inline-block;
      position: relative;
      font-size: 26px;
      margin-bottom: 10px;
      padding: 0 20px 10px;
      border-bottom: 2px solid #f08fc2;
      line-height: 1.5;
    }
    .gift__txt_wrap--ttl::after {
      position: absolute;
      right: -30px;
      bottom: 10px;
      content: "";
      width: 130px;
      height: 76px;
      background: url(../images/gift_txt01.svg) no-repeat;
      background-size: contain;
      z-index: 1;
    }
    .gift__ele:nth-of-type(2) .gift__txt_wrap--ttl::after {
      background: url(../images/gift_txt02.svg) no-repeat;
      background-size: contain;
      right: auto;
      left: -50px;
    }
    .gift__ele:nth-of-type(3) .gift__txt_wrap--ttl::after {
      background: url(../images/gift_txt03.svg) no-repeat;
      background-size: contain;
    }
    .gift__txt_wrap--ttl span {
      position: relative;
      z-index: 2;
    }
    .gift__txt_wrap--ttl small {
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      font-size: 13px;
      white-space: nowrap;
    }
    .gift__ele:nth-of-type(1) .gift__txt_wrap--ttl small {
      left: 90px;
    }  
    .gift__ele:nth-of-type(2) .gift__txt_wrap--ttl small {
      left: 185px;
    }
    .gift__ele:nth-of-type(3) .gift__txt_wrap--ttl small {
      left: 190px;
      top: 41px;
      font-size: 10px;
    }
    .gift__txt_wrap--txt {
      padding: 0 20px;
      font-size: 16px;
      line-height: 1.8;
    }
    .gift__ele:nth-of-type(even) .gift__txt_wrap--txt {
      text-align: right;
    }

    .price {
      padding: 150px 0;
      background: url(../images/bg7.png) center center;
      background-size: cover;
      margin-top: -6vw;
      position: relative;
      z-index: -1;
    }
    .price__ttl {
      margin-bottom: 50px;
    }
    .price__sec {
      text-align: center;
      width: 600px;
      margin: 0 auto;      
    }
    .price__sec:nth-of-type(n + 2) {
      margin-top: 40px;
    }
    .price__sec__ttl {
      position: relative;
      font-size: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px;
    }
    .price__master__ttl, .price__option__ttl {
      font-size: 20px;
    }
    .price__sec__num {
      font-size: 36px;
      font-weight: bold;
    }
    .price__sec__num strong {
      display: inline-block;
      margin-right: 10px;
      font-size: 100px;
      font-weight: bold;
      font-style: italic;
      color: #e7277a;
      line-height: 1;
      letter-spacing: 2px;
    }
    .price__master__num {
      font-size: 20px;
    }
    .price__master__num strong {
      font-size: 50px;
    }
    .price__sec__coution {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 10px;
    }
    .price__option_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px;
    }
    .price__option_ele:nth-of-type(n + 2) {
      margin-left: 60px;
    }
    .price__option__plan {
      font-size: 24px;
      font-weight: bold;
    }
    .price__option__num {
      font-weight: bold;
      font-size: 20px;
      color: #e866a0;
    }
    .price__option__num small {
      display: inline-block;
      margin-left: 5px;
      font-size: 14px;
      color: #000;
    }

    .enjoy {
      padding: 150px 0;
      background: url(../images/bg10.png) center center;
      background-size: cover;
      margin-top: -8vw;
    }
    .enjoy__list {
      margin: 0 auto;
      margin-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 950px;
    }
    .enjoy__ele {
      width: calc(100% / 3 - 5px);
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .enjoy__ele:nth-of-type(2) {
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
    }
    .enjoy__ele:nth-of-type(n + 4) {
      margin-top: 50px;
    }
    .enjoy__ele .enjoy__img {
      position: relative;
      margin-bottom: 10px;
    }
    .enjoy__ele:nth-of-type(4) .enjoy__img {
      margin: 0 -30px 10px;
    }
    .enjoy__ele .enjoy__img::after {
      position: absolute;
      content: '';
      top: -8px;
      left: -4px;
      width: 73px;
      height: 88px;
      background: url(../images/enjoy_txt01.svg) no-repeat;
    }
    .enjoy__ele:nth-of-type(2) .enjoy__img::after {
      background: url(../images/enjoy_txt02.svg) no-repeat;
    }
    .enjoy__ele:nth-of-type(3) .enjoy__img::after {
      background: url(../images/enjoy_txt03.svg) no-repeat;
    }
    .enjoy__ele:nth-of-type(4) .enjoy__img::after {
      background: url(../images/enjoy_txt04.svg) no-repeat;
    }
    .enjoy__ele:nth-of-type(5) .enjoy__img::after {
      background: url(../images/enjoy_txt05.svg) no-repeat;
    }
    .enjoy__ele strong {
      display: block;
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 2px solid #f7b6cd;
      font-size: 20px;
    }
    .enjoy__ele p {
      font-size: 14px;
    }
    
    .point {
      width: 950px;
      margin: 20px auto 0;
    }
    .point__ttl {
      width: 380px;
      font-size: 20px;
      border-bottom: 2px solid #f190b6;
      padding-bottom: 4px;
    }
    .point__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 700px;
      margin-top: 15px;
      font-size: 12px;
    }
    .point__ele:nth-of-type(odd) {
      min-width: 290px;
    }
    .enjoy .btn_wrap {
      padding: 0;
      margin-top: 60px;
    }
    .mv2 {
      margin-top: -4vw;
    }
    .mv2 img {
      width: 100%;
    }
    .gift__txtimg01 {
      width: 900px;
      margin: 0 auto 30px;
    }

    .near {
      margin-top: -6vw;
      padding: 100px 0;
      background-color: #F8E3EA;
      background: url(../images/bg9.png) center center;
      background-size: cover;
    }
    .near__ttl {
      margin-bottom: 80px;
    }
    .near ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 980px;
      margin: 0 auto;
    }
    .near ul li {
      width: 400px;
    }
    .near ul li figure {
      width: 300px;
      margin-bottom: 20px;
    }
    .near ul li p {
      min-height: 200px;
    }
    .near ul li p a {
      vertical-align: middle;
      text-decoration: underline;
    }
    .near ul li>a {
      display: block;
      width: 260px;
    }
    .near ul li + li + li {
      margin-top: 70px;
    }
    footer {
      padding: 20px 0 40px;
    }
    footer figure {
      width: 300px;
      margin: 0 auto;
    }
    footer figure img {
      width: 100%;
    } 
  }
  @media (max-width: 980px) {
    .mv div {
      display: -ms-grid;display: grid;
    }
    #container {
      width: 100vw;
      overflow: hidden;
    }
    .pc {
      display: none !important;
    }
    * {
      font-family: sans-serif;
    }
    img {
      max-width: 100%;
    }
    .section_ttl {
      text-align: center;
      font-size: 6vw;
      line-height: 1.3;
      letter-spacing: -.5px;
      width: 100%;
    }
    .section_ttl small {
      position: relative;
      display: block;
      color: #f08fc2;
      font-style: italic;
      font-size: 4vw;
      padding-top: 3vw;
      margin-top: 3vw;
      letter-spacing: -.5px;
    }
    .section_ttl small::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: .8vw;
      width: 15vw;
      background-color: #f08fc2;
    }

    .container {
      padding: 0 7vw;
      margin: 0 auto;
    }
    .logo_wrap {
      -webkit-box-shadow: 0 0 5px #a5a5a5;
              box-shadow: 0 0 5px #a5a5a5;
    }
    .logo_wrap.bottom {
      padding: 0 7vw;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .logo_wrap__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 5vw 0;
    }
    .logo_wrap__list li {
      width: 40vw;
    }
    .logo_wrap__list li + li + li {
      margin-top: 6vw;
    }
    .catch {
      text-align: center;
      padding: 10vw 5vw 20vw;
      background: url(../images/bg5_sp.jpg) center bottom;
      background-size: cover;
    }
    .catch * {
      color: #fff;
    }
    .catch__ttl {
      font-size: 6vw;
    }
    .catch__txt {
      position: relative;
      font-size: 4vw;
      padding-top: 20px;
      margin-top: 15px;
      line-height: 1.6;
      text-align: left;
    }
    .catch__txt::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 3px;
      width: 70px;
      background-color: #fff;
    }

    .change {
      padding: 7vw 0 12vw;
      background: url(../images/bg6.png) center center;
      background-size: cover;
    }
    .change__list {
      margin-top: 10vw;
      counter-reset: li;
    }
    .change__list li {
      position: relative;
      text-align: center;
      background: url(../images/change_img01.png) no-repeat;
      background-size: cover;
      padding: 12px;
      width: 240px;
      height: 310px;
      counter-increment: li;
      margin: 0 auto;
    }
    .change__list li + li {
      margin-top: 10vw;
    }
    .change__list li::after {
      position: absolute;
      top: 0;
      left: -13px;
      content: "0"counter(li);
      font-size: 52px;
      font-style: italic;
      font-weight: bold;
      line-height: 0;
      color: #b10e2e;
    }
    .change__list li figure {
      height: 173px;
    }
    .change__list li p {
      margin-top: 31px;
      font-weight: bold;
      font-size: 12px;
    }

    .introduction * {
      color: #fff;
    }
    .use__ttl {
      margin-bottom: 10vw;
    }
    .introduction .use,.introduction .day {
      padding: 20vw 5vw;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .introduction .use {
      background: url(../images/bg2.png) top center;
      background-size: cover;
    }  
    .introduction .day {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      padding-left: 67px;
      background: url(../images/bg3.png) top center;
      background-size: cover;
      padding: 20vw 5vw;
      margin-top: -13vw;
    }
    .introduction__ttl {
      font-size: 6vw;
      line-height: 1.4;
    }
    .introduction__ttl small {
      position: relative;
      display: block;
      padding-top: 8px;
      margin-top: 9px;
      color: #f08fc2;
      font-style: italic;
    }
    .introduction__ttl small::after {
      position: absolute;
      content: "";
      width: 80vw;
      height: 2px;
      left: 0;
      top: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #f08fc2;
    }
    .introduction__txt {
      font-size: 4vw;
      margin-top: 3vw;
      line-height: 1.9;
      font-weight: bold;
    }
    .introduction__img {
      margin-bottom: 5vw;
    }
    .introduction__img img {
      width: 100%;
    }

    .btn_wrap {
      text-align: center;
      padding: 5vw 5vw;
    }
    .btn_wrap a {
      display: inline-block;
      width: 100%;
      background: url(../images/btn_bg.png) repeat-y;
      background-size: contain;
      font-size: 5vw;
      font-weight: bold;
      padding: 5vw 0;
      border-radius: 9999px;
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 40%);
              box-shadow: 3px 3px 5px rgba(0, 0, 0, 40%);
    }
    .btn_wrap a span {
      position: relative;
      color: #fff;
    }
    .btn_wrap a span::after {
      content: "";
      position: absolute;
      right: -9vw;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border: 2vw solid transparent;
      border-left: 3vw solid #fff;
    }

    .gift {
      background: url(../images/pattern_bg.png) center center no-repeat;
      background-size: cover;
      padding: 10vw 0;
    }
    .gift__ttl:first-of-type {
      margin: 0 5vw 4vw;
    }
    .gift__ele {
      padding: 0 5vw;
    }
    .gift__ele:nth-of-type(3) {
      margin-top: 15vw;
    }
    .gift__ele:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
    .gift__img {
      width: 60vw;
      margin: 0 auto;
    }
    .gift__img:nth-of-type(3) {
      position: relative;
      margin-top: 13vw !important;
    }
    .gift__img:nth-of-type(3)::after {
      position: absolute;
      content: '';
      top: 31vw;
      right: 4vw;
      height: 25vw;
      width: 25vw;
      background: url(../images/gift_img01-3.png) no-repeat;
      background-size: contain;
    }
    .gift__ele:first-of-type .gift__img {
      width: 100%;
      margin: 0 auto;
    }
    .gift__ele:nth-of-type(n + 2) {
      margin-top: 13vw !important;
    }
    .gift__img img {
      width: 100%;
    }
    .gift__list {
      margin-top: 10vw;
    }
    .gift__txt_wrap {
      padding-top: 5vw;
    }
    .gift__txt_wrap--ttl {
      display: inline-block;
      position: relative;
      font-size: 5vw;
      margin-bottom: 3vw;
      padding: 0 3vw 3vw;
      border-bottom: 2px solid #f08fc2;
      line-height: 1.8;
      width: 100%;
      text-align: center;
    }
    .gift__txt_wrap--ttl::after {
      position: absolute;
      right: 0;
      bottom: 3vw;
      content: "";
      width: 30vw;
      height: 17vw;
      background: url(../images/gift_txt01.svg) no-repeat;
      background-size: contain;
      z-index: 1;
    }
    .gift__ele:nth-of-type(2) .gift__txt_wrap--ttl::after {
      background: url(../images/gift_txt02.svg) no-repeat;
      background-size: contain;
      right: auto;
      left: 0;
    }
    .gift__ele:nth-of-type(3) .gift__txt_wrap--ttl::after {
      background: url(../images/gift_txt03.svg) no-repeat;
      background-size: contain;
    }
    .gift__txt_wrap--ttl span {
      position: relative;
      z-index: 2;
    }
    .gift__txt_wrap--ttl small {
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      font-size: 3.3vw;
      white-space: nowrap;
    }
    .gift__ele:nth-of-type(1) .gift__txt_wrap--ttl small {
      left: 26vw;
    }  
    .gift__ele:nth-of-type(2) .gift__txt_wrap--ttl small {
      left: 40vw;
    }
    .gift__ele:nth-of-type(3) .gift__txt_wrap--ttl small {
      left: 25vw;
      top: 10vw;
    }
    .gift__txt_wrap--txt {
      font-size: 4vw;
      line-height: 1.8;
    }

    .price {
      padding: 20vw 5vw;
      background: url(../images/bg7.png) center center;
      background-size: cover;
      margin-top: -32vw;
    }
    .price__ttl {
      margin-bottom: 10vw;
    }
    .price__sec {
      text-align: center;
      margin: 0 auto;      
    }
    .price__sec:nth-of-type(n + 2) {
      margin-top: 40px;
    }
    .price__sec__ttl {
      position: relative;
      font-size: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px;
    }
    .price__master__ttl, .price__option__ttl {
      font-size: 20px;
    }
    .price__sec__num {
      font-size: 36px;
      font-weight: bold;
    }
    .price__sec__num strong {
      display: inline-block;
      margin-right: 10px;
      font-size: 100px;
      font-weight: bold;
      font-style: italic;
      color: #e7277a;
      line-height: 1;
      letter-spacing: 2px;
    }
    .price__master__num {
      font-size: 20px;
    }
    .price__master__num strong {
      font-size: 50px;
    }
    .price__sec__coution {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 10px;
    }
    .price__option_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px;
    }
    .price__option_ele:nth-of-type(n + 2) {
      margin-left: 60px;
    }
    .price__option__plan {
      font-size: 24px;
      font-weight: bold;
    }
    .price__option__num {
      font-weight: bold;
      font-size: 20px;
      color: #e866a0;
    }
    .price__option__num small {
      display: inline-block;
      margin-left: 5px;
      font-size: 14px;
      color: #000;
    }

    .enjoy {
      padding: 20vw 5vw 40vw;
      background: url(../images/bg10.png) right center;
      background-size: cover;
      margin-top: -11vw;
    }
    .enjoy__ttl {
      margin-bottom: 8vw;
    }
    .enjoy__img {
      margin-top: 10vw;
      padding: 0 5vw;
    }
    .enjoy__list {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .enjoy__ele {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .enjoy__ele:nth-of-type(n + 2) {
      margin-top: 30px;
    }
    .enjoy__ele .enjoy__img {
      position: relative;
      margin-bottom: 3vw;
      width: 60%;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
    }
    .enjoy__ele:nth-of-type(4) .enjoy__img {
      width: 70%;
    }
    .enjoy__ele .enjoy__img::after {
      position: absolute;
      content: '';
      top: 1vw;
      left: 2vw;
      width: 14vw;
      height: 19vw;
      background: url(../images/enjoy_txt01.svg) no-repeat;
      background-size: contain;
    }
    .enjoy__ele:nth-of-type(2) .enjoy__img::after {
      background: url(../images/enjoy_txt02.svg) no-repeat;
      background-size: contain;
    }
    .enjoy__ele:nth-of-type(3) .enjoy__img::after {
      background: url(../images/enjoy_txt03.svg) no-repeat;
      background-size: contain;
    }
    .enjoy__ele:nth-of-type(4) .enjoy__img::after {
      background: url(../images/enjoy_txt04.svg) no-repeat;
      background-size: contain;
    }
    .enjoy__ele:nth-of-type(5) .enjoy__img::after {
      background: url(../images/enjoy_txt05.svg) no-repeat;
      background-size: contain;
    }
    .enjoy__ele strong {
      display: block;
      margin-bottom: 2vw;
      padding-bottom: 2vw;
      border-bottom: 2px solid #f7b6cd;
      font-size: 5vw;
    }
    .enjoy__ele p {
      font-size: 4vw;
    }

    .price {
      position: relative;
      z-index: 0;
    }
    .point__ttl {
      font-size: 5vw;
      border-bottom: 2px solid #f190b6;
      padding-bottom: 1vw;
      text-align: center;
      width: calc(100% - 10vw);
      margin: 8vw auto 0;
    }
    .point__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 4vw;
      width: calc(100% - 10vw);
      margin: 4vw auto 0;
    }
    .point__ele {
      padding-left: 1em;
      text-indent: -1em;
    }
    .point__ele:nth-of-type(odd) {
      min-width: 290px;
    }
    .enjoy .btn_wrap {
      padding: 0 5vw;
      margin-top: 10vw;
    }
    .mv2 {
      margin-top: -11vw;
    }
    .mv2 img {
      width: 100%;
    }
    .gift__txtimg01 {
      margin: 0 15vw 7vw;
    }

    .near {
      margin-top: -26vw;
      padding: 30vw 5vw 20vw;
      background-color: #F8E3EA;
      background: url(../images/bg9.png) center center;
      background-size: cover;
    }
    .near__ttl {
      margin-bottom: 10vw;
    }
    .near ul li figure {
      width: 50vw;
      margin: 0 auto 5vw;
    }
    .near ul li p {
      font-size: 4vw;
    }
    .near ul li>a {
      margin-top: 8vw;
      display: block;
      width: 90vw;
    }
    .near ul li + li {
      margin-top: 10vw;
    }
    .near__btn_wrap {
      margin-top: 3vw;
    }
    footer {
      padding: 0 0 10vw;
    }
    footer figure {
      width: 70vw;
      margin: 0 auto;
    }
    footer figure img {
      width: 100%;
    } 
  }