@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*====================================================================
# 変数定義
====================================================================*/
@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 16px;
  color: #333333;
  font-family: "ヒラギノ明朝 ProN", "メイリオ", sans-serif;
  line-height: 1.75;
}

img {
  width: 100%;
}

.inner {
  margin: 0 auto;
  box-sizing: content-box;
}

@media (min-width: 1301px) {
  .inner {
    max-width: 1440px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .inner {
    max-width: 1000px;
  }
}

@media (max-width: 767px) {
  .inner {
    max-width: 500px;
  }
}

@font-face {
  /* この仮想的なフォントのフォント集合名を定義 */
  font-family: Anzu;
  /* この仮想的なフォントの本体となるフォントへの参照URL */
  src: url("../font/AP.eot") format("eot"), url("../font/AP.woff") format("woff"), url("../font/AP.ttf") format("truetype");
}

/*====================================================================
# utile
====================================================================*/
.util-title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: 1;
}

@media (min-width: 1301px) {
  .util-title {
    height: 100px;
    margin-top: 81px;
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .util-title {
    height: 100px;
    margin-top: 81px;
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .util-title {
    height: 28px;
    margin-top: 20px;
    font-size: 18px;
    background-position: bottom;
    background-size: 30%;
  }
}

.util-title::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/top-sales-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 1301px) {
  .util-title::before {
    top: 28px;
    width: 356px;
    height: 77px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .util-title::before {
    top: 28px;
    width: 356px;
    height: 77px;
  }
}

@media (max-width: 767px) {
  .util-title::before {
    top: 10px;
    width: 70px;
    height: 16px;
  }
}

@media (min-width: 1301px) {
  .tab-only {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tab-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

@media (min-width: 1301px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*====================================================================
# top
====================================================================*/
.top {
  background: url(../img/top-bg.png) center center/cover no-repeat;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .top {
    height: 909px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top {
    height: 700px;
  }
}

.top-inner {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .top-inner {
    max-width: 1440px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-inner {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .top-inner {
    max-width: 320px;
  }
}

.top-inner::after {
  position: absolute;
  content: "";
  background: url(../img/top-human.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1301px) {
  .top-inner::after {
    width: 486px;
    height: 604px;
    top: 128px;
    right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-inner::after {
    width: 300px;
    height: 372px;
    top: 270px;
    right: 0px;
  }
}

@media (max-width: 767px) {
  .top-inner::after {
    width: 108px;
    height: 135px;
    top: 209px;
    right: 0px;
  }
}

.tel-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1301px) {
  .tel-content {
    padding-top: 45px;
    padding-right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tel-content {
    padding-top: 45px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .tel-content {
    padding-top: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tel-icon {
    height: 42px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  .tel-icon {
    height: 29px;
    width: 37px;
  }
}

@media (min-width: 1301px) {
  .tel-content-left {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tel-content-left {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .tel-content-left {
    margin-right: 5px;
  }
}

.tel-content-right {
  color: #121A86;
}

.tel-message {
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  line-height: 1;
}

@media (min-width: 1301px) {
  .tel-message {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tel-message {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tel-message {
    font-size: 10px;
  }
}

.tel-number {
  font-weight: normal;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1;
}

@media (min-width: 1301px) {
  .tel-number {
    font-size: 50px;
    letter-spacing: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .tel-number {
    font-size: 35px;
    letter-spacing: 3px;
  }
}

@media (max-width: 767px) {
  .tel-number {
    font-size: 25px;
    letter-spacing: 2px;
  }
}

.top-content {
  position: relative;
  z-index: 1;
  text-align: center;
  position: relative;
  padding-top: 134px;
}

@media (min-width: 1301px) {
  .top-content {
    margin-left: 60px;
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-content {
    margin-left: 10px;
    max-width: 590px;
    padding-top: 175px;
  }
}

@media (max-width: 767px) {
  .top-content {
    margin-left: 5px;
    max-width: 310px;
    padding-top: 50px;
  }
}

.top-decline-title {
  position: relative;
  color: #FA4B4B;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
  width: 460px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-decline-title {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .top-decline-title {
    width: 290px;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.top-decline-title::before {
  position: absolute;
  content: "";
  background: url(../img/top-title-slash.png) center center/cover no-repeat;
  top: 0;
  right: -15px;
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .top-decline-title::before {
    right: -12px;
    width: 16px;
    height: 16px;
  }
}

.top-decline-title::after {
  position: absolute;
  content: "";
  background: url(../img/top-title-backslash.png) center center/cover no-repeat;
  top: 0;
  left: -20px;
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .top-decline-title::after {
    left: -15px;
    width: 16px;
    height: 16px;
  }
}

.top-decline-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.top-decline-item {
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  background: #fa4b4b;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px #fff;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .top-decline-item {
    font-size: 10px;
    height: 20px;
    line-height: 14px;
    margin-right: 5px;
  }
}

.top-decline-item:nth-child(1) {
  width: 180px;
}

@media (max-width: 767px) {
  .top-decline-item:nth-child(1) {
    width: 90px;
  }
}

.top-decline-item:nth-child(2) {
  width: 159px;
}

@media (max-width: 767px) {
  .top-decline-item:nth-child(2) {
    width: 80px;
  }
}

.top-decline-item:nth-child(3) {
  width: 198px;
}

@media (max-width: 767px) {
  .top-decline-item:nth-child(3) {
    width: 100px;
  }
}

.top-decline-item:nth-child(3) {
  margin-right: 0;
}

.top-sub-title {
  color: #121A86;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

@media (min-width: 1301px) {
  .top-sub-title {
    margin-left: 80px;
    margin-top: 57px;
    font-size: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-sub-title {
    margin-left: 10px;
    margin-top: 30px;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .top-sub-title {
    font-size: 22px;
    margin-left: 40px;
    margin-top: 20px;
  }
}

@media (min-width: 1301px) {
  .top-sub-title span {
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-sub-title span {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .top-sub-title span {
    font-size: 30px;
  }
}

.top-title {
  color: #121A86;
  line-height: 1;
  position: relative;
  transform: translateY(-20%);
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}

@media (min-width: 1301px) {
  .top-title {
    font-size: 110px;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-title {
    font-size: 70px;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
    transform: translateY(-10%);
  }
}

@media (max-width: 767px) {
  .top-title {
    font-size: 36px;
    text-shadow: 1px  1px 1px #ffffff, -1px  1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px  0px 1px #ffffff, 0px  1px 1px #ffffff, -1px  0px 1px #ffffff, 0px -1px 1px #ffffff;
    transform: translateY(-10%);
  }
}

@media (min-width: 1301px) {
  .top-title span {
    font-size: 175px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-title span {
    font-size: 125px;
  }
}

@media (max-width: 767px) {
  .top-title span {
    font-size: 68px;
  }
}

.top-sales-message {
  background: url(../img/top-sales-bg.png);
  background-repeat: no-repeat;
  background-position: left 50% bottom 0%;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  color: #FA4B4B;
  font-size: 50px;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

@media (max-width: 767px) {
  .top-sales-message {
    background-position: bottom;
    background-size: 40%;
    height: 32px;
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 64px;
  }
}

.top-sales-bg {
  position: relative;
  z-index: 1;
  background: url(../img/top-product.png);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 1178px;
  height: 287px;
  position: relative;
  transform: translateY(-5%);
}

@media (min-width: 768px) and (max-width: 1300px) {
  .top-sales-bg {
    max-width: 600px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .top-sales-bg {
    max-width: 315px;
    height: 90px;
  }
}

/*====================================================================
# question
====================================================================*/
.question-inner {
  background: url(../img/question-bg.png) center center/cover no-repeat;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .question-inner {
    max-width: 1372px;
    height: 818px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .question-inner {
    max-width: 768px;
    height: 450px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .question-inner {
    max-width: 400px;
    height: 250px;
    background-size: 100%;
  }
}

.question-title {
  color: #121A86;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1301px) {
  .question-title {
    padding-top: 130px;
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .question-title {
    padding-top: 70px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .question-title {
    padding-top: 60px;
    font-size: 18px;
  }
}

@media (min-width: 1301px) {
  .question-title .question-title-big {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .question-title .question-title-big {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .question-title .question-title-big {
    font-size: 24px;
  }
}

.question-icon {
  position: relative;
}

.question-icon::after {
  position: absolute;
  content: url(../img/question-01.png);
  top: 0;
  left: 0;
  transform: translate(-30%, -80%);
}

.question-message {
  color: #000;
  font-weight: bold;
  line-height: 2.7666;
}

@media (min-width: 1301px) {
  .question-message {
    font-size: 30px;
    margin-left: 105px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .question-message {
    font-size: 18px;
    margin-left: 50px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .question-message {
    font-size: 10px;
    line-height: 2;
    margin-left: 20px;
    margin-top: 8px;
  }
}

.question-message span {
  color: #FA4B4B;
}

/*====================================================================
# answer
====================================================================*/
.answer-inner {
  background: url(../img/answer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-inner {
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .answer-inner {
    background-size: 100%;
  }
}

.answer-title {
  color: #121A86;
  font-weight: bold;
  text-align: center;
  padding-top: 85px;
}

@media (min-width: 1301px) {
  .answer-title {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .answer-title {
    padding-top: 15px;
    font-size: 22px;
  }
}

.answer-content {
  background: url(../img/answer-content-bg.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 103px;
  text-align: center;
  position: relative;
}

@media (min-width: 1301px) {
  .answer-content {
    height: 701px;
    width: 962px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-content {
    width: 768px;
    height: 580px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .answer-content {
    margin-top: 10px;
    width: 320px;
    height: 220px;
    background-size: 100%;
  }
}

.answer-content-subtitle {
  color: #000;
  font-weight: bold;
}

@media (min-width: 1301px) {
  .answer-content-subtitle {
    padding-top: 200px;
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-content-subtitle {
    padding-top: 120px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .answer-content-subtitle {
    padding-top: 60px;
    font-size: 10px;
  }
}

.answer-content-title {
  color: #FA4B4B;
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  font-size: 50px;
  text-align: center;
  width: 405px;
  margin: 0 auto;
  background: url(../img/answer-underline.png);
  background-repeat: no-repeat;
  background-position: center 70%;
}

@media (max-width: 767px) {
  .answer-content-title {
    font-size: 25px;
    width: 170px;
    background-size: 100%;
  }
}

.answer-content-title span {
  position: relative;
}

.answer-content-title span::after {
  content: "・";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 25px;
}

.answer-content-message {
  color: #121A86;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .answer-content-message {
    margin-top: 5px;
    font-size: 10px;
  }
}

.answer-comment-01 {
  background: url(../img/answer-comment-01.png);
  color: #FA4B4B;
  font-weight: bold;
  text-align: center;
  position: absolute;
}

@media (min-width: 1301px) {
  .answer-comment-01 {
    line-height: 135px;
    font-size: 30px;
    top: 50px;
    left: -175px;
    width: 445px;
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-comment-01 {
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 70px;
    top: 50px;
    left: 10px;
    width: 250px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .answer-comment-01 {
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 40px;
    top: 10px;
    left: 0px;
    width: 150px;
    height: 60px;
  }
}

.answer-comment-02 {
  background: url(../img/answer-comment-02.png);
  color: #000;
  font-weight: bold;
  text-align: center;
  position: absolute;
}

.answer-comment-02 span {
  color: #FA4B4B;
}

@media (min-width: 1301px) {
  .answer-comment-02 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 1.6666;
    width: 526px;
    height: 236px;
    top: -30px;
    right: -160px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-comment-02 {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.6666;
    width: 280px;
    height: 140px;
    top: -30px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .answer-comment-02 {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6666;
    width: 160px;
    height: 118px;
    top: -10px;
    right: 0px;
  }
}

.answer-comment-03 {
  background: url(../img/answer-comment-03.png);
  color: #000;
  font-weight: bold;
  text-align: center;
  position: absolute;
}

.answer-comment-03 span {
  color: #FA4B4B;
}

@media (min-width: 1301px) {
  .answer-comment-03 {
    padding-top: 30px;
    line-height: 135px;
    font-size: 30px;
    bottom: 120px;
    right: -60px;
    width: 445px;
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .answer-comment-03 {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
    line-height: 68px;
    font-size: 20px;
    bottom: 120px;
    right: 60px;
    width: 250px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .answer-comment-03 {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
    line-height: 20px;
    font-size: 12px;
    bottom: 10px;
    right: 30px;
    width: 150px;
    height: 60px;
  }
}

/*====================================================================
# you
====================================================================*/
.you {
  background: url(../img/you-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  text-align: center;
}

@media (min-width: 1301px) {
  .you {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .you {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .you {
    height: 120px;
  }
}

.you::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 1301px) {
  .you::after {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .you::after {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .you::after {
    height: 120px;
  }
}

.you-subtitle {
  position: relative;
  color: #fff;
  line-height: 1;
  padding-top: 130px;
  z-index: 1;
  font-size: 40px;
}

@media (max-width: 767px) {
  .you-subtitle {
    font-size: 16px;
    padding-top: 30px;
  }
}

.you-title {
  position: relative;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-top: 45px;
  z-index: 1;
}

@media (max-width: 767px) {
  .you-title {
    margin-top: 20px;
    font-size: 20px;
  }
}

.you-title-border {
  position: relative;
  margin: 0 auto;
  border-bottom: solid 7px #FFFF6F;
  z-index: 1;
}

@media (min-width: 1301px) {
  .you-title-border {
    width: 660px;
    margin-top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .you-title-border {
    width: 660px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .you-title-border {
    width: 280px;
    margin-top: 2px;
  }
}

/*====================================================================
# mutter
====================================================================*/
.mutter {
  background: url(../img/mutter-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

@media (min-width: 1301px) {
  .mutter {
    height: 2122px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .mutter {
    background-size: cover;
    height: 1450px;
  }
}

@media (max-width: 767px) {
  .mutter {
    background-size: cover;
    height: 600px;
  }
}

.mutter::after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 1301px) {
  .mutter::after {
    height: 2122px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .mutter::after {
    height: 1450px;
  }
}

@media (max-width: 767px) {
  .mutter::after {
    height: 600px;
  }
}

.mutter-inner {
  background: rgba(255, 255, 255, 0.2);
  background-clip: content-box;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .mutter-inner {
    height: 2028px;
    padding-top: 137px;
    max-width: 1296px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .mutter-inner {
    height: 1400px;
    padding-top: 50px;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .mutter-inner {
    height: 580px;
    padding-top: 50px;
    max-width: 310px;
  }
}

.mutter-message {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}

@media (min-width: 1301px) {
  .mutter-message {
    font-size: 40px;
    line-height: 2.075;
    margin-top: 102px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .mutter-message {
    font-size: 28px;
    line-height: 2.075;
    margin-top: 102px;
  }
}

@media (max-width: 767px) {
  .mutter-message {
    font-size: 12px;
    line-height: 2;
  }
}

.mutter-message span {
  color: #FA4B4B;
  background-color: #FFFF6F;
}

@media (min-width: 1301px) {
  .mutter-message span {
    padding: 10px 10px 10px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .mutter-message span {
    padding: 10px 10px 10px 20px;
  }
}

@media (max-width: 767px) {
  .mutter-message span {
    padding: 5px 5px 5px 10px;
  }
}

/*====================================================================
# therefore
====================================================================*/
.therefore-title {
  color: #000;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1301px) {
  .therefore-title {
    margin-top: 55px;
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .therefore-title {
    margin-top: 55px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .therefore-title {
    margin-top: 20px;
    font-size: 18px;
  }
}

.therefore-bg {
  background: url(../img/therefore-bg.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .therefore-bg {
    margin-top: 76px;
    height: 775px;
    max-width: 1296px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .therefore-bg {
    margin-top: 76px;
    background-size: 100%;
    height: 500px;
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .therefore-bg {
    margin-top: 20px;
    background-size: 100%;
    height: 210px;
    max-width: 320px;
  }
}

@media (min-width: 1301px) {
  .therefore-content {
    margin-left: 40%;
    margin-right: 10%;
    padding-top: 134px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .therefore-content {
    margin-left: 40%;
    margin-right: 5%;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .therefore-content {
    padding-top: 10px;
    margin-left: 40%;
    margin-right: 5%;
  }
}

.therefore-content-title {
  color: #121A86;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 1301px) {
  .therefore-content-title {
    height: 75px;
    font-size: 40px;
    border-radius: 6px;
    border: 6px dotted #121A86;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .therefore-content-title {
    height: 75px;
    border: 6px dotted #121A86;
    font-size: 30px;
    border-radius: 6px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .therefore-content-title {
    height: 25px;
    border: 2px dotted #121A86;
    font-size: 15px;
    border-radius: 2px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}

.therefore-message {
  color: #121A86;
  line-height: 1.6666;
}

@media (min-width: 1301px) {
  .therefore-message {
    margin-top: 30px;
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .therefore-message {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .therefore-message {
    margin-top: 3px;
    font-size: 10px;
  }
}

/*====================================================================
# but
====================================================================*/
.but-title {
  background: url(../img/but-title-bg.png);
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: relative;
}

@media (min-width: 1301px) {
  .but-title {
    height: 220px;
    margin-top: 129px;
    padding-top: 45px;
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .but-title {
    height: 120px;
    padding-top: 8px;
    font-size: 50px;
    background-size: 100%;
    background-position: bottom;
  }
}

@media (max-width: 767px) {
  .but-title {
    height: 55px;
    padding-top: 10px;
    font-size: 18px;
    background-size: 100%;
    background-position: bottom;
  }
}

.but-bg {
  background: url(../img/but-message.png);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media (min-width: 1301px) {
  .but-bg {
    height: 550px;
    top: -65px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .but-bg {
    height: 293px;
    top: -45px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .but-bg {
    height: 120px;
    top: -22px;
    background-size: 100%;
  }
}

.but-bg::after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 1301px) {
  .but-bg::after {
    height: 550px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .but-bg::after {
    height: 294px;
  }
}

@media (max-width: 767px) {
  .but-bg::after {
    height: 120px;
  }
}

.but-message {
  position: relative;
  color: #fff;
  font-weight: 400;
  text-align: center;
  z-index: 1;
}

@media (min-width: 1301px) {
  .but-message {
    font-size: 50px;
    line-height: 3;
    padding-top: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .but-message {
    font-size: 35px;
    line-height: 3;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .but-message {
    font-size: 15px;
    line-height: 2;
    padding-top: 40px;
  }
}

/*====================================================================
# good
====================================================================*/
.good-subtitle {
  color: #000;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1301px) {
  .good-subtitle {
    margin-top: 60px;
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .good-subtitle {
    margin-top: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .good-subtitle {
    margin-top: 30px;
    font-size: 16px;
  }
}

.good-bg {
  background: url(../img/good-bg.png) center center/cover no-repeat;
}

@media (min-width: 1301px) {
  .good-bg {
    height: 829px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .good-bg {
    height: 500px;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .good-bg {
    height: 200px;
    background-size: 100%;
  }
}

.good-title {
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

@media (min-width: 1301px) {
  .good-title {
    padding-top: 53px;
    max-width: 1190px;
    font-size: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .good-title {
    padding-top: 53px;
    max-width: 700px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .good-title {
    padding-top: 20px;
    max-width: 310px;
    font-size: 18px;
  }
}

.good-title span {
  color: #FA4B4B;
}

.good-title-underline {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  background: url(../img/good-underline.png);
  background-repeat: no-repeat;
  background-position: center 130%;
}

@media (min-width: 1301px) {
  .good-title-underline {
    width: 475px;
    height: 41px;
    left: -15px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .good-title-underline {
    width: 280px;
    height: 28px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .good-title-underline {
    width: 120px;
    height: 20px;
    left: -3px;
  }
}

/*====================================================================
# point
====================================================================*/
.point {
  background: url(../img/point-bg.png) center center/cover no-repeat;
  width: 100%;
}

@media (min-width: 1301px) {
  .point {
    padding-top: 159px;
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .point {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .pointe-inner {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .pointe-inner {
    margin: 0 5px;
  }
}

.point-content {
  margin: 0 auto;
  background-color: #fff;
}

@media (min-width: 1301px) {
  .point-content {
    max-width: 1190px;
    margin-bottom: 47px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-content {
    max-width: 900px;
    margin-bottom: 47px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .point-content {
    max-width: 310px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.point-content:nth-child(1) .point-header-list .point-header .point-header-title {
  background: url(../img/point-01-underline.png);
  background-repeat: no-repeat;
}

@media (min-width: 1301px) {
  .point-content:nth-child(1) .point-header-list .point-header .point-header-title {
    background-position: 35% 80%;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-content:nth-child(1) .point-header-list .point-header .point-header-title {
    background-position: 35% 40%;
    width: 520px;
  }
}

@media (max-width: 767px) {
  .point-content:nth-child(1) .point-header-list .point-header .point-header-title {
    background-position: 40% 80%;
    background-size: 100%;
    width: 220px;
  }
}

.point-content:nth-child(2) .point-header-list .point-header .point-header-title {
  background: url(../img/point-02-underline.png);
  background-repeat: no-repeat;
}

@media (min-width: 1301px) {
  .point-content:nth-child(2) .point-header-list .point-header .point-header-title {
    background-position: 45% 80%;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-content:nth-child(2) .point-header-list .point-header .point-header-title {
    background-position: 45% 40%;
    width: 360px;
  }
}

@media (max-width: 767px) {
  .point-content:nth-child(2) .point-header-list .point-header .point-header-title {
    background-position: 40% 80%;
    background-size: 100%;
    width: 160px;
  }
}

.point-content:nth-child(3) .point-header-list .point-header .point-header-title {
  background: url(../img/point-03-underline.png);
  background-repeat: no-repeat;
}

@media (min-width: 1301px) {
  .point-content:nth-child(3) .point-header-list .point-header .point-header-title {
    background-position: 40% 80%;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-content:nth-child(3) .point-header-list .point-header .point-header-title {
    background-position: 40% 40%;
    width: 540px;
  }
}

@media (max-width: 767px) {
  .point-content:nth-child(3) .point-header-list .point-header .point-header-title {
    background-position: 40% 80%;
    background-size: 100%;
    width: 220px;
  }
}

.point-header-list {
  display: flex;
  justify-content: flex-start;
}

.point-header-left {
  flex: 0 0 20%;
}

@media (min-width: 1301px) {
  .point-header-img {
    margin-top: 37px;
    margin-left: 51px;
    margin-right: 65px;
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-header-img {
    margin-top: 37px;
    margin-left: 15px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .point-header-img {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}

.point-header {
  flex: 0 0 78%;
}

@media (min-width: 1301px) {
  .point-header {
    max-width: 1080px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-header {
    max-width: 650px;
  }
}

@media (max-width: 767px) {
  .point-header {
    max-width: 200px;
  }
}

.point-header-subtitle {
  color: #121A86;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1301px) {
  .point-header-subtitle {
    margin-top: 44px;
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-header-subtitle {
    margin-top: 44px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .point-header-subtitle {
    margin-top: 10px;
    font-size: 15px;
  }
}

.point-header-title {
  color: #121A86;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .point-header-title {
    height: 90px;
    font-size: 70px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-header-title {
    height: 90px;
    font-size: 45px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .point-header-title {
    height: 20px;
    font-size: 18px;
    margin-top: 20px;
  }
}

.point-message {
  color: #000;
  font-weight: 500;
  line-height: 2.3333;
  text-align: center;
}

@media (min-width: 1301px) {
  .point-message {
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-message {
    padding-bottom: 25px;
    margin-top: 40px;
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .point-message {
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 10px;
  }
}

.point-message-img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .point-message-img {
    margin-top: 40px;
    width: 926px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .point-message-img {
    margin-top: 25px;
    width: 600px;
  }
}

@media (max-width: 767px) {
  .point-message-img {
    margin-top: 10px;
    width: 250px;
  }
}

/*====================================================================
# comment
====================================================================*/
.comment {
  background: url(../img/comment-bg.png) center center/cover no-repeat;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .comment {
    padding-bottom: 60px;
  }
}

.comment-inner {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .comment-inner {
    margin: 0 5px;
  }
}

.comment-title-bg {
  width: 600px;
  height: 113px;
  margin: 0 auto;
  background: url(../img/comment-title-underline.png);
  background-repeat: no-repeat;
  background-position: center 80%;
}

@media (max-width: 767px) {
  .comment-title-bg {
    background-size: 80%;
    width: 300px;
    height: 70px;
  }
}

.comment-title {
  position: relative;
  color: #FA4B4B;
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .comment-title {
    font-size: 20px;
  }
}

.comment-title span {
  font-size: 52px;
}

@media (max-width: 767px) {
  .comment-title span {
    font-size: 30px;
  }
}

.comment-title::before {
  position: absolute;
  content: "";
  background: url(../img/comment-title-left.png) center center/cover no-repeat;
  top: 0;
  left: -20px;
}

@media (min-width: 1301px) {
  .comment-title::before {
    width: 48px;
    height: 112px;
    left: -30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-title::before {
    width: 48px;
    height: 112px;
    left: -30px;
  }
}

@media (max-width: 767px) {
  .comment-title::before {
    width: 24px;
    height: 66px;
    left: 0;
  }
}

.comment-title::after {
  position: absolute;
  content: "";
  background: url(../img/comment-title-right.png) center center/cover no-repeat;
  top: 0;
}

@media (min-width: 1301px) {
  .comment-title::after {
    width: 48px;
    height: 112px;
    right: -20px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-title::after {
    width: 48px;
    height: 112px;
    right: -20px;
  }
}

@media (max-width: 767px) {
  .comment-title::after {
    width: 24px;
    height: 66px;
    right: 0;
  }
}

.comment-content {
  z-index: 99;
  top: 300px;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media (min-width: 1301px) {
  .comment-content {
    background-image: linear-gradient(180deg, #FFFABA 0%, #FFFABA 70px, #fff 70px, #fff 100%);
    max-width: 1258px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-content {
    background-image: linear-gradient(180deg, #FFFABA 0%, #FFFABA 70px, #fff 70px, #fff 100%);
    max-width: 1000px;
  }
}

@media (max-width: 767px) {
  .comment-content {
    background-image: linear-gradient(180deg, #FFFABA 0%, #FFFABA 40px, #fff 40px, #fff 100%);
    max-width: 310px;
  }
}

.comment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
  max-width: 1200px;
}

@media (min-width: 1301px) {
  .comment-item {
    margin: 0 53px;
  }
  .comment-item:nth-child(1) {
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-item {
    margin: 0 20px 20px 20px;
  }
  .comment-item:nth-child(1) {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .comment-item {
    margin: 0 5px 10px 5px;
  }
  .comment-item:nth-child(1) {
    padding-top: 20px;
  }
}

.comment-item-img-content {
  flex: 0 0 30%;
}

@media (min-width: 1301px) {
  .comment-item-img {
    width: 322px;
    height: 375px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-item-img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .comment-item-img {
    object-fit: cover;
  }
}

.comment-item-textarea {
  flex: 0 0 68%;
  background: #FFF9EF;
  font-family: Anzu;
  box-shadow: 10px 10px 10px #D5D5D5;
}

@media (min-width: 1301px) {
  .comment-item-textarea {
    max-width: 746px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-item-textarea {
    padding: 0 10px;
  }
  .comment-item-textarea:nth-child(even) {
    margin-left: 20px;
  }
  .comment-item-textarea:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .comment-item-textarea {
    box-shadow: 5px 5px 5px #D5D5D5;
    padding: 0 5px;
  }
  .comment-item-textarea:nth-child(even) {
    margin-left: 5px;
  }
  .comment-item-textarea:nth-child(odd) {
    margin-right: 10px;
  }
}

.comment-item-title {
  line-height: 1;
  text-align: center;
  color: #FA4B4B;
}

@media (min-width: 1301px) {
  .comment-item-title {
    padding-top: 26px;
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-item-title {
    padding-top: 26px;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .comment-item-title {
    padding-top: 10px;
    font-size: 18px;
  }
}

.comment-item-underline {
  background: url(../img/comment-underline.png);
  background-repeat: no-repeat;
  max-width: 675px;
  height: 2px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .comment-item-underline {
    margin-top: 10px;
    max-width: 250px;
  }
}

.comment-item-message {
  line-height: 1.33;
}

@media (min-width: 1301px) {
  .comment-item-message {
    padding-left: 38px;
    padding-top: 28px;
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-item-message {
    padding-left: 38px;
    padding-top: 28px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .comment-item-message {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
  }
}

.comment-item-old {
  line-height: 1;
  text-align: right;
}

@media (min-width: 1301px) {
  .comment-item-old {
    padding-right: 43px;
    padding-bottom: 20px;
    font-size: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .comment-item-old {
    padding-right: 43px;
    padding-bottom: 20px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .comment-item-old {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}

/*====================================================================
# now
====================================================================*/
.now {
  width: 100%;
}

@media (min-width: 1301px) {
  .now {
    padding-top: 102px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .now {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .now {
    padding-top: 20px;
  }
}

.now-title {
  margin-top: 0;
}

.now-bg {
  background: url(../img/now-content-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .now-bg {
    margin-top: 90px;
    max-width: 1300px;
    height: 923px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .now-bg {
    margin-top: 50px;
    max-width: 700px;
    height: 497px;
  }
}

@media (max-width: 767px) {
  .now-bg {
    margin-top: 20px;
    max-width: 310px;
    height: 200px;
  }
}

/*====================================================================
# price
====================================================================*/
.price {
  background: url(../img/price-bg.png) center center/cover no-repeat;
  width: 100%;
}

@media (min-width: 1301px) {
  .price {
    padding-bottom: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .price {
    padding-bottom: 50px;
  }
}

.price-inner {
  max-width: 1138px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-inner {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .price-inner {
    margin: 0 5px;
  }
}

@media (min-width: 1301px) {
  .price-header-icon {
    width: 305px;
    height: 132px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-icon {
    width: 228px;
    height: 99px;
  }
}

@media (max-width: 767px) {
  .price-header-icon {
    width: 114px;
    height: 49px;
  }
}

.price-header-content {
  display: flex;
  justify-content: start;
  padding-top: 200px;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-content {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .price-header-content {
    padding-top: 90px;
    justify-content: center;
    align-items: center;
  }
}

.price-header-left {
  color: #121A86;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 1301px) {
  .price-header-left {
    font-size: 51px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-left {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .price-header-left {
    font-size: 15px;
  }
}

@media (min-width: 1301px) {
  .price-header-right {
    margin-left: 100px;
    margin-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-right {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .price-header-right {
    padding-top: 20px;
    margin-left: 5px;
  }
}

@media (min-width: 1301px) {
  .price-header-img {
    width: 224px;
    height: 209px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-img {
    width: 168px;
    height: 156px;
  }
}

@media (max-width: 767px) {
  .price-header-img {
    width: 63px;
    height: 58px;
  }
}

@media (min-width: 1301px) {
  .price-header-subtitle {
    margin-left: 130px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-subtitle {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .price-header-subtitle {
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1301px) {
  .price-header-title {
    margin-left: 130px;
    margin-bottom: 77px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-header-title {
    margin-left: 50px;
    margin-bottom: 77px;
  }
}

@media (max-width: 767px) {
  .price-header-title {
    margin-left: 5px;
    margin-bottom: 20px;
  }
}

.price-header-title-line {
  background-color: #FFFF6F;
}

.price-header-title-small {
  font-size: 36px;
}

@media (max-width: 767px) {
  .price-header-title-small {
    font-size: 18px;
  }
}

.price-sale {
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .price-sale {
    max-width: 1085px;
    margin-bottom: 41px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-sale {
    max-width: 700px;
    margin-bottom: 41px;
  }
}

@media (max-width: 767px) {
  .price-sale {
    max-width: 320px;
    margin-bottom: 20px;
  }
}

.price-sale-header {
  text-align: center;
  background: #FA4B4B;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 1301px) {
  .price-sale-header {
    padding: 10px 5px 5px 5px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-sale-header {
    padding: 10px 5px 5px 5px;
  }
}

@media (max-width: 767px) {
  .price-sale-header {
    padding: 5px;
    font-size: 10px;
  }
}

.price-sale-header span {
  color: #FA4B4B;
  background: #fff;
  padding: 13px 16px 13px 13px;
}

@media (max-width: 767px) {
  .price-sale-header span {
    padding: 5px 8px 5px 5px;
  }
}

.price-sale-content {
  text-align: center;
  border: 5px solid;
  border-color: #FA4B4B;
  background: linear-gradient(#ffffbe 0%, #fff 100%);
  font-weight: bold;
}

.price-sale-subtitle {
  color: #000;
  font-size: 35px;
  line-height: 1;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .price-sale-subtitle {
    margin-top: 20px;
    font-size: 10px;
  }
}

.price-sale-subtitle-big-1 {
  font-size: 72px;
  position: relative;
  padding-left: 29px;
}

@media (max-width: 767px) {
  .price-sale-subtitle-big-1 {
    padding-left: 5px;
    font-size: 25px;
  }
}

.price-sale-subtitle-big-1::after {
  position: absolute;
  content: "";
  background: url(../img/yen-line-1.png) center center/cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  top: -7px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .price-sale-subtitle-big-1::after {
    background-size: 100%;
    top: -15px;
    left: 0px;
    height: 50px;
    width: 105px;
  }
}

.price-sale-subtitle-big-2 {
  font-size: 72px;
  position: relative;
  padding-left: 29px;
}

@media (max-width: 767px) {
  .price-sale-subtitle-big-2 {
    padding-left: 5px;
    font-size: 25px;
  }
}

.price-sale-subtitle-big-2::after {
  position: absolute;
  content: "";
  background: url(../img/yen-line-2.png) center center/cover no-repeat;
  top: -7px;
  left: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .price-sale-subtitle-big-2::after {
    top: -15px;
    left: 0px;
    background-size: 100%;
    height: 50px;
    width: 120px;
  }
}

.subtitle-yen {
  position: relative;
  font-size: 51px;
  padding-left: 14px;
  padding-right: 22px;
}

@media (max-width: 767px) {
  .subtitle-yen {
    padding-left: 5px;
    padding-right: 8px;
    font-size: 20px;
  }
}

.subtitle-yen::after {
  content: "(税込)";
  position: absolute;
  top: -30px;
  left: 0;
  right: 10px;
  margin: auto;
  font-size: 20px;
}

@media (max-width: 767px) {
  .subtitle-yen::after {
    top: -10px;
    right: 3px;
    font-size: 4px;
  }
}

.price-sale-title {
  color: #FA4B4B;
  line-height: 1;
  font-size: 51px;
  margin-top: 35px;
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .price-sale-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.price-sale-title-big {
  position: relative;
  font-size: 148px;
  padding-left: 29px;
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-sale-title-big {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .price-sale-title-big {
    padding-left: 5px;
    font-size: 35px;
  }
}

.title-yen {
  position: relative;
  font-size: 89px;
  padding-left: 23px;
  padding-right: 22px;
}

@media (max-width: 767px) {
  .title-yen {
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.title-yen::after {
  content: "(税込)";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 30px;
}

@media (max-width: 767px) {
  .title-yen::after {
    top: -10px;
    font-size: 10px;
  }
}

.price-plus-title {
  color: #121A86;
  line-height: 1.92;
  text-align: center;
}

@media (min-width: 1301px) {
  .price-plus-title {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-plus-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .price-plus-title {
    margin: 10px 0;
    font-size: 18px;
  }
}

.price-plus-img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .price-plus-img {
    width: 786px;
    height: 519px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-plus-img {
    width: 589px;
    height: 389px;
  }
}

@media (max-width: 767px) {
  .price-plus-img {
    width: 294px;
    height: 194px;
  }
}

.price-plus-content {
  background: #fff;
  margin-top: 36px;
}

.price-plus-content-img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .price-plus-content-img {
    width: 787px;
    height: 240px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-plus-content-img {
    width: 590px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .price-plus-content-img {
    width: 285px;
    height: 90px;
  }
}

.price-plus-content-message {
  color: #000;
  line-height: 1.666;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 83px;
  padding-bottom: 50px;
}

@media (min-width: 1301px) {
  .price-plus-content-message {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-plus-content-message {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .price-plus-content-message {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.price-list {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .price-list {
    width: 1085px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-list {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .price-list {
    width: 310px;
  }
}

.price-list-title {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .price-list-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.price-table-icon {
  position: absolute;
}

@media (min-width: 1301px) {
  .price-table-icon {
    width: 206px;
    height: 90px;
    top: 50px;
    right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-table-icon {
    width: 164px;
    height: 72px;
    top: 65px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .price-table-icon {
    width: 82px;
    height: 36px;
    top: 30px;
    right: 5px;
  }
}

.price-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 6px solid #707070;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .price-table {
    min-width: 1085px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .price-table {
    min-width: 700px;
  }
}

@media (max-width: 767px) {
  .price-table {
    min-width: 310px;
  }
}

.price-table th {
  padding: 10px 0;
  background: #707070;
  color: #fff;
  font-size: 22px;
}

@media (max-width: 767px) {
  .price-table th {
    padding: 5px 0;
    font-size: 12px;
  }
}

.price-table td {
  padding: 10px 0;
  background: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .price-table td {
    font-size: 12px;
    padding: 5px 0;
  }
}

.th-col-1 {
  max-width: 543px;
}

.th-col-2 {
  max-width: 272px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.th-col-3 {
  max-width: 272px;
}

.td-col-1 {
  border-bottom: 3px solid #707070;
}

.td-col-2 {
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  border-left: 2px solid #707070;
  border-right: 2px solid #707070;
  border-bottom: 3px solid #707070;
}

.td-col-3 {
  color: #FA4B4B;
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  font-weight: bold;
  border-bottom: 3px solid #707070;
}

.th-qa-1 {
  max-width: 543px;
  text-align	: left;
  width			: 35%;
}

.td-qa-1 {
  border-bottom: 3px solid #707070;
  text-align	: left !important;
}

/*====================================================================
# contact
====================================================================*/
.contact {
  width: 100%;
}

@media (min-width: 1301px) {
  .contact {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-inner {
    padding: 10px 20px 0px 20px;
  }
}

@media (max-width: 767px) {
  .contact-inner {
    padding: 5px 10px 0px 5px;
  }
}

.contact-title-content {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .contact-title-content {
    max-width: 1141px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-title-content {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .contact-title-content {
    max-width: 310px;
  }
}

.contact-title {
  color: #121A86;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1301px) {
  .contact-title {
    max-width: 1141px;
    margin-bottom: 36px;
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.contact-title::before {
  position: absolute;
  content: "";
  background: url(../img/contact-title-left.png) center center/cover no-repeat;
}

@media (min-width: 1301px) {
  .contact-title::before {
    top: 15px;
    left: -85px;
    width: 57px;
    height: 116px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-title::before {
    top: 0;
    left: -20px;
    width: 39px;
    height: 84px;
  }
}

@media (max-width: 767px) {
  .contact-title::before {
    top: 0;
    left: -3px;
    width: 19px;
    height: 42px;
  }
}

.contact-title::after {
  position: absolute;
  content: "";
  background: url(../img/contact-title-right.png) center center/cover no-repeat;
}

@media (min-width: 1301px) {
  .contact-title::after {
    top: 15px;
    right: -85px;
    width: 57px;
    height: 116px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-title::after {
    top: 0;
    right: -20px;
    width: 39px;
    height: 84px;
  }
}

@media (max-width: 767px) {
  .contact-title::after {
    top: 0;
    right: -3px;
    width: 19px;
    height: 42px;
  }
}

.contact-tel {
  margin: 0 auto;
}

@media (min-width: 1301px) {
  .contact-tel {
    max-width: 1300px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel {
    max-width: 1000px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel {
    max-width: 700px;
  }
}

.contact-link {
  display: block;
  position: relative;
  background: #fa4b4b;
  border-radius: 174px;
  margin: 0 auto;
  box-shadow: 0 10px 3px -3px #7F7F7F;
  max-width: 1224px;
}

@media (min-width: 1301px) {
  .contact-link {
    height: 174px;
    margin-bottom: 96px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-link {
    height: 130px;
    margin-bottom: 40px;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .contact-link {
    max-width: 320px;
    height: 60px;
    margin-bottom: 20px;
  }
}

.contact-link:active {
  transform: translateY(10px);
  box-shadow: none;
}

.contact-link-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1301px) {
  .contact-link-title {
    padding-top: 60px;
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-link-title {
    padding-top: 45px;
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .contact-link-title {
    padding-top: 20px;
    font-size: 18px;
  }
}

.contact-link-title::after {
  position: absolute;
  content: "";
  background: url(../img/contact-btn-icon.png) center center/cover no-repeat;
  right: 70px;
  width: 52px;
  height: 52px;
}

@media (max-width: 767px) {
  .contact-link-title::after {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}

.contact-tel-title {
  text-align: center;
  background: #22A73C;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  font-size: 35px;
}

@media (max-width: 767px) {
  .contact-tel-title {
    max-width: 320px;
    margin: 0 auto;
    padding: 5px;
    font-size: 17px;
  }
}

.contact-tel-content {
  color: #000;
  font-weight: bold;
  border: 5px solid #22A73C;
}

@media (min-width: 1301px) {
  .contact-tel-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    height: 188px;
    padding: 0 80px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    height: 160px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .contact-tel-content {
    max-width: 320px;
    margin: 0 auto;
    height: 150px;
    padding: 0 5px;
  }
}

@media (min-width: 1301px) {
  .contact-tel-number {
    font-size: 95px;
    margin-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel-number {
    font-size: 50px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .contact-tel-number {
    text-align: center;
    font-size: 36px;
    margin-right: 5px;
  }
}

.contact-tel-hours-content {
  background: #EFEFEF;
  text-align: center;
}

@media (min-width: 1301px) {
  .contact-tel-hours-content {
    width: 338px;
    height: 125px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel-hours-content {
    width: 253px;
    height: 94px;
  }
}

@media (max-width: 767px) {
  .contact-tel-hours-content {
    margin: 0 auto;
    width: 250px;
  }
}

.contact-tel-subtitle {
  padding-bottom: 5px;
}

@media (min-width: 1301px) {
  .contact-tel-subtitle {
    padding-top: 13px;
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel-subtitle {
    padding-top: 5px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact-tel-subtitle {
    padding-top: 5px;
    font-size: 13px;
  }
}

.contact-tel-underline {
  width: 63px;
  margin: 0 auto;
  border-bottom: 3px solid #000;
}

@media (min-width: 1301px) {
  .contact-tel-hours {
    font-size: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .contact-tel-hours {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .contact-tel-hours {
    font-size: 18px;
  }
}
