@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap");
/*!
minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css
------------------------------*/
html, body,
p, ol, ul, li, dl, dt, dd,
blockquote, figure, fieldset, legend, textarea, pre, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
td:not([align]), th:not([align]) {
  text-align: inherit;
}

/*======================================================================
   Base
======================================================================*/
:root {
  --bg-color: #fff;
  --color-light: #fdfdfd;
  --color-dark: #222;
  --color-main: #222;
  --color-pri: #4ad;
  --color-sec: #dc5a1e;
  --color-ter: #bc4;
  --color-link: #dc5a1e;
  --color-hover: #ee8822;
  --grid-maxWidth: 120rem;
  --grid-gutter: clamp(1.8rem, 0.8rem + 2.778vw, 4.8rem);
  --border-color: #bebebe;
  --font-size: clamp(1.6rem, 1.533rem + 0.185vw, 1.8rem);
  --font-color: var(--color-main);
  --font-family: Zen Maru Gothic, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --font-bold: 600;
  --font-ttl: Zen Maru Gothic, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  background: var(--bg-color) url(../img/body.jpg) center top;
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: 1.7;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* a
-------------------------------------------------- */
a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover, a:active, a.hover {
  color: var(--color-hover);
  text-decoration: underline;
  outline: 0;
}

a:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

a:hover img, a:active img, a.hover img {
  opacity: 0.75;
}

chrome_annotation {
  border-bottom: none !important;
}

/* List style
-------------------------------------------------- */
.disclist {
  list-style: disc outside;
}

.numlist {
  list-style: decimal;
}

.disclist li,
.numlist li {
  margin-left: 1.5em;
  line-height: 1.5;
  margin-top: 0.3em;
}

.outdentlist li, .outdent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.3em;
}
.outdentlist li .in_blk, .outdent .in_blk {
  text-indent: 0em;
  white-space: nowrap;
}

/* img
-------------------------------------------------- */
img {
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; /*chrome*/
}

.img_round img, img.img_round {
  border-radius: 6%/9%;
}

/* other
-------------------------------------------------- */
strong {
  font-size: 1.1em;
  font-weight: bold;
}

hr {
  width: 60%;
  margin: 1.8rem auto;
  padding: 0;
  border: solid #777;
  border-width: 1px 0 0 0;
  height: 0;
  clear: both;
}

.in_blk {
  display: inline-block;
}

.n_wrp {
  white-space: nowrap;
}

.bgfix {
  background-attachment: fixed;
}

