@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #4d300d;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #0f515d;
  text-decoration: underline;
}

a:visited {
  color: #690c9e;
  text-decoration: underline;
}

a:hover {
  color: #00118F;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #0f515d;
}

a:active {
  _background: inherit; /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}
.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ababab;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 0px solid #4d300d !important;
    border-radius: 33px 0px 0px 33px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 1px solid #4d300d !important;
    border-radius: 6vw 0px 0px 6vw !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 64px;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: calc(12vw - 2px);
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 64px;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 66px;
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: calc(12vw - 2px);
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: calc(12vw + 2px);
    }
  }
  td.gsc-search-button {
    padding-left: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #ffee62 !important;
    width: 70px !important;
    border: 0px solid #4d300d !important;
    border-radius: 0px 33px 33px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #ffee62 !important;
    width: 12.4vw !important;
    border: 1px solid #4d300d !important;
    border-radius: 0px 6vw 6vw 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #4d300d !important;
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #4d300d !important;
    width: 5.06vw !important;
    height: 5.06vw !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 0px solid #4d300d;
    height: 66px;
    width: calc(100% - 70px);
    border-radius: 33px 0px 0px 33px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search {
    border: 1px solid #4d300d;
    height: 12vw;
    width: calc(100% - 12.4vw);
    border-radius: 6vw 0px 0px 6vw;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #ffee62;
    flex-basis: 70px;
    width: 70px;
    height: 66px;
    border: 0px solid #4d300d;
    border-radius: 0px 33px 33px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #ffee62;
    flex-basis: 12.4vw;
    width: 12.4vw;
    height: 12vw;
    border: 1px solid #4d300d;
    border-radius: 0px 6vw 6vw 0px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 30px;
    height: 30px;
    fill: #4d300d;
  }
}
@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 5.06vw;
    height: 5.06vw;
    fill: #4d300d;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}
#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}
#smartphone .wrap {
  align-items: center;
  background-color: #fccc7a;
  border: 2px solid #fccc7a;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}
#smartphone .wrap .ico {
  background-color: #4d300d;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}
#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}
#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #00118F;
  cursor: pointer;
  font-size: 100%;
  text-decoration: underline;
  padding: 0;
}

#wrapper {
  background: url(../img_common/top_right.png) right top no-repeat, url(../img_common/bg.png) center center/cover no-repeat;
}
@media print, screen and (min-width: 769px) {
  #wrapper {
    background-size: 672px 295px, 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    background-size: 68vw 33.8666666667vw, 100% 100%;
  }
}

.p-btn a {
  background: url(../img_top/slider_next.png) right center no-repeat #fff;
  border: 1px solid #4d300d;
  border-radius: calc(infinity * 1px);
  color: #4d300d;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .p-btn a {
    font-size: 1.3125rem;
    background-size: 40px;
    background-position: right 18px center;
    max-width: 400px;
    padding: 17px 65px;
    transition: all 0.4s;
  }
  .p-btn a:hover {
    background-color: #ffee62;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .p-btn a {
    font-size: 0.9375rem;
    border-width: 0.4vw;
    background-size: 7.4666666667vw;
    background-position: right 2.9333333333vw center;
    padding: 3.7333333333vw 10.6666666667vw;
  }
}

.icon-hover img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}

.icon-hover:hover img {
  transform: translateY(-10px);
}

.hover-img:hover img {
  opacity: 0.85;
}

#speach-area {
  display: none;
  background-color: #edeef0;
}
#speach-area.is-active {
  display: block;
}
#speach-area .speach-area-in {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-in {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-in {
    margin: 0 20px;
  }
}
#speach-area .speach-area-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b2441;
}
#speach-area .speach-area-close:hover {
  opacity: 0.85;
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-close {
    padding: 0;
    width: 48px;
    height: 48px;
  }
}
@media print, screen and (min-width: 769px) {
  #speach-area .speach-area-close img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #speach-area .speach-area-close img {
    width: 19px;
    height: 19px;
  }
}
#speach-area .tsutaeru-speech {
  font-size: 100%;
  text-align: left;
}
#speach-area .tsutaeru-speech .tsutaeru-button {
  margin-right: 0.25em;
}

@media print, screen and (min-width: 769px) {
  #header-print .yomiage-active {
    top: 180px;
  }
}
@media screen and (max-width: 768px) {
  #header-print .yomiage-active {
    top: 36vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:has(> img) {
  display: inline-block;
}

h2.ttl {
  color: #4d300d;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  h2.ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 2.0625rem;
  }
}
h2.ttl::before, h2.ttl::after {
  background-color: #f9aa21;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media screen and (max-width: 768px) {
  h2.ttl::before, h2.ttl::after {
    height: 3.3333333333vw;
    width: 3.3333333333vw;
  }
}
h2.ttl::before {
  left: -50px;
}
@media screen and (max-width: 768px) {
  h2.ttl::before {
    left: -6.6666666667vw;
  }
}
h2.ttl::after {
  right: -50px;
}
@media screen and (max-width: 768px) {
  h2.ttl::after {
    right: -6.6666666667vw;
  }
}

.inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 93.3333333333vw;
  }
}

.obf-contain img {
  object-fit: contain;
}
.obf-cover img {
  object-fit: cover;
}

