@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;
}

.font_title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_special_b {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.color_base {
  color: #212529;
}

tx*: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.6rem;
  line-height: 2;
  color: #212529;
  font-feature-settings: "palt";
  background-color: #fff;
  position: relative;
  letter-spacing: 0.1em;
}
body * {
  box-sizing: inherit;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

.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: 1.5;
  letter-spacing: 0.1em;
}

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 {
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.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.8em;
  line-height: 1.5;
  display: block;
}

.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;
}

/*********************************************************
　　　　　　　　　　　マージン・パディング
*********************************************************/
.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 {
  width: 100%;
  height: 1000px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #index .mv {
    height: 655px;
  }
}
@media screen and (max-width: 599px) {
  #index .mv {
    height: auto;
  }
}
#index .mv img {
  height: 100%;
  object-fit: contain;
}
#index .mv h1.logo {
  max-width: 90px;
  width: 25%;
  position: absolute;
  top: 1vw;
  right: 1vw;
  z-index: 10;
}
#index .mv .mv_inner {
  background: url(../img/mv.webp) no-repeat right bottom;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  #index .mv .mv_inner {
    background: none;
  }
}
#index .mv h2.copy_main {
  position: absolute;
  top: 5%;
  left: -1%;
  z-index: 20;
  max-width: 660px;
  width: 48%;
}
#index .mv h2.copy_sub {
  position: absolute;
  bottom: 15%;
  left: 4%;
  z-index: 20;
  max-width: 460px;
  width: 38%;
  line-height: 0;
}
#index .mv .sale {
  position: absolute;
  bottom: 15vh;
  left: 2vw;
  max-width: 360px;
  width: 30%;
}
#index .mv .sale img {
  object-position: left bottom;
}
#index .content_wrap section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #index .content_wrap section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  #index .content_wrap section {
    padding: 40px 0;
  }
}
#index .content_wrap .bg_grey {
  background-color: #f4f4f4;
}
#index .content_wrap .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  font-size: calc((100% + 0.5vw) * 1.8);
  margin-bottom: calc(1.2em + 60px);
  text-align: center;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1600px) {
  #index .content_wrap .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  #index .content_wrap .title {
    font-size: 2.6rem;
    margin-bottom: calc(1.2em + 30px);
  }
}
#index .content_wrap .title:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  background-image: url("../img/title_mark.svg");
  position: absolute;
  left: 50%;
  bottom: -1.2em;
  transform: translateX(-50%);
}
#index .content_wrap .midashi {
  margin-bottom: 0.5em;
}
#index .content_wrap .lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3em;
  margin-top: -3em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  #index .content_wrap .lead {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 2em;
    margin-top: -1em;
  }
}
#index .content_wrap .lead span {
  font-weight: 400;
  font-size: 90%;
}
#index .content_wrap .fukidashi_naname {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
  position: relative;
}
#index .content_wrap .fukidashi_naname:before,
#index .content_wrap .fukidashi_naname:after {
  content: "";
  position: absolute;
  top: 35%;
  background: #ffb700;
  width: 2px;
  height: 50%;
}
#index .content_wrap .fukidashi_naname:before {
  transform: rotate(-25deg);
  left: 0;
}
#index .content_wrap .fukidashi_naname:after {
  transform: rotate(25deg);
  right: 0;
}
#index .content_wrap .notes_list {
  font-size: 0.95em;
}
#index .content_wrap .notes_list li {
  display: flex;
}
#index .content_wrap .notes_list li:not(:last-child) {
  margin-bottom: 0.3em;
}
#index .content_wrap .notes_list li:before {
  content: "※";
}
#index .content_wrap .bg_naname_pattern {
  background: url("../img/bg_naname_pattern.webp") repeat;
  background-size: 5%;
}
@media screen and (max-width: 599px) {
  #index #about {
    padding-bottom: 80px;
  }
}
#index #about ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#index #about ul li figure {
  position: relative;
  width: 52%;
}
@media screen and (max-width: 1024px) {
  #index #about ul li figure {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  #index #about ul li figure {
    padding-left: 20px;
  }
}
#index #about ul li figure:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 220px;
  height: 180px;
  position: absolute;
  top: -40%;
  left: -5%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  #index #about ul li figure:before {
    height: 160px;
    top: -22%;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  #index #about ul li figure:before {
    height: 100px;
    top: -35%;
  }
}
#index #about ul li .txt_area {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  #index #about ul li .txt_area {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  #index #about ul li .txt_area {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#index #about ul li .txt_area h4 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #index #about ul li .txt_area h4 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  #index #about ul li .txt_area h4 {
    font-size: 2.4rem;
  }
}
#index #about ul li:not(:last-child) {
  margin-bottom: 100px;
}
#index #about ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#index #about ul li:nth-child(even) figure:before {
  background-position: right top;
  left: unset;
  right: -5%;
}
@media screen and (max-width: 1024px) {
  #index #about ul li:nth-child(even) figure:before {
    right: 0;
  }
}
#index #about ul li:nth-child(1) figure:before {
  background-image: url("../img/about_01_no.svg");
}
#index #about ul li:nth-child(2) figure:before {
  background-image: url("../img/about_02_no.svg");
}
@media screen and (max-width: mq_sp) {
  #index #about ul li:nth-child(2):after {
    background-image: url("../img/chara_about01.svg");
    width: 100px;
    height: 120px;
    top: -95px;
    left: 7%;
  }
}
#index #about ul li:nth-child(3) figure:before {
  background-image: url("../img/about_03_no.svg");
}
#index #about ul li:nth-child(4) figure:before {
  background-image: url("../img/about_04_no.svg");
}
#index #about ul li:nth-child(5) figure:before {
  background-image: url("../img/about_05_no.svg");
}
@media screen and (max-width: mq_sp) {
  #index #about ul li:nth-child(5):after {
    background-image: url("../img/chara_about02.svg");
    width: 64px;
    height: 95px;
    top: -89px;
    right: 0%;
    transform: rotate(-23deg);
  }
}
#index #about ul li:nth-child(6) figure:before {
  background-image: url("../img/about_06_no.svg");
}
#index #about ul li:nth-child(7) figure:before {
  background-image: url("../img/about_07_no.svg");
}
@media screen and (max-width: mq_sp) {
  #index #about ul li:nth-child(7):after {
    background-image: url("../img/chara_about03.svg");
    width: 214px;
    height: 85px;
    bottom: -75px;
    right: 3%;
    z-index: 1;
  }
}
@media screen and (max-width: 599px) {
  #index #about ul li:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #index #about ul li:nth-child(2):after {
    background-image: url("../img/chara_about01.svg");
    width: 100px;
    height: 120px;
    top: -95px;
    left: 7%;
  }
  #index #about ul li:nth-child(5):after {
    background-image: url("../img/chara_about02.svg");
    width: 64px;
    height: 95px;
    top: -89px;
    right: 0%;
    transform: rotate(-23deg);
  }
  #index #about ul li:nth-child(7):after {
    background-image: url("../img/chara_about03.svg");
    width: 214px;
    height: 85px;
    bottom: -80px;
    right: 3%;
    z-index: 1;
  }
}
#index #recommended {
  background-image: url("../img/rcm_bg.webp");
  position: relative;
  z-index: 0;
}
#index #recommended .inner {
  max-width: 850px;
}
#index #recommended ul li {
  height: 100px;
}
@media screen and (max-width: 599px) {
  #index #recommended ul li {
    height: 52px;
  }
}
#index #recommended ul li img {
  width: auto;
  height: 100%;
}
#index #recommended ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #index #recommended ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#index #recommended ul li:nth-child(even) {
  text-align: right;
}
#index #recommended ul li:nth-child(3),
#index #recommended ul li:nth-child(6) {
  height: 154px;
}
@media screen and (max-width: 599px) {
  #index #recommended ul li:nth-child(3),
  #index #recommended ul li:nth-child(6) {
    height: 81px;
  }
}
#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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 100px #fff;
  border-right: solid 130px transparent;
}
@media screen and (max-width: 599px) {
  #index #menu .intro:before {
    border-top-width: 65px;
    border-right-width: 85px;
  }
}
#index #menu .intro img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 599px) {
  #index #menu .intro:after {
    content: "";
    position: absolute;
    top: -77px;
    left: -1%;
    width: 100px;
    height: 120px;
    background: url("../img/chara_menu01.svg") no-repeat center;
    background-size: contain;
  }
}
#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: -20px;
  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 .link_insta {
  max-width: 700px;
  margin: 60px auto 0;
}
#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 #menu .menu_sample > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#index #menu .menu_sample > 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_sample > li:before {
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .menu_sample > li:before {
    width: 400px;
    height: 60px;
    top: -45px;
  }
}
#index #menu .menu_sample > li figure {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_sample > li figure {
    margin-left: 20px;
    width: 100%;
    max-height: 400px;
    height: 50vw;
  }
}
#index #menu .menu_sample > li figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 100px #fff;
  border-right: solid 130px transparent;
}
@media screen and (max-width: 599px) {
  #index #menu .menu_sample > li figure:before {
    border-top-width: 45px;
    border-right-width: 65px;
  }
}
#index #menu .menu_sample > li .txt_area {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  background: #fff399;
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_sample > li .txt_area {
    width: 100%;
    margin-right: 20px;
    margin-top: -60px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  #index #menu .menu_sample > li .txt_area {
    padding: 20px;
    padding-top: 80px;
  }
}
#index #menu .menu_sample > li .txt_area .icon {
  display: flex;
}
#index #menu .menu_sample > li .txt_area .icon li {
  width: 55px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  #index #menu .menu_sample > li .txt_area .icon li {
    width: 45px;
  }
}
#index #menu .menu_sample > li .txt_area h5 {
  font-size: 2.6rem;
  margin: 15px 0 20px;
}
@media screen and (max-width: 599px) {
  #index #menu .menu_sample > li .txt_area h5 {
    font-size: 2.2rem;
  }
}
#index #menu .menu_sample > li .txt_area p {
  font-size: 80%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
