@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@600&display=swap);
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
}

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

img {
  border: none;
}

ol, ul {
  list-style: none;
}

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

figure {
  margin: 0;
}

cite {
  font-style: normal;
}

hr {
  border: none;
  width: 0;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search-plus:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-open:before {
  content: "\e900";
}

.icon-menu-close:before {
  content: "\e901";
}

.icon-under:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-right:before {
  content: "\e904";
}

.key-color {
  color: #f5a209;
}

.contents-color01 {
  color: #ea64a0;
}

.contents-color02 {
  color: #24b5e6;
}

.contents-color03 {
  color: #009e4c;
}

.contents-color04 {
  color: #3770b7;
}

.contents-color05 {
  color: #8eb436;
}

.contents-color06 {
  color: #a75a93;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #372f2c;
  width: 100%;
  background: url(../img/common/bcg_body.jpg) repeat-y;
}

a:link {
  color: #f5a209;
  text-decoration: none;
}

a:hover {
  color: #f5a209;
  text-decoration: none;
}

a:visited {
  color: #f5a209;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Chromeの青枠対策 */
*:focus {
  outline: none;
}

/* Chromeの画像ボケ対策 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* Safariの角丸対策 */
input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* M+フォントを使用した場合、brタグが視覚化されてしまうバグの対策 */
br {
  color: rgba(0, 0, 0, 0);
}

/* ------------------------- License ------------------------- */
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.header__nav__li,
.footer__nav__li {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0);
          box-shadow: 0 rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /* ------------------------- /License ------------------------- */
}

.header__nav__li:before,
.footer__nav__li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1280px) {
  .header__nav__li:before,
  .footer__nav__li:before {
    height: 4px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1280px) {
  .header__nav__li:before,
  .footer__nav__li:before {
    height: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .header__nav__li:before,
  .footer__nav__li:before {
    height: 0;
  }
}

.header__nav__li:hover:before, .header__nav__li:focus:before, .header__nav__li:active:before,
.footer__nav__li:hover:before,
.footer__nav__li:focus:before,
.footer__nav__li:active:before {
  left: 0;
  right: 0;
}

.header__nav__li:nth-child(1):before,
.footer__nav__li:nth-child(1):before {
  background: #ea64a0;
}

.header__nav__li:nth-child(2):before,
.footer__nav__li:nth-child(2):before {
  background: #24b5e6;
}

.header__nav__li:nth-child(3):before,
.footer__nav__li:nth-child(3):before {
  background: #009e4c;
}

.header__nav__li:nth-child(4):before,
.footer__nav__li:nth-child(4):before {
  background: #3770b7;
}

.header__nav__li:nth-child(5):before,
.footer__nav__li:nth-child(5):before {
  background: #8eb436;
}

.header__nav__li:nth-child(6):before,
.footer__nav__li:nth-child(6):before {
  background: #a75a93;
}

.br--pc {
  display: inline;
}

@media only screen and (max-width: 640px) {
  .br--pc {
    display: none;
  }
}

.br--sp {
  display: inline;
}

@media only screen and (min-width: 1280px) {
  .br--sp {
    display: none;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1280px) {
  .br--sp {
    display: none;
  }
}

#header-top {
  position: fixed;
  width: 100%;
  height: 220px;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 640px) {
  #header-top {
    height: 110px;
  }
}

#header-top .header-top__wallpaper {
  position: absolute;
  width: 100%;
  height: 220px;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../img/common/bcg_header.jpg) no-repeat;
  background-position: center top;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 640px) {
  #header-top .header-top__wallpaper {
    height: 110px;
    background: url(../img/common/bcg_header_sp.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

#header-top .header-top__wallpaper.appear {
  height: 150px;
  opacity: 1;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 640px) {
  #header-top .header-top__wallpaper.appear {
    height: 110px;
  }
}

#header-top .header-top__container {
  position: relative;
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #header-top .header-top__container {
    width: 100%;
  }
}

#header-top.compact {
  height: 150px;
}

@media only screen and (max-width: 640px) {
  #header-top.compact {
    height: 110px;
  }
}

