@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 250318 add */
  overflow-x: hidden;
}

body {
  font-size: 18px;
  color: #5f392c;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
  background-color: #fef5da;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  color: #34a6e5;
  text-decoration: none;
  opacity: 0.5;
}

.top-link_box dd:hover {
  transition: 1s;
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* form input*/
table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  outline: none;
  padding: 0 0.3em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
  border-color: #39b8b8;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  outline: none;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #39b8b8;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

/*Flex Items*/
.flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 10px;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 10px;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding: 10px;
}

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 10px;
}

.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding: 10px;
}

.flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 10px;
}

.flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  padding: 10px;
}

.flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  padding: 10px;
}

.flex-10 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  padding: 10px;
}

.flex-11 {
  -webkit-box-flex: 11;
  -ms-flex: 11;
  flex: 11;
  padding: 10px;
}

.flex-12 {
  -webkit-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
  padding: 10px;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #39b8b8;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #39b8b8;
  color: #39b8b8;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #39b8b8;
  color: #39b8b8;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #a0e0e0;
  color: #39b8b8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #a0e0e0;
  color: #39b8b8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #7cd4d4;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #39b8b8;
}

/* wordpress breadcrumbs */
.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  margin: 0;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #39b8b8;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}

.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"),
    url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

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

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

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

.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: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 10px;
    text-align: center;
    top: 5px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
  }
}

.icon-check,
.list-check > li {
  position: relative;
  padding-left: 1.5em;
}

.icon-check:before,
.list-check > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}

.icon-come {
  text-indent: -1em;
  margin-left: 1em;
}

.icon-come:before {
  content: "※";
}

.list,
.pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 1px 5px #e8e8e8;
    box-shadow: 0 1px 5px #e8e8e8;
    z-index: 6;
  }
}