/* Font style
-------------------------------------------------- */
.fnt_serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.fnt_sans {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.exmin {
  font-size: 50%;
  font-weight: normal;
}

.min {
  font-size: 65%;
  font-weight: normal;
}

.exsmall {
  font-size: 75%;
  font-weight: normal;
}

.smaller {
  font-size: smaller;
  font-weight: normal;
}

.small {
  font-size: 90%;
  font-weight: normal;
}

.midium {
  font-size: 115%;
}

.midbold {
  font-size: 115%;
  font-weight: bold;
}

.larger {
  font-size: larger;
}

.largest {
  font-size: 137.5%;
}

.big {
  font-size: 140%;
  font-weight: bold;
}

.exbig {
  font-size: 2em;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.color-main {
  color: var(--color-main);
}

.red {
  color: #dc5a1e;
}

.white {
  color: #fff;
}

.green {
  color: #698;
}

.blue {
  color: #36b;
}

.navy {
  color: #124;
}

.yell {
  color: #e4c444;
}

.ora {
  color: #e82;
}

.txt_underline {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.underline_w {
  display: inline-block;
  border-bottom: double 3px;
}

.border-marker {
  display: inline-block;
  position: relative;
}
.border-marker::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 10px solid #ffd36d;
  z-index: -1;
}

.txtframe_wh {
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.txt_vt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt_vt p, .txt_vt.txt p {
  margin: 0 0 0 2em;
}

.txt_combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.ltr-min {
  letter-spacing: -0.17em;
}

/* Definition list
-------------------------------------------------- */
dl.border {
  border: none;
  border-top: 1px solid var(--border-color);
  line-height: 1.5;
  margin-bottom: 1.5em;
}
dl.border dt, dl.border dd {
  padding: 0.3em 0.6em;
  border: 1px solid var(--border-color);
  border-top: none;
}
dl.border.th-bg dt {
  background: rgba(170, 170, 17, 0.07);
}

/* float margin padding
--------------------------------------------------- */
.left, .alignleft {
  text-align: left;
}

.right, .alignright {
  text-align: right;
}

.center, .aligncenter {
  text-align: center;
  margin-inline: auto;
}

.lfloat {
  float: left !important;
}

.rfloat {
  float: right !important;
}

img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

img.right {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

.m0 {
  margin: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/* fluid clamp
------------------------------------------------------------- */
.gaps_m {
  margin-block: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
}

.gapm_m {
  margin-block: clamp(1.875em, 1.125em + 2.5vw, 3.125em);
}

.gap_m {
  margin-block: clamp(3.125em, 1.629em + 4.213vw, 5em);
}

.gapl_m {
  margin-block: clamp(4.375em, 3.571em + 3.571vw, 6.25em);
}

.gaps_p {
  padding-block: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
}

.gapm_p {
  padding-block: clamp(1.875em, 1.125em + 2.5vw, 3.125em);
}

.gap_p {
  padding-block: clamp(3.125em, 1.629em + 4.213vw, 5em);
}

.gapl_p {
  padding-block: clamp(4.375em, 3.571em + 3.571vw, 6.25em);
}

/*======================================================================
 Respond
=======================================================================*/
._xs {
  display: none;
}
@media screen and (max-width: 360px) {
  ._xs {
    display: block !important;
  }
}

._ss {
  display: none;
}
@media screen and (max-width: 479px) {
  ._ss {
    display: block !important;
  }
}

._sm {
  display: none;
}
@media screen and (max-width: 575px) {
  ._sm {
    display: block !important;
  }
}

._smd {
  display: none;
}
@media screen and (max-width: 767px) {
  ._smd {
    display: block !important;
  }
}

._slg {
  display: none;
}
@media screen and (max-width: 991px) {
  ._slg {
    display: block !important;
  }
}

._mxs {
  display: none;
}
@media screen and (min-width: 361px) {
  ._mxs {
    display: block !important;
  }
}

._mss {
  display: none;
}
@media screen and (min-width: 480px) {
  ._mss {
    display: inline-block !important;
  }
}

._ms {
  display: none;
}
@media screen and (min-width: 576px) {
  ._ms {
    display: block !important;
  }
}

._md {
  display: none;
}
@media screen and (min-width: 768px) {
  ._md {
    display: block !important;
  }
}

._lg {
  display: none;
}
@media screen and (min-width: 992px) {
  ._lg {
    display: block !important;
  }
}

._ll {
  display: none;
}
@media screen and (min-width: 1200px) {
  ._ll {
    display: block !important;
  }
}

._xl {
  display: none;
}
@media screen and (min-width: 1400px) {
  ._xl {
    display: block !important;
  }
}

._tb {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  ._tb {
    display: block !important;
  }
}

._tbl {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  ._tbl {
    display: block !important;
  }
}

._cq-md {
  display: none;
}
@container contents ((min-width: 768px)) {
  ._cq-md {
    display: block;
  }
}

._md_center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  ._md_center {
    text-align: center;
  }
}

/*
 keyframes ----------------------------------------------------------*/
@-webkit-keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*------------------------------------------------------------
   modules
--------------------------------------------------------------*/
/*** slick ****************************************/
/* slick Dots
-------------------------------------------------------------------*/
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 27px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.95;
}

.slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: 0.6;
  background-color: #876;
}

.slick-dots li.slick-active button:before {
  opacity: 0.8;
  background-color: #cba;
}

/* radius ******************************/
.slick-dots li, .slick-dots li img {
  border-radius: 0.5em !important;
}

/* slick arrow
-------------------------------------------------------------------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
  z-index: 10;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  cursor: pointer;
  background-color: #dc5a1e;
  color: #fdfdfd;
  border-radius: 50%;
}

.slick-arrow.prev {
  padding-right: 0.6em;
  left: -1.5em;
}

.slick-arrow.next {
  padding-left: 0.6em;
  left: inherit;
  right: -1.5em;
}

.thumArea .slick-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.thumArea .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.thumArea .slick-arrow.prev {
  left: -1.5em;
}

.thumArea .slick-arrow.next {
  right: -1.5em;
}

/* modules cont
--------------------------------------------------------------*/
.slide_wrap:has(.slick-dots) {
  padding-bottom: 30px;
}
.slide_wrap .slider .slick-list {
  border-radius: 6%/9%;
  overflow: hidden;
}

/*** slick *********************************/
.slick-dots li, .slick-dots li img {
  border-radius: 0.5em !important;
}

.slide_wrap.arrows, .slide_wrap:has(.t-slider) {
  padding-inline: 0 !important;
  margin: 0;
}
.slide_wrap.arrows .slick-slider, .slide_wrap:has(.t-slider) .slick-slider {
  width: calc(100% - 3.2em) !important;
  margin-inline: auto;
}

.slide_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide_wrap .slick-slide {
  float: unset;
  height: auto;
}

/*======================================================================
   Elements
======================================================================*/
/* bg
--------------------------------------------------------------*/
/* bg wave ****************************************/
.bg_wave {
  background-color: rgb(239, 247, 252);
}
.bg_wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 3.125vw;
  background-color: rgb(239, 247, 252);
  -webkit-mask: url(../img/wave.svg) repeat-x center bottom/cover;
          mask: url(../img/wave.svg) repeat-x center bottom/cover;
  position: absolute;
  top: -3vw;
  z-index: 0;
}

/* bg curve ****************************************/
.bg_curve {
  background-color: rgb(239, 247, 252);
  margin-top: 9.375vw;
  padding-top: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
}
.bg_curve::before {
  content: "";
  display: block;
  width: 100%;
  height: 9.375vw;
  background-color: rgb(239, 247, 252);
  -webkit-mask: url(../img/curve.svg) repeat-x center bottom/cover;
          mask: url(../img/curve.svg) repeat-x center bottom/cover;
  position: absolute;
  top: -8.375vw;
  z-index: 0;
}

/* Border style
-------------------------------------------------------------- */
.border {
  border: 1px solid var(--border-color);
}

.border_double {
  border: 2px double var(--border-color);
}

.border_btm {
  border-bottom: 1px solid var(--border-color);
}

.borderdot {
  border: 1px dotted var(--border-color);
}

.borderdot_btm {
  border-bottom: 1px dotted var(--border-color);
}

.marker::after {
  content: "";
  display: block;
  border-bottom: 15px solid rgba(255, 221, 102, 0.4);
  position: relative;
  top: -17px;
  z-index: -1;
}

/* Box style
-------------------------------------------------------------- */
.borderbox, .bgbox {
  display: block;
  margin: 0 auto 1.3em;
  padding: calc(var(--grid-gutter) / 1.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borderbox .row, .bgbox .row {
  margin: 0;
}
.borderbox::after, .bgbox::after {
  content: "";
  display: block;
  clear: both;
}
.borderbox.wide, .bgbox.wide {
  width: 100%;
}
.borderbox.bgwhite, .bgbox.bgwhite {
  background-color: rgba(255, 255, 255, 0.8);
}
.borderbox.round, .bgbox.round {
  border-radius: 30px;
}

.borderbox {
  border: 1px solid var(--border-color);
}
.borderbox.dotted {
  border-style: dotted;
}
.borderbox.double {
  border-style: double;
  border-width: 4px;
}

.bgbox {
  background-color: rgba(68, 170, 221, 0.1);
}

.note {
  display: inline-block;
  margin: 0 auto 1.3em;
  padding: 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.86em;
  margin: 1em auto;
}
.note h5 {
  font-size: 1.4em;
}

.notice {
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #eda;
  color: var(--color-main-light);
  font-weight: bold;
  border-radius: 30px;
  margin: 1em auto;
}

/* button
------------------------------------------------------------ */
.btn_img {
  max-width: 80px;
}

.btn {
  background-color: #dc5a1e;
  border-color: #dc5a1e;
  color: #fdfdfd;
  position: relative;
  z-index: 1;
  margin-block: 5px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  background: rgba(220, 90, 30, 0.8);
}
.btn a, .btn.ac {
  min-width: 220px;
  height: 60px;
  padding: 5px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  color: #fdfdfd;
  text-decoration: none;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a span.eng, .btn.ac span.eng {
  display: block;
  font-size: 0.82em;
  font-weight: normal;
}
.btn.arw a {
  padding-right: 40px;
}
.btn.arw::after {
  display: inline-block;
  content: "＞";
  -webkit-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
  position: absolute;
  top: 50%;
  right: 14px;
}
.btn.round {
  border-radius: 9999px;
}
.btn.round:hover {
  color: #fdfdfd;
  background: rgba(220, 90, 30, 0.85);
}

.btn.bdr {
  background-color: transparent;
  color: #222;
  border: #222 solid 1px;
}
.btn.bdr a {
  color: #222;
}
.btn.bdr:hover {
  opacity: 0.85;
  background-color: #222;
  color: #fdfdfd;
}
.btn.bdr:hover a {
  color: #fdfdfd;
}

.btn.mono {
  background-color: #222;
  color: #fff;
  border: #222 solid 1px;
}
.btn.mono:hover {
  opacity: 0.85;
  background-color: #fff;
}
.btn.mono:hover a {
  color: #222;
}

.btn.icon {
  color: #eee;
  background-color: transparent;
  border: none;
  min-width: unset;
  height: auto;
  padding: 0.5em 0.8em;
  margin: 0.6em auto;
  cursor: pointer;
}
.btn.icon:hover {
  opacity: 0.85;
}
.btn.icon::before {
  display: inline-block;
  content: "\f591";
  content: "expand_circle_right";
  font-family: "Material Symbols Outlined";
  font-size: 1.1em;
  margin-right: 0.5em;
}

/* deco
--------------------------------------------------------------*/
/* deco ****************************************/
.bgdeco {
  max-width: 80%;
  position: absolute;
  z-index: -1;
}
.bgdeco.lt {
  top: 0px;
  left: 0px;
}
.bgdeco.lb {
  bottom: 0px;
  left: 0px;
}
.bgdeco.rt {
  top: 0px;
  right: 0px;
}
.bgdeco.rb {
  bottom: 0px;
  right: 0px;
}

.deco {
  position: absolute;
  z-index: -1;
}
.deco.lt {
  top: 0px;
  left: 0px;
}
.deco.lb {
  bottom: 0px;
  left: 0px;
}
.deco.rt {
  top: 0px;
  right: 0px;
}
.deco.rb {
  bottom: 0px;
  right: 0px;
}

/* Scroll bar
--------------------------------------------------------------- */
.scrl_x {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1em;
}
.scrl_x::-webkit-scrollbar {
  height: 7px;
}
.scrl_x::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrl_x::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.scrl_x table {
  margin: 0 auto;
}

.scrl_thin {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scrl_thin::-webkit-scrollbar {
  width: 7px;
}
.scrl_thin::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.scrl_thin::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}

/* Table style
------------------------------------------------------------- */
table {
  margin: 0px auto 1em;
}
table th, table td {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5em;
}
table th {
  background-color: rgba(170, 170, 17, 0.07);
  white-space: nowrap;
}
table caption {
  text-align: left;
  font-weight: bold;
}

table + P {
  margin-top: -0.7em;
  margin-bottom: 0.7em;
}

table.border {
  border: none;
}
table.border th, table.border td {
  border: 1px solid var(--border-color);
}
table.border_in {
  border: none;
}
table.border_in th, table.border_in td {
  border: 1px solid var(--border-color);
}
table.border_btm {
  border: none;
}
table.border_btm th, table.border_btm td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--border-color);
}
table.border_btm th, table.border_btm td {
  background: none;
}
table.border_btm.dotted th, table.border_btm.dotted td {
  border-style: dotted;
}

@media screen and (max-width: 767px) {
  table.rsp {
    border: none;
  }
  table.rsp .w-1em {
    white-space: unset;
    width: 1em;
  }
  table.rsp th, table.rsp td {
    display: block;
    margin-top: -1px;
  }
  table.rsp.border_btm th, table.rsp.dotted th {
    border-bottom-width: 0 !important;
    padding-bottom: 0;
    padding-top: calc(0.6em * 2);
    -webkit-text-decoration: underline rgba(255, 255, 255, 0.6) dotted 4px;
            text-decoration: underline rgba(255, 255, 255, 0.6) dotted 4px;
    text-underline-offset: 6px;
  }
}

@media screen and (min-width: 576px) {
  table.rsp2 {
    border: none;
  }
  table.rsp2 tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  table.rsp2 tr {
    display: inline-block;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: -1px 0 0 -1px;
  }
  table.rsp2 th, table.rsp2 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: -1px 0 0 -1px;
  }
}

.intable {
  display: table;
  width: calc(100% - 1px);
  padding: 0;
  border-width: 0 0 0 1px;
}
@media screen and (min-width: 768px) {
  .intable {
    width: 100%;
    border: none;
    margin-top: -1px;
  }
}
.intable dl {
  display: table-row;
}
.intable dt, .intable dd {
  display: table-cell;
  padding: 0.5em;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 1px 1px 0 0;
}

/* Heading style ------------------------------------------*/
h2, h3, h4, h5, h6 {
  font-family: var(--font-ttl);
  line-height: 1.2;
  margin-bottom: 0.9em;
}

h2 {
  font-size: 2em;
}
h2.title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-light);
  font-family: var(--font-ttl);
  font-size: 1.8em;
  line-height: 1.2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  margin: 0;
  width: 100%;
  text-align: center;
}
h2.title .eng {
  color: var(--color-light);
  font-size: 0.7em;
}