#header {
  position: fixed;
  width: 100%;
  height: 220px;
  top: 0;
  left: 0;
  z-index: 1001;
  background: url(../img/common/bcg_header.jpg) no-repeat;
  background-position: center top;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 640px) {
  #header {
    height: 110px;
    background: url(../img/common/bcg_header_sp.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

#header .header__container {
  position: relative;
  width: 1280px;
  height: 220px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #header .header__container {
    width: 100%;
    height: 110px;
  }
}

#header.compact {
  height: 150px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 640px) {
  #header.compact {
    height: 110px;
  }
}

.header__logo {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 25px 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 640px) {
  .header__logo {
    position: absolute;
    width: 220px;
    margin: auto;
    padding: 10px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1002;
  }
}

.header__logo img {
  width: 400px;
}

@media only screen and (max-width: 640px) {
  .header__logo img {
    width: 220px;
  }
}

.header__logo.compact {
  width: 200px;
  height: auto;
  padding: 15px 0 5px;
}

@media only screen and (max-width: 640px) {
  .header__logo.compact {
    width: 220px;
    padding: 10px 0;
  }
}

.header__nav {
  display: block;
}

@media only screen and (max-width: 640px) {
  .header__nav {
    display: none;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(242, 239, 231, 0.85);
  }
}

.header__nav ul {
  display: block;
  width: 900px;
  height: 70px;
  margin: 0 auto;
  border-radius: 35px;
  background-color: #ffffff;
  text-align: center;
  letter-spacing: -100px;
}

@media only screen and (max-width: 640px) {
  .header__nav ul {
    width: 100%;
    height: auto;
    margin: 100px auto 0;
    border-radius: none;
    background-color: rgba(255, 255, 255, 0);
  }
}

.header__nav li {
  text-align: center;
  display: inline-block;
  padding: 10px 25px;
  min-width: 120px;
  height: 70px;
  letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .header__nav li {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
  }
}

.header__nav li span {
  display: block;
  margin: 5px 0;
}

.header__nav li .header__nav__text--en {
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.header__nav li .header__nav__text--jp {
  color: #372f2c;
  font-size: 14px;
  line-height: 1.2;
}

#header__nav__btn {
  display: none;
}

@media only screen and (max-width: 640px) {
  #header__nav__btn {
    position: absolute;
    width: 60px;
    height: auto;
    top: 40px;
    right: 15px;
    display: block;
  }
}

#header__nav__btn.open img {
  content: url(../img/common/btn_header-nav_sp_close.png);
}

.header__inquiry__btn {
  position: absolute;
  top: 25px;
  right: 5.5%;
}

.header__inquiry__btn button {
  width: 200px;
  height: 38px;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #372f2c;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
          box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
  background: url(../img/index/bcg_contents_btn_01.png) no-repeat;
  background-position: right center;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header__inquiry__btn button:hover {
  color: #f5a209;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

@media (max-width: 1100px) {
  .header__inquiry__btn {
    display: none;
  }
}

.header__inquiry__btn--sp {
  display: none;
  margin-top: 25px;
  text-align: center;
}

.header__inquiry__btn--sp button {
  width: 200px;
  height: 38px;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #372f2c;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
          box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
  background: url(../img/index/bcg_contents_btn_01.png) no-repeat;
  background-position: right center;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header__inquiry__btn--sp button:hover {
  color: #f5a209;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

@media only screen and (max-width: 640px) {
  .header__inquiry__btn--sp {
    display: block;
  }
}

#keyvisual {
  width: 100%;
  height: 400px;
  margin: 220px auto 0;
  overflow: hidden;
  background: url(../img/common/bcg_keyvisual.jpg) no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 640px) {
  #keyvisual {
    height: 325px;
    margin: 110px auto 0;
    background: url(../img/common/bcg_keyvisual_sp.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

#keyvisual .keyvisual__container {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  letter-spacing: -100px;
}

@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__container {
    width: 100%;
  }
}

.keyvisual__figure {
  display: inline-block;
  width: 500px;
  height: auto;
  vertical-align: top;
  letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .keyvisual__figure {
    display: block;
    width: 100%;
  }
}

.keyvisual__figure img {
  display: block;
  width: 450px;
  height: auto;
  margin: 20px auto;
}

@media only screen and (max-width: 640px) {
  .keyvisual__figure img {
    width: 240px;
  }
}

.keyvisual__h1 {
  display: inline-block;
  width: 500px;
  height: auto;
  padding: 150px 25px;
  vertical-align: top;
  text-align: center;
  line-height: 1.6;
  letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .keyvisual__h1 {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.keyvisual__h1 .keyvisual__h1--en {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-size: 28px;
}

@media only screen and (max-width: 640px) {
  .keyvisual__h1 .keyvisual__h1--en {
    font-size: 18px;
  }
}

.keyvisual__h1 .keyvisual__h1--jp {
  display: block;
  color: #372f2c;
  font-size: 28px;
}

@media only screen and (max-width: 640px) {
  .keyvisual__h1 .keyvisual__h1--jp {
    font-size: 18px;
  }
}

#breadcrumb {
  width: 100%;
  padding: 25px 15px;
}

#breadcrumb .breadcrumb__container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #breadcrumb .breadcrumb__container {
    width: 100%;
  }
}

#breadcrumb .breadcrumb__container p {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  #breadcrumb .breadcrumb__container p {
    font-size: 14px;
  }
}

