@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*
@mixin serif() {
    font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

@mixin sansserif() {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', sans-serif;
}
*/
.font_en {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.color_base {
  color: #212529;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #212529;
  font-feature-settings: "palt";
  background-color: #fff;
  position: relative;
  letter-spacing: 0.1em;
}
body * {
  box-sizing: inherit;
}

.sp_only,
.tb_sp_only,
.tb_only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }

  .pc_tb_only,
  .tb_sp_only,
  .tb_only {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .pc_tb_only,
  .tb_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}
.sp,
.tb_sp,
.tb {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .pc_tb,
  .tb_sp,
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .pc_tb,
  .tb {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/*********************************************************/
main {
  overflow: hidden;
  min-height: 500px;
  display: block;
}

img {
  width: 100%;
}

a {
  transition: opacity 0.4s;
  display: block;
  position: relative;
  color: #212529;
}
a:hover {
  opacity: 0.5;
}
a.txt_link {
  display: inline;
}
a.tel_link {
  display: inline;
}

h1,
h2,
h3,
h4,
h5,
p,
dt,
dd,
li {
  line-height: 2;
  letter-spacing: 0.2em;
}

address {
  font-style: normal;
}

figcaption {
  margin-top: 0.5em;
  font-size: 85%;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5em;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9.5;
}
@media screen and (max-width: 599px) {
  .youtube {
    aspect-ratio: 16 / 9;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*********************************************************/
.inner {
  width: 90%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
  margin: 0 auto;
}

.w600 {
  max-width: 600px;
  margin: 0 auto;
}

.btn a {
  margin: 0 auto 25px;
  text-indent: -9999px;
  background-image: url("../img/btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #b6282c;
  max-width: 740px;
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .btn a {
    background-image: none;
    height: auto;
  }
}

.btn_push {
  font-weight: 700;
  box-shadow: 0 6px 0 #69171a;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .btn_push {
    box-shadow: 0 4px 0 #69171a;
    border-radius: 10px;
  }
}
.btn_push:hover {
  opacity: 1;
  box-shadow: none;
  position: relative;
  top: 6px;
}

.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: auto;
}
@media screen and (max-width: 599px) {
  .btn_arrow:after {
    right: 15px;
  }
}

.txt_center {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .txt_center {
    text-align: left;
  }
}

.font_normal {
  font-weight: normal;
}

.large {
  font-size: 1.2em;
}

.small {
  font-size: 0.8em;
}

.notes {
  margin-top: 1em;
  font-size: 0.85em;
  line-height: 1.5;
}

.number {
  font-size: 120% !important;
}

.red {
  color: #d80003;
}

.nanameline {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  position: relative;
}
.nanameline:before,
.nanameline:after {
  content: "";
  position: absolute;
  top: 35%;
  background: #ffb700;
  width: 2px;
  height: 50%;
}
.nanameline:before {
  transform: rotate(-25deg);
  left: 0;
}
.nanameline:after {
  transform: rotate(25deg);
  right: 0;
}

.fukidashi_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fukidashi_area .fukidashi {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box;
  border: solid 3px #ffb700;
  border-radius: 6px;
}
.fukidashi_area .fukidashi:before,
.fukidashi_area .fukidashi:after {
  content: "";
  position: absolute;
  left: 50%;
}
.fukidashi_area .fukidashi:before {
  bottom: -24px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.fukidashi_area .fukidashi:after {
  bottom: -30px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ffb700;
  z-index: 1;
}

.kome {
  display: flex;
}
.kome:before {
  content: "※";
}

.kome_num {
  counter-reset: number 0;
}
.kome_num li {
  display: flex;
}
.kome_num li:before {
  counter-increment: number 1;
  content: "※" counter(number);
  margin-right: 5px;
}

.marker {
  background: linear-gradient(transparent 50%, rgba(255, 225, 0, 0.4) 50%);
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.flex_tate_center {
  align-items: center;
}

.flex_tate_bottom {
  align-items: flex-end;
}

.flex_yoko_center {
  justify-content: center;
}

.flex_yoko_spaceb {
  justify-content: space-between;
}

.scroll_table {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*********************************************************
　　　　　　　　　　　マージン・パディング
*********************************************************/
.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mb5em {
  margin-bottom: 5em;
}

.mb6em {
  margin-bottom: 6em;
}

.pt1em {
  padding-top: 1em;
}

.pt2em {
  padding-top: 2em;
}

.pt3em {
  padding-top: 3em;
}

.pb1em {
  padding-bottom: 1em;
}

.pb2em {
  padding-bottom: 2em;
}

.pb3em {
  padding-bottom: 3em;
}

.pb4em {
  padding-bottom: 4em;
}

.pb5em {
  padding-bottom: 5em;
}

.pb6em {
  padding-bottom: 6em;
}

/*********************************************************/
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-indent: -9999px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}
#pagetop a {
  background: #212529;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #pagetop a {
    width: 50px;
    height: 50px;
  }
}
#pagetop a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #pagetop a:before {
    width: 16px;
    height: 16px;
    margin-top: 8px;
  }
}

/**********************************************/
/******************************************************
          main
******************************************************/
#index {
  /* ●review ***********************************************************************/
}
#index .mv {
  background: url(../img/mv.webp) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #index .mv {
    height: 70vh;
  }
}
@media screen and (max-width: 599px) {
  #index .mv {
    height: 100vh;
    background-image: url("../img/mv_sp.webp");
  }
}
#index .mv:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  #index .mv:before {
    background: rgba(0, 0, 0, 0.2);
  }
}
#index .mv .txt_area {
  margin-top: 10vh;
}
@media screen and (max-width: 1024px) {
  #index .mv .txt_area {
    margin-top: 0;
  }
}
#index .mv .txt_area h1 {
  max-width: 24vh;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 1024px) {
  #index .mv .txt_area h1 {
    max-width: 18vh;
  }
}
@media screen and (max-width: 599px) {
  #index .mv .txt_area h1 {
    max-width: 20vh;
  }
}
#index .mv .txt_area h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #index .mv .txt_area h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  #index .mv .txt_area h2 {
    font-size: 1.8rem;
  }
}
#index .mv .txt_area .sale {
  width: 23vh;
  margin: 2em auto 0;
  width: 50vh;
}
@media screen and (max-width: 1024px) {
  #index .mv .txt_area .sale {
    width: 17vh;
    margin-top: 1em;
    width: 37vh;
  }
}
@media screen and (max-width: 599px) {
  #index .mv .txt_area .sale {
    width: 20vh;
    width: 40vh;
  }
}
#index .content section {
  padding: 130px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #index .content section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  #index .content section {
    padding: 60px 0;
  }
}
#index .content .bg_grey {
  background-color: #f4f4f4;
}
#index .content .title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index .content .title {
    font-size: 2.4rem;
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
#index .content .title:after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 36px;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #index .content .title:after {
    top: -26px;
    height: calc(36px * 0.75);
  }
}
#index .content .title span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
#index .content .midashi {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  #index .content .midashi {
    font-size: 1.6rem;
  }
}
#index .content .lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3em;
  margin-top: -3em;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #index .content .lead {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 2em;
    margin-top: -1em;
  }
}
#index .content .lead span {
  font-weight: 400;
  font-size: 90%;
}
#index .content .nanameline {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  position: relative;
}
#index .content .nanameline:before,
#index .content .nanameline:after {
  content: "";
  position: absolute;
  top: 35%;
  background: #ffb700;
  width: 2px;
  height: 50%;
}
#index .content .nanameline:before {
  transform: rotate(-25deg);
  left: 0;
}
#index .content .nanameline:after {
  transform: rotate(25deg);
  right: 0;
}
#index .content .notes_list {
  font-size: 0.95em;
}
#index .content .notes_list li {
  display: flex;
}
#index .content .notes_list li:not(:last-child) {
  margin-bottom: 0.3em;
}
#index .content .notes_list li:before {
  content: "※";
}
#index #intro {
  padding: 160px 0;
}
@media screen and (max-width: 1024px) {
  #index #intro {
    padding: 120px 0;
  }
}
@media screen and (max-width: 599px) {
  #index #intro {
    padding: 80px 0;
  }
}
#index #intro .pic {
  height: 100%;
}
#index #intro .pic img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index #intro .box1 {
  position: relative;
  height: 480px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 599px) {
  #index #intro .box1 {
    height: auto;
    margin-bottom: 1.5em;
  }
}
#index #intro .box1:after {
  content: "";
  background: url("../img/intro_handwriting.webp") no-repeat;
  background-size: contain;
  width: 478px;
  height: 145px;
  position: absolute;
  top: -88px;
  right: 5%;
}
@media screen and (max-width: 1024px) {
  #index #intro .box1:after {
    width: 360px;
    top: -80px;
  }
}
@media screen and (max-width: 599px) {
  #index #intro .box1:after {
    width: 250px;
    top: -60px;
    right: -4%;
  }
}
#index #intro .box1 .pic {
  width: 75%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  #index #intro .box1 .pic {
    width: 100%;
    position: unset;
    height: 200px;
    margin-bottom: 2em;
  }
}
#index #intro .box1 .txt_area {
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #index #intro .box1 .txt_area {
    text-align: center;
  }
}
#index #intro .box1 .txt_area h3.title {
  background: #fff;
  display: inline-block;
  padding: 0.3em 0.4em 0.4em;
  line-height: 1;
  margin-bottom: 4em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #index #intro .box1 .txt_area h3.title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  #index #intro .box1 .txt_area h3.title {
    font-size: 2.4rem;
  }
}
#index #intro .box1 .txt_area h3.title:after {
  content: "";
  background-image: url("../img/intro_illust.webp");
  width: 144px;
  height: 100px;
  top: unset;
  bottom: -3.25em;
}
@media screen and (max-width: 1024px) {
  #index #intro .box1 .txt_area h3.title:after {
    width: 124px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  #index #intro .box1 .txt_area h3.title:after {
    width: 100px;
    bottom: -3.5em;
  }
}
#index #intro .box1 .txt_area h4.midashi {
  background: #fff;
  padding: 0.5em;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #index #intro .box1 .txt_area h4.midashi {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  #index #intro .box1 .txt_area h4.midashi {
    padding: 0;
    line-height: 2;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