h3 {
  font-size: 1.66em;
}

h4 {
  font-size: 1.33em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
  margin-bottom: 1.2em;
}
h2.ttl, h3.ttl, h4.ttl, h5.ttl, h6.ttl {
  display: table;
  margin: 0 auto 1.5em;
  text-align: center;
  position: relative;
  z-index: 0;
}
h2.ttl::before, h2.ttl::after, h3.ttl::before, h3.ttl::after, h4.ttl::before, h4.ttl::after, h5.ttl::before, h5.ttl::after, h6.ttl::before, h6.ttl::after {
  content: "";
  height: 25px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  z-index: -1;
}
h2.ttl::before, h3.ttl::before, h4.ttl::before, h5.ttl::before, h6.ttl::before {
  aspect-ratio: 10/3.1;
  background: url(../img/capdeco_l.png) no-repeat center/100%;
  right: 105%;
}
h2.ttl::after, h3.ttl::after, h4.ttl::after, h5.ttl::after, h6.ttl::after {
  aspect-ratio: 10/4.3;
  background: url(../img/capdeco_r.png) no-repeat center/100%;
  left: 105%;
}
h2 img, h3 img, h4 img, h5 img, h6 img {
  width: 100%;
}
h2.deco_cap, h3.deco_cap, h4.deco_cap, h5.deco_cap, h6.deco_cap {
  position: relative;
}
h2.deco_cap::after, h3.deco_cap::after, h4.deco_cap::after, h5.deco_cap::after, h6.deco_cap::after {
  content: url(../img/deco_cap.png);
  display: inline-block;
  position: absolute;
  top: -30px;
  right: -25px;
  z-index: -1;
}
h2.dotline, h3.dotline, h4.dotline, h5.dotline, h6.dotline {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-block: 0.4em;
}
h2.dotline::after, h3.dotline::after, h4.dotline::after, h5.dotline::after, h6.dotline::after {
  content: "";
  display: block;
  width: 119px;
  height: 10px;
  margin-inline: auto;
  margin-block: 0.3em;
  background-color: #ee8822;
  -webkit-mask: url(../img/dotline.svg) repeat-x -14px;
          mask: url(../img/dotline.svg) repeat-x -14px;
}
h2 .sub, h3 .sub, h4 .sub, h5 .sub, h6 .sub {
  display: block;
  font-size: 0.78em;
  line-height: 1.3;
}
h2 .eng, h3 .eng, h4 .eng, h5 .eng, h6 .eng {
  display: block;
  font-size: 0.55em;
  color: var(--color-pri);
}