#breadcrumb .breadcrumb__container a:link {
  color: #f5a209 !important;
  text-decoration: none;
}

#breadcrumb .breadcrumb__container a:hover {
  color: #f5a209 !important;
  text-decoration: none;
}

#breadcrumb .breadcrumb__container a:visited {
  color: #f5a209 !important;
  text-decoration: none;
}

#contents {
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents {
    margin: 25px auto 0;
  }
}

#contents .contents__container {
  position: relative;
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #contents .contents__container {
    width: 100%;
  }
}

.contents__h2, .contents__h2--price {
  width: 900px;
  height: 160px;
  background: url(../img/prices/bcg_contents_h2.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  margin: 0 auto;
  padding: 36px 0;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .contents__h2, .contents__h2--price {
    width: 325px;
    background: url(../img/prices/bcg_contents_h2_sp.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 0 auto;
    padding: 18px 0;
    text-align: center;
  }
}

.contents__h2 .contents__h2--q, .contents__h2--price .contents__h2--q {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #3770b7;
}

@media only screen and (max-width: 640px) {
  .contents__h2 .contents__h2--q, .contents__h2--price .contents__h2--q {
    font-size: 18px;
  }
}

.contents__h2 .contents__h2--a, .contents__h2--price .contents__h2--a {
  display: block;
  color: #372f2c;
  font-size: 28px;
}

@media only screen and (max-width: 640px) {
  .contents__h2 .contents__h2--a, .contents__h2--price .contents__h2--a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .contents__h2--price {
    padding: 36px 0;
  }
}

.contents__read {
  width: 750px;
  margin: 0 auto;
  padding: 45px 0;
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .contents__read {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.contents__ul {
  width: 900px;
  height: auto;
  background: url(../img/prices/bcg_contents_ul.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -100px;
}

@media only screen and (max-width: 640px) {
  .contents__ul {
    background: url(../img/prices/bcg_contents_ul_sp.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 80%;
    margin: 0 10%;
  }
}

.contents__ul .contents__li {
  display: inline-block;
  width: 250px;
  height: auto;
  margin: 0 25px;
  vertical-align: top;
  letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .contents__ul .contents__li {
    display: block;
    width: 250px;
    margin: 0 25px 75px;
  }
}

@media only screen and (max-width: 640px) {
  .contents__ul .contents__li:last-child {
    margin: 0 25px 25px;
  }
}

.contents__ul .contents__li .contents__li__step {
  width: 250px;
  height: 250px;
  background: url(../img/prices/bcg_contents_li.png) no-repeat;
  background-position: center top;
  background-size: cover;
}

.contents__ul .contents__li .contents__li__step h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  padding: 25px 0 5px;
  color: #3770b7;
}

@media only screen and (max-width: 640px) {
  .contents__ul .contents__li .contents__li__step h3 {
    font-size: 22px;
  }
}

.contents__ul .contents__li .contents__li__step p {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  padding: 45px 0 0;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .contents__ul .contents__li .contents__li__step p {
    font-size: 26px;
  }
}

.contents__ul .contents__li .contents__li__step p.price {
  padding: 0;
}

.contents__ul .contents__li .contents__li__step p.price span {
  font-size: 120px;
  line-height: 1;
}

.contents__h3 {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 25px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 800;
  color: #3770b7;
}

@media only screen and (max-width: 640px) {
  .contents__h3 {
    width: 325px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
  }
}

.contents__h4 {
  width: 750px;
  margin: 0 auto;
  padding: 50px 0 15px;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 800;
  color: #3770b7;
}

@media only screen and (max-width: 640px) {
  .contents__h4 {
    width: 325px;
    margin: 0 auto;
    padding: 25px 0 12.5px;
    text-align: center;
    font-size: 16px;
  }
}

.contents__text, .contents__text--last {
  width: 750px;
  margin: 0 auto 25px;
  padding: 0;
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .contents__text, .contents__text--last {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.contents__text--last {
  margin: 0 auto 75px;
}

@media only screen and (max-width: 640px) {
  .contents__text--last {
    margin: 0 auto 50px;
  }
}

.contents__price-list {
  width: 750px;
  margin: 15px auto;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
          box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
}

@media only screen and (max-width: 640px) {
  .contents__price-list {
    width: 90%;
    margin: 0 5% 25px;
    padding: 25px;
  }
}

.contents__price-list li,
.contents__price-list td {
  font-size: 16px;
  padding: 5px 10px;
}

@media only screen and (max-width: 640px) {
  .contents__price-list li,
  .contents__price-list td {
    font-size: 12px;
    padding: 2.5px 10px;
  }
}

.contents__price-list li.note,
.contents__price-list td.note {
  padding-top: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .contents__price-list li.note,
  .contents__price-list td.note {
    font-size: 10px;
  }
}

#next-contents {
  width: 100%;
  height: 350px;
  margin: 0 auto 25px;
  overflow: hidden;
  background: url(../img/common/bcg_next-contents.png) no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 640px) {
  #next-contents {
    height: 240px;
    margin: 0 auto 25px;
    background: url(../img/common/bcg_next-contents_sp.png) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

#next-contents .next-contents__container {
  position: relative;
  width: 1280px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #next-contents .next-contents__container {
    width: 100%;
  }
}

.next-contents__p {
  font-size: 24px;
  font-weight: 800;
  padding: 50px 0 25px;
}

@media only screen and (max-width: 640px) {
  .next-contents__p {
    font-size: 20px;
    padding: 25px 0 12.5px;
  }
}

.next-contents__button, .next-contents__button--01, .next-contents__button--02, .next-contents__button--03, .next-contents__button--04, .next-contents__button--05, .next-contents__button--06 {
  width: 362px;
  height: 74px;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #372f2c;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
          box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 640px) {
  .next-contents__button, .next-contents__button--01, .next-contents__button--02, .next-contents__button--03, .next-contents__button--04, .next-contents__button--05, .next-contents__button--06 {
    width: 300px;
    height: 62px;
    font-size: 18px;
  }
}

.next-contents__button, .next-contents__button--01, .next-contents__button--02, .next-contents__button--03, .next-contents__button--04, .next-contents__button--05, .next-contents__button--06 {
  background: url(../img/index/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button:hover, .next-contents__button--01:hover, .next-contents__button--02:hover, .next-contents__button--03:hover, .next-contents__button--04:hover, .next-contents__button--05:hover, .next-contents__button--06:hover {
  color: #ea64a0;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

.next-contents__button--01 {
  background: url(../img/overview/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button--01:hover {
  color: #24b5e6;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

.next-contents__button--02 {
  background: url(../img/features/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button--02:hover {
  color: #009e4c;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

.next-contents__button--03 {
  background: url(../img/serviceflow/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button--03:hover {
  color: #3770b7;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

.next-contents__button--04 {
  background: url(../img/prices/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button--04:hover {
  color: #8eb436;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

.next-contents__button--05 {
  background: url(../img/voices/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button--05:hover {
  color: #a75a93;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

.next-contents__button--06 {
  background: url(../img/faq/bcg_next-contents_btn.png) no-repeat;
  background-color: #ffffff;
  background-position: right center;
}

.next-contents__button--06:hover {
  color: #f5a209;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.85);
}

#footer {
  width: 100%;
  height: auto;
  background: url(../img/common/bcg_footer.png) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  #footer {
    background: url(../img/common/bcg_footer_sp.png) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

#footer .footer__container {
  position: relative;
  width: 1280px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #footer .footer__container {
    width: 100%;
    height: 700px;
  }
}

.footer__logo {
  width: 400px;
  height: auto;
  margin: 25px auto 0;
}

@media only screen and (max-width: 640px) {
  .footer__logo {
    width: 225px;
    height: auto;
    margin: 15px auto 0;
  }
}

.footer__logo img {
  display: block;
  width: 400px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .footer__logo img {
    width: 225px;
    height: auto;
  }
}

.footer__nav {
  display: block;
}

@media only screen and (max-width: 640px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav ul {
  display: block;
  width: 900px;
  height: 70px;
  border-radius: 35px;
  margin: 25px auto 0;
  background-color: #ffffff;
  text-align: center;
  letter-spacing: -100px;
}

.footer__nav li {
  text-align: center;
  display: inline-block;
  padding: 10px 25px;
  min-width: 120px;
  height: 70px;
  letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .footer__nav li {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
  }
}

.footer__nav li span {
  display: block;
  margin: 5px 0;
}

.footer__nav li .footer__nav__text--en {
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.footer__nav li .footer__nav__text--jp {
  color: #372f2c;
  font-size: 14px;
  line-height: 1.2;
}

.footer__info {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 25px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer__info {
    margin: 12px 0 0 0;
  }
}

.footer__info h3 {
  font-size: 24px;
  font-weight: 800;
}

@media only screen and (max-width: 640px) {
  .footer__info h3 {
    font-size: 18px;
  }
}

.footer__info dt, .footer__info dd {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  padding-right: 15px;
}

@media only screen and (max-width: 640px) {
  .footer__info dt, .footer__info dd {
    display: block;
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 5px;
  }
}

.footer__info .tel {
  font-size: 36px;
  color: #f5a209;
}

@media only screen and (max-width: 640px) {
  .footer__info .tel {
    font-size: 32px;
  }
}

.footer__info .text-bold {
  font-size: 18px;
  font-weight: 800;
}

@media only screen and (max-width: 640px) {
  .footer__info .text-bold {
    font-size: 14px;
  }
}

.footer__info .text-small {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .footer__info .text-small {
    font-size: 12px;
  }
}

.footer__info button {
  width: 362px;
  height: 74px;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #372f2c;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
          box-shadow: 3px 3px 0 0 rgba(55, 47, 44, 0.95);
  background: url(../img/common/bcg_footer-info_btn.png) no-repeat;
  background-position: right center;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 640px) {
  .footer__info button {
    width: 300px;
    height: 62px;
    font-size: 18px;
  }
}

.footer__info button:hover {
  color: #f5a209;
  -webkit-box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.95);
          box-shadow: 6px 6px 0 0 rgba(55, 47, 44, 0.95);
}

.footer__fukidashi {
  position: absolute;
  top: 250px;
  left: 75px;
  width: 300px;
  height: 245px;
  background: url(../img/common/bcg_footer-fukidashi.png) no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 85px 65px 0 45px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .footer__fukidashi {
    top: 400px;
    left: 75px;
    width: 240px;
    height: 196px;
    padding: 70px 40px 0 35px;
    font-size: 12px;
  }
}

.footer__copyright {
  position: absolute;
  width: 100%;
  bottom: 15px;
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