@media screen and (min-width: 551px) {
  .sp-550 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .pc-550 {
    display: none;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.mt1em {
  margin-top: 1em;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mt1-5em {
  margin-top: 1.5em;
}

.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.fz20 {
  font-size: 20px;
}
@media screen and (min-width: 551px) {
  .t-center_pc550 {
    text-align: center;
  }
  .t-left_pc550 {
    text-align: left;
  }
  .t-right_pc550 {
    text-align: right;
  }
}

/*////////////////////////

 page common

////////////////////////*/
/* 
.arrow {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 17px;
  background-color: #33a5e5;
  border-radius: 50px;
}
  .arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  top: 8.5px;
  left: 3px;
  border-radius: 5px;
  z-index: 1;
}
.arrow::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 6.5px;
  right: 6px;
  transform: rotate(45deg);
  z-index: 2;
} */ /* 250314 delete */

.arrow {
  /* 250314 add */
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #33a5e5 url(img/common/arrow-right.png) no-repeat center/10px auto;
  border-radius: 50%;
  flex-shrink: 0;
}

.ttl01 {
  position: relative;
  color: #60392c;
}
.num {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -30px;
  left: -50px;
  background-image: url(img/top/top01-num_bg.png);
  font-size: 30px;
  text-align: center;
  line-height: 130px;
  font-weight: bold;
  z-index: 1;
}

.ttl01 .new {
  /* 250314 add */
  position: absolute;
  display: block;
  top: -16px;
  left: -34px;
  line-height: 1;
}

.ttl01-box {
  margin-left: 100px;
}
.ttl01-box h2 {
  font-size: 36px;
  line-height: 1.5;
}
.ttl01-box span {
  font-size: 48px;
  border-bottom: 2px dotted #60392c;
}
.ttl01-box dl {
  gap: 10px;
  font-weight: bold;
}
.ttl01-box dt {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #5f392c;
  border-radius: 50px;
}
.ttl01-box dd br {
  display: none;
}
@media screen and (max-width: 1300px) {
  .num {
    left: 0;
    /* 250314 add */
    left: 34px;
  }
  .ttl01-box {
    margin-left: 150px;
    /* 250314 add */
    margin-left: 184px;
  }
}
@media screen and (max-width: 768px) {
  .num {
    top: -90px;
    left: -10px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-size: 100%;
    /* 250314 add */
    left: 24px;
  }
  .ttl01-box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .num {
    top: -75px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .ttl01 .new {
    width: 70%;
  }
  .ttl01-box {
    margin-left: 0;
  }
  .ttl01-box h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .ttl01-box span {
    font-size: 40px;
    border-bottom: 2px dotted #60392c;
  }
  .ttl01-box dt {
    margin-top: 0;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
  }
  .ttl01-box dd {
    line-height: 1.8;
  }
  .ttl01-box dd br {
    display: block;
  }
}

.ttl03 {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  font-size: 30px;
  background-color: #613a2c;
  border-radius: 50px 50px 0 50px;
  /* 250314 add */
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ttl03 {
  /* 250314 add */
    padding: 20px 30px;
  }
}
@media screen and (max-width: 450px) {
  .ttl03 {
    font-size: 24px;
  }
}

.ttl04 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  background-color: #34a6e5;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}
.ttl04::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #34a6e5;
  border-bottom: 0;
  bottom: -8px;
  left: calc(50% - 4px);
  z-index: 1;
}

@media screen and (max-width: 450px){
  .ttl04{
    /* 250314 add */
    padding: 15px 10px;
  }
}

.ttl06 {
  font-size: 36px;
  font-weight: 900;
  /* 250314 add */
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.ttl06 .en {
  /* 250314 add */
  font-size: 24px;
}
.ttl06 .ja {
  /* 250314 add */
  margin-left: -0.2em;
}

.orenge-txt {
  color: #f15925;
}

.link-btn {
  display: block;
  padding: 15px;
  max-width: 310px;
  width: 100%;
  color: #33a5e5;
  text-align: center;
  background-color: #daf3f7;
  border: 2px solid #34a6e5;
  border-radius: 9px;
  /* 250314 add */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.link-btn.--big {
  /* 250314 add */
  padding: 30px 15px;
}

.dotted-box {
  padding: 15px 25px;
  border: 1px dotted #60392c;
  border-radius: 9px;
}
@media screen and (max-width: 450px) {
  .dotted-box {
    padding: 10px;
  }
}

/*////////////////////////

 header

////////////////////////*/

header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .header-logo {
    width: 130px;
  }
}
@media screen and (max-width: 450px) {
  .header-logo {
    width: 100px;
  }
  .totop {
    width: 60px;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer {
  padding: 30px 0 25px 0;
  /* background: #000; */
  /* color: #fff; */
  text-align: center;
}
footer .link-btn {
  margin: 20px auto 0;
  max-width: 700px;
  font-weight: bold;
  font-size: 26px;
  /* 250314 add */
  gap: 16px;
}
footer .arrow {
  /* margin-left: 20px; */
  width: 25px;
  height: 25px;
}
footer .arrow::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: calc(50% - 6px);
}
footer .arrow::after {
  width: 5px;
  height: 5px;
  top: calc(50% - 2.5px);
  right: 7px;
}
.copy {
  display: block;
  margin-top: 100px;
  font-size: 13px;
  color: #623b2d;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  footer .link-btn {
    /* max-width: 80%; */
    line-height: 1.5;
    flex-flow: column;
  }
}
@media screen and (max-width: 450px) {
  .copy {
    margin-top: 50px;
  }
}

/*////////////////////////

mv

////////////////////////*/
.mv {
  position: relative;
  background-color: #fbe4a2;
}
.mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-image: url(img/top/top01_bg-top.png);
  background-repeat: repeat-x;
  z-index: 1;
}
.mv .imgBox img {
  width: 100%;
}

.top-link {
  position: absolute;
  right: 90px;
  bottom: -30px;
  z-index: 2;
}
.top-link h2 {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  background-color: #34a6e5;
  border-radius: 7px 7px 0 0;
}
.top-link_box {
  margin: 0;
  border: 2px solid #34a6e5;
  border-radius: 0 7px 7px 7px;
}
.top-link_box dt,
.top-link_box dd {
  padding: 25px;
}
.top-link_box dt {
  border-radius: 0 0 0 5px;
  background-color: #fff;
}
.top-link_box dd {
  font-weight: bold;
  border-radius: 0 5px 5px 0;
  color: #33a5e5;
  background-color: #d9f3f6;
  text-align: center;
}
.top-link_box dd p:not(.fz20) {
  margin-bottom: 5px;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .top-link {
    right: 10px;
    bottom: -80px;
  }
  .top-link_box dt,
  .top-link_box dd {
    padding: 15px;
  }
}

@media screen and (max-width: 645px) {
  .mv {
    padding-bottom: 50px;
  }
  .top-link {
    position: relative;
    display: block;
    /* max-width: calc(100% - 30px);
    width: 80%;
    left: calc(50% - 40%);
    top: -10px; */
  }
  .top-link_box {
    display: block;
    /* border-radius: 0 7px 7px 7px; */
  }
  .top-link_box dt {
    text-align: center;
    border-radius: 0 5px 0 5px;
  }
  .top-link_box dd {
    border-radius: 0 0 5px 5px;
    color: #33a5e5;
  }
}

/*////////////////////////

top01

////////////////////////*/
.top01 {
  position: relative;
  padding: 130px 0 0;
}

.top01 .container {
  padding-bottom: 80px;
  border-bottom: 4px dashed #f8e6bc;
}

.top01-list {
  margin-top: 45px;
  gap: 20px 40px;
  /* 250314 add */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 304px), 1fr));
}
.top01-list li {
  /* 250314 add */
  display: flex;
  flex-flow: column;
}