.eng {
  font-family: "Darumadrop One", sans-serif;
  font-size: 0.75em;
  font-weight: var(--font-bold);
  letter-spacing: 0.25em;
  line-height: 1.4;
}

/*======================================================================
   component
======================================================================*/
/*  glid
--------------------------------------------------------------*/
.container .row:first-child {
  margin-top: 0;
}
.container .row:last-child {
  margin-bottom: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: calc(var(--grid-gutter) / -2);
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.row .imgArea > * {
  width: 100%;
}
.row .imgArea > * img {
  width: 100%;
}
.row .imgArea > *:not(:last-child) {
  margin-bottom: 0.6em;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) * 1.5);
}

[class*=" col-"], [class^=col-] {
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) * 1.5);
}

.imgArea .col, .imgArea [class*=col-], .imgArea [class^=col-] {
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 1);
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
  max-width: calc(8.3333333333% - var(--grid-gutter));
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
  max-width: calc(16.6666666667% - var(--grid-gutter));
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - var(--grid-gutter));
          flex: 0 0 calc(25% - var(--grid-gutter));
  max-width: calc(25% - var(--grid-gutter));
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
  max-width: calc(33.3333333333% - var(--grid-gutter));
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
  max-width: calc(41.6666666667% - var(--grid-gutter));
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - var(--grid-gutter));
          flex: 0 0 calc(50% - var(--grid-gutter));
  max-width: calc(50% - var(--grid-gutter));
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
  max-width: calc(58.3333333333% - var(--grid-gutter));
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
  max-width: calc(66.6666666667% - var(--grid-gutter));
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - var(--grid-gutter));
          flex: 0 0 calc(75% - var(--grid-gutter));
  max-width: calc(75% - var(--grid-gutter));
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
  max-width: calc(83.3333333333% - var(--grid-gutter));
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
  max-width: calc(91.6666666667% - var(--grid-gutter));
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - var(--grid-gutter));
          flex: 0 0 calc(100% - var(--grid-gutter));
  max-width: calc(100% - var(--grid-gutter));
}