.splide__pagination__page:focus-visible,
.splide__toggle:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.splide.mv .splide-wrapper {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide-wrapper {
    margin: 0 auto;
    width: 93.3333333333vw;
  }
}
.splide.mv .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__track {
    padding-bottom: 20px;
  }
}
.splide.mv .splide__list {
  height: auto !important;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__slide {
    width: 100%;
  }
}
.splide.mv .splide__slide > a, .splide.mv .splide__slide .item-nolink {
  font-size: 1.0625rem;
  color: #4d300d;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide > a:hover, .splide.mv .splide__slide .item-nolink:hover {
    text-decoration: underline;
  }
  .splide.mv .splide__slide > a:hover img, .splide.mv .splide__slide .item-nolink:hover img {
    opacity: 0.85;
  }
}
.splide.mv .splide__slide > a:focus-visible, .splide.mv .splide__slide .item-nolink:focus-visible {
  outline-offset: -1px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__slide img {
    box-shadow: 0px 5px 15px 0px rgba(190, 190, 190, 0.4);
    border-radius: 60px;
    width: 800px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__slide img {
    box-shadow: 0px 0.6666666667vw 2vw 0px rgba(190, 190, 190, 0.4);
    border-radius: 8vw;
    width: 100%;
    height: 58.4vw;
  }
}
.splide.mv .item-txt {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .item-txt {
    border-radius: 0 0 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .item-txt {
    border-radius: 0 0 8vw 8vw;
  }
}
.splide.mv .item-txt > * {
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .splide.mv .item-txt > * {
    font-size: 0.875rem;
    padding: 4.6666666667vw 0;
  }
}
.splide.mv .with-txt {
  box-shadow: 0px 5px 15px 0px rgba(190, 190, 190, 0.4);
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .splide.mv .with-txt {
    box-shadow: 0px 0.6666666667vw 2vw 0px rgba(190, 190, 190, 0.4);
    border-radius: 8vw;
  }
}
.splide.mv .with-txt .item-img img {
  box-shadow: none;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 768px) {
  .splide.mv .with-txt .item-img img {
    border-radius: 8vw 8vw 0 0;
  }
}
.splide.mv .splide__arrows {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrows {
    margin: 0 auto;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrows {
    justify-content: center;
  }
}
.splide.mv .splide__arrow {
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: #333;
  height: 70px;
  width: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrow {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__arrow:focus-visible {
  outline: auto !important;
}
.splide.mv .splide__arrow--next {
  background: url(../img_top/slider_next.png) center center no-repeat;
  background-size: 70px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow--next {
    position: absolute;
    right: -90px;
    top: -380px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrow--next {
    background-size: 10.6666666667vw;
  }
}
.splide.mv .splide__arrow--prev {
  background: url(../img_top/slider_prev.png) center center no-repeat;
  background-size: 70px;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__arrow--prev {
    position: absolute;
    left: -90px;
    top: -380px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__arrow--prev {
    background-size: 10.6666666667vw;
  }
}
.splide.mv .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__controls {
    position: relative;
    bottom: -1.3333333333vw;
    right: initial;
    padding-left: 0;
    justify-content: center;
    margin: 7px auto 0;
  }
}
.splide.mv .splide__pagination {
  padding: 0;
  position: initial;
  gap: 15px;
  justify-content: flex-start;
  max-width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__pagination {
    gap: 4vw;
  }
}
.splide.mv .splide__pagination li {
  display: flex;
}
.splide.mv .splide__pagination__page {
  background: url(../img_top/slider_pager.png) center center no-repeat;
  margin: 0;
  width: 20px;
  height: 20px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__pagination__page {
    background-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__pagination__page {
    background-size: 4.2666666667vw;
    height: 4vw;
    width: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__pagination__page.is-active {
  background: url(../img_top/slider_pager_active.png) center center no-repeat;
  border-radius: 0;
  transform: none !important;
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__pagination__page.is-active {
    background-size: 40px 30px;
    height: 38px;
    width: 49px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__pagination__page.is-active {
    background-size: 9.8666666667vw 7.4666666667vw;
    height: 7.4666666667vw;
    width: 9.8666666667vw;
  }
}
.splide.mv .splide__toggle {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffee62;
  border: 2px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__toggle {
    background-size: 10.6666666667vw;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.mv .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.mv .splide__toggle span {
  background-size: 50px !important;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .splide.mv .splide__toggle span {
    background-size: 10.6666666667vw !important;
  }
}
.splide.mv .splide__toggle__play {
  background: url(../img_top/start.png) center center no-repeat !important;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.splide.mv .splide__toggle__pause {
  background: url(../img_top/stop.png) center center no-repeat !important;
  width: 100%;
  height: 100%;
  inset: 0;
}
.splide.mv:not(.is-active) {
  visibility: visible !important;
}
.splide.mv:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .splide.mv:not(.is-active) .splide__list {
    gap: 6.6666666667vw;
  }
}
.splide.mv:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.mv:not(.is-active) .splide__arrows {
  display: none;
}
.splide.mv:not(.is-active) .splide__toggle {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .oshirase {
    background: url(../img_top/oshirase_left_bg.png) left top no-repeat, url(../img_top/oshirase_right_bg.png) right bottom -115px no-repeat;
    margin-top: 50px;
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase {
    background: url(../img_top/oshirase_left_bg.png) left -37.8666666667vw top/76.4vw 104vw no-repeat;
    margin-top: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner {
    align-items: flex-start;
    display: flex;
    gap: 0 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner {
    padding-top: 8vw;
  }
}
.oshirase .inner .news-in {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(190, 190, 190, 0.4);
  border-radius: 60px;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in {
    margin-top: 20px;
    min-width: 700px;
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in {
    border-radius: 8vw;
    margin-top: 3.2vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.oshirase .inner .news-in ul {
  overflow: auto;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in ul {
    height: 325px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in ul {
    max-height: 73.3333333333vw;
  }
}
.oshirase .inner .news-in ul li {
  border-bottom: 4px dotted #d0ced2;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in ul li {
    padding: 18px 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in ul li {
    border-width: 0.8vw;
    line-height: 1.3;
    padding: 4.6666666667vw 0 2vw;
  }
  .oshirase .inner .news-in ul li:first-child {
    padding-top: 0;
  }
}
.oshirase .inner .news-in ul li a {
  color: #4d300d;
  font-weight: bold;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in ul li a {
    font-size: 1.0625rem;
  }
  .oshirase .inner .news-in ul li a:hover {
    text-decoration: underline;
  }
  .oshirase .inner .news-in ul li a:focus-visible {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in ul li a {
    font-size: 0.875rem;
  }
}
.oshirase .inner .news-in ul li .date {
  color: #4d300d;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in ul li .date {
    padding-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in ul li .date {
    font-size: 0.875rem;
    padding-left: 4vw;
  }
}
.oshirase .inner .news-in ul li .date::before {
  background-color: #f69d92;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 9px;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 9px;
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in ul li .date::before {
    height: 1.6vw;
    width: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in ul li .txt {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in ul li .txt {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .news-in .p-btn {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .news-in .p-btn {
    margin-top: 4.4vw;
  }
}
.oshirase .inner .news-in .no-page {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .image-box {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .image-list li:first-child {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .image-list li a:hover img {
    opacity: 0.85;
  }
}
.oshirase .inner .image-list li img {
  box-shadow: 0px 5px 15px 0px rgba(190, 190, 190, 0.4);
  border-radius: 30px;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .oshirase .inner .image-list li img {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .oshirase .inner .image-list li img {
    width: 44vw;
  }
}

.tab {
  position: relative;
}
.tab::after {
  background: url(../img_top/tab_wave.png) center bottom/100% 100% no-repeat;
  bottom: -8px;
  content: "";
  display: inline-block;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tab::after {
    height: 11.3333333333vw;
    bottom: -1.0666666667vw;
  }
}
.tab .inner {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .tab .inner {
    background-color: #ffdea4;
    padding: 10px 0 175px;
  }
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs {
    margin: -100px auto 0;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs {
    margin-top: 17.3333333333vw;
  }
}
.tab .accessible-tabs .tab-nav > .list {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .tab-nav > .list {
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .tab-nav > .list {
    gap: 0 2.6666666667vw;
  }
}
.tab .accessible-tabs .tab-nav > .list li {
  flex-grow: 1;
}
.tab .accessible-tabs .tab-nav > .list li a {
  background: #fff;
  color: #4d300d;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .tab-nav > .list li a {
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .tab-nav > .list li a {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.tab .accessible-tabs .tab-nav > .list li a h2 {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .tab-nav > .list li a h2 {
    font-size: 2rem;
    padding: 33px 0;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .tab-nav > .list li a h2 {
    font-size: 1.125rem;
    padding: 4.5333333333vw 0;
  }
}
.tab .accessible-tabs .tab-nav > .list li.hover a {
  background: url(../img_top/tab_h2_bg.png) center bottom no-repeat #ffdea4;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .tab-nav > .list li.hover a {
    background-position: center bottom 17px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .tab-nav > .list li.hover a {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    background-size: 38.4vw 2.9333333333vw;
    background-position: center bottom 3.2vw;
  }
}
.tab .accessible-tabs .tab-nav > .list li:not(.hover) h2::after {
  background: url(../img_top/tab_arrow.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 34px;
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .tab-nav > .list li:not(.hover) h2::after {
    background-size: 2.8vw 4.5333333333vw;
    height: 4.5333333333vw;
    right: -4.2666666667vw;
    width: 2.8vw;
  }
}
.tab .accessible-tabs .in {
  background-color: #ffdea4;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .in {
    border-radius: 0 0 40px 40px;
    padding: 44px 0 46px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in {
    margin-top: -0.1333333333vw;
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.tab .accessible-tabs .in .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 18px;
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in .tab-list {
    gap: 2.6666666667vw 4vw;
  }
}
.tab .accessible-tabs .in .tab-list li {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .in .tab-list li {
    border-radius: 40px;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in .tab-list li {
    border-radius: 5.3333333333vw;
    width: 29.3333333333vw;
  }
}
.tab .accessible-tabs .in .tab-list li a, .tab .accessible-tabs .in .tab-list li .item-nolink {
  color: #4d300d;
  display: block;
  font-weight: bold;
  height: 100%;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .in .tab-list li a:focus, .tab .accessible-tabs .in .tab-list li .item-nolink:focus {
    background: none;
  }
  .tab .accessible-tabs .in .tab-list li a:focus-visible, .tab .accessible-tabs .in .tab-list li .item-nolink:focus-visible {
    outline: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in .tab-list li a, .tab .accessible-tabs .in .tab-list li .item-nolink {
    font-size: 0.875rem;
  }
}
.tab .accessible-tabs .in .tab-list li .item-in {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in .tab-list li .item-in {
    padding: 2.4vw 0 1.3333333333vw;
  }
}
.tab .accessible-tabs .in .tab-list li .item-img {
  text-align: center;
}
.tab .accessible-tabs .in .tab-list li .item-img img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .in .tab-list li .item-img img {
    width: 113px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in .tab-list li .item-img img {
    width: 18.6666666667vw;
  }
}
.tab .accessible-tabs .in .tab-list li .item-txt {
  align-items: center;
  display: flex;
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .in .tab-list li .item-txt {
    font-size: 1.125rem;
  }
  .tab .accessible-tabs .in .tab-list li .item-txt > * {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in .tab-list li .item-txt {
    font-size: 0.875rem;
  }
  .tab .accessible-tabs .in .tab-list li .item-txt > * {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .tab .accessible-tabs .in #tab2-top .item-img img {
    margin-bottom: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .tab .accessible-tabs .in #tab2-top .item-img img {
    width: 15.7333333333vw;
  }
}
.tab #tab2-top .tab-list {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .tab #tab2-top .tab-list {
    min-height: 381px;
  }
}

@media print, screen and (min-width: 769px) {
  .info {
    background: url(../img_top/kosodate_bg_left.png) left bottom no-repeat, url(../img_top/kosodate_bg_right.png) right top 15px no-repeat;
    margin-top: 60px;
    padding-bottom: 205px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    background: url(../img_top/sp_kosodate_right_bg.png) right top 10.6666666667vw no-repeat;
    margin-top: 12vw;
  }
}
.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .info-list {
    gap: 34px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .info-list {
    gap: 4.6666666667vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .info-list li a:hover img {
    opacity: 0.85;
  }
}
.info-list li img {
  box-shadow: 0px 5px 15px 0px rgba(190, 190, 190, 0.4);
  border-radius: 30px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .info-list li img {
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .info-list li img {
    width: 44vw;
  }
}

@media screen and (max-width: 768px) {
  .splide.kosodate {
    overflow: hidden;
    z-index: 10;
  }
}
.splide.kosodate .splide-wrapper {
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide-wrapper {
    margin-top: 6.6666666667vw;
  }
}
.splide.kosodate .splide__track {
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__track {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__track {
    margin: 0 auto;
    width: 65.3333333333vw;
    overflow: visible !important;
  }
}
.splide.kosodate .splide__list {
  height: auto !important;
}
.splide.kosodate .splide__slide {
  background-color: #fff;
  border-radius: 30px;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__slide {
    padding: 16px 12px 18px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__slide {
    border-radius: 3.4666666667vw;
    min-width: 31.3333333333vw;
    padding: 2.1333333333vw;
    width: 100%;
  }
}
.splide.kosodate .splide__slide > a, .splide.kosodate .splide__slide .item-nolink {
  font-size: 1.1875rem;
  color: #4d300d;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__slide > a:hover, .splide.kosodate .splide__slide .item-nolink:hover {
    text-decoration: underline;
  }
  .splide.kosodate .splide__slide > a:hover img, .splide.kosodate .splide__slide .item-nolink:hover img {
    opacity: 0.85;
  }
}
.splide.kosodate .item-img {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__slide img {
    border-radius: 26px;
    width: 200px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__slide img {
    box-shadow: 0px 0.6666666667vw 2vw 0px rgba(190, 190, 190, 0.4);
    border-radius: 3.4666666667vw;
    width: 100%;
    height: 18.6666666667vw;
  }
}
.splide.kosodate .item-txt {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .item-txt {
    border-radius: 0 0 30px 30px;
  }
}
.splide.kosodate .item-txt > * {
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .splide.kosodate .item-txt > * {
    font-size: 0.875rem;
    padding-top: 1.3333333333vw;
  }
}
.splide.kosodate .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__arrows {
    gap: 15px;
    margin: 0 auto;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__arrows {
    gap: 4.4vw;
    justify-content: center;
  }
}
.splide.kosodate .splide__arrow {
  flex-shrink: 0;
  position: initial;
  right: initial;
  left: initial;
  transform: initial;
  opacity: initial;
  border-radius: initial;
  background-color: #333;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__arrow {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__arrow:hover {
    opacity: 0.85;
  }
}
.splide.kosodate .splide__arrow--next {
  background: url(../img_top/slider_next.png) center center no-repeat;
  background-size: 50px;
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__arrow--next {
    background-size: 10.6666666667vw;
  }
}
.splide.kosodate .splide__arrow--prev {
  background: url(../img_top/slider_prev.png) center center no-repeat;
  background-size: 50px;
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__arrow--prev {
    background-size: 10.6666666667vw;
  }
}
.splide.kosodate .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__controls {
    gap: 8px;
    width: 100%;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__controls {
    margin-top: 4vw;
    width: 93.3333333333vw;
  }
}
.splide.kosodate .splide__pagination {
  padding: 0;
  position: initial;
  gap: 15px;
  justify-content: flex-start;
  max-width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__pagination {
    gap: 4vw;
  }
}
.splide.kosodate .splide__pagination li {
  display: flex;
}
.splide.kosodate .splide__pagination__page {
  background: url(../img_top/slider_pager.png) center center no-repeat;
  margin: 0;
  width: 20px;
  height: 20px;
  transition: initial;
  opacity: initial;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__pagination__page {
    background-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__pagination__page {
    background-size: 4vw;
    height: 4vw;
    width: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__pagination__page:hover {
    opacity: 0.85;
  }
}
.splide.kosodate .splide__pagination__page.is-active {
  background: url(../img_top/slider_pager_active.png) center center no-repeat;
  border-radius: 0;
  transform: none !important;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__pagination__page.is-active {
    background-size: 40px 30px;
    height: 38px;
    width: 49px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__pagination__page.is-active {
    background-size: 9.8666666667vw 7.4666666667vw;
    height: 7.4666666667vw;
    width: 9.8666666667vw;
  }
}
.splide.kosodate .splide__toggle {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffee62;
  border: 2px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__toggle {
    background-size: 10.6666666667vw;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate .splide__toggle:hover {
    opacity: 0.85;
  }
}
.splide.kosodate .splide__toggle span {
  background-size: 50px !important;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .splide.kosodate .splide__toggle span {
    background-size: 10.6666666667vw !important;
  }
}
.splide.kosodate .splide__toggle__play {
  background: url(../img_top/start.png) center center no-repeat !important;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.splide.kosodate .splide__toggle__pause {
  background: url(../img_top/stop.png) center center no-repeat !important;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  inset: 0;
}
.splide.kosodate:not(.is-active) {
  visibility: visible !important;
}
.splide.kosodate:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .splide.kosodate:not(.is-active) .splide__list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate:not(.is-active) .splide__list {
    gap: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .splide.kosodate:not(.is-active) .splide__list li {
    max-width: 31.3333333333vw;
  }
}
.splide.kosodate:not(.is-active) .splide__slide:last-child {
  margin: 0 !important;
}
.splide.kosodate:not(.is-active) .splide__arrows {
  display: none;
}
.splide.kosodate:not(.is-active) .splide__toggle {
  display: none;
}

.banner {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .banner {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 12vw;
    position: relative;
  }
  .banner::before {
    background: url(../img_top/sp_kosodate_left_bg.png) center center/49.0666666667vw 172.5333333333vw no-repeat;
    content: "";
    display: inline-block;
    height: 172.5333333333vw;
    left: -15px;
    position: absolute;
    top: -53.3333333333vw;
    width: 49.0666666667vw;
    z-index: 0;
  }
}
.banner a {
  display: block;
}
.banner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner img {
    position: relative;
    z-index: 10;
  }
}

.instagram {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .instagram {
    margin-top: -100px;
  }
  .instagram::before {
    background: url(../img_top/instagram_bg_left.png) center center no-repeat;
    content: "";
    display: inline-block;
    height: 827px;
    left: 0;
    position: absolute;
    top: -180px;
    width: 361px;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .instagram {
    margin-top: 14.6666666667vw;
  }
}
.instagram .inner {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .instagram .slick-track {
    padding: 4px 0;
  }
}
.instagram-slider {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .instagram-slider {
    margin-top: 34px;
  }
  .instagram-slider a:focus-visible {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
}
@media screen and (max-width: 768px) {
  .instagram-slider {
    margin-top: 2.6666666667vw;
  }
}
.instagram-slider li {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .instagram-slider li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .instagram-slider li {
    margin: 0 2.6666666667vw;
    width: 40vw;
  }
}
.instagram-slider img {
  display: inline-block !important;
  height: 300px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .instagram-slider img {
    height: 40vw;
    width: 40vw;
  }
}
.instagram .controls {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .instagram .controls {
    margin-top: 10px;
    text-align: right;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .instagram .controls {
    bottom: 1.3333333333vw;
    position: absolute;
    right: 0;
  }
}
.instagram .controls .slider-btn {
  border-radius: 25px !important;
  display: none;
  font-size: 0;
  inset: 0;
  margin-right: 12px;
  height: 50px;
  width: 50px;
}
@media print, screen and (min-width: 769px) {
  .instagram .controls .slider-btn:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
  }
}
@media screen and (max-width: 768px) {
  .instagram .controls .slider-btn {
    border-radius: 5.3333333333vw !important;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
}
.instagram .controls .stop-button {
  background: url(../img_top/stop.png) center center/50px no-repeat !important;
}
@media screen and (max-width: 768px) {
  .instagram .controls .stop-button {
    background-size: 10.6666666667vw !important;
  }
}
.instagram .controls .start-button {
  background: url(../img_top/start.png) center center/50px no-repeat !important;
}
@media screen and (max-width: 768px) {
  .instagram .controls .start-button {
    background-size: 10.6666666667vw !important;
  }
}
.instagram .controls .is-invisiblee {
  display: none;
}
@media screen and (max-width: 768px) {
  .instagram .p-btn {
    margin: 4.4vw auto 0;
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .instagram .p-btn a {
    font-size: 0.9375rem;
  }
}

.adv {
  background: url(../img_top/adv_bg_right.png) right bottom no-repeat;
}
@media print, screen and (min-width: 769px) {
  .adv {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .adv {
    background-size: 28vw 52vw;
    background-position: right top;
  }
}
@media print, screen and (min-width: 769px) {
  .adv .inner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .adv .inner {
    margin-top: 12vw;
  }
}
.adv .inner h2.ttl {
  position: relative;
  width: fit-content;
}
.adv .inner h2.ttl::before, .adv .inner h2.ttl::after {
  background: url(../img_top/adv_ttl_bg.png) center center/contain no-repeat;
  background-size: 46px 6px;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
}
@media screen and (max-width: 768px) {
  .adv .inner h2.ttl::before, .adv .inner h2.ttl::after {
    background-size: 9.3333333333vw 1.3333333333vw;
    height: 1.3333333333vw;
    width: 9.3333333333vw;
  }
}
.adv .inner h2.ttl::before {
  left: -68px;
}
@media screen and (max-width: 768px) {
  .adv .inner h2.ttl::before {
    left: -12vw;
  }
}
.adv .inner h2.ttl::after {
  right: -68px;
}
@media screen and (max-width: 768px) {
  .adv .inner h2.ttl::after {
    right: -12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .adv .inner h2.ttl {
    font-size: 2.5rem;
  }
}
.adv .inner .notes {
  color: #4d300d;
  display: block;
  margin: 18px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .adv .inner .notes {
    margin-top: 4vw;
    text-align: center;
  }
}
.adv-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 17px;
}
@media print, screen and (min-width: 769px) {
  .adv-list {
    margin: 18px auto 0;
    width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .adv-list {
    gap: 2vw 2.4vw;
    margin-top: 5.3333333333vw;
    padding: 0 10vw;
  }
}
@media print, screen and (min-width: 769px) {
  .adv-list a:hover img {
    opacity: 0.85;
  }
}
.adv-list img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .adv-list img {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .adv-list img {
    width: 22.6666666667vw;
  }
}
.adv .more {
  margin: 0 auto;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .adv .more {
    margin-top: 14px;
    width: 920px;
  }
}
@media screen and (max-width: 768px) {
  .adv .more {
    font-size: 0.875rem;
    margin-top: 3.4666666667vw;
    text-align: center;
  }
}
.adv .more a {
  color: #4d300d;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
#footer-print,
#footer-print *,
#footer-print *::before,
#footer-print *::after {
  box-sizing: border-box;
}

/*==================================
フッター
==================================*/
footer {
  background: url(../img_common/footer_wave.png) center top/100% auto no-repeat rgba(249, 170, 33, 0.46);
  /* PCでは電話番号リンクを無効化 */
}
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 15px;
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    background: url(../img_common/sp_footer_wave.png) center top/100% auto no-repeat rgba(249, 170, 33, 0.46);
    margin-top: 5.3333333333vw;
    padding-top: 14.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
footer .footer-info {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  footer .footer-info {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info {
    padding-bottom: 8.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer-info img {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info img {
    width: 59.3333333333vw;
  }
}
footer .footer-info address {
  color: #4d300d;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  footer .footer-info address {
    font-size: 1.125rem;
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info address {
    font-size: 0.875rem;
    margin-top: 5.3333333333vw;
  }
  footer .footer-info address a {
    color: #4d300d;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer-info .site-map {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .site-map {
    margin-top: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
footer .footer-info .site-map a {
  color: #4d300d;
  text-underline-offset: initial;
}
@media screen and (max-width: 768px) {
  footer .footer-info .p-btn {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
}
footer #pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
footer #pagetop.slide-out {
  transform: rotateZ(90deg);
  transform-origin: bottom right;
}
footer #pagetop.slide-in {
  transform: rotateZ(0);
  transform-origin: bottom right;
}
@media print, screen and (min-width: 769px) {
  footer #pagetop a:focus-visible {
    margin: 5px;
  }
}
footer #pagetop img {
  height: 54px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  footer #pagetop img {
    height: 10.9333333333vw;
    width: 11.3333333333vw;
  }
}
footer .copyright {
  background-color: #fff;
  padding: 15px 0;
  color: #4d300d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 0.875rem;
    text-align: left;
    padding-left: 3.3333333333vw;
    padding-right: 13.3333333333vw;
  }
}

html[data-fontsize=up] {
  font-size: 133.3%;
}
html[data-fontsize=up] #header #header-nav .list > li > a p {
  align-items: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up] .modal-menu .support-block .tsutaeru-translate .header-lang {
    max-width: 100%;
  }
}
html[data-fontsize=up2] {
  font-size: 166.7%;
}
html[data-fontsize=up2] #header #header-nav .list > li > a p {
  align-items: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up2] .modal-menu .support-block .tsutaeru-translate .header-lang {
    max-width: 100%;
  }
}
html[data-fontsize=up3] {
  font-size: 200%;
}
html[data-fontsize=up3] #header #header-nav .list > li > a p {
  align-items: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  html[data-fontsize=up3] .modal-menu .support-block .tsutaeru-translate .header-lang {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  input.gsc-input {
    border-radius: 33px 0 0 33px;
  }
}

.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  .table-wrap .table-wrapper, .wysiwyg .table-wrap .table-wrapper {
    overflow: visible !important;
  }
}

.wysiwyg .table-wrap div {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    margin: 48px 0 0;
  }
  .table-wrap {
    margin: 48px 0 0;
  }
  .table-wrap tbody {
    background-color: #fff;
  }
  .table-wrap .scroll-table-switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
  }
  .table-wrap .scroll-table-switch a {
    display: flex;
    width: fit-content;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 55px;
    color: #4d300d;
    text-decoration: none;
    font-size: 0.75rem;
    position: relative;
    line-height: normal;
  }
  .table-wrap .scroll-table-switch a .scroll {
    background-repeat: no-repeat;
    background-image: url(../img_sub/v3.2/scroll-table-switch.png);
    background-position: left 10px center;
    background-size: 19px;
    padding: 4px 10px 5px 28px;
    border-radius: 3px 0 0 3px;
  }
  .table-wrap .scroll-table-switch a .scroll::before {
    content: "スクロール";
  }
  .table-wrap .scroll-table-switch a .in-display {
    background-repeat: no-repeat;
    background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
    background-position: left 10px center;
    background-size: 13px;
    padding: 4px 10px 5px 25px;
    border-radius: 0 3px 3px 0;
  }
  .table-wrap .scroll-table-switch a .in-display::before {
    content: "画面内";
  }
  .table-wrap .scroll-table-switch .scroll {
    background-color: #4d300d;
    color: #fff;
  }
  .table-wrap .scroll-table-switch .in-display {
    background-color: #faf7ef;
    color: #4d300d;
  }
  .scroll-view .scroll {
    background-color: #faf7ef !important;
    color: #4d300d !important;
  }
  .scroll-view .in-display {
    background-color: #4d300d !important;
    color: #fff !important;
  }
  .scroll-view .table-wrapper {
    overflow: visible !important;
  }
  .scroll-view .table-wrapper .is-active {
    display: none;
  }
  .table-wrapper.scroll-table {
    padding: 20px 0;
    overflow-x: auto;
  }
  .table-wrapper.scroll-table .scroll-hint-icon {
    top: calc(50% - 40px);
  }
  .table-wrapper.scroll-table table {
    margin-top: 0;
    table-layout: initial !important;
    width: 100%;
    border-collapse: collapse !important;
    white-space: nowrap !important;
  }
}
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  position: relative;
  background: #fccc7a;
  color: #4d300d;
  font-size: 1.625rem;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 9px 40px 15px;
  margin-top: 48px;
}
h2.head-title::before, .wysiwyg h2::before, .free-layout-area h2::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  top: 50%;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: #4d300d;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: #ffee62;
  color: #4d300d;
  font-size: 1.5rem;
  border-radius: 15px;
  padding: 6px 25px 9px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    margin-top: 24px;
  }
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  color: #333;
  font-size: 1.375rem;
  padding: 5px 10px;
  border-bottom: 4px solid #ffad03;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 24px;
}
h5::before, .wysiwyg h5::before, .free-layout-area h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 3px;
  background: #ffad03;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    margin-top: 24px;
  }
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  padding: 0 7px 0 10px;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding: 8px 10px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    margin-top: 24px;
  }
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 5px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #4d300d;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #ffad03;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #faf7ef;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

#header-print,
#header-print *,
#header-print *::before,
#header-print *::after {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #4d300d;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #pc-header-nav {
    position: relative;
    z-index: 110;
  }
  #pc-header-nav:hover img {
    opacity: 0.85;
  }
  #header .header-subnav-area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }
  #header .header-subnav-area #header-logo a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo a:hover {
    opacity: 0.85;
  }
  #header #pc-menu-btn-menu-a:focus-visible {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
  #header .is-open {
    position: relative;
  }
  #header #header-nav {
    margin-top: 30px;
    position: relative;
    z-index: 50;
  }
  #header #header-nav .list {
    display: flex;
    gap: 0 20px;
    position: relative;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list > li {
    flex-grow: 1;
    max-width: 235px;
  }
  #header #header-nav .list > li > a {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  #header #header-nav .list > li > a > .box {
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 90px;
    text-align: center;
  }
  #header #header-nav .list > li > a > .box img {
    height: 65px;
    margin-top: -22px;
  }
  #header #header-nav .list > li > a p {
    font-size: 1.1875rem;
    align-items: flex-start;
    color: #4d300d;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
  }
  #header #header-nav .list > li > a p::after {
    background: url(../img_common/gnav_arrow.png) center center no-repeat;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
  }
  #header #header-nav .list > li:hover .box, #header #header-nav .list > li:focus-within .box {
    background-color: #ffee62;
    border-radius: 40px;
  }
  #header #header-nav .list > li:hover .box p, #header #header-nav .list > li:focus-within .box p {
    color: #4d300d;
  }
  #header .nav-category-list-box {
    left: 0;
    top: 100%;
    padding-top: 20px;
    position: absolute;
    width: 1000px;
  }
  #header .nav-category-list-box ul {
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 60px;
    display: grid;
    gap: 30px 42px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    padding: 42px 40px 56px;
    width: 1000px;
  }
  #header .nav-category-list-box ul li {
    background: url(../img_common/dropmenu_arrow_right.png) left center no-repeat #fff;
    height: auto !important;
    padding-left: 35px;
    position: relative;
  }
  #header .nav-category-list-box ul li .category-item-in {
    display: flex;
    height: 100%;
  }
  #header .nav-category-list-box ul li .category-item-in a {
    color: #4d300d;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    width: 100%;
  }
  #header .nav-category-list-box ul li .category-item-in a:hover {
    text-decoration: underline;
  }
  #header .nav-category-list-box ul li:not(:nth-child(3n)) {
    margin-right: 27px;
  }
}
@media screen and (max-width: 768px) {
  #sp-header {
    padding: 0.6666666667vw 0;
  }
  #sp-header > .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp-header > .box #sp-header-logo img {
    margin-left: 8vw;
    max-width: 64vw;
  }
  #sp-header > .box #sp-header-nav {
    padding: 0;
    background: none;
    position: relative;
    z-index: 150;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area {
    display: flex;
    column-gap: 10px;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .menu-btn-menu img {
    margin-right: 1.3333333333vw;
    width: 20.6666666667vw;
  }
}
.modal-menu-bg {
  width: 100%;
  height: 1000px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: rgba(77, 48, 13, 0.9);
  z-index: 100;
}

.modal-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  top: 22vw;
}
@media screen and (max-width: 768px) {
  .modal-menu {
    padding: 0 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu {
    top: 135px;
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .in {
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-radius: 0.6666666667%;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .in {
    margin: 0 auto;
    width: 1000px;
  }
}
.modal-menu .modal-menu-close {
  padding: 20px 0;
  text-align: center;
}
.modal-menu .modal-menu-close span {
  cursor: pointer;
}

.modal-menu .kosodate-sp-nav .box {
  background-color: #fff;
  border-radius: 5.3333333333vw;
  display: block;
  padding-bottom: 1.3333333333vw;
}
.modal-menu .kosodate-sp-nav .box:not(:last-of-type) {
  margin-bottom: 3.3333333333vw;
}
.modal-menu .kosodate-sp-nav .title {
  position: relative;
  font-weight: normal;
}
.modal-menu .kosodate-sp-nav .title a {
  font-size: 1.125rem;
  align-items: center;
  display: flex;
  color: #4d300d;
  font-weight: bold;
  text-decoration: none;
  padding: 2.1333333333vw 10.6666666667vw 1.3333333333vw 3.7333333333vw;
  text-decoration: underline;
}
.modal-menu .kosodate-sp-nav .title a img {
  margin-right: 3.4666666667vw;
  width: 12vw;
}
.modal-menu .kosodate-sp-nav .title button {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3.4666666667vw;
  transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  background-color: transparent;
}
.modal-menu .kosodate-sp-nav .title button.plus {
  background: url(../img_common/sp_nav_arrow.png) center center/8vw no-repeat;
}
.modal-menu .kosodate-sp-nav .title button.mynus {
  background: url(../img_common/sp_nav_arrow.png) center center/8vw no-repeat;
  transform: scaleY(-1);
  top: 26%;
}
.modal-menu .kosodate-sp-nav .title button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.modal-menu .kosodate-sp-nav .bloc {
  display: none;
  background-color: #faf7ef;
  border-radius: 6.6666666667vw;
  padding: 4vw 3.7333333333vw;
  margin: 4vw;
}
.modal-menu .kosodate-sp-nav .bloc .list li:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.modal-menu .kosodate-sp-nav .bloc .list a {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4d300d;
  background: url(../img_common/dropmenu_arrow_right.png) no-repeat left top;
  background-size: 4vw;
  background-position: left top 1.3333333333vw;
  padding-left: 6.6666666667vw;
}
.modal-menu .google-search {
  background-color: #fff;
  border-radius: 40px;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .google-search {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0 18px;
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .google-search {
    border-radius: 5.3333333333vw;
    margin-top: 8vw;
    padding: 4vw;
  }
}
.modal-menu .google-search .google-ttl {
  color: #4d300d;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .google-search .google-ttl {
    font-size: 1.3125rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .google-search .google-ttl {
    font-size: 1.125rem;
    text-align: center;
  }
}
.modal-menu .google-search .google-box {
  border: 2px solid #4d300d;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .google-search .google-box {
    border-radius: 33px;
    width: 538px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .google-search .google-box {
    border-width: 0.2666666667vw;
    border-radius: 6vw;
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .google-search .gsc-search-button-v2:focus-visible {
    outline: 2px solid #000;
    outline-offset: -4px;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs {
    margin-top: 8.6666666667vw;
  }
}
.modal-menu .accessible-tabs .tab-nav > .list {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .tab-nav > .list {
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .tab-nav > .list {
    gap: 0 2.6666666667vw;
  }
}
.modal-menu .accessible-tabs .tab-nav > .list li {
  flex-grow: 1;
}
.modal-menu .accessible-tabs .tab-nav > .list li a {
  background: #fff;
  color: #4d300d;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .tab-nav > .list li a {
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .tab-nav > .list li a {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.modal-menu .accessible-tabs .tab-nav > .list li a h2 {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .tab-nav > .list li a h2 {
    font-size: 2rem;
    padding: 33px 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .tab-nav > .list li a h2 {
    font-size: 1.125rem;
    padding: 4.5333333333vw 0;
  }
}
.modal-menu .accessible-tabs .tab-nav > .list li.hover a {
  background: url(../img_top/tab_h2_bg.png) center bottom no-repeat #ffdea4;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .tab-nav > .list li.hover a {
    background-position: center bottom 17px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .tab-nav > .list li.hover a {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    background-size: 38.4vw 2.9333333333vw;
    background-position: center bottom 3.2vw;
  }
}
.modal-menu .accessible-tabs .tab-nav > .list li:not(.hover) h2::after {
  background: url(../img_top/tab_arrow.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 34px;
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .tab-nav > .list li:not(.hover) h2::after {
    background-size: 2.8vw 4.5333333333vw;
    height: 4.5333333333vw;
    right: -4.2666666667vw;
    width: 2.8vw;
  }
}
.modal-menu .accessible-tabs .in {
  background-color: #ffdea4;
  border-radius: 0 0 40px 40px;
  padding: 44px 0 46px;
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in {
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    margin-top: -0.6666666667vw;
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}
.modal-menu .accessible-tabs .in .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 18px;
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in .tab-list {
    gap: 4vw;
  }
}
.modal-menu .accessible-tabs .in .tab-list li {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .in .tab-list li {
    border-radius: 40px;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in .tab-list li {
    border-radius: 5.3333333333vw;
    width: 26.6666666667vw;
  }
}
.modal-menu .accessible-tabs .in .tab-list li a, .modal-menu .accessible-tabs .in .tab-list li .item-nolink {
  color: #4d300d;
  display: block;
  font-weight: bold;
  height: 100%;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .in .tab-list li a:focus, .modal-menu .accessible-tabs .in .tab-list li .item-nolink:focus {
    background: none;
  }
}
.modal-menu .accessible-tabs .in .tab-list li .item-in {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in .tab-list li .item-in {
    padding: 2.4vw 0 1.3333333333vw;
  }
}
.modal-menu .accessible-tabs .in .tab-list li .item-img {
  text-align: center;
}
.modal-menu .accessible-tabs .in .tab-list li .item-img img {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .in .tab-list li .item-img img {
    width: 113px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in .tab-list li .item-img img {
    width: 18.6666666667vw;
  }
}
.modal-menu .accessible-tabs .in .tab-list li .item-txt {
  align-items: center;
  display: flex;
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .in .tab-list li .item-txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in .tab-list li .item-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in #tab2 .item-in {
    padding: 2.4vw 0 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .accessible-tabs .in #tab2 .item-img img {
    margin-bottom: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .accessible-tabs .in #tab2 .item-img img {
    margin-bottom: 0.6666666667vw;
    height: 18vw;
    width: auto;
  }
}
.modal-menu .support-block {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 30px 100px 30px 105px;
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block {
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 4vw 7.3333333333vw;
  }
}
.modal-menu .support-block button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .support-list {
    align-items: center;
    display: flex;
    gap: 0 63px;
    justify-content: center;
    margin-left: 30px;
  }
}
.modal-menu .support-block .support-list .header-size dl,
.modal-menu .support-block .support-list .header-color dl {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-size dl,
  .modal-menu .support-block .support-list .header-color dl {
    flex-wrap: wrap;
  }
}
.modal-menu .support-block .support-list .header-size dt,
.modal-menu .support-block .support-list .header-color dt {
  color: #4d300d;
  flex-shrink: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .support-list .header-size dt,
  .modal-menu .support-block .support-list .header-color dt {
    font-size: 1.125rem;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-size dt,
  .modal-menu .support-block .support-list .header-color dt {
    font-size: 1rem;
    margin-right: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .support-list .header-size dd img {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-size dd img {
    height: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .support-list .header-size .header-size-item {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-size .header-size-item {
    margin-right: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-color {
    margin-top: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .support-list .header-color dd img {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-color dd img {
    height: 12vw;
  }
}
.modal-menu .support-block .support-list .header-size .normal-on, .modal-menu .support-block .support-list .header-size .normal-off, .modal-menu .support-block .support-list .header-size .big-on, .modal-menu .support-block .support-list .header-size .big-off {
  border-radius: 3px;
  border: 1px solid #fff;
  display: block;
}
.modal-menu .support-block .support-list .header-size .normal-on.hide, .modal-menu .support-block .support-list .header-size .normal-off.hide, .modal-menu .support-block .support-list .header-size .big-on.hide, .modal-menu .support-block .support-list .header-size .big-off.hide {
  display: none;
}
.modal-menu .support-block .support-list .header-size .normal-on span, .modal-menu .support-block .support-list .header-size .normal-off span, .modal-menu .support-block .support-list .header-size .big-on span, .modal-menu .support-block .support-list .header-size .big-off span {
  display: block;
  padding: 8px;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1rem;
}
.modal-menu .support-block .support-list .header-size .normal-on span:hover, .modal-menu .support-block .support-list .header-size .normal-off span:hover, .modal-menu .support-block .support-list .header-size .big-on span:hover, .modal-menu .support-block .support-list .header-size .big-off span:hover {
  opacity: 0.85;
}
.modal-menu .support-block .support-list .header-size .normal-on span span, .modal-menu .support-block .support-list .header-size .normal-off span span, .modal-menu .support-block .support-list .header-size .big-on span span, .modal-menu .support-block .support-list .header-size .big-off span span {
  background-color: inherit !important;
  color: inherit !important;
}
.modal-menu .support-block .support-list .header-color dd {
  border-radius: 3px;
  border: 1px solid #fff;
}
.modal-menu .support-block .support-list .header-color dd a {
  display: block;
  padding: 8px;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
}
.modal-menu .support-block .support-list .header-color dd a:hover {
  opacity: 0.85;
}
.modal-menu .support-block .support-list .header-color dd a span {
  background-color: inherit !important;
  color: inherit !important;
}
.modal-menu .support-block .support-list .header-color .header-color-item a {
  background-color: #333333 !important;
  color: #fff !important;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .support-list .header-color .header-color-item2 {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .support-list .header-color .header-color-item2 {
    margin: 0 1.8666666667vw;
  }
}
.modal-menu .support-block .support-list .header-color .header-color-item2 a {
  background-color: #0740D3 !important;
  color: #fff !important;
}
.modal-menu .support-block .support-list .header-color .header-color-item3 a {
  background-color: #fff !important;
  color: #333 !important;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate {
    align-items: center;
    display: flex;
    gap: 0 50px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate {
    margin-top: 4.5333333333vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .tsutaeru-list {
  display: flex;
  gap: 0 22px;
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list {
    gap: 0 2.6666666667vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .tsutaeru-list li {
  border: 2px solid #494544;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li {
    border-width: 0.5333333333vw;
    width: 26.6666666667vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .tsutaeru-list li.is-hide {
  display: none;
}
.modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a, .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #4d300d;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a, .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
    font-weight: bold;
  }
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a:focus-visible, .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button:focus-visible {
    outline: 2px solid #000;
    outline-offset: -4px;
  }
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li img {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li img {
    width: 7.3333333333vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .header-lang-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang-wrapper {
    gap: 0 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .header-lang-wrapper .title {
  color: #4d300d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang-wrapper .title {
    font-size: 1rem;
  }
}
.modal-menu .support-block .tsutaeru-translate .header-lang-wrapper .lang-error {
  background-color: #fff;
  color: #ee0000;
  width: 100%;
}
.modal-menu .support-block .tsutaeru-translate .header-lang {
  display: flex;
  border: solid 2px #134030;
  border-radius: 6px;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang {
    min-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang {
    min-height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang {
    max-width: 62.6666666667vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .header-lang .lang-select {
  appearance: none;
  flex: 1;
  border: 0;
  background: #fff;
  border-radius: 6px 0 0 6px;
  font-size: 100%;
  word-break: break-all;
  white-space: normal;
  background: url(../img_common/icon_lang.png) no-repeat left 14px center/21px auto, url(../img_common/arrow_lang.png) no-repeat right 11px center/8px auto #fff;
  color: #4d300d;
  padding-left: 45px;
  padding-right: 25px;
  width: 220px;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang .lang-select:focus-visible {
    outline: 2px solid #000;
    outline-offset: -4px;
  }
}
@media screen and (max-width: 768px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang .lang-select {
    background-position: left 3.0666666667vw center, right 3.4666666667vw center;
    padding-left: 10vw;
  }
}
.modal-menu .support-block .tsutaeru-translate .header-lang .btn-lang-select {
  color: #4d300d;
  border-radius: 0 6px 6px 0;
  background: #ffee62;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  width: 45px;
}
@media print, screen and (min-width: 769px) {
  .modal-menu .support-block .tsutaeru-translate .header-lang .btn-lang-select {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .modal-menu .support-block .tsutaeru-translate .header-lang .btn-lang-select:focus-visible {
    outline: 2px solid #000;
    outline-offset: -4px;
  }
}
.modal-menu .goto-pc {
  margin-top: 6.4vw;
}
.modal-menu .goto-pc a {
  background: url(../img_common/goto_pc_icon.png) left 12.2666666667vw center/6.5333333333vw auto no-repeat;
  font-size: 1.125rem;
  padding: 3.7333333333vw 13.3333333333vw 3.7333333333vw 18.6666666667vw;
}

.p-btn--header a {
  background: url(../img_common/modal_close_img.png) right center no-repeat #fff;
  border-radius: calc(infinity * 1px);
  color: #4d300d;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .p-btn--header a {
    font-size: 1.3125rem;
    background-size: 40px;
    background-position: right 18px center;
    max-width: 400px;
    padding: 17px 65px;
    transition: all 0.4s;
  }
  .p-btn--header a:hover {
    background-color: #ffee62;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .p-btn--header a {
    font-size: 0.9375rem;
    border-width: 0.5333333333vw;
    background-size: 7.4666666667vw;
    background-position: right 2.9333333333vw center;
    padding: 3.7333333333vw 10.6666666667vw;
  }
}

html[data-bgcolor=color_black] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_black] body, html[data-bgcolor=color_black] p, html[data-bgcolor=color_black] div, html[data-bgcolor=color_black] table, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6, html[data-bgcolor=color_black] ul, html[data-bgcolor=color_black] ol, html[data-bgcolor=color_black] li, html[data-bgcolor=color_black] td, html[data-bgcolor=color_black] th, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] dd, html[data-bgcolor=color_black] dl, html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] dt, html[data-bgcolor=color_black] caption, html[data-bgcolor=color_black] section, html[data-bgcolor=color_black] span, html[data-bgcolor=color_black] header, html[data-bgcolor=color_black] footer, html[data-bgcolor=color_black] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_black] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_black] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_black] h1, html[data-bgcolor=color_black] h2, html[data-bgcolor=color_black] h3, html[data-bgcolor=color_black] h4, html[data-bgcolor=color_black] h5, html[data-bgcolor=color_black] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_black] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_black] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_black] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_black] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_black] #header-logo img, html[data-bgcolor=color_black] #sp-header-logo img,
html[data-bgcolor=color_black] #header-subnav .list li a,
html[data-bgcolor=color_black] #header-size .title img,
html[data-bgcolor=color_black] #header-color .title img,
html[data-bgcolor=color_black] header .header-subnav-in li img,
html[data-bgcolor=color_black] #footer-logo img,
html[data-bgcolor=color_black] #footer-character img,
html[data-bgcolor=color_black] footer .footer-info address,
html[data-bgcolor=color_black] footer .footer-info img,
html[data-bgcolor=color_black] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a, html[data-bgcolor=color_black] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a, html[data-bgcolor=color_black] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
  color: #000 !important;
}
html[data-bgcolor=color_black] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .instagram-slider a:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}
html[data-bgcolor=color_black] .instagram .controls .slider-btn:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}
html[data-bgcolor=color_black] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_black] .oshirase .inner .news-in ul li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
html[data-bgcolor=color_black] #keyword-area,
html[data-bgcolor=color_black] #header .nav-category-list-box {
  background: transparent !important;
}
html[data-bgcolor=color_black] .toiawase .title, html[data-bgcolor=color_black] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_black] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_black] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_black] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .anchor ul li a::after, html[data-bgcolor=color_black] .detail a::after, html[data-bgcolor=color_black] .page a::after, html[data-bgcolor=color_black] .dir a::after,
html[data-bgcolor=color_black] .link-item .icon1::after, html[data-bgcolor=color_black] .link-item .icon2::after,
html[data-bgcolor=color_black] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .page a, html[data-bgcolor=color_black] .dir a, html[data-bgcolor=color_black] .table td, html[data-bgcolor=color_black] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_black] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_black] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_black] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_black] .simple-enquete form input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_black] .event-search-area .box2 label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_black] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_black] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}

html[data-bgcolor=color_blue] {
  /* よくあるご質問詳細ページ */
  /* よくあるご質問詳細ページ 0009_2 */
}
html[data-bgcolor=color_blue] body, html[data-bgcolor=color_blue] p, html[data-bgcolor=color_blue] div, html[data-bgcolor=color_blue] table, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6, html[data-bgcolor=color_blue] ul, html[data-bgcolor=color_blue] ol, html[data-bgcolor=color_blue] li, html[data-bgcolor=color_blue] td, html[data-bgcolor=color_blue] th, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] dd, html[data-bgcolor=color_blue] dl, html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] dt, html[data-bgcolor=color_blue] caption, html[data-bgcolor=color_blue] section, html[data-bgcolor=color_blue] span, html[data-bgcolor=color_blue] header, html[data-bgcolor=color_blue] footer, html[data-bgcolor=color_blue] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}
html[data-bgcolor=color_blue] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}
html[data-bgcolor=color_blue] a:visited {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] a:hover {
  color: #f5c77b !important;
}
html[data-bgcolor=color_blue] h1, html[data-bgcolor=color_blue] h2, html[data-bgcolor=color_blue] h3, html[data-bgcolor=color_blue] h4, html[data-bgcolor=color_blue] h5, html[data-bgcolor=color_blue] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}
html[data-bgcolor=color_blue] h5 {
  padding: 10px 0px;
}
html[data-bgcolor=color_blue] .wysiwyg .text_ {
  color: #ffdbea !important;
}
html[data-bgcolor=color_blue] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}
html[data-bgcolor=color_blue] #pdf-download {
  color: #333 !important;
}
html[data-bgcolor=color_blue] #header-logo img, html[data-bgcolor=color_blue] #sp-header-logo img,
html[data-bgcolor=color_blue] #header-subnav .list li a,
html[data-bgcolor=color_blue] #header-size .title img,
html[data-bgcolor=color_blue] #header-color .title img,
html[data-bgcolor=color_blue] header .header-subnav-in li img,
html[data-bgcolor=color_blue] #footer-logo img,
html[data-bgcolor=color_blue] #footer-character img,
html[data-bgcolor=color_blue] footer .footer-info address,
html[data-bgcolor=color_blue] footer .footer-info img,
html[data-bgcolor=color_blue] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a, html[data-bgcolor=color_blue] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li a, html[data-bgcolor=color_blue] .modal-menu .support-block .tsutaeru-translate .tsutaeru-list li button {
  color: #000 !important;
}
html[data-bgcolor=color_blue] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .instagram-slider a:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}
html[data-bgcolor=color_blue] .instagram .controls .slider-btn:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}
html[data-bgcolor=color_blue] .side-nav-list {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .side-nav-list li span {
  background-color: transparent !important;
}
html[data-bgcolor=color_blue] .oshirase .inner .news-in ul li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
html[data-bgcolor=color_blue] #keyword-area,
html[data-bgcolor=color_blue] #header .nav-category-list-box {
  background: transparent !important;
}
html[data-bgcolor=color_blue] .toiawase .title, html[data-bgcolor=color_blue] .toiawase .in {
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .toiawase .in {
  border-top: none;
}
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor=color_blue] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .gsst_a .gscb_a {
  color: inherit !important;
}
html[data-bgcolor=color_blue] .faq-answer-area {
  background-image: url(../img_sub/v3.2/h2_faq_title_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-q-title::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .faq-block .faq-answer-area {
  background-image: none !important;
  background-color: inherit !important;
}
html[data-bgcolor=color_blue] #pankuzu .in {
  background-image: url(../img_sub/v3.2/pankuzu_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #ashiato .in {
  background-image: url(../img_sub/v3.2/ashiato_icon.png) !important;
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .anchor ul li a::after, html[data-bgcolor=color_blue] .detail a::after, html[data-bgcolor=color_blue] .page a::after, html[data-bgcolor=color_blue] .dir a::after,
html[data-bgcolor=color_blue] .link-item .icon1::after, html[data-bgcolor=color_blue] .link-item .icon2::after,
html[data-bgcolor=color_blue] #side-nav .side-nav-list li a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .page a, html[data-bgcolor=color_blue] .dir a, html[data-bgcolor=color_blue] .table td, html[data-bgcolor=color_blue] .table th {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a {
  border: 1px solid #fff !important;
}
html[data-bgcolor=color_blue] .toiawase .mail a::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] #side-nav .side-nav-list {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container {
  border-color: #fff !important;
}
html[data-bgcolor=color_blue] .attend-container .attend-list li a::before {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio] {
  border-color: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=radio]:checked:before {
  background: #fff;
}
html[data-bgcolor=color_blue] .simple-enquete form .item::after {
  background-color: #fff !important;
}
html[data-bgcolor=color_blue] .simple-enquete form input[type=submit] {
  background-color: #005795 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
html[data-bgcolor=color_blue] .event-search-area .box2 label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term label::after {
  border-right: 2px solid #005795 !important;
  border-bottom: 2px solid #005795 !important;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::before, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::before {
  background: #fff !important;
  border: 1px solid #231815;
}
html[data-bgcolor=color_blue] .event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .event-search-area .event-search-term input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .box2 input[type=checkbox]:checked + label::after, html[data-bgcolor=color_blue] .recruit-event-search-area .event-search-term input[type=checkbox]:checked + label::after {
  opacity: 1;
  background: #fff !important;
}