/*
* 基本スタイル
* ┗共通スタイル
* ヘッダー
* ┗グローバルナビゲーション
* フッター
* 汎用
* パーツ
*/
/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
/*+++++++++++++++++++++++++++++++++++++++++++
	クイズdeマルシェ
+++++++++++++++++++++++++++++++++++++++++++ */
.quizArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  min-height: 748px;
  height: 100%;
  padding: 0 0 70px;
  background: #FFFBC7;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .quizArea {
    min-height: 0;
    padding: 0 10px 70px;
  }
}
.quizArea.quizDetail {
  min-height: 100vh;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .quizArea.quizDetail {
    padding: 0;
  }
  .quizArea.quizDetail .quizInner,
  .quizArea.quizDetail .infoInner {
    padding: 0 10px;
  }
}
.quizArea .quizBg {
  min-width: 900px;
  min-height: 748px;
  margin: 0 auto;
  background: url(../img/quiz/bg_quiz_l.webp) no-repeat 23px 80px, url(../img/quiz/bg_quiz_r.webp) no-repeat right 50px top 80px;
  background-color: #FFF100;
}
@media screen and (max-width: 767px) {
  .quizArea .quizBg {
    min-width: 320px;
    min-height: 480px;
    width: 100%;
    background-image: none;
  }
}
.quizArea .quizInner {
  max-width: 500px;
  margin: 0 auto;
}
.quizArea .quizInner figure {
  margin-bottom: 10px;
}
.quizArea .quizInner .open_p {
  margin-bottom: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .open_p {
    font-size: 4.8vw;
  }
}
.quizArea .quizInner .close_p {
  margin: 0 0 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  color: #6A3906;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .close_p {
    font-size: 6.4vw;
  }
}
.quizArea .quizInner small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner small {
    font-size: 2.4vw;
  }
}
.quizArea .quizInner .q_flag {
  position: relative;
}
.quizArea .quizInner .q_flag::before,
.quizArea .quizInner .q_flag::after {
  content: url(../img/quiz/bg_flag.webp);
  display: inline-block;
  position: absolute;
  top: 0;
}
.quizArea .quizInner .q_flag::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag::before {
    left: -10px;
  }
}
.quizArea .quizInner .q_flag::after {
  transform: scale(-1, 1);
  right: 0;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag::after {
    right: -10px;
  }
}
.quizArea .quizInner .q_flag.q_num {
  min-height: 100px;
  margin: 0 0 10px;
  font-size: 4.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  letter-spacing: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_num {
    min-height: 0;
    font-size: 8.4vw;
  }
}
.quizArea .quizInner .q_flag.q_num strong {
  font-size: 9rem;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_num strong {
    font-size: 18vw;
  }
}
.quizArea .quizInner .q_flag.q_pass {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  padding: 90px 0 0;
  margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_pass {
    min-height: 0;
  }
}
.quizArea .quizInner .q_flag.q_pass strong {
  font-size: 7.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  color: #F23838;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_pass strong {
    font-size: 16vw;
  }
}
.quizArea .quizInner .q_flag.q_pass.q_failure {
  padding-top: 60px;
}
.quizArea .quizInner .q_flag.q_pass.q_failure strong {
  font-size: 6rem;
  color: #3F92D1;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_pass.q_failure strong {
    font-size: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_pass.q_failure img {
    width: 117px;
  }
}
.quizArea .quizInner .q_flag.q_result {
  min-height: 240px;
  padding: 60px 0 50px;
}
.quizArea .quizInner .q_flag.q_result p {
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #6A3906;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_result p {
    margin: 0 -100px 30px;
    font-size: 8vw;
  }
}
.quizArea .quizInner .q_flag.q_result .q_rate {
  padding: 6px;
  background: #F990CE;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.quizArea .quizInner .q_flag.q_result .q_rate .bar {
  display: block;
  height: 100%;
  background: #F359B4;
  position: absolute;
  left: 0;
  top: 0;
}
.quizArea .quizInner .q_flag.q_result .q_rate strong {
  color: #FFF;
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_flag.q_result .q_rate strong {
    font-size: 4.4vw;
  }
}
.quizArea .quizInner .q_text {
  margin: 0 0 20px;
  padding: 18px;
  background: #FFF;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_text {
    font-size: 4vw;
  }
}
.quizArea .quizInner .q_img {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_img {
    gap: 10px;
  }
}
.quizArea .quizInner .q_img .fukidashi {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 148px;
  padding: 0 0 0 27px;
  background: url(../img/quiz/fukidashi.webp) no-repeat center center / contain;
}
.quizArea .quizInner .q_img .fukidashi p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 140px;
  font-size: 2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_img .hanepyon1 {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_img .hanepyonImg {
    width: 115px;
  }
}
.quizArea .quizInner .q_select {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 35px;
}
.quizArea .quizInner .q_select .labelItem {
  width: 150px;
  border: transparent 3px solid;
  border-radius: 13px;
  box-sizing: content-box;
}
.quizArea .quizInner .q_select .labelItem:has(input:checked) {
  border-color: #F359B4;
}
.quizArea .quizInner .q_select .labelItem input {
  display: none;
}
.quizArea .quizInner .q_select .labelItem label {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: #B5AD25 1px solid;
  border-radius: 9px;
  background: #FFF;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_select .labelItem label {
    padding: 6px;
  }
}
.quizArea .quizInner .q_select .labelItem label:has(input:checked) {
  border-color: #F359B4;
}
.quizArea .quizInner .q_select .labelItem label img {
  width: 128px;
  height: 176px;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .quizArea .quizInner .q_select .labelItem label img {
    width: 100%;
    max-height: 176px;
    height: 36vw;
  }
}
.quizArea .quizInner .q_select .labelItem p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.quizArea .infoBg {
  min-width: 900px;
  min-height: 748px;
  margin: 0 auto;
  background: url(../img/quiz/bg_info.webp);
}
@media screen and (max-width: 767px) {
  .quizArea .infoBg {
    min-width: 320px;
    min-height: 480px;
    width: 100%;
  }
}
.quizArea .infoInner {
  max-width: 500px;
  margin: 0 auto;
}
.quizArea .infoInner figure {
  margin-bottom: 10px;
}
.quizArea .infoInner .open_p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner .open_p {
    font-size: 4.8vw;
  }
}
.quizArea .infoInner .btn2 {
  background: #4394FF;
  box-shadow: 0 3px 0 #1873EB;
}
@media screen and (min-width: 768px) {
  .quizArea .infoInner .btn2:hover {
    box-shadow: none;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner .btn2:active {
    box-shadow: none;
    top: 3px;
  }
}
.quizArea .infoInner small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner small {
    font-size: 2.4vw;
  }
}
.quizArea .infoInner .hanepyon5 {
  margin: auto;
  position: relative;
  top: 0;
  left: 15px;
  right: 0;
}
.quizArea .infoInner .hanepyon5 img {
  margin: auto;
  position: absolute;
  z-index: 0;
}
.quizArea .infoInner .hanepyon5 img.center {
  top: 0;
  left: 0;
  right: 0;
}
.quizArea .infoInner .hanepyon5 img.left {
  top: 80px;
  left: -104px;
  right: 0;
}
.quizArea .infoInner .hanepyon5 img.right {
  transform: scale(-1, 1);
  top: 80px;
  left: 0;
  right: -34px;
}
.quizArea .infoInner dl {
  margin: 100px 0 30px;
  border: #000 3px solid;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
}
.quizArea .infoInner dl dt {
  height: 30px;
  background: #F359B4;
  color: #F359B4;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  border-radius: 7px 7px 0 0;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner dl dt {
    font-size: 6.4vw;
  }
}
.quizArea .infoInner dl dd {
  padding: 14px 19px 44px;
  text-align: left;
  background: #FFF;
  position: relative;
}
.quizArea .infoInner dl dd::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: #F359B4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner dl dd {
    padding: 10px 15px;
  }
}
.quizArea .infoInner dl dd time {
  display: block;
  width: max-content;
  margin: 0 0 5px;
  padding: 2px 10px;
  line-height: 1.2;
  border-radius: 20px;
  background: #F359B4;
  color: #FFF;
  font-size: 1.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner dl dd time {
    font-size: 2.8vw;
  }
}
.quizArea .infoInner dl dd h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner dl dd h2 {
    font-size: 4vw;
  }
}
.quizArea .infoInner dl dd h3 {
  margin: 25px 0 10px;
  padding: 0 0 0 14px;
  font-size: 1.8rem;
  position: relative;
}
.quizArea .infoInner dl dd h3::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #F359B4;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner dl dd h3 {
    font-size: 3.2vw;
  }
}
.quizArea .infoInner dl dd p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .quizArea .infoInner dl dd p {
    font-size: 3.2vw;
  }
}
.quizArea .infoInner dl dd iframe {
  max-width: 100%;
}
.notFound {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 748px;
}
.notFound h2 {
  margin: 20px 0 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .notFound h2 {
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	アニメーション
+++++++++++++++++++++++++++++++++++++++++++ */
.hanepyon1 {
  animation: hanepyon1 1.5s infinite alternate linear;
  transform-origin: 50% 90%;
}
.hanepyon5 .left {
  animation: hanepyon5arm 1s forwards;
}
.hanepyon5 .right {
  animation: hanepyon5arm 1s 1s forwards;
}
.hanepyon5 .center {
  transform-origin: 40% 100%;
  animation: hanepyon5head 1s 2.5s forwards, hanepyon5 1.5s 3.5s infinite linear;
}
.fadein {
  animation: fadein 2s both ease-out;
}
.q_correct .zoom {
  animation: zoom 1.5s 0.5s both ease-out;
}
.q_correct img.fadein {
  animation-delay: 1s;
}
.q_failure .fall {
  transform-origin: 100% 100%;
  animation: fall 1.5s both ease-in;
}
.q_failure img.fadein {
  animation-delay: 1s;
}
.q_result p.fadein {
  animation-delay: 1s;
}
.q_result .q_rate.fadein {
  animation-delay: 2s;
}
.q_result .q_rate.fadein .bar {
  animation: bar 2s 4s forwards linear;
}
.q_text.fadein {
  animation-delay: 2s;
}
.q_img.fadein {
  animation-delay: 2s;
}
.btnFade.fadein {
  animation-delay: 2s;
}
.close_p.fadein,
.btnFade2.fadein {
  animation-delay: 4.5s;
}
@keyframes hanepyon1 {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@keyframes hanepyon5 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes hanepyon5head {
  0% {
    top: 0;
  }
  99% {
    top: -90px;
    z-index: 0;
  }
  100% {
    top: -90px;
    z-index: 2;
  }
}
@keyframes hanepyon5arm {
  0% {
    top: 80px;
  }
  80% {
    top: -10px;
    z-index: 0;
  }
  100% {
    top: -8px;
    z-index: 3;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fall {
  0% {
    transform: translateY(-300px) rotate(20deg);
  }
  70% {
    transform: translateY(0) rotate(20deg);
  }
  80% {
    transform: translateY(0) rotate(20deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #999 1px dotted;
  margin: 30px 0;
}
/* -------------------------------- テーブル */
table {
  margin: 0 0 20px;
  border-top: #E3E3E3 1px solid;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 3.2vw;
  }
}
table th {
  padding: 5px 20px 5px 5px;
  white-space: nowrap;
  border-bottom: #E3E3E3 1px solid;
  vertical-align: top;
}
table td {
  padding: 5px 0px 5px 20px;
  border-bottom: #E3E3E3 1px solid;
}
@media screen and (max-width: 767px) {
  table td {
    padding-left: 0;
  }
}
table td a {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
  .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #635A4B;
    border-radius: 15px;
  }
  table.tableResponsive thead {
    display: none;
  }
  table.tableResponsive th {
    display: block;
  }
  table.tableResponsive tr {
    display: block;
    margin-top: 10px;
  }
  table.tableResponsive td {
    display: block;
    border-top: none;
  }
  table.tableResponsive td::before {
    content: attr(aria-label);
    display: inline-block;
    width: 50px;
  }
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li::marker {
  color: #DDD;
}
.listDisc_01 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: 1.8rem;
  margin: 0 0 0 -1.8rem;
  text-align: center;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #635A4B;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
*/
.dlList_01 > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.dlList_01 > div dt {
  min-width: 0;
}
.dlList_01 > div dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .dlList_01 > div {
    display: block;
  }
  .dlList_01 > div dt {
    width: 100%;
    padding: 8px 0 2px;
  }
  .dlList_01 > div dd {
    width: 100%;
    padding: 2px 0 8px;
  }
  .dlList_01 > div dd:nth-of-type(n+2) {
    border: none;
  }
}
.dlList_01.dlBorder > div {
  border-bottom: #EFEFEF 1px solid;
}
.dlList_02 > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.dlList_02 > div dt {
  min-width: 0;
}
.dlList_02 > div dd {
  flex: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	共通スタイル
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: auto;
    padding: 0 10px;
  }
}
article h2 {
  margin: 0 0 48px;
  text-align: center;
  font-size: 4.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #6A3906;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 8.8vw;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
article h3 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  color: #6A3906;
}
@media screen and (max-width: 767px) {
  article h3 {
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	about
+++++++++++++++++++++++++++++++++++++++++++ */
#about {
  background: #FFFBC7;
  position: relative;
  overflow: hidden;
}
#about .inner {
  min-height: 680px;
  padding: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .inner {
    min-height: auto;
    padding: 30px 0;
  }
}
#about .inner h2 {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #about .inner h2 {
    padding-top: 0;
  }
}
#about .inner h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #about .inner h3 {
    font-size: 6.4vw;
  }
}
#about .inner P {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #about .inner P {
    font-size: 4vw;
  }
}
#about .inner > img {
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #about .inner > img {
    display: none;
  }
}
#about .inner > img.left {
  left: -820px;
  right: 0;
}
#about .inner > img.left.pos2 {
  left: -980px;
}
#about .inner > img.right {
  right: -820px;
  left: 0;
}
#about .inner > img.right.pos2 {
  right: -980px;
}
#about .inner > img.pos1 {
  top: 20px;
}
#about .inner > img.pos2 {
  top: 240px;
}
#about .inner > img.pos3 {
  top: 460px;
}
#about .bottom {
  margin: auto;
  position: absolute;
  bottom: -64px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #about .bottom {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	schedule