#index #menu .menu_sample > li .txt_area p span {
  display: block;
  font-size: 110%;
  margin-bottom: 5px;
}
#index #menu .menu_sample > li:not(:last-child) {
  margin-bottom: 120px;
}
#index #menu .menu_sample > li:nth-child(even) {
  flex-direction: row-reverse;
}
#index #menu .menu_sample > li:nth-child(even):before {
  left: unset;
  right: -20px;
  background-position: right top;
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_sample > li:nth-child(even):before {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_sample > li:nth-child(even) figure {
    margin-left: 0;
    margin-right: 20px;
  }
}
#index #menu .menu_sample > li:nth-child(even) figure:before {
  left: unset;
  right: 0;
  border-right: none;
  border-left: solid 130px transparent;
}
@media screen and (max-width: 599px) {
  #index #menu .menu_sample > li:nth-child(even) figure:before {
    border-left-width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  #index #menu .menu_sample > li:nth-child(even) .txt_area {
    margin-right: 0;
    margin-left: 20px;
  }
}
#index #menu .menu_sample > li:nth-child(1):before,
#index #menu .menu_sample > li:nth-child(2):before {
  background-image: url("../img/menu_main_title.svg");
}
#index #menu .menu_sample > li:nth-child(n + 3):before {
  background-image: url("../img/menu_side_title.svg");
}
#index #menu .menu_sample > li:nth-child(1) figure {
  background-image: url("../img/menu_01_pic.webp");
}
#index #menu .menu_sample > li:nth-child(2) figure {
  background-image: url("../img/menu_02_pic.webp");
}
#index #menu .menu_sample > li:nth-child(3) figure {
  background-image: url("../img/menu_03_pic.webp");
}
#index #menu .menu_sample > li:nth-child(4) figure {
  background-image: url("../img/menu_04_pic.webp");
}
#index #menu .menu_sample > li:nth-child(5) figure {
  background-image: url("../img/menu_05_pic.webp");
}
#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;
}
@media screen and (max-width: 599px) {
  #index #usecase ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#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-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #ffb700;
  padding: 0 0.5em 0 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #index #usecase ul li .fukidashi {
    font-size: 1.8rem;
  }
}
#index #usecase ul li .midashi {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  #index #usecase ul li .midashi {
    font-size: 1.8rem;
  }
}
#index #usecase ul li .txt {
  text-align: left;
  line-height: 2;
}
#index #sns_pick {
  background-color: #e5e5e5;
}
#index #sns_pick ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index #sns_pick ul li {
  width: calc((100% - 40px) / 3);
  height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 599px) {
  #index #sns_pick ul li {
    width: 80%;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
  }
  #index #sns_pick ul li:not(:last-child) {
    margin-bottom: 100px;
  }
}
#index #sns_pick ul li::-webkit-scrollbar {
  display: none;
}
#index #sns_pick ul li.twitter > div {
  margin-top: 0 !important;
}
#index #sns_pick ul li iframe {
  width: 100% !important;
  min-width: unset !important;
}
#index #calendar h4.midashi {
  text-align: center;
  margin-bottom: 1em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