#index #intro .box2 {
  height: 320px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #index #intro .box2 {
    height: auto;
  }
}
#index #intro .box2 .pic {
  width: 51%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #index #intro .box2 .pic {
    width: 70%;
    margin: 2em 0 0 30%;
  }
}
@media screen and (max-width: 599px) {
  #index #intro .box2 .pic {
    width: 80%;
    margin: 3em 0 0 20%;
  }
}
#index #intro .box2 .pic:after {
  content: "";
  background: url("../img/intro_pic02-2.webp") no-repeat;
  background-size: contain;
  width: 290px;
  height: 290px;
  position: absolute;
  bottom: -120px;
  left: -30%;
}
@media screen and (max-width: 599px) {
  #index #intro .box2 .pic:after {
    width: 160px;
    height: 160px;
    bottom: -70px;
    left: -35%;
  }
}
#index #intro .box2 .txt_area {
  width: calc(49% - 2%);
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  #index #intro .box2 .txt_area {
    width: calc(100% - 2%);
  }
}
@media screen and (max-width: 599px) {
  #index #intro .box2 .txt_area {
    width: 100%;
    margin-left: 0;
  }
}
#index #intro .box2 .txt_area p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #index #intro .box2 .txt_area p {
    font-size: 1.4rem;
  }
}
#index #intro .box2 .txt_area p:not(:last-child) {
  margin-bottom: 1em;
}
#index #recommended {
  background-image: url("../img/recommended_bg.webp");
  background-position: center top;
}
@media screen and (max-width: 599px) {
  #index #recommended {
    background-position: 58% top;
    padding-bottom: 20px;
  }
}
#index #recommended h3.title:after {
  background-image: url("../img/recommended_title_en.svg");
  width: 175px;
}
@media screen and (max-width: 599px) {
  #index #recommended h3.title:after {
    width: calc(175px * 0.75);
  }
}
#index #recommended .fukidashi {
  justify-content: space-between;
}
#index #recommended .fukidashi li {
  width: 27%;
}
#index #recommended .fukidashi li:nth-child(1) {
  margin-top: 8%;
}
#index #recommended .fukidashi li:nth-child(3) {
  margin-top: 4%;
}
@media screen and (max-width: 599px) {
  #index #recommended .fukidashi li:nth-child(3) {
    margin-top: -10%;
    margin-left: 30%;
  }
}
#index #recommended .fukidashi li:nth-child(4) {
  margin: -4% 0 0 20%;
}
@media screen and (max-width: 599px) {
  #index #recommended .fukidashi li:nth-child(4) {
    margin: -10% 0 0 0%;
  }
}
#index #recommended .fukidashi li:nth-child(5) {
  margin: -2% 12% 0 0;
}
@media screen and (max-width: 599px) {
  #index #recommended .fukidashi li:nth-child(5) {
    margin: -5% -1% 0 0;
  }
}
@media screen and (max-width: 599px) {
  #index #recommended .fukidashi li {
    width: 48%;
  }
}
#index #point h3.title:after {
  background-image: url("../img/point_title_en.svg");
  width: 158px;
}
@media screen and (max-width: 599px) {
  #index #point h3.title:after {
    width: calc(158px * 0.75);
  }
}
#index #point .box {
  position: relative;
}
#index #point .box:not(:last-child) {
  margin-bottom: 6em;
}
@media screen and (max-width: 1024px) {
  #index #point .box:not(:last-child) {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:not(:last-child) {
    margin-bottom: 2em;
  }
}
#index #point .box:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: -54px;
  left: -8%;
}
@media screen and (max-width: 1200px) {
  #index #point .box:before {
    left: -5%;
  }
}
#index #point .box:nth-child(1):before {
  background-image: url("../img/point_box1_handwriting.webp");
  width: 388px;
  height: 178px;
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(1):before {
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(1):before {
    width: 220px;
    top: -30px;
  }
}
#index #point .box:nth-child(2):before {
  background-image: url("../img/point_box2_handwriting.webp");
  width: 171px;
  height: 98px;
  top: 7px;
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(2):before {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(2):before {
    width: 100px;
  }
}
#index #point .box:nth-child(3):before {
  background-image: url("../img/point_box3_handwriting.webp");
  width: 446px;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(3):before {
    width: 380px;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(3):before {
    width: 250px;
    top: -40px;
  }
}
#index #point .box:nth-child(4):before {
  background-image: url("../img/point_box4_handwriting.webp");
  width: 173px;
  height: 109px;
  top: 7px;
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(4):before {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(4):before {
    width: 90px;
  }
}
#index #point .box:nth-child(5):before {
  background-image: url("../img/point_box5_handwriting.webp");
  width: 293px;
  height: 108px;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(5):before {
    width: calc(293px * 0.85);
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(5):before {
    width: calc(293px * 0.48);
    top: -42px;
  }
}
#index #point .box figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index #point .box .pic1 {
  margin-bottom: 1em;
  height: 460px;
}
@media screen and (max-width: 1024px) {
  #index #point .box .pic1 {
    height: 317px;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box .pic1 {
    height: 200px;
  }
}
#index #point .box .pic2 {
  width: 39%;
  height: 240px;
}
@media screen and (max-width: 1024px) {
  #index #point .box .pic2 {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box .pic2 {
    width: 70%;
    height: 140px;
  }
}
#index #point .box .txt_area {
  width: 61%;
  background: #fff;
  padding: 3em 4em;
  margin-top: -6em;
}
@media screen and (max-width: 1024px) {
  #index #point .box .txt_area {
    width: 80%;
    padding: 2em 3em;
    margin-top: -3em;
    margin-left: 20%;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box .txt_area {
    width: 90%;
    padding: 1.6em 2em;
    margin-top: -2em;
    margin-left: 10%;
  }
}
#index #point .box .txt_area .point {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #index #point .box .txt_area .point {
    font-size: 2.6rem;
  }
}
#index #point .box .txt_area .point span {
  font-size: 160%;
  margin-left: 0.3em;
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(2) .pic2 {
    height: 180px;
  }
  #index #point .box:nth-child(2) .txt_area {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(3) .txt_area {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(5) figure img {
    object-position: bottom center;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(odd) .txt_area {
    padding-right: 1em;
  }
}
#index #point .box:nth-child(even) .flex_box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #index #point .box:nth-child(even) .flex_box .txt_area {
    margin-left: 0;
    margin-right: 20%;
  }
}
@media screen and (max-width: 599px) {
  #index #point .box:nth-child(even) .flex_box .txt_area {
    margin-right: 10%;
    padding-left: 1em;
    padding-right: 1.5em;
  }
}
#index #menu {
  padding-top: 0;
}
#index #menu .title_bg {
  background: url("../img/menu_title_bg.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  #index #menu .title_bg {
    height: 260px;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .title_bg {
    height: 140px;
  }
}
#index #menu h3.title {
  padding-top: 0.5em;
  z-index: 0;
}
#index #menu h3.title:after {
  background-image: url("../img/menu_title_en.svg");
  width: 251px;
  height: 180px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #index #menu h3.title:after {
    width: calc(251px * 0.75);
    height: 140px;
  }
}
#index #menu .intro {
  max-height: 400px;
  height: 40vw;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #index #menu .intro {
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .intro {
    margin-bottom: 40px;
  }
}
#index #menu .intro img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index #menu .plan {
  text-align: center;
}
#index #menu .plan h4 {
  color: #ffb700;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #index #menu .plan h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#index #menu .plan ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#index #menu .plan ul li {
  max-width: 500px;
  width: 49.5%;
  margin: 0 20px;
}
@media screen and (max-width: 599px) {
  #index #menu .plan ul li {
    width: 100%;
  }
  #index #menu .plan ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