+++++++++++++++++++++++++++++++++++++++++++ */
#schedule {
  padding: 50px 0;
  background: #FFF100;
  /*
	dl {
		.flex(0);
		max-width: 773px;
		margin: 0 auto 20px;
		.MEDIA({
			display: block;
		});
		dt {
			.flex(0);
			align-items: center;
			justify-content: center;
			width: 175px;
			background: #004EA2;
			color: #FFF;
			.fontGo2;
			font-size: 2.6rem;
			border-radius: 16px 0 0 16px;
			.MEDIA({
				width: 100%;
				border-radius: 16px 16px 0 0;
				font-size: 5.2vw;
			});
		}
		dd {
			flex: 1;
			padding: 10px 20px;
			background: #FFF;
			border-radius: 0 16px 16px 0;
			font-size: 1.8rem;
			font-weight: bold;
			.MEDIA({
				padding: 10px 15px;
				font-size: 2.8vw;
				border-radius: 0 0 16px 16px;
			});
			strong {
				font-weight: 500;
				font-size: 2.8rem;
				.fontEng;
				.MEDIA({
					font-size: 4.8vw;
				});
			}
		}
	}
*/
}
@media screen and (max-width: 767px) {
  #schedule {
    padding: 30px 0;
  }
}
#schedule h2 {
  min-height: 137px;
  padding: 30px 0 0;
  background: url("../img/bg_schedule.png") no-repeat center center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #schedule h2 {
    background-size: contain;
    min-height: 0;
  }
}
#schedule .schedule-text {
  max-width: max-content;
  margin: auto;
  padding: 10px 40px 10px 40px;
  background: #FFF;
  border-radius: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-text {
    width: auto;
    padding: 10px 15px;
    font-size: 2.8vw;
    border-radius: 16px;
  }
}
#schedule .schedule-text .indent {
  margin-bottom: 0;
  padding-left: 80px;
  text-indent: -50px;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-text .indent {
    padding-left: calc(15px + 10vw);
    text-indent: -10vw;
  }
}
#schedule .schedule-text strong {
  font-weight: 500;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-text strong {
    font-size: 4.8vw;
  }
}
#schedule .map {
  margin: 50px 0 0;
  padding: 20px;
  background: #FFF;
}
#schedule .map h3 {
  color: #6A3906;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	shop