#index #calendar .calendar h4.midashi {
  color: #ffb700;
}
#index #calendar .skip {
  margin-top: 3em;
  text-align: center;
}
#index #calendar .skip h4.midashi {
  background: #b6282c;
  font-size: 2.8rem;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  #index #calendar .skip h4.midashi {
    font-size: 2.4rem;
  }
}
#index #calendar .skip .flex_box {
  justify-content: space-between;
}
#index #calendar .skip .flex_box p {
  width: 42%;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #index #calendar .skip .flex_box p {
    width: 100%;
    margin-bottom: 1em;
  }
}
#index #calendar .skip .flex_box figure {
  width: 55%;
}
@media screen and (max-width: 599px) {
  #index #calendar .skip .flex_box figure {
    width: 100%;
  }
}
#index #price,
#index #price2 {
  background-image: url("../img/price_bg.webp");
  background-position: center bottom;
}
@media screen and (max-width: 599px) {
  #index #price,
  #index #price2 {
    padding-bottom: 55px;
  }
}
#index #price .items,
#index #price2 .items {
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 900px;
}
@media screen and (max-width: 599px) {
  #index #price .items,
  #index #price2 .items {
    justify-content: center;
    margin-bottom: 10px;
  }
}
#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,
#index #price2 h4 {
  margin-bottom: 0.5em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 3.8rem;
}
@media screen and (max-width: 599px) {
  #index #price h4,
  #index #price2 h4 {
    font-size: 2.6rem;
  }
}
#index #price .osara,
#index #price2 .osara {
  max-width: 530px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 599px) {
  #index #price .osara,
  #index #price2 .osara {
    width: 95%;
  }
}
#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 .notes_list li:not(:last-child),
#index #price2 .notes_list li:not(:last-child) {
  margin-bottom: 10px;
}
#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;
}
@media screen and (max-width: 599px) {
  #index #cta .notes_list,
  #index #cta2 .notes_list {
    padding-left: 13%;
    position: relative;
  }
  #index #cta .notes_list:before,
  #index #cta2 .notes_list:before {
    content: "";
    position: absolute;
    background: url("../img/chara_cta.svg") no-repeat center;
    background-size: contain;
    width: 80px;
    height: 125px;
    top: -14px;
    left: -30px;
    transform: rotate(5deg);
  }
}
#index #cta .notes_list li,
#index #cta2 .notes_list li {
  margin-bottom: 0;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #index #cta .notes_list li,
  #index #cta2 .notes_list li {
    justify-content: flex-start;
  }
}
#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;
  line-height: 1.5;
  font-size: 1.5rem;
}
#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 30px;
  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: 600px;
  margin: 50px auto 0;
}
@media screen and (max-width: 599px) {
  #index #cta .bnr,
  #index #cta2 .bnr {
    width: 90%;
  }
}
#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-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
  }
}
#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;
}
@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;
}
@media screen and (max-width: 599px) {
  #index #cta .shimekiri .sub_txt,
  #index #cta2 .shimekiri .sub_txt {
    margin-top: 10px;
  }
}
#index #comparison .chart {
  max-width: 700px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 599px) {
  #index #comparison .chart {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  #index #comparison:after {
    content: "";
    position: absolute;
    background: url("../img/chara_compare01.svg") no-repeat center;
    background-size: contain;
    width: 65px;
    height: 130px;
    top: -20px;
    right: 0;
  }
}
#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 .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;
}
@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 #faq {
  font-size: 1.5rem;
}
#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%;
  line-height: 2;
}
@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 {
  line-height: 2;
}
#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;
}
@media screen and (max-width: 599px) {
  #index #faq:after {
    content: "";
    position: absolute;
    background: url("../img/chara_faq.svg") no-repeat center;
    background-size: contain;
    top: 20px;
    left: 2px;
    width: 140px;
    height: 120px;
  }
}
#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;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #index #contact ul li:nth-child(2) > div.tel_book {
    font-size: 1.4rem;
  }
}
#index #contact ul li:nth-child(2) > div.tel_book p {
  text-align: center;
}
@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: 15px 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;
}
@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: 40px 0 100px;
}
@media screen and (max-width: 599px) {
  #index .campaign_txt {
    padding: 0 0 60px;
  }
}
#index .campaign_txt img {
  display: block;
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
}