#index #menu .chef {
  max-width: 600px;
  margin: 30px auto 160px;
}
@media screen and (max-width: 599px) {
  #index #menu .chef {
    margin: 20px auto 100px;
  }
}
#index #menu .menu_pics {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #index #menu .menu_pics {
    margin-bottom: 40px;
  }
}
#index #menu .menu_pics ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#index #menu .menu_pics ul:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  height: 100px;
  width: 700px;
  position: absolute;
  top: -70px;
  left: -40px;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_pics ul:before {
    height: 70px;
    top: -60px;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .menu_pics ul:before {
    width: 400px;
    height: 60px;
    top: -45px;
  }
}
#index #menu .menu_pics ul.maindish {
  margin-bottom: 100px;
}
#index #menu .menu_pics ul.maindish:before {
  background-image: url("../img/menu_main_title.svg");
}
#index #menu .menu_pics ul.maindish li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 599px) {
  #index #menu .menu_pics ul.maindish li {
    width: 100%;
  }
}
#index #menu .menu_pics ul.sidedish:before {
  background-image: url("../img/menu_side_title.svg");
}
#index #menu .menu_pics ul.sidedish li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 599px) {
  #index #menu .menu_pics ul.sidedish li {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .menu_pics ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
#index #menu .menu_pics > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#index #menu .menu_pics > li:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  height: 100px;
  width: 700px;
  position: absolute;
  top: -70px;
  left: -20px;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_pics > li:before {
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .menu_pics > li:before {
    width: 400px;
    height: 60px;
    top: -45px;
  }
}
#index #menu .menu_pics > li:not(:last-child) {
  margin-bottom: 120px;
}
#index #menu .menu_pics > li:nth-child(1):before,
#index #menu .menu_pics > li:nth-child(2):before {
  background-image: url("../img/menu_main_title.svg");
}
#index #menu .menu_pics > li:nth-child(n + 3):before {
  background-image: url("../img/menu_side_title.svg");
}
#index #menu .menu_slide .slick-slide {
  margin: 0 7px;
}
#index #menu .new_title {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  #index #menu .new_title {
    max-width: calc(600px * 0.85);
  }
}
@media screen and (max-width: 599px) {
  #index #menu .new_title {
    margin-top: 60px;
  }
}
#index #scenes h3.title:after {
  background-image: url("../img/scenes_title_en.svg");
  width: 84px;
}
@media screen and (max-width: 599px) {
  #index #scenes h3.title:after {
    width: calc(84px * 0.75);
  }
}
#index #scenes ul {
  justify-content: space-between;
}
#index #scenes ul li {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #index #scenes ul li {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  #index #scenes ul li {
    width: 100%;
  }
}
#index #scenes ul li:nth-child(even) {
  margin-top: 12em;
}
@media screen and (max-width: 1024px) {
  #index #scenes ul li:nth-child(even) {
    margin: 0 0 0 30%;
  }
}
@media screen and (max-width: 599px) {
  #index #scenes ul li:nth-child(even) {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #index #scenes ul li:not(:last-child) {
    margin-bottom: 2em;
  }
}
#index #usecase h3.title:after {
  background-image: url("../img/usecase_title_en.svg");
  width: 108px;
}
@media screen and (max-width: 599px) {
  #index #usecase h3.title:after {
    width: calc(108px * 0.75);
  }
}
#index #usecase ul li {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #index #usecase ul li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #index #usecase ul li {
    width: 100%;
  }
}
#index #usecase ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#index #usecase ul li:not(:last-child) {
  margin-bottom: 5em;
}
#index #usecase ul li figure {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  #index #usecase ul li figure {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  #index #usecase ul li figure {
    margin-bottom: 1.5em;
  }
}
#index #usecase ul li .txt_area {
  width: 41%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #index #usecase ul li .txt_area {
    width: 100%;
  }
}
#index #usecase ul li .fukidashi {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffb700;
  padding: 0 0.5em 0 1em;
}
@media screen and (max-width: 599px) {
  #index #usecase ul li .fukidashi {
    font-size: 1.3rem;
  }
}
#index #usecase ul li .txt {
  text-align: left;
}
#index #calender h3.title:after {
  background-image: url("../img/calender_title_en.svg");
  width: 116px;
}
@media screen and (max-width: 599px) {
  #index #calender h3.title:after {
    width: calc(116px * 0.75);
  }
}
#index #calender h4.midashi {
  text-align: center;
  margin-bottom: 1em;
}
#index #calender .calender h4.midashi {
  color: #ffb700;
}
#index #calender .skip {
  margin-top: 3em;
  text-align: center;
}
#index #calender .skip h4.midashi {
  background: #b6282c;
  font-size: 2.4rem;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  #index #calender .skip h4.midashi {
    font-size: 2rem;
  }
}
#index #calender .skip .flex_box {
  justify-content: space-between;
}
#index #calender .skip .flex_box p {
  width: 42%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  #index #calender .skip .flex_box p {
    width: 100%;
    margin-bottom: 1em;
  }
}
#index #calender .skip .flex_box figure {
  width: 55%;
}
@media screen and (max-width: 599px) {
  #index #calender .skip .flex_box figure {
    width: 100%;
  }
}
#index #price,
#index #price2 {
  background-image: url("../img/price_bg.webp");
  background-position: center bottom;
}
#index #price h3.title:after,
#index #price2 h3.title:after {
  background-image: url("../img/price_title_en.svg");
  width: 63px;
}
@media screen and (max-width: 599px) {
  #index #price h3.title:after,
  #index #price2 h3.title:after {
    width: calc(63px * 0.75);
  }
}
#index #price .items,
#index #price2 .items {
  justify-content: space-between;
  margin: 0 auto 4em;
  max-width: 900px;
}
@media screen and (max-width: 599px) {
  #index #price .items,
  #index #price2 .items {
    justify-content: center;
    margin-bottom: 2em;
  }
}
#index #price .items li,
#index #price2 .items li {
  width: calc((100% - 40px) / 5);
}
@media screen and (max-width: 599px) {
  #index #price .items li,
  #index #price2 .items li {
    width: calc((100% - 30px) / 3);
    margin: 0 5px;
  }
  #index #price .items li:nth-child(1),
  #index #price .items li:nth-child(2),
  #index #price2 .items li:nth-child(1),
  #index #price2 .items li:nth-child(2) {
    margin: 0 6px;
  }
}
#index #price h4.title,
#index #price2 h4.title {
  margin-bottom: 0.5em;
}
#index #price .osara,
#index #price2 .osara {
  max-width: 530px;
  margin: 0 auto 3em;
}
#index #price .price,
#index #price2 .price {
  margin-bottom: 3em;
}
#index #price .notes_list,
#index #price2 .notes_list {
  background-color: #f4f4f4;
  padding: 3em;
  margin-bottom: -13%;
}
@media screen and (max-width: 599px) {
  #index #price .notes_list,
  #index #price2 .notes_list {
    padding: 2em;
  }
}
#index #price .plan,
#index #price2 .plan {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #index #price .plan,
  #index #price2 .plan {
    margin-bottom: 100px;
  }
}
#index #price .plan:after,
#index #price2 .plan:after {
  content: "";
  max-width: 465px;
  width: 70%;
  height: 87px;
  background: url("../img/price_freeshipping.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #index #price .plan:after,
  #index #price2 .plan:after {
    width: 90%;
    bottom: -88px;
  }
}
#index #price .plan li,
#index #price2 .plan li {
  width: 50%;
  padding: 35px 30px 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  #index #price .plan li,
  #index #price2 .plan li {
    width: 100%;
    padding: 25px 15px 30px;
  }
}
#index #price .plan li:nth-child(1),
#index #price2 .plan li:nth-child(1) {
  background-color: #fff399;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media screen and (max-width: 599px) {
  #index #price .plan li:nth-child(1),
  #index #price2 .plan li:nth-child(1) {
    border-radius: 30px;
    margin-bottom: 10px;
  }
}
#index #price .plan li:nth-child(2),
#index #price2 .plan li:nth-child(2) {
  background-color: #ffcfbf;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media screen and (max-width: 599px) {
  #index #price .plan li:nth-child(2),
  #index #price2 .plan li:nth-child(2) {
    border-radius: 30px;
  }
}
#index #price .waiting,
#index #price2 .waiting {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #price .waiting,
  #index #price2 .waiting {
    margin-top: 50px;
  }
}
#index #price .waiting:before,
#index #price2 .waiting:before {
  content: "";
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 57px;
  background: url(../img/arrow_anime_red.gif) no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 599px) {
  #index #price .waiting:before,
  #index #price2 .waiting:before {
    width: 20px;
    top: -46px;
  }
}
#index #price .waiting img,
#index #price2 .waiting img {
  margin-left: -3.2%;
}
#index #price .nokoriwazuka,
#index #price2 .nokoriwazuka {
  display: block;
  margin-top: 30px;
  max-width: 300px;
  width: 85%;
  margin: 10px auto 0;
  margin-left: calc(50% - 155px);
}
@media screen and (max-width: 1024px) {
  #index #price .nokoriwazuka,
  #index #price2 .nokoriwazuka {
    margin-left: 4.5%;
  }
}
#index #cta,
#index #cta2 {
  padding-top: 3em;
}
#index #cta .inner,
#index #cta2 .inner {
  max-width: 700px;
}
#index #cta .midashi_wrap,
#index #cta2 .midashi_wrap {
  text-align: center;
  margin-bottom: 1em;
}
#index #cta .midashi_wrap p,
#index #cta2 .midashi_wrap p {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #b6282c;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #index #cta .midashi_wrap p,
  #index #cta2 .midashi_wrap p {
    font-size: 1.8rem;
  }
}
#index #cta .midashi_wrap p:before,
#index #cta .midashi_wrap p:after,
#index #cta2 .midashi_wrap p:before,
#index #cta2 .midashi_wrap p:after {
  background-color: #b6282c;
  width: 3px;
}
#index #cta .notes_list li,
#index #cta2 .notes_list li {
  margin-bottom: 0;
}
#index #cta .tokushoho,
#index #cta2 .tokushoho {
  text-align: center;
  margin-top: 2em;
  font-weight: 700;
}
#index #cta .otodoke_area,
#index #cta2 .otodoke_area {
  margin-top: 3em;
  border: 1px solid #212529;
  padding: 3em;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  #index #cta .otodoke_area,
  #index #cta2 .otodoke_area {
    padding: 2em;
  }
}
#index #cta .otodoke_area .midashi,
#index #cta2 .otodoke_area .midashi {
  text-align: center;
}
#index #cta .otodoke_area p,
#index #cta2 .otodoke_area p {
  margin-bottom: 2em;
}
#index #cta .otodoke_area .zip_wrap,
#index #cta2 .otodoke_area .zip_wrap {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
#index #cta .otodoke_area .zip_wrap input,
#index #cta2 .otodoke_area .zip_wrap input {
  font-size: 1.4rem;
  max-width: 16em;
  border-color: #212529;
  border-radius: 0.75rem;
  border-width: 1px;
  margin-right: 0.5rem;
  padding: 0.7em;
  width: calc(68% - 0.5rem);
}
@media screen and (max-width: 599px) {
  #index #cta .otodoke_area .zip_wrap input,
  #index #cta2 .otodoke_area .zip_wrap input {
    font-size: 1.2rem;
  }
}
#index #cta .otodoke_area .zip_wrap button,
#index #cta2 .otodoke_area .zip_wrap button {
  width: 30%;
  background-color: #000;
  color: #fff;
  border-radius: 999px;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #index #cta .otodoke_area .zip_wrap button,
  #index #cta2 .otodoke_area .zip_wrap button {
    font-size: 1.4rem;
  }
}
#index #cta .otodoke_area .zip_wrap button:disabled,
#index #cta2 .otodoke_area .zip_wrap button:disabled {
  background-color: #e6e6e6;
}
#index #cta .otodoke_area .zip_wrap #resultMessage,
#index #cta2 .otodoke_area .zip_wrap #resultMessage {
  margin-top: 2em;
  font-weight: bold;
}
#index #cta .otodoke_area .zip_wrap #resultMessage div,
#index #cta2 .otodoke_area .zip_wrap #resultMessage div {
  background: rgba(255, 183, 0, 0.3);
  padding: 1em 1.5em;
  border-radius: 30px;
}
#index #cta .otodoke_area .zip_wrap #resultMessage .txt_link,
#index #cta2 .otodoke_area .zip_wrap #resultMessage .txt_link {
  text-decoration: underline;
}
#index #cta .otodoke_area .zip_wrap #resultMessage .txt_link:hover,
#index #cta2 .otodoke_area .zip_wrap #resultMessage .txt_link:hover {
  text-decoration: none;
}
#index #cta .otodoke_area .zip_wrap #resultMessage .bArea,
#index #cta2 .otodoke_area .zip_wrap #resultMessage .bArea {
  background: #f5d9d7;
}
#index #cta .otodoke_area .zip_wrap #resultMessage .outsideArea,
#index #cta2 .otodoke_area .zip_wrap #resultMessage .outsideArea {
  background: #dae2ea;
}
#index #cta .bnr,
#index #cta2 .bnr {
  max-width: 550px;
  margin: 50px auto 0;
}
@media screen and (max-width: 599px) {
  #index #cta .bnr,
  #index #cta2 .bnr {
    width: 80%;
  }
}
#index #cta .bnr img,
#index #cta2 .bnr img {
  border: 1px solid #ccc;
}
#index #cta .cta_campaign,
#index #cta2 .cta_campaign {
  max-width: 800px;
  width: 90%;
  margin: 30px auto 60px;
}
#index #cta .cta_campaign .midashi,
#index #cta2 .cta_campaign .midashi {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #index #cta .cta_campaign .midashi,
  #index #cta2 .cta_campaign .midashi {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