+++++++++++++++++++++++++++++++++++++++++++ */
#shop {
  padding: 50px 0;
  background: #FFFBC7;
}
@media screen and (max-width: 767px) {
  #shop {
    padding: 30px 0;
  }
}
#shop .columnBox {
  gap: 25px 0;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  #shop .columnBox {
    gap: 10px 0;
    margin-bottom: 30px;
  }
}
#shop .columnItem {
  max-width: 340px;
  margin-bottom: 20px;
  text-decoration: none;
  box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
#shop .columnItem .description {
  height: 100%;
  padding: 15px 20px 20px;
  background: #FFF;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #shop .columnItem .description {
    padding: 10px 15px;
  }
}
#shop .columnItem .description h3 {
  color: #5C5C5A;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #shop .columnItem .description h3 {
    font-size: 3.6vw;
  }
}
#shop .columnItem .description p {
  color: #6F706F;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #shop .columnItem .description p {
    font-size: 2.8vw;
  }
}
#shop .columnItem img {
  display: block;
  width: 340px;
  height: 180px;
  object-fit: cover;
}
.category {
  display: inline-block;
  padding: 2px 12px 0;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  background: #99D479;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .category {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	modal
+++++++++++++++++++++++++++++++++++++++++++ */
.mfp-content {
  max-width: 860px;
  padding: 40px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .mfp-content {
    padding: 20px 30px;
  }
}
.mfp-close {
  font-size: 35px!important;
  color: #FFF !important;
  position: fixed!important;
}
@media screen and (max-width: 767px) {
  .mfp-close {
    color: #000 !important;
    position: absolute!important;
  }
}
.mfp-arrow-left {
  margin-left: auto!important;
  margin-right: auto!important;
  right: 0!important;
  left: -900px !important;
  opacity: 0.9 !important;
}
@media screen and (max-width: 1023px) {
  .mfp-arrow-left {
    right: auto!important;
    left: -10px !important;
  }
}
.mfp-arrow-right {
  margin-left: auto!important;
  margin-right: auto!important;
  right: -900px !important;
  left: 0!important;
  opacity: 0.9 !important;
}
@media screen and (max-width: 1023px) {
  .mfp-arrow-right {
    right: -10px !important;
    left: auto!important;
  }
}
.modal h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .modal h1 {
    display: block;
  }
}
.modal h1 .category {
  margin: 0 15px 0 0;
}
.modal h1 .add_shop {
  display: block;
  max-width: max-content;
  padding: 0 10px;
  background: #C94E97;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 2px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .modal h1 .add_shop {
    margin: 0 0 0 auto;
  }
}
.modal h1 .add_shop.add_shop_2 {
  background: #99D47A;
}
.modal h2 {
  padding: 2px 8px;
  background: rgba(201, 78, 151, 0.1);
  color: #C94E97;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modal h2 {
    font-size: 4vw;
  }
}
.modal h3 {
  margin: 24px 0 10px;
  padding: 1px 0 1px 15px;
  border-left: #C94E97 3px solid;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .modal h3 {
    font-size: 4.8vw;
  }
}
.modal p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .modal p {
    font-size: 2.8vw;
  }
}
.modal strong {
  font-size: 1.6rem;
  color: #C94E97;
}
@media screen and (max-width: 767px) {
  .modal strong {
    font-size: 3.2vw;
  }
}
.modal dl dt {
  width: 112px;
  color: #C94E97;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal dl dt {
    width: auto;
    font-size: 2.8vw;
  }
}
.modal dl dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .modal dl dd {
    font-size: 2.8vw;
  }
}
.modal section {
  margin: 20px 0 0;
  border-top: #6A3906 4px dotted;
}
.modal .flex {
  gap: 30px;
}
.modal .flex .flexImg {
  width: 330px;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .modal .flex .flexImg {
    width: auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	slider
+++++++++++++++++++++++++++++++++++++++++++ */
.slick-slider {
  width: 267px;
  margin: auto;
}
.slick-slider.slick-initialized .slick-item {
  display: block;
}
.slick-slider .slick-item {
  display: block;
}
.slick-slider .slick-item img {
  width: 267px;
  height: 180px;
  object-fit: scale-down;
  position: relative;
}
.slick-slider .slick-item:nth-of-type(1) {
  background: #DDD;
}
.slick-slider .slick-prev {
  left: -35px;
  z-index: 1;
  width: 30px;
  height: 42px;
}
.slick-slider .slick-prev::before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.4rem;
  color: #C94E97;
}
.slick-slider .slick-next {
  right: -35px;
  z-index: 1;
  width: 30px;
  height: 42px;
}
.slick-slider .slick-next::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2.4rem;
  color: #C94E97;
}
.slick-slider .slick-dots {
  bottom: -28px;
}
@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: -14px;
  }
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #C94E97;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #C94E97;
  opacity: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	aside