/* report *************************************************/
#index .content_wrap section#report {
  padding: 150px 0 100px;
}
#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 #report .midashi {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -1.5em;
  margin-bottom: 0.5em;
  color: #ffb700;
  text-align: center;
  line-height: 2;
}
.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) {
  #index .content_wrap section#report {
    padding: 60px 0 40px;
  }
  #report .inner {
    padding-bottom: 230px;
  }
  #index .content_wrap #report .title {
    margin-bottom: calc(1.2em + 8px);
  }
  .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 #report .midashi {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-top: 0;
  }
  .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;
    margin-top: 100px;
    padding-top: 40px;
    position: relative;
  }
  footer:before {
    content: "";
    position: absolute;
    background: url("../img/chara_footer.svg") no-repeat center;
    background-size: contain;
    width: 150px;
    height: 150px;
    top: -126px;
    left: 50%;
    transform: translateX(-50%);
  }
}
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(30px);
}
100%{
	opacity:1;
	transform:translateY(0);
}
}
.fade_In_Up{
	animation:fade_In_Up .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;
}

/**************************************************************
　　　　　　　　　　順番に現れる
**************************************************************/
/*
.delayScroll_element{
	opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(60px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
*/
/**************************************************************
　　　　　　　　　　タブ切り替え
**************************************************************/
.tab-btn-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.tab-btn {
  width: calc(100% / 4);
  padding: 10px 0;
  color: #ffb700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ffb700;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .tab-btn {
    padding: 4px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .tab-btn {
    width: calc(100% / 2);
    font-size: 1.4rem;
  }
}

.week5 .tab-btn {
  width: calc(100% / 5);
}
@media screen and (max-width: 599px) {
  .week5 .tab-btn {
    width: calc(100% / 3);
  }
}

.tab-btn.show {
  background: #ffb700;
  color: #fff;
}

.tab-btn:hover {
  background: #ffb700;
  color: #fff;
}

.tab-contents-wrap {
  width: 100%;
  margin: 0 auto;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

/**************************************************************
　　　　　　　　　　オープニングモーダル
**************************************************************/
.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 .mv {
  position: relative;
}
.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;
  line-height: 1.8;
}
.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;
  }
}