@media screen and (max-width: 575px) {
  .col, [class*=col-], [class^=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 670px) {
  .col-1-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
@media screen and (min-width: 768px) {
  .col-1-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
@media screen and (min-width: 992px) {
  .col-1-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
@media screen and (min-width: 1200px) {
  .col-1-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-ll {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
/* nav grobal
--------------------------------------------------------------*/
.nav_wrap {
  width: 100%;
  height: auto;
  position: fixed;
  top: -150px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 60;
}
@media screen and (min-width: 480px) {
  .nav_wrap {
    max-width: 400px;
    right: 10px;
  }
}
.nav_wrap nav .container {
  padding-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_wrap nav .container > * {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav_wrap nav .container > *:hover {
  height: 200px;
}
.nav_wrap nav .container > * a:hover img {
  opacity: 1;
}
.nav_wrap nav .container > *:nth-child(1) {
  margin-top: 10px;
}
.nav_wrap nav .container > *:nth-child(3) {
  margin-top: 15px;
}
.nav_wrap nav .container > *:nth-child(4) {
  margin-top: 4px;
}
.nav_wrap nav .container > *:nth-child(5) {
  margin-top: 18px;
}
.nav_wrap nav .container > *:nth-child(6) {
  margin-top: 8px;
}

/* open *****************/
#header_wrap.open .nav_wrap {
  top: 85px;
}
#header_wrap.open .nav_wrap nav .container > * {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#header_wrap.open .nav_wrap nav .container > * a:hover img {
  opacity: 0.85;
}
@media screen and (min-width: 992px) {
  #header_wrap.open .nav_wrap {
    top: 15px;
  }
  #header_wrap.open .nav_wrap nav .container > * {
    height: 49px;
  }
  #header_wrap.open .nav_wrap nav .container > *:hover {
    height: 200px;
  }
  #header_wrap.open .nav_wrap nav .container > * a:hover img {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .nav_wrap {
    top: 15px;
    left: 50%;
    margin-left: -200px;
    max-width: 480px;
    height: auto;
  }
  .nav_wrap nav .container > * {
    height: 50px;
  }
}
/* nav toggle
--------------------------------------------------------------*/
.nav_toggle {
  background: none;
  width: 55px;
  height: 41.25px;
  border-radius: 50%;
  display: block;
  position: fixed;
  top: 32px;
  right: 0px;
  cursor: pointer;
  z-index: 200;
}
.nav_toggle > div {
  position: relative;
  width: 60%;
  height: 60%;
}
.nav_toggle .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.nav_toggle .cont::after {
  content: "menu";
  width: 100%;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.74em;
  line-height: 1;
  color: var(--color-main);
  position: absolute;
  bottom: -2px;
  white-space: nowrap;
}
.nav_toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--color-main);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 0%;
}
.nav_toggle span:nth-child(2) {
  top: 33%;
  width: 80%;
}
.nav_toggle span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 992px) {
  .nav_toggle {
    display: none;
  }
}