#index #cta .cta_campaign .btn,
#index #cta2 .cta_campaign .btn {
  width: 300px;
  background: #fff;
  border: 2px solid #ffb700;
  color: #ffb700;
  border-radius: 30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 10px 0;
  margin: 20px auto 0;
}
@media screen and (max-width: 599px) {
  #index #cta .cta_campaign .btn,
  #index #cta2 .cta_campaign .btn {
    font-size: 1.4rem;
    width: 70%;
    padding: 5px;
  }
}
#index #cta .cta_campaign .btn:after,
#index #cta2 .cta_campaign .btn:after {
  right: 30px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-color: #fff;
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  #index #cta .cta_campaign .btn:after,
  #index #cta2 .cta_campaign .btn:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
#index #cta .shimekiri,
#index #cta2 .shimekiri {
  text-align: center;
  font-weight: 700;
  background: url("../img/bg_naname_pattern.webp") repeat;
  background-size: 7%;
  border-radius: 300px;
  padding: 50px 80px 40px;
  box-sizing: border-box;
  margin: 0 auto 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri,
  #index #cta2 .shimekiri {
    padding: 20px 30px 20px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
}
#index #cta .shimekiri:after,
#index #cta2 .shimekiri:after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 57px;
  background: url("../img/arrow_anime.gif") no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri:after,
  #index #cta2 .shimekiri:after {
    width: 20px;
    bottom: -50px;
  }
}
#index #cta .shimekiri .output,
#index #cta2 .shimekiri .output {
  color: #f24500;
  font-size: 3rem;
  letter-spacing: 0.18em;
  text-shadow: 3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri .output,
  #index #cta2 .shimekiri .output {
    font-size: 2rem;
  }
}
#index #cta .shimekiri .output:before,
#index #cta .shimekiri .output:after,
#index #cta2 .shimekiri .output:before,
#index #cta2 .shimekiri .output:after {
  width: 31px;
  height: 85px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri .output:before,
  #index #cta .shimekiri .output:after,
  #index #cta2 .shimekiri .output:before,
  #index #cta2 .shimekiri .output:after {
    width: 22px;
    height: 64px;
  }
}
#index #cta .shimekiri .output:before,
#index #cta2 .shimekiri .output:before {
  background-image: url(../img/shimekiri_kazari_left.svg);
  left: -60px;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri .output:before,
  #index #cta2 .shimekiri .output:before {
    left: -35px;
  }
}
#index #cta .shimekiri .output:after,
#index #cta2 .shimekiri .output:after {
  background-image: url(../img/shimekiri_kazari_right.svg);
  right: -60px;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri .output:after,
  #index #cta2 .shimekiri .output:after {
    right: -35px;
  }
}
#index #cta .shimekiri .output .date,
#index #cta2 .shimekiri .output .date {
  letter-spacing: 0.1em;
}
#index #cta .shimekiri .output .date .font_en,
#index #cta2 .shimekiri .output .date .font_en {
  font-size: 110%;
}
#index #cta .shimekiri .sub_txt,
#index #cta2 .shimekiri .sub_txt {
  letter-spacing: 0.15em;
  margin-top: 20px;
  line-height: 1.5;
  font-size: initial;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri .sub_txt,
  #index #cta2 .shimekiri .sub_txt {
    margin-top: 10px;
  }
}
#index #comparison h3.title:after {
  background-image: url("../img/comparison_title_en.svg");
  width: 116px;
}
@media screen and (max-width: 599px) {
  #index #comparison h3.title:after {
    width: calc(116px * 0.75);
  }
}
#index #comparison .chart {
  max-width: 700px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 599px) {
  #index #comparison .chart {
    margin-bottom: 1.5em;
  }
}
#index #voice h3.title:after {
  background-image: url("../img/voice_title_en.svg");
  width: 73px;
}
@media screen and (max-width: 599px) {
  #index #voice h3.title:after {
    width: calc(73px * 0.75);
  }
}
#index #voice .box h4 {
  display: flex;
  align-items: center;
  color: #ffb700;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  #index #voice .box h4 {
    font-size: 2rem;
  }
}
#index #voice .box h4:before,
#index #voice .box h4:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ffb700;
}
#index #voice .box h4:before {
  margin-right: 1em;
}
#index #voice .box h4:after {
  margin-left: 1em;
}
#index #voice .box figure {
  max-width: 500px;
  margin: 1em auto 3em;
}
@media screen and (max-width: 1024px) {
  #index #voice .box .comment {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment {
    width: 100%;
  }
}
#index #voice .box .comment li {
  border: 2px solid #ffb700;
  border-radius: 30px;
  padding: 2em 3em;
  position: relative;
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment li {
    padding: 2em 2.5em;
  }
}
#index #voice .box .comment li:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  height: 134px;
  position: absolute;
  bottom: -30px;
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment li:after {
    width: 80px;
    height: 90px;
    bottom: -20px;
  }
}
#index #voice .box .comment li:nth-child(1) {
  padding-right: 5em;
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment li:nth-child(1) {
    padding-right: 4em;
  }
}
#index #voice .box .comment li:nth-child(1):after {
  right: -56px;
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment li:nth-child(1):after {
    right: -30px;
  }
}
#index #voice .box .comment li:nth-child(2) {
  padding-left: 5em;
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment li:nth-child(2) {
    padding-left: 4em;
  }
}
#index #voice .box .comment li:nth-child(2):after {
  left: -56px;
}
@media screen and (max-width: 599px) {
  #index #voice .box .comment li:nth-child(2):after {
    left: -30px;
  }
}
#index #voice .box .comment li:not(:last-child) {
  margin-bottom: 2.5em;
}
#index #voice .box:nth-child(1) li:nth-child(1):after {
  background-image: url("../img/voice_family01_1.webp");
}
#index #voice .box:nth-child(1) li:nth-child(2):after {
  background-image: url("../img/voice_family01_2.webp");
}
#index #voice .box:nth-child(2) figure {
  max-width: 380px;
  width: 75%;
}
#index #voice .box:nth-child(2) li:nth-child(1):after {
  background-image: url("../img/voice_family02_1.webp");
}
#index #voice .box:nth-child(2) li:nth-child(2):after {
  background-image: url("../img/voice_family02_2.webp");
}
#index #voice .box:nth-child(3) li:nth-child(1):after {
  background-image: url("../img/voice_family03_1.webp");
}
#index #voice .box:nth-child(3) li:nth-child(2):after {
  background-image: url("../img/voice_family03_2.webp");
}
#index #voice .box:not(:last-child) {
  margin-bottom: 6em;
}
#index section#review {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}
#index section#review a {
  box-sizing: border-box;
  color: #ffad00;
  font-size: 1;
  padding: 0;
}
#index section#review span {
  display: inline-block;
}
#index div.rbox {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#index div.rbox h2 {
  line-height: 1;
  margin-bottom: 0em;
}
#index div.rbox h3 {
  border-bottom: dotted 1px #ddd;
}
#index div.rhyoka {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#index div.rhyoka p {
  position: relative;
  padding: 0 0 0 calc(80px + 0.5em);
}
#index div.rhyoka span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 1em;
  background: url("../img/common/review_stars.png") no-repeat left center;
  background-size: contain;
}
#index div.rbtn a {
  margin-left: auto;
  text-align: right;
}
#index div.rcnt {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 2em auto;
}
#index div.rcnt dl {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 3em;
  border: 1px solid #212529;
  border-radius: 30px;
  margin: 1em auto;
  background: #fff;
}
#index div.rcnt dl:first-child {
  margin: 0 auto 1em;
}
#index div.rcnt dl:last-child {
  margin: 1em auto 0;
}
#index div.rcnt dt {
  font-size: 1.1em;
}
#index div.rcnt dt span {
  width: 100%;
  height: 0.9em;
  background-size: contain;
}
#index span.star5 {
  background: url("../img/common/review_stars5.png") no-repeat left;
}
#index span.star4 {
  background: url("../img/common/review_stars4.png") no-repeat left;
}
#index span.star3 {
  background: url("../img/common/review_stars3.png") no-repeat left;
}
#index span.star2 {
  background: url("../img/common/review_stars2.png") no-repeat left;
}
#index span.star1 {
  background: url("../img/common/review_stars1.png") no-repeat left;
}
#index div.rcnt dd {
  font-size: 0.9em;
}
#index div.rcnt dd span {
  color: #999;
  margin: 10px 0;
}
#index div.rcnt dd p {
  line-height: 1.4;
}
#index .first,
#index .prev,
#index .next,
#index .last {
  display: none;
}
#index nav.pagination-container {
  /*
  position: absolute;
  bottom: -5%;
  right: 5%;
  transform: translateY(-50%);
  width: 90%;*/
}
#index .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  /*margin-left: auto;*/
  padding: 0;
  box-sizing: border-box;
}
#index .pagination li {
  margin: 0.5em 8px;
}
#index .pagination li a {
  display: block;
  box-sizing: border-box;
  padding: 0.25em 0.5em !important;
  background: #fff;
  width: 100%;
  border: solid 1px #ddd;
}
#index .pagination li.navi-active a {
  background: #ffad00;
  color: #fff !important;
  border: solid 1px #ffad00;
}
#index #review h3.title:after {
  background-image: url("../img/review_title_en.svg");
  width: 100px;
}
@media screen and (max-width: 599px) {
  #index {
    /* ●review ***********************************************************************/
  }
  #index #review p.lead {
    text-align: center;
  }
  #index div.rcnt dl {
    padding: 2em;
  }
  #index div.rcnt {
    margin: 1em auto;
  }
  #index #review h3.title:after {
    width: calc(100px * 0.75);
  }
}
#index #faq {
  margin-bottom: 100px;
}
#index #faq h3.title:after {
  background-image: url("../img/faq_title_en.svg");
  width: 44px;
}
@media screen and (max-width: 599px) {
  #index #faq h3.title:after {
    width: calc(44px * 0.75);
  }
}
#index #faq dl {
  margin-bottom: 10px;
}
#index #faq dl dt,
#index #faq dl dd {
  padding: 20px 30px 20px 6rem;
  position: relative;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #index #faq dl dt,
  #index #faq dl dd {
    padding-right: 3rem;
  }
}
#index #faq dl dt:before,
#index #faq dl dd:before {
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
  top: 0rem;
  left: 20px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#index #faq dl dt:before {
  content: "Q";
  color: #ffb700;
}
#index #faq dl dt:after {
  right: 3rem;
  top: 25px;
  width: 10px;
  height: 10px;
  border-color: #ffb700;
}
@media screen and (max-width: 599px) {
  #index #faq dl dt:after {
    right: 2rem;
  }
}
#index #faq dl dt.open:after {
  top: 30px;
}
#index #faq dl dd {
  border-top: 1px dotted #ccc;
}
#index #faq dl dd:before {
  content: "A";
  color: #b6282c;
}
#index #faq dl dd p:not(:last-child) {
  margin-bottom: 1em;
}
#index #faq dl .bnr {
  max-width: 500px;
}
#index #faq dl .bnr img {
  border: 1px solid #ccc;
}
#index .pics {
  max-width: 1600px;
  margin: 0 auto;
}
#index .pics div {
  line-height: 0;
}
#index #bnr {
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  #index #bnr {
    padding: 20px 0;
  }
}
#index #bnr .bnr {
  max-width: 800px;
  margin: 0 auto;
}
#index #contact .inner {
  max-width: 600px;
}
#index #contact ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#index #contact ul li:nth-child(1) {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#index #contact ul li:nth-child(1) a {
  background: #ffb700;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  padding: 20px 0;
  letter-spacing: 0.15em;
  border-radius: 7px;
  box-shadow: 0 3px 0 #805b00;
}
#index #contact ul li:nth-child(1) a:hover {
  opacity: 1;
  box-shadow: none;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(1) a {
    font-size: 1.8rem;
  }
}
#index #contact ul li:nth-child(2) a {
  text-align: center;
}
#index #contact ul li:nth-child(2) a .tel_no {
  font-size: 3.5rem;
  color: #ffa600;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(2) a .tel_no {
    font-size: 3.3rem;
  }
}
#index #contact ul li:nth-child(2) .sub_txt {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(2) .sub_txt {
    font-size: 1.3rem;
  }
}
#index #contact ul li:nth-child(2) .sub_txt span {
  display: block;
}
#index #contact ul li:nth-child(2) .sub_txt span:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(2) .sub_txt span:nth-child(2) {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
#index #contact ul li:nth-child(2) > div.tel_book {
  margin: 20px 0;
}
#index #contact ul li:nth-child(2) > div.tel_book p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(2) > div.tel_book p {
    text-align: left;
  }
}
#index #contact ul li:nth-child(2) > div.tel_book .btn_arrow {
  border: 2px solid #ffb700;
  padding: 10px 0;
  margin: 20px auto 0;
  max-width: 360px;
  border-radius: 7px;
  color: #ffb700;
  font-weight: 700;
  font-size: 110%;
  letter-spacing: 0.15em;
}
#index #contact ul li:nth-child(2) > div.tel_book .btn_arrow:after {
  border-left-color: #ffb700;
  border-top-color: #ffb700;
}
#index #contact ul li:nth-child(2) .sub_txt.kome {
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(2) .sub_txt.kome {
    text-align: left;
    display: flex;
  }
}
#index .campaign_txt {
  padding: 60px 0 0;
}
#index .campaign_txt img {
  display: block;
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
}
/* report *************************************************/
#report .inner {
  position: relative;
}
.report-title {
  position: relative;
}
#index .content #report .title {
  margin-bottom: 0;
}
.report-titleIllust_pc {
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  z-index: -1;
}
.report-titleIllust_sp {
  display: none;
}
.report-titleIcon {
  width: 100%;
  text-align: center;
  margin: 1em auto;
}
.report-titleIcon img {
  width: 45px;
  display: inline-block;
}
#index .content #report .midashi {
  color: #ffb700;
  text-align: center;
}
.report-break_sp {
  display: none;
}
.report-cntBox {
  margin: 65px 0 0;
}
.report-catList {
  display: flex;
  justify-content: space-around;
}
.filter-button {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  font-size: 1.8rem;
  border: none;
  padding: 20px 50px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  background: #fff1cc;
}
.filter-button:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.filter-button.report-active {
  background: #ffb700;
}
.report-active span.report-triangle {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 20px solid #ffb700;
}
.report-cntDetail {
  margin: 65px 0 0;
}
.report-cntList {
  border-top: solid 1px #212529;
}
.report-cntList:last-child {
  border-bottom: solid 1px #212529;
}
.report-cntList dl a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
}
.report-cntList dl dt {
  width: 20%;
}
.report-cntList dl dd {
  width: 78%;
}
.report-cntList dl a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #ffb700;
  border-right: solid 2px #ffb700;
  transform: rotate(45deg);
  position: absolute;
  top: 44%;
  right: 15px;
}
.report-bottomIllust {
  display: none;
}
.report-intro {
  font-weight: bold;
  text-align: center;
  margin: 2em auto 0;
}
.report-intro span {
  border-bottom: dotted 1px #ddd;
}
@media screen and (max-width: 1024px) {
  .report-titleIllust_pc {
    top: -25%;
    width: 105%;
  }
  .filter-button {
    font-size: 1.7rem;
    padding: 15px 30px;
  }
  .report-active span.report-triangle {
    bottom: -26px;
    border: 12px solid transparent;
    border-top: 16px solid #ffb700;
  }
}
@media screen and (max-width: 599px) {
  #report .inner {
    padding-bottom: 230px;
  }
  .report-titleIllust_pc {
    display: none;
  }
  .report-titleIllust_sp {
    display: block;
    margin: 0 auto 1em;
    width: 90%;
  }
  .report-titleIcon {
    margin: 1em auto 0;
  }
  .report-titleIcon img {
    width: 35px;
  }
  #index .content #report .midashi {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .report-break_sp {
    display: block;
  }
  .report-cntBox {
    margin: 25px 0 0;
  }
  .filter-button {
    font-size: 1.5rem;
    padding: 15px 20px;
    margin: 0 5px;
    border-radius: 20px;
    line-height: 1.25;
  }
  .report-active span.report-triangle {
    bottom: -21px;
    border: 9px solid transparent;
    border-top: 12px solid #ffb700;
  }
  .report-cntDetail {
    margin: 35px 0 0;
  }
  .report-cntList dl a {
    padding: 20px 12px;
    align-items: center;
  }
  .report-cntList dl dt {
    width: 23%;
    font-size: 1.2rem;
  }
  .report-cntList dl dd {
    width: 74%;
  }
  .report-cntList dl a::after {
    width: 7px;
    height: 7px;
    right: 12px;
  }
  .report-bottomIllust {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 250px;
    width: auto;
  }
}
/******************************************************
          main
******************************************************/
/******************************************************
          header
******************************************************/
header {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  /**************************************************************
  					ハンバーガーメニュー
  **************************************************************/
  /**************************************************************
  			ハンバーガーメニュー
  **************************************************************/
}
@media screen and (max-width: 599px) {
  header {
    top: 15px;
    left: 15px;
  }
}
header .logo {
  width: 160px;
}
@media screen and (max-width: 599px) {
  header .logo {
    width: 120px;
  }
}
header .scroll_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  justify-content: space-between;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  header .scroll_menu {
    background: transparent;
  }
}
header .scroll_menu .logo {
  width: 160px;
}
@media screen and (max-width: 599px) {
  header .scroll_menu .logo {
    display: none;
  }
}
header .scroll_menu .header_btn {
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  header .scroll_menu .header_btn {
    display: flex !important;
  }
}
@media screen and (max-width: 599px) {
  header .scroll_menu .header_btn {
    display: none !important;
  }
}
header .scroll_menu .header_btn li a {
  margin: 0;
  width: 330px;
  height: 60px;
  background-image: url("../img/btn_scroll.webp");
}
header .scroll_menu .header_btn li a:hover {
  opacity: 0.6;
}
header .nav {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100vh;
  background: #fff;
  display: block;
  transition: 0.5s;
  padding: 130px 80px 80px;
  z-index: -1;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  header .nav {
    right: -70%;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  header .nav {
    padding: 80px 5vw 5vw;
    right: -100%;
    width: 100%;
  }
}
header .nav.active {
  transform: translateX(-100%);
}
header .nav > ul {
  display: block;
  margin-bottom: 3em;
  font-size: 1.6rem;
}
header .nav > ul > li {
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #ffb700;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 599px) {
  header .nav > ul > li {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
header .nav > ul > li:last-child {
  border: none;
  padding: 0;
}
header .nav > ul > li:last-child img {
  border: 1px solid #e5e5e5;
}
header .nav > ul > li:nth-last-child(2) {
  padding: 0;
}
header .nav .contact li {
  border-bottom: none;
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
header .nav .contact li:nth-child(1) a {
  background: #b6282c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 2.4rem;
  padding: 15px 0;
  letter-spacing: 0.15em;
  border-radius: 7px;
}
@media screen and (max-width: 599px) {
  header .nav .contact li:nth-child(1) a {
    font-size: 2rem;
  }
}
header .nav .contact li:nth-child(2) a {
  background: #ffb700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 0;
  letter-spacing: 0.15em;
  border-radius: 7px;
}
@media screen and (max-width: 599px) {
  header .nav .contact li:nth-child(2) a {
    font-size: 1.6rem;
  }
}
header .nav .contact li:nth-child(3) {
  padding-left: 0.5em;
}
header .nav .contact li:nth-child(3) a .tel_no {
  font-size: 3.5rem;
  color: #ffa600;
}
@media screen and (max-width: 599px) {
  header .nav .contact li:nth-child(3) a .tel_no {
    font-size: 3rem;
  }
}
header .nav .contact li:nth-child(3) .sub_txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  header .nav .contact li:nth-child(3) .sub_txt {
    font-size: 1.2rem;
  }
}
header .nav .contact li:nth-child(3) .sub_txt span {
  display: block;
}
header .nav .contact li:nth-child(3) .sub_txt span:nth-child(2) {
  margin-top: 5px;
  display: flex;
}
header .nav .contact li:nth-child(3) > div.tel_book {
  margin: 20px 0;
  font-size: 1.45rem;
}
@media screen and (max-width: 599px) {
  header .nav .contact li:nth-child(3) > div.tel_book {
    font-size: 1.3rem;
  }
}
header .nav .contact li:nth-child(3) > div.tel_book p {
  line-height: 1.5;
}
header .nav .contact li:nth-child(3) > div.tel_book .btn_arrow {
  border: 2px solid #ffb700;
  padding: 10px 0;
  margin: 10px auto 0;
  border-radius: 7px;
  color: #ffb700;
  font-weight: 700;
  font-size: 110%;
  letter-spacing: 0.15em;
}
header .nav .contact li:nth-child(3) > div.tel_book .btn_arrow:after {
  border-left-color: #ffb700;
  border-top-color: #ffb700;
}
header .nav .contact li:nth-child(3) .sub_txt.kome {
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  header .nav .contact li:nth-child(3) .sub_txt.kome {
    text-align: left;
    display: flex;
  }
}
header #hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  cursor: pointer;
  transition: 1s;
  background: #ffb700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  header #hamburger {
    width: 60px;
    height: 50px;
  }
}
header #hamburger .line {
  width: 35px;
  height: 25px;
  position: relative;
}
@media screen and (max-width: 599px) {
  header #hamburger .line {
    width: 30px;
    height: 20px;
  }
}
header #hamburger .inner_line {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}
header #hamburger #line1 {
  top: 0;
}
header #hamburger #line2 {
  top: 50%;
  transform: translateY(-50%);
}
header #hamburger #line3 {
  bottom: 0px;
}
header #hamburger .line_1 {
  transform: rotate(-45deg);
  top: 13px !important;
}
@media screen and (max-width: 599px) {
  header #hamburger .line_1 {
    top: 10px !important;
  }
}
header #hamburger .line_2 {
  display: none;
}
header #hamburger .line_3 {
  transform: rotate(45deg);
  bottom: 11px !important;
}
@media screen and (max-width: 599px) {
  header #hamburger .line_3 {
    bottom: 9px !important;
  }
}