/* .top01-list li:not(.top01-list_box li) {
  width: calc((100% - 80px) / 3);
} */
.top01-list h3 {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background-color: #e7818f;
  color: #fff;
  font-size: 18px;
  border-radius: 20px 20px 0 0;
  letter-spacing: 1px;
  /* 250314 add */
  width: 153px;
}
.top01-list_box {
  min-height: 330px;
  padding: 30px;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  /* 250314 add */
  flex: 1;
  display: flex;
  flex-flow: column;
}
.top01-list_box h4 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.6;
}
.top01-list_box p {
  line-height: 1.6;
  /* 250314 add */
  flex: 1;
}
.top01-list_box li {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.top01-list_box li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f5eb4c;
  border-radius: 10px;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .top01-list .link-btn {
    max-width: 100%;
  }
  .top01-list li:not(.top01-list_box li) {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .top01 {
    padding: 50px 0 80px;
    /* 250314 add */
    padding: 50px 0 0;
  }
  .top01 .container {
    padding-bottom: 80px;
  }
}

/*////////////////////////

top02

////////////////////////*/
.top02 {
  margin-top: 130px;
}
.bgc {
  position: relative;
  max-width: 1460px;
  margin: 70px 0 0 auto;
  padding: 110px 110px 180px 15px;
  background-color: #fffbee;
  border-radius: 60px 0 0 60px;
  /* 250314 add */
  margin: 70px auto 0;
  width: calc(100% - 40px);
  padding: 110px 110px 120px 15px;
}
.bgc::before {
  /* 250314 add */
  content: "";
  position: absolute;
  inset: 0;
  left: 60px;
  top: -124px;
  right: calc(50% - 50vw);
  display: block;
  background-color: #fffbee;
  z-index: -1;
  border-radius: 60px 0 0 60px;
}
.bgc::after {
  position: absolute;
  content: "";
  width: 446px;
  height: 124px;
  background-image: url(img/top/top02_bg-top.png);
  top: -124px;
  right: 0;
  z-index: -1;
  /* 250314 add */
  background: #fef5da url(img/top/top02_bg-top.png) no-repeat bottom right/446px
    auto;
  width: 100%;
}
.top02-list figure {
  display: flex;
  gap: 10px 60px;
  /* 250314 add */
  gap: 10px 20px;
  justify-content: space-between;
}

.top02-list li:nth-child(2) figure {
  flex-direction: row-reverse;
}
.top02-list li:not(:first-child) {
  margin-top: 95px;
}
.top02-list figcaption {
  width: 540px;
}
.top02-list .imgBox {
  width: calc((100% - 60px) - 540px);
  /* 250314 add */
  position: relative;
  min-width: min(100%, 380px);
}

.top02-list .imgBox img {
  /* 250314 add */
  border-radius: min(40px);
}

.top02-list .imgBox .date {
  /* 250314 add */
  position: absolute;
  top: -24px;
  right: 6px;
  width: 17%;
  min-width: 54px;
}

.top02-list dt {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
}
.top02-list dt span {
  padding: 10px 15px;
  display: inline-block;
  background-color: #fff;
}
.sp-block {
  display: none;
}
.top02-list dt span {
  position: relative;
}
/* .top02-list dt span:nth-child(2) {
  margin-top: 10px;
} */ /* 250314 delete */
.top02-list dt span + span {
  margin-top: 10px;
}

.top02-list dt span:first-child::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5eb4c;
  z-index: 1;
}
.top02-list rt {
  font-size: 12px;
}
.top02-list dd {
  line-height: 2;
}