/* open ************************/
#header.open .nav_toggle span {
  top: 20%;
}
#header.open .nav_toggle span:nth-child(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#header.open .nav_toggle span:nth-child(2), #header.open .nav_toggle span:nth-child(3) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 100%;
}
#header.open .nav_toggle .cont::after {
  content: "close";
  text-align: center;
}

/*  Main Visual
--------------------------------------------------------------*/
#mainVisual {
  height: auto;
  position: relative;
  z-index: 1;
  background-image: url(../movie/top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 16/9;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  -webkit-mask: url(../img/header_mask.svg) repeat-x center bottom/cover;
          mask: url(../img/header_mask.svg) repeat-x center bottom/cover;
}

#main_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#main_movie video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#rss_news {
  font-size: 0.87em;
}
#rss_news .container {
  max-width: 750px;
}
#rss_news .ttlArea h3 {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}
#rss_news .ttlArea h3 .eng {
  color: #4ad;
  font-size: 0.75em;
}
#rss_news .ttlArea h3 a {
  color: var(--color-main);
}
#rss_news .ttlArea h3 a:hover {
  text-decoration: none;
}
#rss_news .ttlArea .btn {
  background-color: #4ad;
}
#rss_news .ttlArea .btn:hover {
  opacity: 0.85;
}
#rss_news .ttlArea .btn_img {
  position: absolute;
  right: 2em;
  bottom: 1em;
  z-index: 1;
}
#rss_news .ttlArea .link {
  position: absolute;
  right: 3em;
  bottom: 3em;
}
#rss_news .contArea {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 3em;
  padding-bottom: 100px;
}
#rss_news .contArea .rssArea {
  padding: 0.6em 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20em;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #rss_news .contArea .rssArea {
    height: 17em;
  }
}
#rss_news .contArea .rssArea li {
  line-height: 1.4;
  padding: 1em 0;
  border-bottom: dotted 1px #999;
}
#rss_news .contArea .rssArea li a {
  color: #4ad;
}
#rss_news .contArea .rssArea .up_ymd {
  white-space: nowrap;
}
#rss_news .contArea .rssArea .catName {
  display: inline-table;
  padding: 3px 5px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #fdfdfd;
  background-color: #ee8822;
  border-radius: 9px;
}
#rss_news .contArea .rssArea .title {
  display: block;
}
#rss_news .contArea .rssArea .newMark, #rss_news .contArea .rssArea .catName {
  margin-left: 0.2em;
}
#rss_news .contArea .rssArea .newMark {
  display: inline-table;
  padding: 1px 3px 2px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #715b49;
  color: #fff;
  background-color: #d53;
  border-radius: 3px;
}

/*============================================================
  rss News lay0
==============================================================*/
/* shop info
------------------------------------------------------------ */
#shop_info .mapArea iframe {
  width: 100%;
  height: clamp(450px, 24.716em + 17.05vw, 600px);
}
#shop_info .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shop_info .add a {
  color: var(--color-main);
}