+++++++++++++++++++++++++++++++++++++++++++ */
aside {
  padding: 90px 0 40px;
  background: #6A3906;
  text-align: center;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  aside {
    padding: 30px 0;
  }
}
aside .icon {
  margin: auto;
  position: absolute;
  top: 25px;
  right: -822px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  aside .icon {
    display: none;
  }
}
aside h3 {
  margin: 0 0 60px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  aside h3 {
    font-size: 6.8vw;
  }
}
aside h3 strong {
  text-decoration: underline wavy 1.5px #FFF;
  text-underline-offset: 10px;
}
aside p {
  margin: 0 0 30px;
}
#gMap {
  position: relative;
  z-index: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	news
+++++++++++++++++++++++++++++++++++++++++++ */
#news {
  padding: 50px 0;
  background: #FFFBC7;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 30px 0;
  }
}
#news .newsArea {
  padding: 0 32px;
  background: #FFFEF2;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #news .newsArea {
    height: 70vh;
    padding: 0 16px;
  }
}
#news .newsArea section {
  padding: 32px 0;
  border-bottom: #6A3906 4px dotted;
}
@media screen and (max-width: 767px) {
  #news .newsArea section {
    padding: 16px 0;
  }
}
#news .newsArea section:nth-last-of-type(1) {
  border: none;
}
#news .newsArea time {
  color: #C94E97;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