.top02-list .dotted-box {
  margin-top: 25px;
}
.top02-list .dotted-box p {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .bgc {
    margin: 0 auto 0 30px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .bgc {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    border-radius: 50px 0 0 50px;
  }
  .bgc::before {
    /* 250314 add */
    top: -90px;
  }

  .bgc::after {
    width: 350px;
    height: 90px;
    top: -90px;
    background-size: 100%;
    /* 250314 add */
    width: 100%;
    background-size: 350px auto;
  }
  .top02-list li:nth-child(1) dt {
    display: inline-block;
    /* max-width: 450px; */
    /* 250314 delete */
    width: 100%;
    /* 250314 add */
    width: auto;
    display: inline-flex;
    flex-flow: column;
  }

  .top02-list li dt {
    /* 250314 add */
    display: inline-flex;
    flex-flow: column;
  }

  .top02-list li span {
    width: fit-content;
  }

  .top02-list figure {
    flex-wrap: wrap-reverse;
  }
  .top02-list figcaption {
    width: 100%;
  }
  .top02-list .imgBox {
    width: 100%;
    /* 250314 add */
    width: fit-content;
    margin: 0 auto;
  }
  .top02-list li:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 565px) {
  .top02-list dt {
    font-size: 24px;
  }
  .top02-list dt span {
    display: none;
  }
  .sp-block {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    line-height: 1.5;
  }
  .sp-block::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5eb4c;
    z-index: 1;
  }

  .top02-list .imgBox img {
    /* 250314 add */
    border-radius: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .top02 {
    margin-top: 125px;
  }
  .bgc {
    margin: 0 auto 0 15px;
    padding-top: 30px;
    /* padding-right: 15px; */
    padding-bottom: 50px;
    border-radius: 30px 0 0 30px;
  }

  .bgc::before {
    /* 250314 add */
    top: -53px;
  }

  .bgc::after {
    width: 200px;
    height: 53px;
    top: -53px;

    /* 250314 add */
    width: 100%;
    background-size: 200px auto;
  }
  .top02-list dt {
    margin-bottom: 20px;
  }
}

.message-box {
  position: relative;
  margin-top: 100px;
  background-color: #f8e6bc;
  border-radius: 40px;
  padding: 40px 55px 40px 40px;
  gap: 15px 30px;
}
.message-box::after {
  position: absolute;
  content: "";
  width: 83px;
  height: 60px;
  bottom: -10px;
  right: 30px;
  background-image: url(img/top/message_bg.png);
  background-size: 100%;
  z-index: 1;
}
.message-box .imgBox {
  width: 187px;
  /* 250314 add */
  text-align: center;
}
.message-box dl {
  width: calc(100% - 187px - 30px);
}
.message-box dt p {
  font-size: 16px;
}
.message-box h3 {
  margin-top: 20px;
  font-size: 24px;
}
.message-box rt {
  font-size: 9px;
}
.message-box dd {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .message-box {
    padding: 30px;
    flex-wrap: wrap;
  }
  .message-box .imgBox {
    width: 100%;
  }
  .message-box dl {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .message-box {
    margin-top: 80px;
  }
  .message-box::after {
    width: 60px;
    height: 44px;
    bottom: -10px;
    right: 15px;
  }
  .message-box {
    padding: 15px;
  }
}

/*////////////////////////

top03

////////////////////////*/
.top03 {
  margin-top: 150px;
  /* margin-bottom: 130px; */
  /* 250314 delete */
}
.top03 .dotted-box {
  position: relative;
  padding: 80px 30px;
  border: 2px dotted #60392c;
  border-radius: 100px;
  text-align: center;
  /* 250314 add */
  padding: 0px 30px 80px;
}
/* .top03 .ttl03 {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  z-index: 1;
} */
.ttl03-wrapper {
  /* 250314 add */
  /* position: absolute;
  inset: 0;
  top: -34px;
  bottom: auto; */
  transform: translateY(-50%);
  line-height: 1.5;
  z-index: 1;
  margin-bottom: 45px;
}
.top03 p {
  line-height: 2;
}
.top03 h3 {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  line-height: 1;
  color: #f15924;
  font-size: 18px;
}
.top03 h3::before {
  position: absolute;
  content: "";
  background-color: #f15924;
  width: 15px;
  height: 1px;
  bottom: 6px;
  left: -35px;
  transform: rotate(45deg);
  z-index: 1;
}
.top03 h3::after {
  position: absolute;
  content: "";
  background-color: #f15924;
  width: 15px;
  height: 1px;
  bottom: 6px;
  right: -35px;
  transform: rotate(-45deg);
  z-index: 1;
}

.top03-list01 {
  margin-top: 25px;
  gap: 10px 20px;
}
.top03-list01 li {
  max-width: 375px;
  width: 100%;
}
.top03-list01 dl {
  margin: 0;
  /* 250314 add */
  height: 100%;
  display: flex;
  flex-flow: column;
}
.top03-list01 dt {
  padding: 20px 15px;
  background-color: #f15925;
  color: #fff;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
  font-weight: normal;
}
.top03-list01 dd {
  padding: 15px;
  min-height: 108px;
  background-color: #fff;
  border: 1px solid #f15925;
  font-size: 24px;
  border-radius: 0 0 20px 20px;
  line-height: 1.6;
  /* 250314 add */
  flex: 1;
}
.top03-list01 .pt {
  /* padding-top: calc(15px + 1.5rem); */ /* 250314 */
  /* 250314 add */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.top03-list01 p{
  /* 250314 add */
  line-height: 1.2;
}
.top03-list01 .small {
  /* 250314 add */
  font-size: 18px;
  margin-top: .4em;
}

.top03-list02 {
  margin-top: 40px;
  gap: 15px 40px;
}
.top03-list02 dl {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top03-list02 dt {
  padding: 5px 15px;
  font-size: 16px;
  background-color: #f8e6bc;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .top03 .ttl03 {
    top: -60px;
    display: block;
    /* width: 80%; */
  }
  .top03 .dotted-box {
    border-radius: 60px;
  }
  .top03-list01,
  .top03-list02 {
    flex-wrap: wrap;
  }
  .ttl03-wrapper{
    /* 250314 add */
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .top03 {
    /* margin-bottom: 100px; */
  }
  .top03 .dotted-box {
    padding: 60px 15px 20px;
    border-radius: 20px;
    /* 250314 add */
    padding: 0 15px 20px;
  }
  .top03 h3 {
    margin-top: 20px;
  }
  .top03 h3::before {
    bottom: 4px;
    left: -20px;
  }
  .top03 h3::after {
    bottom: 4px;
    right: -20px;
  }
  .top03-list02 {
    margin-top: 20px;
  }
  .top03-list01 dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 410px) {
  .top03 h3::before {
    bottom: 4px;
    left: -11px;
  }
  .top03 h3::after {
    bottom: 4px;
    right: -11px;
  }
}
@media screen and (max-width: 393px) {
  .top03 .ttl03 {
    /* width: 90%; */
  }
}

/*////////////////////////

top04

////////////////////////*/
.top04 {
  position: relative;
  padding-top: 130px;
  /* padding-bottom: 120px; */
  /* background-color: #fbe8ab; */ /* 250314 delete */
  text-align: center;
  /* 250314 add */
  padding-top: 122px;
}
/* .top04::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(img/top/top04_bg-top.png);
  background-repeat: repeat-x;
  top: -10px;
  left: 0;
  z-index: 1;
} */ /* 250314 delete */
.video-link {
  margin: 50px auto 0;
  display: block;
  max-width: 900px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 450px) {
  .top04 {
    padding-top: 100px;
    /* padding-bottom: 100px; */
    /* 250314 add */
    padding-top: 60px;
  }
  /* .top04::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(img/top/top04_bg-top.png);
    background-repeat: repeat-x;
    top: -10px;
    left: 0;
    z-index: 1;
  } */
  .video-link {
    margin-top: 30px;
  }
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
.location-logo .fadeUp {
  animation-duration: 1s;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUp.fadeUp50 {
  animation-name: fadeUpAnime50;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime50 {
  from {
    opacity: 0;
    transform: translateY(100px) translateX(-50%);
  }

  to {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}

/* ---------------------

  240404

--------------------- */
@media screen and (max-width: 450px) {
  .top03-list01 dt {
    padding: 10px;
    font-size: 20px;
  }
  .top03-list01 dd {
    padding: 20px 15px;
    min-height: auto;
    font-size: 22px;
    line-height: 1.5;
  }
  .top03-list01 .pt {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 450px) {
}

/*--------------------------------------------------
   250314 add 
   --------------------------------------------------*/

.mv__banner {
  position: absolute;
  right: 90px;
  bottom: -30px;
  z-index: 2;
  display: flex;
  gap: 15px;
  align-items: end;
}

.top-link {
  position: relative;
  right: 0;
  bottom: 0;
}
.top-version-scroll {
  width: 175px;
  height: 168px;
  background: url(img/top/version-scroll.png) no-repeat center/contain;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.top-version-scroll:hover {
  color: #fff;
  opacity: 1;
}

.top-version-scroll .text {
  line-height: 1.4;
}

.top-version-scroll .ver {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv__banner {
    right: 20px;
    bottom: -10vw;
  }
}
@media screen and (max-width: 645px) {
  .mv__banner {
    position: relative;
    max-width: calc(100% - 30px);
    width: 98%;
    inset: 10px;
    top: -10px;
    justify-content: center;
    flex-flow: wrap;
  }

  .top-version-scroll {
    width: 153px;
    height: 168px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 450px) {
}

.pagenav {
  display: flex;
  justify-content: center;
  gap: 34px 60px;
  flex-flow: wrap;
  margin: 100px 0 128px;
  padding: 0 15px;
}

.pagenav__link {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  background: #5f392c;
  border-radius: 10px;
  width: min(100%, 270px);
  min-height: 120px;
  padding: 12px;
  position: relative;
  text-align: center;
}

.pagenav__link:hover {
  color: #fff;
}

.pagenav__link::before {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #5f392c;
  font-size: 21px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: grid;
  place-items: center;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: #f5eb4c;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .pagenav {
    margin: 60px 0 180px;
    gap: 34px 20px;
  }
}

.inline-block{
  display: inline-block;
}

.movie-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 852px;
  margin: 45px auto 0;
}

@media screen and (max-width: 600px){
  .movie-list{
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.movie-list li{
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 12px;
  text-align: center;
}

.movie-list .movie{
  width: 100%;
  position: relative;
}

.movie-list .movie iframe{
  aspect-ratio: 16/9;
  width: 100%;
}

.movie-list .movie video{
  width: 100%;
}

.movie-list .movie.--commingsoon::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #949494;
  z-index: 1;
}

.movie-list .movie.--commingsoon span{
  color: #fff;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 20px;
}

.movie-list .text{
  font-size: 24px;
}