/*------------------------------------------------------------
   container
--------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

.content {
  width: 100%;
  position: relative;
  z-index: 0;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: var(--grid-maxWidth);
  margin-inline: auto;
  width: 100%;
  padding-inline: calc(var(--grid-gutter) / 2);
  position: relative;
  z-index: 0;
}
.container.narrow {
  max-width: calc(var(--grid-maxWidth) * 3 / 4);
  width: 90%;
}
@media screen and (min-width: 768px) {
  .container.narrow {
    width: 85%;
  }
}
.container .row:first-child {
  margin-top: 0;
}
.container .row:last-child {
  margin-bottom: 0;
}

/* Contents
--------------------------------------------------------------*/
#contents {
  margin-top: -3.125vw;
  position: relative;
}
#contents .txtArea p:not(:last-child), #contents .txt p:not(:last-child) {
  margin-bottom: 1.2em;
}
#contents #rss_news {
  background-color: rgba(68, 170, 221, 0.1);
}
#contents #rss_news::before {
  background-color: rgb(239, 247, 252);
}
#contents #rss_news .ttlArea h3 img {
  max-width: 127px;
}
#contents #rss_news .insta_btn {
  max-width: 260px;
  margin-top: 3em;
}

.g-translate_wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .g-translate_wrap {
    padding: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

select.gt_selector {
  font-size: 0.9em;
  padding-block: 0.4rem;
  width: auto;
  height: auto;
  border-width: 2px;
}
@media screen and (max-width: 479px) {
  select.gt_selector {
    max-width: 90px;
  }
}

/*------------------------------------------------------------
   Header
--------------------------------------------------------------*/
#header_wrap {
  padding-top: 75px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 480px) {
  #header_wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  #header_wrap {
    padding-top: auto;
    padding-top: 0;
  }
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* mediaquery --------------------------------------*/
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  z-index: -1;
}
#header > .container {
  width: 100%;
  height: 75px;
  padding-inline: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  width: clamp(180px, 36%, 277px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
}
#header .infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 5px;
  z-index: 5;
}
#header .infoArea > * {
  margin-right: 8px;
}
#header .infoArea .insta {
  min-width: 30px;
}
@media screen and (min-width: 480px) {
  #header > .container {
    width: calc(100% - 55px);
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #header .nav_toggle {
    top: 5px;
  }
  #header #logo {
    position: absolute;
    margin-bottom: 0;
  }
  #header .infoArea {
    padding-top: 10px;
  }
  #header .infoArea > *:last-child {
    margin-right: 0;
  }
  #header .infoArea select.gt_selector {
    max-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  #header > .container {
    position: relative;
    max-width: 1100px;
    width: initial;
    margin-left: auto;
    padding-inline: calc(var(--grid-gutter) / 2);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header #logo {
    margin-left: 10px;
  }
}

/*------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 0;
  background-color: var(--color-pri);
  color: #fdfdfd;
  font-size: 0.94em;
  line-height: 1.4;
  padding-top: 1.5em;
  /* mediaquery --------------------------------------*/
}
#footer::before {
  background-color: #4ad;
}
#footer a, #footer a:hover {
  color: #fdfdfd;
}
#footer #footer_nav {
  display: none;
}
#footer #footer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1em;
  margin-bottom: 1.5em;
}
#footer #footer_cont #footer_add {
  text-align: center;
}
#footer #footer_cont #footer_add #footer_logo a:hover {
  text-decoration: none;
}
#footer #footer_cont #footer_add #footer_logo a > *:not(:last-child) {
  margin-right: 0.2em;
}
#footer #footer_cont #footer_add #footer_logo.center {
  margin-bottom: 0.3em;
  text-align: center;
}
#footer #footer_cont #footer_add #footer_logo.center a > * {
  display: block;
  line-height: 1.1;
  margin: 0;
}
#footer #footer_cont .bnr_insta {
  margin-top: -1em;
  margin-bottom: 3.5em;
  -webkit-filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(192deg) brightness(103%) contrast(105%);
          filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(192deg) brightness(103%) contrast(105%);
}
#footer #copyright {
  clear: both;
  max-width: 1000px;
  width: 94%;
  height: auto;
  padding: 7px 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#footer #footer_yadobnr {
  clear: both;
  margin-bottom: 2em;
  margin-left: 0.6em;
  margin-right: 0.6em;
}
@media screen and (min-width: 768px) {
  #footer #footer_nav {
    display: block;
  }
  #footer #footer_nav {
    margin-bottom: 1em;
  }
  #footer #footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer #footer_nav li {
    font-size: 0.93em;
    line-height: 1.5;
    margin-left: 0.9em;
  }
  #footer #footer_nav li:not(:first-child)::before {
    content: "｜";
    display: inline-block;
    margin-right: 0.9em;
  }
  #footer #footer_nav li a {
    display: inline-block;
  }
}

#pagetop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  clear: both;
  display: none;
  z-index: 500;
}
#pagetop a {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(../img/btn_pageup.png) no-repeat center/cover;
}