/******************************************************
          header
******************************************************/
/******************************************************
          footer
******************************************************/
footer {
  background: #ffb700;
  padding: 2em 0 1em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  footer {
    padding-top: 20px;
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
}
footer .logo {
  width: 140px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  footer .logo {
    width: 120px;
  }
}
footer .copyright {
  font-size: 1.1rem;
  margin-top: 1em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/******************************************************
          footer
******************************************************/
/******************************************************
          下部ボタン
******************************************************/
.scroll_btn {
  display: none;
}
@media screen and (max-width: 599px) {
  .scroll_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.5vw 1vw 1vw;
    z-index: 10;
    display: flex;
    align-items: center;
    transform: translateY(100%);
    transition: 0.3s;
  }
  .scroll_btn.active {
    transform: translate(0);
  }
  .scroll_btn .footer_btn {
    width: 100%;
    justify-content: center;
  }
  .scroll_btn .footer_btn li {
    width: 85%;
  }
  .scroll_btn .footer_btn li a {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background-image: url("../img/btn_scroll.webp");
  }
}

@keyframes fade_In_Up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_In_Up {
  animation: fade_In_Up 0.6s ease;
  animation-fill-mode: both;
}

.fade {
  opacity: 0;
}

/**************************************************************
　　　　　　　　　　　　delay 遅れて出現
**************************************************************/
.delay1 {
  animation-delay: 0.1s;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.3s;
}

.delay4 {
  animation-delay: 0.4s;
}

.delay5 {
  animation-delay: 0.5s;
}

.delay1s {
  animation-delay: 1s;
}

.delay1_5s {
  animation-delay: 1.5s;
}

.delay2s {
  animation-delay: 2s;
}

.delay3s {
  animation-delay: 3s;
}

@media screen and (max-width: 768px) {
  .delay,
  .delay2,
  .delay3,
  .delay4 {
    animation-delay: 0.4s;
  }
}
/**************************************************************
　　　　　　　　　　アコーディオンメニュー
**************************************************************/
.accordion {
  position: relative;
  display: inline-block;
}

.accordion:hover {
  cursor: pointer;
}

.accordion:after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 8px;
  transition: all 0.2s ease-in-out;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
}