#news .newsArea h3 {
  font-size: 2.2rem;
  color: #222;
}
#news .newsArea p {
  font-size: 1.6rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contact
+++++++++++++++++++++++++++++++++++++++++++ */
#contact {
  padding: 20px 0 70px;
  background: #FFFBC7;
}
#contact .bg {
  max-width: 1014px;
  height: 384px;
  padding: 98px 0 0;
  margin: 0 auto;
  background: url("../img/bg_contact.png") no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
  #contact .bg {
    height: auto;
    padding: 50px 10px;
  }
}
#contact .bg h2 {
  margin-bottom: 10px;
}
#contact .bg p {
  color: #6A3906;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contact .bg p {
    font-size: 4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  background: url("../img/mv.webp") no-repeat center top #FFF100;
  min-height: 790px;
  padding: 616px 10px 40px;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 0;
    padding-top: 93vw;
    padding-bottom: 0;
    background-size: 206% auto;
    background-position: calc(50% + 8px) top;
  }
}
.mv .mv-text {
  text-align: center;
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width: 767px) {
  .mv .mv-text {
    padding-bottom: 5vw;
  }
}
.mv .mv-text p {
  margin: 0;
  line-height: 1.4;
}
.mv .mv-text p.tex1 {
  margin-bottom: 5px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .mv .mv-text p.tex1 {
    font-size: 4.8vw;
  }
}
.mv .mv-text p.tex2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .mv .mv-text p.tex2 {
    font-size: 3.8vw;
  }
}
.mv .mv-text p.tex3 {
  padding-top: 12px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .mv .mv-text p.tex3 {
    padding-top: 1.2vw;
    font-size: 2.4vw;
  }
}
.mv .mv-text p.notice {
  font-size: 2.6rem;
  padding: 14px 20px;
  max-width: 680px;
  border-radius: 20px;
  background: #FFF87D;
  margin: 15px auto 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mv .mv-text p.notice {
    padding: 1.2vw;
    font-size: 3.4vw;
  }
}
.mv .mv-text s {
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: #D90000;
}
.mv .mv-text .importantArea {
  max-width: 840px;
  margin: 20px auto;
  border: #D90000 2px solid;
}
.mv .mv-text .importantArea dt {
  padding: 5px;
  text-align: center;
  background: #D90000;
  color: #FFF;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mv .mv-text .importantArea dt {
    font-size: 4.8vw;
  }
}
.mv .mv-text .importantArea dd {
  padding: 15px 20px;
  background: #FFF;
}
.mv .mv-text .importantArea dd p {
  margin-bottom: 5px;
}
.mv .mv-text .importantArea dd p strong {
  color: #D90000;
}
.mv .mv-text .icon {
  position: absolute;
  top: -40px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .mv .mv-text .icon {
    width: 12vw;
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.mv .mv-text .icon small {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  background: #6A3906;
}
#gNav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #gNav ul {
    gap: 0 20px;
    flex-wrap: wrap;
  }
}
#gNav ul li a {
  display: inline-block;
  padding: 20px 0;
  color: #FFF;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #gNav ul li a {
    padding: 10px 0;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++ drawer */