/*------------------------------------------------------------
   Other
--------------------------------------------------------------*/
/*** plan bnr ****************************************/
#planBnr {
  background: url(../img/planbnr_bg.jpg) no-repeat center bottom/cover, url(../img/body.jpg);
}
#planBnr .bnr_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#planBnr .bnr_plan .txtArea {
  max-width: 450px;
  width: auto;
  margin-inline: auto;
  padding: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
  text-align: center;
  aspect-ratio: 4/3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planBnr .bnr_plan .txt {
  font-family: "Zen Maru Gothic", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}
#planBnr .bnr_plan .txt .eng {
  color: #dc5a1e;
}
#planBnr .bnr_plan .btn {
  background-color: #dc5a1e;
}
#planBnr .bnr_plan .btn:hover {
  background-color: rgba(220, 90, 30, 0.9);
}

/*** plan List ****************************************/
#planList {
  background-color: rgb(251, 240, 236);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planList::before {
  background-color: rgb(251, 240, 236);
}
#planList h3 {
  max-width: 303px;
}
#planList h3 .eng {
  color: #dc5a1e;
}
#planList .plan_rss {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#planList .plan_rss .mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6em;
  margin: 0em;
  width: calc(100% - 0em * 2);
}
#planList .plan_rss .mini > * {
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
}
#planList .plan_rss .mini .plan_text {
  padding-top: 0;
}
#planList .plan_rss .mini .plan_img {
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  #planList .plan_rss {
    max-width: 640px;
  }
  #planList .plan_rss .mini {
    width: calc(50% - 0em * 2);
  }
}
@media screen and (min-width: 896px) {
  #planList .plan_rss {
    max-width: 1000px;
  }
  #planList .plan_rss .mini {
    width: calc(33.3333333333% - 0em * 2);
  }
}
@media screen and (min-width: 1200px) {
  #planList .plan_rss {
    max-width: 1100px;
  }
  #planList .plan_rss .mini {
    width: calc(25% - 0em * 2);
  }
}

/*** plan Search ****************************************/
#planSearch {
  padding-top: 3.125vw;
  background: #4ad;
  color: #fff;
  width: 100%;
  font-family: sans-serif;
}
#planSearch .container {
  padding: 1.5em;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planSearch h3 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#planSearch h3::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  -webkit-mask: url(../img/icon_serch.svg) no-repeat center/100%;
          mask: url(../img/icon_serch.svg) no-repeat center/100%;
  background-color: #fff;
}
#planSearch .plan_form {
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  padding-block: 16px;
}
#planSearch .plan_form .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#planSearch .plan_form .form_box > * {
  width: 50%;
  text-align: left;
  margin: 0;
  padding: 0.45em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planSearch .plan_form .form_box .title {
  margin: 0;
}
#planSearch .plan_form .form_box .price {
  min-width: 207px;
  width: 100%;
}
#planSearch .plan_form .form_box .search_btn {
  padding-top: 1.6em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#planSearch .plan_form .form_box .search_btn .btn {
  min-width: 100px;
  width: 100%;
  background-color: rgba(15, 15, 15, 0.35);
  color: #fff;
  border: rgba(15, 15, 15, 0.35) solid 1px;
  padding: 0.5em;
}
#planSearch .plan_form .form_box input, #planSearch .plan_form .form_box textarea, #planSearch .plan_form .form_box select,
#planSearch .plan_form .form_box .option-input::after {
  border: 1px solid #ccc;
}
#planSearch .plan_form .form_box input, #planSearch .plan_form .form_box textarea, #planSearch .plan_form .form_box select {
  margin: 0em !important;
  padding: 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  color: #333;
  font-size: 16px;
}
#planSearch .plan_form .form_box .CheckboxInput {
  padding: 2px 16px;
}
#planSearch .plan_form .form_box .CheckboxInput span {
  background-color: rgba(253, 253, 253, 0.9);
  border: 1px solid #ccc;
}
#planSearch .plan_form .form_box .CheckboxInput span::before, #planSearch .plan_form .form_box .CheckboxInput span::after {
  background-color: rgba(34, 34, 34, 0.75);
}
@media screen and (min-width: 576px) {
  #planSearch .plan_form {
    max-width: unset;
  }
  #planSearch .plan_form .form_box > * {
    width: auto !important;
  }
}

/*** rss ui-datepicker ****************************************/
.ui-datepicker {
  height: auto !important;
  max-height: 600px !important;
  z-index: 200 !important;
}
.ui-datepicker .ui-datepicker-header {
  padding: 6px 0 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 15px !important;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 95% !important;
    max-height: 580px !important;
    padding: 10px !important;
    border-radius: 6px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ui-datepicker .ui-datepicker-header {
    width: 100% !important;
    margin: 0 !important;
  }
  .ui-datepicker table {
    width: 100% !important;
  }
  .ui-datepicker td a {
    padding: 16px 0px !important;
  }
}