.accordion.open:after {
  transform: rotate(-45deg);
  top: 8px;
}

.accordion-content {
  display: none;
}

/**************************************************************
　　　　　　　　　　オープニングモーダル
**************************************************************/
.info_area p {
  display: none;
}

/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

.modaal-container {
  max-width: 900px !important;
  background: none !important;
}

.modaal-content-container {
  padding: 0 !important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/* news *************************************************/
.index-news {
  background: #fff1cc;
  border-bottom: dotted 1px #fff;
  padding: 42px 0;
  box-sizing: border-box;
}
.index-newsBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-newsBox dl dt {
  width: 12%;
}
.index-newsBox dl dd {
  width: 85%;
  line-height: 1.4;
}
.index-newsInc {
  color: #f15a24;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .index-news {
    padding: 18px 0;
  }
  .index-newsBox dl {
    flex-wrap: wrap;
    font-size: 0.9em;
  }
  .index-newsBox dl dt {
    width: 100%;
  }
  .index-newsBox dl dd {
    width: 100%;
  }
}

/* calendar *************************************************/
.cal-subTitle > .cal-subTitleInc {
  font-size: 1.5em;
}
.cal-subTitle > .cal-subTitleComment {
  font-weight: 400;
  font-size: 75%;
  color: #212529;
}
.cal-imgBox {
  margin: -11% 0 0;
}
.cal-imgSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cal-imgBox {
    margin: -5% 0 0;
  }
  .cal-imgPc {
    display: none;
  }
  .cal-imgSp {
    display: block;
  }
}