@media screen and (max-width: 767px) {
  .drawer--right .drawer-nav {
    right: -28rem !important;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 28rem !important;
  }
  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
  }
}
header .drawer-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  header .drawer-toggle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .drawer-nav {
    z-index: 100;
    position: fixed;
    width: 28rem;
  }
  header .drawer-nav .drawer-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .drawer-hamburger {
    background: #2856A7;
    z-index: 10000;
    width: 3rem;
    padding: 18px 15px 40px;
  }
  header .drawer-hamburger .drawer-text {
    white-space: nowrap;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  header .drawer-hamburger:hover {
    background: #2856A7;
  }
  header .drawer-hamburger-icon {
    margin: 0;
    position: relative;
    top: 6px;
    background: #FFF;
    height: 4px;
  }
  header .drawer-hamburger-icon::before,
  header .drawer-hamburger-icon::after {
    background: #FFF;
    height: 4px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  padding: 32px 0;
  background: #FFF100;
}
footer .flex {
  gap: 36px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .flex {
    flex-direction: column;
    gap: 10px;
  }
}
footer .flex .flexText {
  padding: 25px 30px;
  border-radius: 26px;
  background: #FFFBC7;
  color: #6A3906;
}
@media screen and (max-width: 767px) {
  footer .flex .flexText {
    order: 1;
    padding: 10px 15px;
  }
}
footer .flex .flexText h1 {
  margin: 0 0 20px;
  border-bottom: #6A3906 1px solid;
  font-size: 2.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width: 767px) {
  footer .flex .flexText h1 {
    font-size: 5.6vw;
  }
}
footer .flex .flexText p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer .flex .flexText p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  footer .flex .flexImg {
    width: 80%;
    margin: 0 auto 20px;
  }
}
footer small {
  display: block;
  padding: 42px 0;
  text-align: center;
  color: #6A3906;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 3.2vw;
    padding: 15px 0 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #C94E97;
  text-underline-offset: 3px;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
@media screen and (max-width: 767px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    text-align: right!important;
  }
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #D90000;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 767px) {
  .fs10 {
    font-size: 2vw!important;
  }
  .fs11 {
    font-size: 2.2vw !important;
  }
  .fs12 {
    font-size: 2.4vw !important;
  }
  .fs13 {
    font-size: 2.6vw !important;
  }
  .fs14 {
    font-size: 2.8vw !important;
  }
  .fs15 {
    font-size: 3vw!important;
  }
  .fs16 {
    font-size: 3.2vw !important;
  }
  .fs17 {
    font-size: 3.4vw !important;
  }
  .fs18 {
    font-size: 3.6vw !important;
  }
  .fs19 {
    font-size: 3.8vw !important;
  }
  .fs20 {
    font-size: 4vw!important;
  }
  .fs21 {
    font-size: 4.2vw !important;
  }
  .fs22 {
    font-size: 4.4vw !important;
  }
  .fs23 {
    font-size: 4.6vw !important;
  }
  .fs24 {
    font-size: 4.8vw !important;
  }
  .fs25 {
    font-size: 5vw!important;
  }
  .fs26 {
    font-size: 5.2vw !important;
  }
  .fs27 {
    font-size: 5.4vw !important;
  }
  .fs28 {
    font-size: 5.6vw !important;
  }
  .fs29 {
    font-size: 5.8vw !important;
  }
  .fs30 {
    font-size: 6vw!important;
  }
  .fs32 {
    font-size: 6.4vw !important;
  }
  .fs34 {
    font-size: 6.8vw !important;
  }
  .fs36 {
    font-size: 7.2vw !important;
  }
  .fs38 {
    font-size: 7.6vw !important;
  }
  .fs40 {
    font-size: 8vw!important;
  }
  .fs42 {
    font-size: 8.4vw !important;
  }
  .fs44 {
    font-size: 8.8vw !important;
  }
  .fs46 {
    font-size: 9.2vw !important;
  }
  .fs48 {
    font-size: 9.6vw !important;
  }
  .fs10_sp {
    font-size: 2vw!important;
  }
  .fs11_sp {
    font-size: 2.2vw !important;
  }
  .fs12_sp {
    font-size: 2.4vw !important;
  }
  .fs13_sp {
    font-size: 2.6vw !important;
  }
  .fs14_sp {
    font-size: 2.8vw !important;
  }
  .fs15_sp {
    font-size: 3vw!important;
  }
  .fs16_sp {
    font-size: 3.2vw !important;
  }
  .fs17_sp {
    font-size: 3.4vw !important;
  }
  .fs18_sp {
    font-size: 3.6vw !important;
  }
  .fs19_sp {
    font-size: 3.8vw !important;
  }
  .fs20_sp {
    font-size: 4vw!important;
  }
  .fs21_sp {
    font-size: 4.2vw !important;
  }
  .fs22_sp {
    font-size: 4.4vw !important;
  }
  .fs23_sp {
    font-size: 4.6vw !important;
  }
  .fs24_sp {
    font-size: 4.8vw !important;
  }
  .fs25_sp {
    font-size: 5vw!important;
  }
  .fs26_sp {
    font-size: 5.2vw !important;
  }
  .fs27_sp {
    font-size: 5.4vw !important;
  }
  .fs28_sp {
    font-size: 5.6vw !important;
  }
  .fs29_sp {
    font-size: 5.8vw !important;
  }
  .fs30_sp {
    font-size: 6vw!important;
  }
  .fs32_sp {
    font-size: 6.4vw !important;
  }
  .fs34_sp {
    font-size: 6.8vw !important;
  }
  .fs36_sp {
    font-size: 7.2vw !important;
  }
  .fs38_sp {
    font-size: 7.6vw !important;
  }
  .fs40_sp {
    font-size: 8vw!important;
  }
  .fs42_sp {
    font-size: 8.4vw !important;
  }
  .fs44_sp {
    font-size: 8.8vw !important;
  }
  .fs46_sp {
    font-size: 9.2vw !important;
  }
  .fs48_sp {
    font-size: 9.6vw !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px!important;
  }
  .mt5_sp {
    margin-top: 5px!important;
  }
  .mt10_sp {
    margin-top: 10px!important;
  }
  .mt15_sp {
    margin-top: 15px!important;
  }
  .mt20_sp {
    margin-top: 20px!important;
  }
  .mt25_sp {
    margin-top: 25px!important;
  }
  .mt30_sp {
    margin-top: 30px!important;
  }
  .mt35_sp {
    margin-top: 35px!important;
  }
  .mt40_sp {
    margin-top: 40px!important;
  }
  .mt45_sp {
    margin-top: 45px!important;
  }
  .mt50_sp {
    margin-top: 50px!important;
  }
  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb5_sp {
    margin-bottom: 5px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb15_sp {
    margin-bottom: 15px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb25_sp {
    margin-bottom: 25px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb35_sp {
    margin-bottom: 35px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb45_sp {
    margin-bottom: 45px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mr0_sp {
    margin-right: 0px!important;
  }
  .mr5_sp {
    margin-right: 5px!important;
  }
  .mr10_sp {
    margin-right: 10px!important;
  }
  .mr15_sp {
    margin-right: 15px!important;
  }
  .mr20_sp {
    margin-right: 20px!important;
  }
  .mr25_sp {
    margin-right: 25px!important;
  }
  .mr30_sp {
    margin-right: 30px!important;
  }
  .mr35_sp {
    margin-right: 35px!important;
  }
  .mr40_sp {
    margin-right: 40px!important;
  }
  .mr45_sp {
    margin-right: 45px!important;
  }
  .mr50_sp {
    margin-right: 50px!important;
  }
  .ml0_sp {
    margin-left: 0px!important;
  }
  .ml5_sp {
    margin-left: 5px!important;
  }
  .ml10_sp {
    margin-left: 10px!important;
  }
  .ml15_sp {
    margin-left: 15px!important;
  }
  .ml20_sp {
    margin-left: 20px!important;
  }
  .ml25_sp {
    margin-left: 25px!important;
  }
  .ml30_sp {
    margin-left: 30px!important;
  }
  .ml35_sp {
    margin-left: 35px!important;
  }
  .ml40_sp {
    margin-left: 40px!important;
  }
  .ml45_sp {
    margin-left: 45px!important;
  }
  .ml50_sp {
    margin-left: 50px!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（色々なページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  background: #EEE;
  padding: 15px;
}
.photoFrame {
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.btn {
  max-width: max-content;
  padding: 5px 10px;
  background: #C94E97;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  position: relative;
  cursor: pointer;
  max-width: 289px;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  border-radius: 60px;
}
.btn .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn:hover {
  opacity: 0.7;
}
.btn2 {
  max-width: max-content;
  padding: 5px 10px;
  background: #F23838;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  display: flex;
  box-shadow: 0 3px 0 #BF0F0F;
  max-width: 370px;
  width: 100%;
  min-height: 68px;
  margin: 0 auto;
  font-size: 4rem;
  border-radius: 9px;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  top: 0;
}
.btn2 .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn2:hover {
  opacity: 0.7;
}
.btn2:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn2:hover {
    box-shadow: none;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .btn2 {
    min-height: 0;
    width: 80%;
    padding: 15px 0;
    font-size: 8vw;
  }
  .btn2:active {
    box-shadow: none;
    top: 3px;
  }
}
.columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.columnBox > * {
  display: block;
  width: 49%;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.columnBox.col3 > * {
  display: block;
  width: 32%;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.columnBox.col4 > * {
  display: block;
  width: 24%;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .columnBox.col1_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .columnBox.col1_sp > * {
    display: block;
    width: 100%;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.col2_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .columnBox.col2_sp > * {
    display: block;
    width: 49%;
  }
  .columnBox.col2_sp::before,
  .columnBox.col2_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.col3_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .columnBox.col3_sp > * {
    display: block;
    width: 32%;
  }
  .columnBox.col3_sp::before,
  .columnBox.col3_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
}
.flex.ai_fs {
  align-items: flex-start;
}
.flex.ai_c {
  align-items: center;
}
.flex.ai_fe {
  align-items: flex-end;
}
.flex.jc_fs {
  justify-content: flex-start;
}
.flex.jc_c {
  justify-content: center;
}
.flex .flexText {
  flex: 1;
}
.flex .flexImg {
  text-align: center;
}
.flex .flexRight {
  order: 1;
}
@media screen and (max-width: 767px) {
  .flex.sp_flexColumn {
    flex-direction: column;
  }
  .flex.sp_block {
    display: block;
  }
}