/* cta btn *************************************************/
.ctaBtn-introBox {
  text-align: center;
  margin-bottom: 1em;
}
.ctaBtn-introBox .ctaBtn-intro {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 0 1em;
  box-sizing: border-box;
  line-height: 1.5;
}
.ctaBtn-introBox .ctaBtn-intro::after,
.ctaBtn-introBox .ctaBtn-intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #212529;
}
.ctaBtn-introBox .ctaBtn-intro::after {
  left: 0;
  transform: rotate(-15deg);
}
.ctaBtn-introBox .ctaBtn-intro::before {
  right: 0;
  transform: rotate(15deg);
}

/* campaign *************************************************/
.campaign-termCircle li {
  position: relative;
  padding-left: 1.5rem;
}
.campaign-termCircle li::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #212529;
  border-radius: 50%;
}
@media screen and (max-width: 550px) {
  #index #cta .cta_campaign.campaign-widthMax,
  #index #cta2 .cta_campaign.campaign-widthMax {
    width: 100%;
  }
  .campaign-widthMax p,
  .campaign-widthMax li {
    font-size: 1.1rem;
  }
  .campaign-termCircle li {
    position: relative;
    padding-left: 1rem;

    line-height: 1.5;
  }
  .campaign-termCircle li::after {
    top: 0.6rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
  }
}
