/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  -webkit-text-size-adjust: 100%; /* 3 */ /* 2 */
  -o-tab-size: 4;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 7 */
  line-height: 1.5; /* 1 */
  font-family: "Noto Sans JP", sans-serif; /* 4 */
  font-variation-settings: normal; /* 6 */
     tab-size: 4; /* 3 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  border-top-width: 1px; /* 3 */
  color: inherit; /* 2 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-size: 1em; /* 4 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-variation-settings: normal; /* 3 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-image: none; /* 2 */
  background-color: transparent; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.mt-16{
  margin-top: 4rem !important;
}
.flex{
  display: flex !important;
}
.table{
  display: table !important;
}
.hidden{
  display: none !important;
}
.resize{
  resize: both !important;
}
.items-center{
  align-items: center !important;
}
.justify-end{
  justify-content: flex-end !important;
}
.justify-between{
  justify-content: space-between !important;
}
.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
:root {
  --scrollbar: 0;
}

@font-face {
  font-weight: bold;
  src: url("../fonts/chiarostd_b.otf") format("opentype");
  font-family: "Chiaro Std";
}
/* l-header
----------------------------------------------------------------- */
/* l-front
----------------------------------------------------------------- */
.l-front {
  position: relative;
  background-color: #F2F2F2;
}

.p-news__important {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
.p-news__important .c-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #2189E3;
}
.p-news__important .c-arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2189E3;
}
.p-news__important .c-arrow::before {
  width: 12px;
  height: 12px;
  background: url(../img/icon/arrow_w.svg) no-repeat center/contain;
}
.p-news__important .c-arrow::after {
  background: rgba(33, 137, 227, 0.8);
}

.js-visible {
  visibility: visible;
  opacity: 1;
}

.js-hidden {
  visibility: hidden;
  opacity: 0;
}

/* l-topEvent
----------------------------------------------------------------- */

/* l-recommend
----------------------------------------------------------------- */

/* l-topTourist
----------------------------------------------------------------- */

/* l-topModel
----------------------------------------------------------------- */
.l-topModel .l-topModel__card {
  display: block;
  position: relative;
  border-radius: 20px;
}
.l-topModel .l-topModel__image {
  z-index: 1;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.l-topModel .l-topModel__image .p-image {
  -o-object-fit: cover;
  width: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.l-topModel .l-topModel__image .p-icon {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.l-topModel .l-topModel__image .p-icon img {
  pointer-events: none;
}
.l-topModel .u-silver .p-icon img,
.l-topModel .u-bronze .p-icon img {
  width: 56px;
  height: 50px;
}
.l-topModel .u-normal .p-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #5198E0;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.214;
  font-family: "Montserrat", sans-serif;
}
.l-topModel .l-topModel__textbox {
  z-index: 1;
  position: relative;
}
.l-topModel .l-topModel__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
.l-topModel .u-gold .l-topModel__title {
  margin: 20px auto;
  font-size: 18px;
}
.l-topModel .l-topModel__trafficItem:not(:last-child) {
  margin-bottom: 8px;
}
.l-topModel .u-gold .l-topModel__trafficItem:not(:last-child) {
  margin-bottom: 12px;
}
.l-topModel .l-topModel__listItem .c-tag {
  display: inline-block;
}
.l-topModel .c-tag {
  flex-shrink: 0;
  background-color: #fff;
  color: #2189E3;
  font-size: 12px;
  line-height: 1.417;
  letter-spacing: 0.08em;
}

/* l-topTourist
----------------------------------------------------------------- */

.c-slide .c-textboxArea,
.c-slide__second .c-textboxArea {
  margin: 0 auto 40px;
}

.c-slide .c-copy,
.c-slide__second .c-copy {
  margin: 0 auto;
}

.c-slide .c-lead,
.c-slide__second .c-lead {
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 2;
}

/* js-article */
.js-article .splide__slide,
.js-article__second .splide__slide {
  position: relative;
  border-radius: 20px;
}

.js-article .splide__slide .inner,
.js-article__second .splide__slide .inner {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
}

.js-article .splide__slide .inner {
  padding: 10px 10px 20px;
}

.js-article__second .splide__slide .inner {
  border-radius: 20px;
}

.js-article .splide__slide .inner::after,
.js-article__second .splide__slide .inner::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(33, 137, 227, 0.2);
  content: "";
}

.js-article .c-card_imgWrap,
.js-article__second .c-card_imgWrap {
  position: relative;
}

.js-article .js-favorite,
.js-article__second .js-favorite {
  z-index: 1;
  position: absolute;
}

.js-article .c-card_img {
  width: 100%;
}

.js-article__second .c-card_img {
  width: 100%;
}

.js-article .c-card_img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.js-article__second .c-card_img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.js-article .c-card__body,
.js-article__second .c-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0 10px;
}

.js-article__second .c-card__desc {
  font-size: 16px;
  line-height: 1.5;
}

.js-article .splide__arrow--prev {
  left: -8px;
}

.js-article .splide__arrow--next {
  right: 20px;
}

/* l-topActivity
----------------------------------------------------------------- */

/* l-topShopping
----------------------------------------------------------------- */

/* l-topProducts
----------------------------------------------------------------- */

/* l-topGourmet
----------------------------------------------------------------- */
.l-topGourmet {
  padding: 74px 0 80px;
}

.l-topGourmet__List {
  display: grid;
}

.l-topGourmet__ListItem {
  position: relative;
}
.l-topGourmet__ListItem .js-favorite {
  z-index: 1;
  position: absolute;
}
.l-topGourmet__ListItem .c-tag__area {
  margin-top: auto;
}

.l-topGourmet__ListItem .inner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 10px 25px;
}

.l-topGourmet__ListItem .inner::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  transition: 0.4s;
}

.l-topGourmet__ListItem,
.l-topGourmet__ListItem .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.l-topGourmet__image {
  z-index: 1;
  width: 100%;
  border-radius: 10px;
}

.l-topGourmet__ListItem .c-zoom img {
  border-radius: 10px;
}

.l-topGourmet__textbox {
  display: flex;
  z-index: 1;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
}

.l-topGourmet__head {
  display: flex;
  align-items: center;
  min-height: 3em;
  margin: 10px 0;
  font-weight: 700;
}

.l-topGourmet .c-tag {
  display: inline-block;
  min-width: 80px;
  padding: 3px 17px 4px;
  background-color: #2189E3;
  font-size: 14px;
  line-height: 1.429;
  letter-spacing: 0.12em;
}

.l-topGourmet .c-btn a {
  box-shadow: 0 0 12px 0px rgba(255, 255, 255, 0.4);
}

/* l-insta
----------------------------------------------------------------- */
.l-insta .c-tab {
  width: 2rem;
  height: 2rem;
}
.l-insta .c-tab::after {
  width: 1.25rem;
  height: 1.25rem;
}
.l-insta .c-btn a {
  padding: 6px 8px 6px 24px;
}
.l-insta__wrap #sb_instagram #sbi_images {
  padding: 0;
}

/* l-promotion
----------------------------------------------------------------- */
.l-promotion {
  padding: 40px 0;
}
.l-promotion .l-inner {
  display: flex;
}
.l-promotion .l-promotion__link {
  position: relative;
  border-radius: 20px;
}
.l-promotion .l-promotion__textbox {
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 6px 18px 8px 16px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}
.l-promotion .l-promotion__link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 20px;
}
.l-promotion .u-second .l-promotion__textbox {
  padding: 0;
  background-color: transparent;
}
.l-promotion .c-tab {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.l-promotion .u-second .p-ttl,
.l-promotion .u-second .p-lead {
  background-color: #fff;
}
.l-promotion .u-second .p-ttl {
  display: inline-block;
  position: relative;
  padding: 5px 20px 0 16px;
  border-radius: 0 10px 0 0;
}
.l-promotion .u-second .p-lead {
  margin-top: -9px;
  padding: 9px 6px 9px 16px;
  border-radius: 0 10px 10px 0;
}
.l-promotion .p-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.l-promotion .p-lead {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
}

/* l-topNews
----------------------------------------------------------------- */
.l-topNews {
  padding: 81px 0 82px;
}
.l-topNews .c-tag {
  background-color: #64B7FF;
}

.l-topNews__head {
  max-width: 280px;
}

.l-topNews__textbox .c-news__List {
  background-color: rgba(255, 255, 255, 0.8);
}

.c-news__List {
  border-top: 2px solid rgba(100, 153, 255, 0.4);
}

.l-topNews .c-news__link {
  -webkit-column-gap: 12px;
  display: flex;
  position: relative;
          column-gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.l-topNews .c-news__card {
  width: 100%;
}

.c-news__link .c-arrow {
  position: relative;
  right: inherit;
  flex-shrink: 0;
}

.c-news__meta {
  align-items: center;
  margin-bottom: 4px;
}

.c-news__time {
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.c-news__text {
  font-size: 16px;
  line-height: 2;
}

/* l-pr
----------------------------------------------------------------- */
.l-pr {
  background-color: #F6F6F6;
}

.p-foot__bnr {
  border-top: 1px solid #e2e2e2;
}

.p-foot__bnrList {
  display: grid;
  margin: 0 auto;
}
.p-foot__bnrList img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
}

.p-sns__List {
  -webkit-column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
          column-gap: 40px;
  max-width: 272px;
  margin: 0 auto 48px;
}

.p-sns__ListItem a {
  display: block;
}

.p-sns__ListItem img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.p-foot__bnrListItem a {
  display: block;
}

.p-foot__bnrListItem img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
}

body {
  color: #000;
}

button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  color: inherit;
  font: inherit;
}

select,
textarea,
input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.l-inner {
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
}

.l-inner__s {
  margin: 0 auto;
}

/* l-about
----------------------------------------------------------------- */
.l-about .c-title {
  margin: 0 auto 40px;
}
.l-about .c-ttl {
  font-size: 16px;
}
.l-about .p-about__List .p-desc {
  font-size: 14px;
  line-height: 1.714;
}

.l-about__List {
  margin: 40px auto 80px;
}
.l-about__List .l-about__ListItem {
  border-radius: 20px;
}
.l-about__List .c-card__bg {
  display: block;
  position: relative;
  padding: 10px 10px 26px;
  border-radius: 20px;
}
.l-about__List .c-card__bg::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-about__List .l-about__image {
  position: relative;
  border-radius: 10px;
}
.l-about__List .l-about__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.l-about__List .l-about__textbox {
  position: relative;
  margin-top: 16px;
  padding: 0 20px;
}
.l-about__List .p-head {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.556;
}

.l-about__detail {
  margin: 0 auto;
}

.l-about .p-about__List {
  margin-inline: auto;
}

.l-about .p-about__List.u-mdgrid__2 .p-about__image {
  border-radius: 4px;
}
.l-about .p-about__List.u-mdgrid__2 .p-about__image img {
  border-radius: 4px;
}

.p-character {
  margin: 80px auto 0;
  margin-bottom: 48px;
  background-color: rgba(100, 183, 255, 0.2);
}
.p-character .p-character__imagebox {
  border-radius: 10px;
}
.p-character .p-character__imagebox img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.p-character .p-head {
  font-weight: 700;
}
.p-character .p-lead {
  margin: 12px auto;
  font-size: 14px;
  line-height: 2;
}
.p-character ul {
  margin-top: 4px;
}
.p-character ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 1.714;
}
.p-character ul li:not(:last-child) {
  margin-bottom: 4px;
}
.p-character ul li::before {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005AA8;
  content: "";
}

/* l-tales
----------------------------------------------------------------- */

.c-btn.c-btn__border {
  margin: 40px auto 0;
  padding-top: 60px;
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}

/* l-reconstraction
----------------------------------------------------------------- */

.c-lead.p-page {
  margin: 0 auto;
}

/* l-history
----------------------------------------------------------------- */

.p-subcard {
  border-top: 1px solid rgba(100, 183, 255, 0.4);
}
.p-subcard .p-about__link {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.p-subcard .p-about__image {
  position: relative;
  border: 1px solid rgba(100, 183, 255, 0.4);
  border-radius: 10px;
}
.p-subcard .p-about__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.p-subcard .c-circle__left {
  width: 1.25rem;
  height: 1.25rem;
  border: none;
}
.p-subcard .c-circle__left::after {
  width: 10px;
  height: 10px;
}

/* l-association
----------------------------------------------------------------- */
.l-association .p-info__area {
  margin: 0 auto 64px;
}
.l-association .p-info__area .p-head {
  font-size: 16px;
  line-height: 1.5;
}
.l-association .p-info__area .p-desc {
  font-size: 16px;
  line-height: 1.75;
}
.l-association .p-info__area .p-info__List {
  margin: 24px auto 0;
}
.l-association .c-btn__inner {
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}

.p-page__List {
  margin: 40px auto 80px;
}

.p-page__ListLtem:not(:last-child) {
  margin-bottom: 72px;
}

.p-page__ListLtem .c-lead {
  margin: 0 auto;
}

.p-page__ListLtem p a {
  color: #2189E3;
  text-decoration: underline;
}

.p-page__ListLtem p a[target=_blank]::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  background: url(../img/icon/target.svg) no-repeat center/contain;
  content: "";
  vertical-align: middle;
}

/* l-report
----------------------------------------------------------------- */

.l-report__List {
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}

.l-report__ListItem {
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
}
.l-report__ListItem .p-head {
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.l-report__ListItem .c-download {
  width: 100%;
  max-width: 100%;
  padding: 6px 8px;
}
.l-report__ListItem .c-download .c-pdf {
  position: absolute;
  right: 8px;
}
.l-report__ListItem .c-download .c-txt {
  margin: 0 auto;
  text-align: center;
}

/* l-news
----------------------------------------------------------------- */
.l-news .c-tabbtn__listitem .c-tab__btn {
  width: 100%;
  padding: 8px 0;
}
.l-news .c-tabbtn__listitem .c-tab__btn.is-active {
  padding: 8px 0;
}

/* l-privacy
----------------------------------------------------------------- */

/* l-contact
----------------------------------------------------------------- */
.l-contact .l-contact__inner {
  margin: 0 auto;
}
.l-contact .c-lead {
  margin: 0 auto;
}

/* l-thanks
----------------------------------------------------------------- */
.l-thanks .l-thanks__text {
  margin: 40px auto;
  font-size: 16px;
  line-height: 2;
}

/* l-access
----------------------------------------------------------------- */
.l-access .c-heading__h4 {
  margin-bottom: 36px;
}
.l-access .l-access__mapInner {
  margin: 40px auto;
}
.l-access #list_02 {
  background-color: rgba(235, 248, 255, 0.8);
}
.l-access #list_02 .p-info__area {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-access #list_03 {
  padding-bottom: 0;
}
.l-access .splide__arrow--prev {
  left: -20px;
}
.l-access .splide__arrow--next {
  right: -20px;
}
.l-access .c-lead {
  margin: 16px auto 32px;
}
.l-access .l-access__traffic img {
  width: 100%;
}
.l-access .p-info__inner .p-map iframe {
  width: 100%;
}
.l-access .l-access__map {
  margin: 40px auto 0;
}
.l-access .l-access__map img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
  border: 1px solid rgba(100, 183, 255, 0.4);
  border-radius: 20px;
}
.l-access .p-about__List {
  margin-bottom: 64px;
}
.l-access .p-about__List .p-about__ListItem {
  width: 100%;
  max-width: 100%;
}
.l-access .p-about__List .p-about__textbox .c-ttl {
  font-size: 16px;
  line-height: 1.5;
}
.l-access .c-btn {
  margin: 64px auto 0;
}

.p-page .l-access .c-tabbtn__list.p-page .c-tab__btn {
  align-items: center;
}
.p-page .l-access .js-detail .splide_slide img {
  width: 100%;
}

.l-archive {
  background-color: #F7FCFF;
}

/* l-course
----------------------------------------------------------------- */
.l-course .c-lead {
  margin-top: 24px;
}
.l-course .c-tabbtn__area {
  margin: 40px 0 0 auto;
}
.l-course .c-card__listItem .c-card__block .c-card__use {
  letter-spacing: 0.08em;
}
.l-course .c-card__listItem .c-card__desc {
  line-height: 2;
}
.l-course .js-favorite {
  z-index: 1;
  position: absolute;
}
.l-activity .c-tabbtn__list {
  margin-left: 0;
}
.l-activity .c-card__tag {
  display: inline-block;
  min-width: 104px;
  height: 28px;
  text-align: center;
}
.l-mypage .c-delete {
  position: absolute;
}
.l-event .c-subcard__List .c-subcard__ListItem .c-subcard__image,
.c-archive .c-subcard__List .c-subcard__ListItem .c-subcard__image {
  background-color: #EBF8FF;
}
.l-event .c-subcard__List .c-subcard__ListItem .c-subcard__image img,
.c-archive .c-subcard__List .c-subcard__ListItem .c-subcard__image img {
  -o-object-fit: cover;
  display: block;
  width: auto;
  height: 100%;
  margin-inline: auto;
     object-fit: cover;
  border-radius: 0;
}

.l-tourist__map {
  margin: 40px auto 56px;
}
.l-tourist__map iframe {
  width: 100%;
}
.l-pamphlet .c-btn .c-digital {
  max-width: 244px;
  padding: 11px 18px 11px;
}
.l-pamphlet .c-btn .c-digital .c-txt {
  margin-left: 0;
}
.l-pamphlet .c-btn .c-digital .c-arrow {
  width: 1.5rem;
  height: 1.5rem;
}
.l-pamphlet .c-btn .c-digital .c-arrow::before {
  width: 14px;
  height: 14px;
}

.l-search {
  padding-top: 60px;
}
.l-search .c-archive {
  margin-top: 0;
}
.l-search .c-heading.u-left {
  margin-left: 0;
}
.l-search .c-news__ttl {
  margin-bottom: 6px;
  color: #005AA8;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.c-around__spot {
  margin: 40px auto;
}
.c-around__spot .c-subcard__List ul {
  margin-bottom: 24px;
}
.c-around__spot .p-info__ListItem .p-head {
  color: #005AA8;
  font-weight: 700;
}
.c-around__spot .c-subcard__List .c-subcard__ListItem .c-subcard__title {
  font-size: 18px;
}

.l-article .c-around__spot .c-btn,
.l-article .c-around__spot .c-btn a {
  width: 100%;
}

.l-detail {
  background-color: #F7FCFF;
}

.l-detail__image {
  margin: 40px auto 0;
}
.l-detail__image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.l-article .inner {
  margin: 0 auto;
}
.l-article h2 {
  margin-bottom: 40px;
  padding-bottom: 3px;
  border-bottom: 4px solid rgba(0, 90, 168, 0.8);
  font-weight: 700;
}
.l-article h4 {
  margin-bottom: 16px;
  color: #005AA8;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.l-article h5, .l-article h6 {
  font-weight: 700;
}
.l-article p {
  font-size: 16px;
  line-height: 2;
}
.l-article .l-article__body {
  padding-bottom: 40px;
}
.l-article .l-article__body table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}
.l-article .l-article__body table tr {
  display: flex;
  width: 100%;
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
}
.l-article .l-article__body table th {
  display: block;
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.l-article .l-article__body table td {
  font-size: 16px;
  line-height: 2;
}
.l-article .l-article__body table p {
  margin: 0 auto;
}
.l-article .l-article__body figure img {
  display: inline-block;
}
.l-article .l-article__body .p-map__area {
  margin: 40px auto;
}
.l-article .l-article__body .p-map__area iframe {
  -o-object-fit: cover;
  width: 100%;
     object-fit: cover;
}
.l-article .l-article__main {
  margin-bottom: 40px;
  overflow: hidden;
}
.l-article .l-article__main h3 {
  margin: 20px auto;
  padding-bottom: 3px;
  border-bottom: 4px solid rgba(0, 90, 168, 0.8);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.l-article .l-article__main div {
  margin-top: 40px;
}
.l-article .l-article__main ol,
.l-article .l-article__main ul {
  margin: 20px auto;
}
.l-article .l-article__main ol li,
.l-article .l-article__main ul li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 16px;
  line-height: 1.5;
}
.l-article .l-article__main ol li p,
.l-article .l-article__main ul li p {
  line-height: 1.5;
}
.l-article .l-article__main ol li:not(:last-child),
.l-article .l-article__main ul li:not(:last-child) {
  margin-bottom: 16px;
}
.l-article .l-article__main ul li::before {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005AA8;
  content: "";
}
.l-article .l-article__main ol {
  list-style: none;
  counter-reset: list;
}
.l-article .l-article__main ol li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: counter(list);
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: list;
}
.l-article .l-article__main table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}
.l-article .l-article__main table tr {
  display: flex;
  width: 100%;
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
}
.l-article .l-article__main table th {
  display: block;
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.l-article .l-article__main table td {
  font-size: 16px;
  line-height: 2;
}
.l-article .l-article__main table p {
  margin: 0 auto;
}
.l-article .l-article__main strong, .l-article .l-article__main b {
  font-weight: 700;
}
.l-article .l-article__main a,
.l-article .l-article__main a[target=_blank] {
  position: relative;
  color: #2189E3;
  text-decoration: underline;
  word-break: break-all;
}
.l-article .l-article__main a[target=_blank]::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  background: url(../img/icon/target.svg) no-repeat center/contain;
  content: "";
  vertical-align: middle;
}
.l-article .c-btn__inner {
  padding-top: 64px;
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}
.l-article .c-btn a {
  width: 320px;
}
.l-article .c-btn .c-arrow {
  position: absolute;
  left: 8px;
}
.l-article .c-btn .c-arrow::before,
.l-article .c-btn .c-arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-info__area {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: rgba(100, 183, 255, 0.1);
}
.p-info__area .c-heading.u-center::before,
.p-info__area .c-heading.u-center::after {
  background: url(../img/icon/waves_s.svg) no-repeat center/contain;
}
.p-info__area .u-flex.u-justify-center {
  margin: 0 auto;
}
.p-info__area h3 {
  margin: 0 auto;
  border: none;
}
.p-info__area .c-lead {
  margin: 0 auto;
}
.p-info__area .p-info__ListItem p {
  font-size: 18px;
}
.p-info__area .p-info__ListItem:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
}
.p-info__area .p-info__List.u-small .p-info__ListItem:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.p-info__area .p-head {
  color: #005AA8;
  font-weight: 700;
  line-height: 1.333;
}
.p-info__area .p-desc {
  line-height: 1.5;
}
.p-info__area p {
  margin: 0;
}
.p-info__area a[target=_blank] {
  position: relative;
  color: #2189E3;
  text-decoration: underline;
  word-break: break-all;
}
.p-info__area a[target=_blank]::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  background: url(../img/icon/target.svg) no-repeat center/contain;
  content: "";
  vertical-align: middle;
}
.l-relevance.u-model .c-subcard__List .c-subcard__ListItem .c-subcard__title {
  margin-bottom: 14px;
}
.l-relevance.u-model .c-card__blockItem {
  -webkit-column-gap: 10px;
  display: flex;
          column-gap: 10px;
  align-items: flex-start;
}
.l-relevance.u-model .c-card__blockItem:not(:last-child) {
  margin-bottom: 12px;
}
.l-relevance.u-model .c-card__use {
  display: flex;
  flex-shrink: 0;
}
.l-relevance.u-model .c-tag {
  display: inline-block;
  width: 80px;
  padding: 3px 11px 4px;
  background-color: #fff;
  color: #2189E3;
  font-size: 12px;
  line-height: 1.417;
  letter-spacing: 0.08em;
}
.l-relevance.u-model .c-card__desc {
  width: 100%;
  font-size: 14px;
  line-height: 1.714;
}

.c-subcard__List-inner {
  margin: 0 auto;
}

.c-subcard__List {
  margin: 40px auto 0;
}
.c-subcard__List .c-card__bg {
  position: relative;
  padding: 10px 10px 20px;
  border-radius: 20px;
}
.c-subcard__List .c-card__bg::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-subcard__List .c-subcard__ListItem {
  position: relative;
}
.c-subcard__List .c-subcard__ListItem .c-subcard__image {
  position: relative;
  width: 100%;
  border-radius: 12px;
}
.c-subcard__List .c-subcard__ListItem .c-subcard__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 12px;
}
.c-subcard__List .c-subcard__ListItem .c-favorite__second {
  padding: 4px 6px 4px 19px;
  font-size: 12px;
  line-height: 1.417;
}
.c-subcard__List .c-subcard__ListItem .c-favorite__second .c-icon {
  width: 26px;
  height: 24px;
}
.c-subcard__List .c-subcard__ListItem .c-subcard__textbox {
  padding: 0 10px;
}
.c-subcard__List .c-subcard__ListItem .c-subcard__title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
.c-subcard__List .c-subcard__ListItem .c-subcard__desc {
  font-size: 14px;
  line-height: 2;
}

.p-head__bg {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-head__modelbg {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 137, 227, 0.5);
}

.p-head__model {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-head__model img {
  -o-object-fit: cover;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.l-article.u-model .l-article__body {
  margin-top: 40px;
}
.l-article.u-model .l-article__body .p-map__area {
  margin-top: 20px;
}
.l-article.u-model .c-card__listItem {
  display: flex;
}
.l-article.u-model .c-card__listItem .c-card__textbox {
  display: block;
}
.l-article.u-model .c-card__listItem .c-card__imagebox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.l-article.u-model .c-detail__link .c-page__link {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon/target.svg) no-repeat center/contain;
}
.l-article.u-model .c-card__listItem .p-desc {
  line-height: 1.75;
}

.u-model .l-article__main {
  margin-bottom: 36px;
}
.u-model .l-article__main h3 {
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 4px solid rgba(0, 90, 168, 0.8);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.u-model .l-article__main div {
  margin-top: 40px;
}
.u-model .p-course__inner {
  padding-top: 40px;
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}
.u-model .p-course__inner .p-course {
  border-radius: 20px;
  background-color: rgba(100, 183, 255, 0.1);
}
.u-model .p-course__inner .l-model__trafficList {
  row-gap: 12px;
  margin: 20px auto 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
}
.u-model .p-course__inner .l-model__trafficList .c-tag {
  flex-shrink: 0;
  margin-right: 16px;
  padding: 3px 11px 4px;
  background-color: #2189E3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.429;
}
.u-model .p-course__inner .l-model__trafficList .p-desc {
  font-size: 16px;
  line-height: 1.75;
}
.u-model .p-course__inner .p-course__List .p-course__ListItem:not(:last-child),
.u-model .p-course__inner .p-course__List .p-course__ListItem:not(:last-child) .p-head {
  margin-bottom: 2px;
}
.u-model .p-course__inner .p-course__List .p-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
.u-model .p-course__inner .p-course__List .p-desc {
  position: relative;
  margin-left: 9px;
  padding: 12px 0 12px 13px;
  color: #2189E3;
  font-size: 16px;
  line-height: 1.5;
}
.u-model .p-course__inner .p-course__List .p-desc::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #2189E3;
  content: "";
}
.u-model .p-course__inner .p-course .u-main {
  font-size: 18px;
  line-height: 1.778;
}
.u-model .p-course__inner .c-heading.u-left {
  -webkit-column-gap: 8px;
          column-gap: 8px;
}
.u-model .p-course__inner .c-heading.u-left::before {
  width: 40px;
  height: 24px;
}
.u-model .l-detail__box img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
}
.u-model .l-detail__head {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.28;
}
.u-model .l-detail__ttl {
  margin-bottom: 18px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 90, 168, 0.8);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.u-model figure {
  margin: 20px auto;
}
.u-model img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
}
.u-model .l-detail__desc {
  font-size: 16px;
  line-height: 2;
}

.l-article.u-model .l-article__body .c-sns__shareWrap {
  margin: 40px auto 0;
}

.l-detail__card {
  margin: 32px auto 0;
}
.l-detail__card .c-card__listItem .c-card__block {
  margin-top: 20px;
}

.l-detail__area .l-detail__box:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}

.l-detail__area .l-detail__box:nth-of-type(even) {
  background-color: rgba(235, 248, 255, 0.8);
}

.p-newsdetail .l-article__header h2 {
  margin-bottom: 1rem;
}
.p-newsdetail .l-article__main h3 {
  margin: 20px auto;
}
.p-newsdetail .l-article__main figure {
  margin: 1.5rem auto;
}
.p-newsdetail .l-article__main figure img {
  display: block;
  margin: 0 auto;
}
.p-newsdetail .l-article__main p {
  margin: 1rem auto;
}
.p-newsdetail .l-article__main ol,
.p-newsdetail .l-article__main ul {
  margin: 20px auto;
}
.p-newsdetail .l-article__main ol li,
.p-newsdetail .l-article__main ul li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 16px;
  line-height: 1.5;
}
.p-newsdetail .l-article__main ol li:not(:last-child),
.p-newsdetail .l-article__main ul li:not(:last-child) {
  margin-bottom: 16px;
}
.p-newsdetail .l-article__main ul li::before {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005AA8;
  content: "";
}
.p-newsdetail .l-article__main ol {
  list-style: none;
  counter-reset: list;
}
.p-newsdetail .l-article__main ol li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: counter(list);
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: list;
}
.p-newsdetail .c-tag {
  padding: 3px 16px;
  background-color: #64B7FF;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.417;
}
.p-newsdetail .l-article__body .c-sns__share {
  justify-content: center;
  margin: 40px auto 0;
}

.p-event__area {
  margin: 40px auto 0;
}
.l-products__buy .l-products__List {
  margin-bottom: 24px;
}
.l-products__buy .c-subcard__textbox {
  position: relative;
}
.l-products__buy .c-btn {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-products__buy .c-btn a {
  width: 100%;
}

.aligncenter {
  text-align: center;
}

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

#shirasu p {
  margin: 0 auto;
}
#shirasu .shirasu_read {
  color: #4c8dcb;
}
#shirasu .shirasu_base {
  margin-bottom: 30px;
  border: 2px solid #3e8cd6;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
#shirasu .shirasu_base p {
  color: #607B93;
}
#shirasu .shirasu_base img {
  -o-object-fit: cover;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
     object-fit: cover;
}
#shirasu .shirasu_ajikawaru_wrap p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
#shirasu .shirasu_ajikawaruimg {
  height: 147px;
  margin-bottom: 15px;
}

#kv {
  position: relative;
}

.wrapper {
  width: 100%;
  margin-inline: auto;
}

#kv .splide__slide {
  position: relative;
}

#kv .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#kv .c-event__card {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
}

#kv .c-event__head {
  position: relative;
}

#kv .c-event__head,
#kv .c-event__text,
#kv .c-tag {
  position: relative;
}

#kv .c-tag {
  display: inline-block;
}

.splide__arrow {
  z-index: 0;
}

.c-navi {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.u-count {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  text-align: center;
}

.u-count span {
  color: #2189E3;
  font-weight: 700;
}
.js-detail .splide__slide {
  background-color: #fff;
}
.js-detail .splide__arrow--prev {
  left: -20px;
}
.js-detail .splide__arrow--next {
  right: -20px;
}
.js-detail .splide__slide {
  display: flex;
  justify-content: center;
}
.js-detail .splide__arrow:hover:not(:disabled) {
  opacity: 0.75;
}
.js-detail .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
  border: 2px solid #005AA8;
  background-color: #fff;
  opacity: 1;
}
.js-detail .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #2189E3;
  opacity: 1;
}
.js-detail .splide__pagination {
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.js-detail .splide__slide img {
  -o-object-fit: cover;
  width: auto;
  height: 100%;
     object-fit: cover;
}

.splide__slide img {
  -o-object-fit: cover;
  width: auto;
  height: 100%;
     object-fit: cover;
}

.js-article .splide__arrow--prev {
  left: -8px;
}

.js-article .splide__arrow--next {
  right: 20px;
}

.splide__pagination {
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.splide__arrow {
  -webkit-transform: none;
  top: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
          transform: none;
  border: 2px solid #2189E3;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.75;
}

.splide__pagination__page {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
  border: 2px solid #005AA8;
  background-color: #fff;
  opacity: 1;
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #2189E3;
  opacity: 1;
}

#event .splide__slide {
  border-radius: 10px;
  background-color: #fff;
}

#event .splide__slide a {
  position: relative;
}

#event .c-event__image {
  position: relative;
}

#event .c-event__image img {
  -o-object-fit: cover;
  width: 100%;
     object-fit: cover;
}

#event .c-event__card {
  position: relative;
}

#kv .splide__arrow {
  border: 2px solid #2189E3;
  background-color: #fff;
  opacity: 1;
}

#event .splide__arrow,
.js-article .splide__arrow,
.js-detail .splide__arrow,
.js-article__second .splide__arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #2189E3;
  background-color: #fff;
  opacity: 1;
}
.c-contactForm .c-contactForm__dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-contactForm .c-contactForm__dt {
  -webkit-column-gap: 8px;
  display: flex;
          column-gap: 8px;
  align-items: center;
  line-height: 1.5;
}
.c-contactForm .c-contactForm__dt label {
  font-weight: 700;
}
.c-contactForm .c-contactForm__dl.u-textarea {
  display: block;
}
.c-contactForm .c-contactForm__dl.u-textarea .c-contactForm__dd {
  width: 100%;
}
.c-contactForm .c-contactForm__ind {
  display: inline-block;
  flex-shrink: 0;
  padding: 4px 6px 3px;
  background-color: #e50012;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.c-contactForm .c-contactForm__dl input,
.c-contactForm .c-contactForm__dl textarea {
  display: block;
  width: 100%;
  padding: 11px 10px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.c-contactForm .c-contactForm__dl textarea {
  resize: none;
}
.c-contactForm .c-contactForm__att {
  display: block;
  margin-top: 3px;
  color: #222;
  font-size: 12px;
}
.c-contactForm .p-checkbox__text {
  display: flex;
  position: relative;
  align-items: center;
}
.c-contactForm .wpcf7-list-item-label::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 12px;
  border: 1px solid #222222;
  border-radius: 4px;
  background: #fff;
  content: "";
  cursor: pointer;
  transition: 0.4s;
}
.c-contactForm .wpcf7-list-item-label::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 6px;
          transform: rotate(-45deg);
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  opacity: 0;
  transition: 0.4s;
}
.c-contactForm .wpcf7-list-item-label {
  display: flex;
  position: relative;
  align-items: center;
}
.c-contactForm .p-checkbox__text a {
  position: relative;
  color: #2189E3;
  text-decoration: underline;
}
.c-contactForm .p-checkbox__text .c-contactForm__ind {
  margin-left: 1rem;
}
.c-contactForm .p-checkbox__text a[target=_blank]::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 4px;
  background: url(../img/icon/window.svg) no-repeat center/contain;
  content: "";
  vertical-align: middle;
}
.c-contactForm .c-btn {
  margin: 48px auto 0;
}

.c-contactForm input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #2189E3;
}

.c-contactForm input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-contactForm__policy {
  margin: 40px auto 0;
  font-size: 18px;
}

.c-contactForm input[type=checkbox] {
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.c-contactForm .wpcf7-list-item label {
  display: block;
  width: 100%;
}

.c-contactForm input[type=checkbox]:checked + .p-checkbox__text::before,
.c-contactForm input[type=checkbox]:checked + .p-checkbox__text::before {
  background: #2189E3;
}

.c-contactForm input[type=checkbox]:checked + .p-checkbox__text::after,
.c-contactForm input[type=checkbox]:checked + .p-checkbox__text::after {
  opacity: 1;
}
.custom_wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 4px;
  color: #e50012;
  font-weight: 700;
}

.confirm_area .c-contactForm .c-contactForm__dl {
  display: block;
}
.confirm_area .c-contactForm .c-contactForm__dt {
  margin-bottom: 12px;
}
.confirm_area .c-contactForm .c-contactForm__dd {
  width: 100%;
}

.l-contactInfo__desc {
  margin: 2rem auto 0;
  font-weight: 700;
  font-size: 18px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

.l-footer {
  background-color: #005AA8;
  color: #fff;
}
.l-footer .l-footer__top {
  margin: 0 auto;
}
.l-footer .l-footer__top .l-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 20px 32px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.08);
}
.l-footer .l-footer__top .l-footer__logo span {
  margin-bottom: 6px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.l-footer .l-footer__top .l-footer__logo img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
}
.l-footer .l-footer__top .l-footer__btnArea a {
  width: 240px;
  max-width: 240px;
  border-radius: 40px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.l-footer .l-footer__top .l-footer__btnArea .p-pamphlet a {
  -webkit-column-gap: 35px;
          column-gap: 35px;
  padding: 12px 0 12px 16px;
}
.l-footer .l-footer__top .l-footer__btnArea .p-mypage a {
  -webkit-column-gap: 55px;
          column-gap: 55px;
  justify-content: flex-start;
  padding: 12px 0 12px 16px;
}
.l-footer .l-footer__mid {
  background-color: rgba(0, 0, 0, 0.2);
}
.l-footer .l-footer__mid .l-footer__subMenu {
  width: 96%;
  margin: 0 auto;
}
.l-footer .l-footer__mid .l-footer__subMenu a {
  line-height: 1.75;
}
.l-footer .l-footer__copy {
  display: block;
  padding: 12px 0 11px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.417;
  text-align: center;
}

.c-heading {
  position: relative;
  font-family: "Chiaro Std";
}
.c-heading .u-sub {
  font-size: 16px;
}

.c-heading.u-center {
  display: inline-flex;
  row-gap: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.c-heading.u-center::before, .c-heading.u-center::after {
  display: block;
  position: absolute;
  height: 2rem;
  background: url(../img/icon/waves.svg) no-repeat center/contain;
  content: "";
  pointer-events: none;
}

.c-heading.u-center::before {
  right: 100%;
}

.c-heading.u-center::after {
  -webkit-transform: scaleX(-1);
  left: 100%;
          transform: scaleX(-1);
}

.c-heading.u-left {
  -webkit-column-gap: 24px;
  display: inline-flex;
          column-gap: 24px;
  margin-left: 0;
}

.c-heading.u-left::before {
  display: block;
  background: url(../img/icon/waves.svg) no-repeat center/contain;
  content: "";
  pointer-events: none;
}

.c-heading.u-white {
  color: #fff;
}
.c-heading.u-white::before {
  background: url(../img/icon/waves_w.svg) no-repeat center/contain;
}

.c-heading.u-center.u-white::before, .c-heading.u-center.u-white::after {
  background: url(../img/icon/waves_w.svg) no-repeat center/contain;
}

.c-lead {
  font-size: 16px;
  line-height: 2;
}

.c-title {
  padding-bottom: 3px;
  border-bottom: 4px solid #005AA8;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}

.c-ttl {
  margin-bottom: 14px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 90, 168, 0.8);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.444;
}

.c-heading__h3 {
  margin-bottom: 32px;
  padding-bottom: 3px;
  border-bottom: 4px solid #005AA8;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}

.c-subheading__h3 {
  margin-bottom: 32px;
  color: #005AA8;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
  text-align: center;
}

.c-heading__h4 {
  margin-bottom: 16px;
  padding-bottom: 1px;
  border-bottom: 2px solid #005AA8;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.c-heading__h5 {
  margin-bottom: 16px;
  color: #005AA8;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.c-subHeading__h5 {
  margin-top: 24px;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(0, 90, 168, 0.2);
  color: #005AA8;
}

.c-heading__h6 {
  margin-bottom: 16px;
  color: #005AA8;
  font-weight: 700;
  font-size: 18px;
}

.p-page .c-heading__h4 {
  margin-top: 40px;
}

.c-copy {
  margin: 0 auto 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.778;
}

.c-event__head,
.c-event__dash,
.c-event__date {
  font-weight: 700;
}

.c-event__head {
  margin: 10px auto 8px;
}

.c-tag {
  min-width: inherit;
  padding: 4px 11px;
  background-color: #2189E3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.c-event__date {
  color: #2189E3;
}

.c-list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 16px;
  line-height: 1.5;
}

.c-list li:not(:last-child) {
  margin-bottom: 16px;
}

.c-list li::before {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005AA8;
  content: "";
}

.c-list__ol {
  list-style: none;
  counter-reset: list;
}

.c-list__ol li {
  position: relative;
  padding-left: 1.25rem;
}

.c-list__ol li:not(:last-child) {
  margin-bottom: 16px;
}

.c-list__ol > li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: counter(list);
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: list;
}

.c-list__ol li ul {
  list-style: none;
  counter-reset: inherit;
}

.c-list__ol li ul li {
  content: "";
  counter-increment: none;
  counter-increment: inherit;
}

.c-ol__cjk {
  list-style: none;
  counter-reset: list;
}

.c-ol__cjk li {
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  line-height: 1.5;
}

.c-ol__cjk > li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: counter(list, cjk-ideographic);
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: list;
}

.c-ol__cjk li:not(:last-child) {
  margin-bottom: 10px;
}

.c-page__dl {
  margin: 0 auto;
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}
.c-page__dt {
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.c-page__dd {
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
  font-size: 16px;
  line-height: 1.75;
}

.c-page__link {
  position: relative;
  color: #2189E3;
  font-size: 16px;
  line-height: 1.75;
  text-decoration: underline;
}

.c-page__link[target=_blank]::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  background: url(../img/icon/target.svg) no-repeat center/contain;
  content: "";
  vertical-align: middle;
}

.c-bnr__List {
  display: grid;
}

.c-bnr__ListItem a {
  display: block;
}

.c-bnr__ListItem img {
  -o-object-fit: cover;
  width: 100%;
  height: auto;
     object-fit: cover;
  border-radius: 8px;
}
.c-note .c-lead {
  margin: 0 0 0 auto;
}

.l-contact .c-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 48px auto 0;
}

.l-contact .c-btn__inner {
  display: flex;
  position: relative;
  align-items: center;
}

.l-contact .c-arrow__link,
.l-contact .wpcf7-submit {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 8px;
  border-radius: 24px;
  background-color: #2189E3;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.l-contact .wpcf7-spinner {
  display: none !important;
}

.c-breadcrumb {
  margin: 0 auto;
}
.c-breadcrumb .c-breadcrumb__list {
  display: flex;
  row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.c-breadcrumb .c-breadcrumb_listItem {
  position: relative;
  color: #005AA8;
  font-size: 16px;
  line-height: 1.5;
}
.c-breadcrumb .c-breadcrumb_listItem a {
  text-decoration: underline;
}
.c-breadcrumb .c-breadcrumb_listItem:not(:last-child) {
  margin-right: 2.625rem;
}
.c-breadcrumb .c-breadcrumb_listItem:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: -1.625rem;
  width: 10px;
  height: 10px;
  background: url(../img/icon/breadcrumb-arrow.svg) no-repeat center/contain;
  content: "";
}

.c-btn {
  display: block;
  margin: 0 auto;
}
.c-btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  padding: 11px 8px;
  border: 2px solid #2189E3;
  border-radius: 24px;
  background-color: #2189E3;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s;
}
.c-btn .u-center {
  margin: 0 auto;
}
.c-btn .c-txt {
  display: block;
  margin: 0 auto;
}
.c-btn .u-long .c-txt {
  padding-right: 4px;
}

.c-btn.u-reverse a {
  background-color: #fff;
  color: #005AA8;
}

.c-btn .u-bgwhite {
  background-color: #fff;
}

.u-noborder {
  border: inherit !important;
}

.c-btn.u-left,
.c-btn.u-left a {
  margin-right: auto;
  margin-left: 0;
}

.c-btn.u-right,
.c-btn.u-right a {
  margin-right: 0;
  margin-left: auto;
}

.u-narrow.c-btn a {
  width: 200px;
}

.c-arrow {
  display: flex;
  z-index: 0;
  position: absolute;
  right: 8px;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FFE167;
  transition: all 0.3s;
}

.c-arrow::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  background: url(../img/icon/arrow.svg) no-repeat center/contain;
  content: "";
}

.c-arrow::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 225, 103, 0.8);
  content: "";
}

.u-return .c-arrow {
  left: 8px;
}

.u-return .c-arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-arrow.u-white::before {
  background: url(../img/icon/arrow_w.svg) no-repeat center/contain;
}

.c-arrow.u-small {
  right: 6px;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #2189E3;
}

.c-arrow.u-small::before {
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/icon/arrow_y.svg) no-repeat center/contain;
}

.c-arrow.u-yellow::before {
  background: url(../img//icon/arrow_y.svg) no-repeat center/contain;
}

.c-arrow.u-small::after {
  background-color: rgba(33, 137, 227, 0.8);
}

.c-tab {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFE167;
}

.c-tab::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon/tab.svg) no-repeat center/contain;
  content: "";
}

.c-tab.u-small {
  width: 2rem;
  height: 2rem;
}

.c-tab.u-small::after {
  width: 1.25rem;
  height: 1.25rem;
}

.c-download .c-tab {
  position: absolute;
  right: 8px;
  width: 34px;
  height: 34px;
}
.c-download .c-tab::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background: url(../img/icon/tab.svg) no-repeat center/contain;
  content: "";
}
.c-download .c-pdf {
  display: flex;
  position: absolute;
  position: relative;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50px;
  background-color: #FFE167;
}
.c-download .c-pdf::before {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/download.svg) no-repeat center/contain;
  content: "";
}

.c-download.u-small {
  max-width: 186px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.429;
}

.c-circle__arrow {
  -webkit-column-gap: 8px;
  display: inline-flex;
          column-gap: 8px;
  align-items: center;
}

.c-circle__left {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
}

.c-circle__left::after {
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon/link_arrow.svg) no-repeat center/contain;
  content: "";
}

.c-tabbtn__area {
  justify-content: flex-end;
  margin: 32px auto 0;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(100, 183, 255, 0.4);
}

.c-tabbtn__area.u-center {
  justify-content: center;
}

.c-tabbtn__list {
  -webkit-column-gap: 8px;
          column-gap: 8px;
  margin-left: 1.5rem;
}
.c-tabbtn__list .c-tab__btn {
  display: block;
  padding: 8px 26px;
  border: 2px solid rgba(100, 183, 255, 0.2);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px #64B7FF;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.c-tabbtn__list .is-active .c-tab__btn {
  padding: 10px 35px;
  border: 2px solid #64B7FF;
  background-color: #64B7FF;
  box-shadow: none;
  color: #fff;
}
.c-tabbtn__list.p-page .c-tab__btn {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 8px 10px;
}
.c-tabbtn__list.p-page .c-circle__left {
  position: absolute;
  right: 10px;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background-color: #2189E3;
}
.c-tabbtn__list.p-page .c-circle__left::after {
  width: 12px;
  height: 12px;
}
.c-tabbtn__list.p-page .c-circle__scroll {
  display: flex;
  position: absolute;
  right: 14px;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #2189E3;
}
.c-tabbtn__list.p-page .c-circle__scroll::after {
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon/drop-arrow.svg) no-repeat center/contain;
  content: "";
}

.c-detail {
  -webkit-column-gap: 8px;
  display: flex;
          column-gap: 8px;
  align-items: center;
  color: #2189E3;
  font-size: 16px;
  line-height: 1.75;
}
.c-detail .c-circle__arrow {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2189E3;
}
.c-detail .c-circle__arrow::after {
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon/link_arrow.svg) no-repeat center/contain;
  content: "";
}

.c-delete {
  -webkit-column-gap: 8px;
  display: flex;
  z-index: 1;
          column-gap: 8px;
  align-items: center;
  color: #2189E3;
  font-size: 16px;
  line-height: 1.75;
}
.c-delete .c-txt {
  display: block;
}
.c-delete .c-circle__arrow {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2189E3;
  pointer-events: none;
}
.c-delete .c-circle__arrow::after {
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon/delete.svg) no-repeat center/contain;
  content: "";
}

.js-content {
  display: none;
}

.js-content.is-show {
  display: block;
}

.l-course .c-tab__btn.is-active {
  background-color: #64B7FF;
  color: #fff;
}

/* c-zoom
----------------------------------------------------------------- */
.c-zoom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-zoom img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

/* c-zoom-inset
----------------------------------------------------------------- */
.c-zoom-inset {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-zoom-inset img {
  -webkit-transform: scale(1);
  width: 100%;
  height: 100%;
          transform: scale(1);
  transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.c-zoom-inset::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6) inset;
  content: "";
  transition: box-shadow 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.l-promotion__link img {
  border-radius: 20px;
}

.c-zoom-inset:focus::after,
.c-zoom-inset:hover::after {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6) inset;
}

.c-zoom-inset:focus > img,
.c-zoom-inset:hover > img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.c-news__List {
  border-top: 2px solid rgba(100, 153, 255, 0.4);
}

.c-news__ListItem {
  border-bottom: 2px solid rgba(100, 153, 255, 0.4);
}
.c-news__ListItem .c-tag {
  display: inline-block;
  padding: 3px 8px 4px;
  background-color: #64B7FF;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.417;
  text-align: center;
}

.c-news__link {
  display: flex;
  position: relative;
  align-items: center;
}

.c-news__card {
  width: 100%;
}

.c-news__link .c-arrow {
  position: relative;
  right: inherit;
  flex-shrink: 0;
}

.c-news__link .c-arrow.u-small::before {
  background: url(../img/icon/arrow_w.svg) no-repeat center/contain;
}

.c-news__meta {
  row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px;
}

.c-tag__area {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.c-news__time {
  flex-shrink: 0;
  color: #005AA8;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.c-news__text {
  font-size: 16px;
  line-height: 2;
}

.c-lead {
  margin-top: 32px;
}

.c-card__list {
  margin: 24px auto 64px;
}

.c-card__ttl {
  font-weight: 700;
  line-height: 1.5;
}

.c-card__listItem {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
}
.c-card__listItem .c-card__inner {
  position: relative;
}
.c-card__listItem .c-card__imagebox {
  border-radius: 10px;
}
.c-card__listItem .c-card__imagebox img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.c-card__listItem .c-card__textbox .c-inner {
  margin-bottom: 20px;
}
.c-card__listItem .c-card__textbox .c-card__tag {
  padding: 1px 35px;
  border-radius: 4px;
  background-color: #64B7FF;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-card__listItem .c-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.c-card__listItem .c-card__text {
  font-size: 16px;
  line-height: 1.5;
}
.c-card__listItem .c-card__block {
  width: 100%;
}
.c-card__listItem .c-card__block .c-card__blockItem {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(100, 153, 255, 0.4);
}
.c-card__listItem .c-card__block .c-card__use {
  flex-shrink: 0;
}
.c-card__listItem .c-card__block .c-card__use .c-tag {
  display: inline-block;
  width: 100%;
  padding: 2px 0 3px;
  background-color: #2189E3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-card__listItem .c-card__block .c-card__desc {
  font-size: 16px;
  line-height: 1.5;
}
.c-card__listItem .c-card__block .c-card__blockItem:last-child,
.c-card__listItem .c-card__block .c-card__blockItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-card__listItem .c-card__btn .c-arrow {
  right: 8px;
}

.c-card__listItem:not(:last-child) {
  margin-bottom: 40px;
}
.c-card__thirdList {
  margin: 40px auto 0;
}
.c-card__thirdList .c-card__thirdListItem {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
}
.c-card__thirdList .c-card__thirdLink {
  position: relative;
  padding: 10px 10px 16px;
  border-radius: 20px;
}
.c-card__thirdList .c-card__image {
  width: 100%;
  border: 1px solid rgba(100, 183, 255, 0.4);
  border-radius: 12px;
  background-color: #fff;
}
.c-card__thirdList .c-card__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 12px;
}
.c-card__thirdList .c-card__textbox {
  margin-top: 24px;
  padding: 0 10px;
}
.c-card__thirdList .c-card__title {
  margin-bottom: 14px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 90, 168, 0.8);
  font-weight: 700;
  font-size: 18px;
}
.c-card__thirdList .c-circle__left {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
}
.c-card__thirdList .c-circle__left::after {
  width: 0.75rem;
  height: 0.75rem;
}

.l-topGourmet__image .js-favorite,
.c-card_imgWrap .js-favorite {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 30px;
}

.c-favorite {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(33, 137, 227, 0.8));
  display: block;
  position: relative;
  width: 32px;
  height: 30px;
  background: url(../img/icon/star.svg) no-repeat center/contain;
  cursor: pointer;
          filter: drop-shadow(0px 0px 8px rgba(33, 137, 227, 0.8));
  transition: 0.4s;
}

.is-select .c-favorite.js-favorite_in {
  background: url(../img/icon/star_on.svg) no-repeat center/contain;
}

.c-favorite__second {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 99, 168, 0.2);
  color: #000;
  font-weight: 700;
}
.c-favorite__second .c-icon {
  display: inline-block;
  margin-left: 9px;
  background: url(../img/icon/star-border.svg) no-repeat center/contain;
  transition: 0.4s;
}

.c-subcard__List .js-favorite {
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.c-subcard__List .c-subcard__ListItem .c-favorite__second {
  min-width: 120px;
}

/* favorite */
.js-favorite {
  display: block;
  position: relative;
}

.js-favorite_in {
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.c-subcard__ListItem .js-favorite_in {
  font-size: 12px;
}

.js-favorite_in .c-txt {
  display: inline-block;
  margin: 0;
}

.c-favorite__second:hover {
  background: #F4CC2A;
  color: #fff;
}

.is-select .js-favorite_in {
  background: #F4CC2A;
}

.is-select .c-favorite__second {
  color: #fff;
}

.is-select .js-favorite_in .c-txt {
  font-weight: 700;
  font-size: 0;
}

.is-select .js-favorite_in .c-txt:before {
  content: "お気に入り登録済";
}

.c-subcard__ListItem .is-select .js-favorite_in .c-txt:before {
  content: "お気に入り登録済";
  font-size: 12px;
}

.c-favorite__second:hover .c-icon,
.is-select .c-favorite__second .c-icon {
  background: url(../img/icon/star-border_on.svg) no-repeat 50%/contain;
}

.favoriteList_button {
  display: inline-block;
}

.js-favItemBtn {
  color: #2189e3;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.js-favItemBtn .c-txt {
  display: inline-block;
  margin: 0;
}

.js-favItemBtn.js-favItemDelete {
  color: #2189e3;
  font-weight: 400;
  pointer-events: none;
}

.js-favItemBtn.js-favItemDelete .c-txt {
  font-size: 0;
}

.js-favItemBtn.js-favItemDelete .c-txt:after {
  content: "リストから削除しました";
}

.c-subcard__ListItem .js-favorite {
  z-index: 1;
  position: absolute;
  height: 32px;
}

/* c-pager
----------------------------------------------------------------- */
.c-pager__wrap {
  border-top: 2px solid rgba(100, 183, 255, 0.4);
}

.l-news .c-pager__wrap,
.l-course .c-pager__wrap {
  margin: 0 auto;
  padding-top: 0;
  border-top: none;
}

.c-pager {
  display: flex;
  justify-content: center;
}
.c-pager .c-pager__item {
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 90, 168, 0.16));
          filter: drop-shadow(2px 2px 8px rgba(0, 90, 168, 0.16));
}
.c-pager .c-pager__item a,
.c-pager .c-pager__item .is-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
}
.c-pager .c-pager__item a {
  background-color: #fff;
  color: #005AA8;
}
.c-pager .c-pager__item .is-current {
  background-color: #005AA8;
  color: #fff;
}
.c-pager .c-pager__item.is-prev a,
.c-pager .c-pager__item.is-next a {
  position: relative;
}
.c-pager .c-pager__item.is-prev a::after,
.c-pager .c-pager__item.is-next a::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  transition: var(--transition);
}
.c-pager .c-pager__item.is-prev a::after {
  background: url(../img/icon/page-prev.svg) no-repeat center/contain;
}
.c-pager .c-pager__item.is-next a::after {
  background: url(../img/icon/page-next.svg) no-repeat center/contain;
}

.c-sns__shareWrap {
  align-items: center;
}
.c-sns__shareWrap .c-favorite__second {
  margin-right: auto;
  margin-left: 0;
}

.c-sns__share {
  display: flex;
  align-items: center;
}
.c-sns__share .c-sns__shareList {
  -webkit-column-gap: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
          column-gap: 12px;
}
.c-sns__share .c-sns__shareList a {
  display: block;
}
.c-sns__shareWrap.u-small div,
.c-sns__shareWrap.u-small .c-favorite__second {
  margin: 0;
}

.p-page {
  background-color: #F7FCFF;
}

.p-head__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-about__List {
  margin: 40px auto 80px;
}
.p-about__List .p-about__ListItem {
  border-radius: 20px;
  background-color: rgba(100, 183, 255, 0.2);
}
.p-about__List .p-about__image {
  width: 100%;
  border-radius: 10px;
}
.p-about__List .p-about__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.p-about__List .p-about__textbox {
  margin-top: 24px;
  padding: 0 20px;
}
.p-about__List .c-ttl {
  margin-bottom: 15px;
}
.p-about__List .p-desc {
  font-size: 16px;
  line-height: 1.75;
}
.p-about__List.u-mdgrid__2 .p-about__ListItem {
  width: 100%;
}

.p-pamphlet a {
  -webkit-column-gap: 10px;
  display: flex;
  position: relative;
          column-gap: 10px;
  align-items: center;
  width: 168px;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: #2189E3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.429;
}

.p-pamphlet a::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/pamphlet.svg) no-repeat center/contain;
  content: "";
}

.p-pamphlet.u-blue a {
  position: relative;
}

.p-pamphlet.u-blue a::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/pamphlet_b.svg) no-repeat center/contain;
  content: "";
}

/* js-dropTrigger
----------------------------------------------------------------- */
.js-dropTrigger {
  position: relative;
  cursor: pointer;
  transition: opacity 0.4s;
}

.js-dropItem {
  display: none;
}

.js-dropTrigger.is-active .js-dropItem {
  display: block;
}

.js-dropTrigger.is-active .c-droparrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-dropList {
  z-index: 1;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 12px 0 rgba(33, 137, 227, 0.3);
  color: #005AA8;
}

.c-droparrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #005AA8;
  border-radius: 50%;
}

.c-droparrow::after {
  display: block;
  width: 8px;
  height: 6px;
  background: url(../img/icon/toggle.svg) no-repeat center/contain;
  content: "";
  transition: 0.3s ease;
}

.c-dropList__item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(33, 137, 227, 0.2);
}

.c-dropList__item a {
  -webkit-column-gap: 6px;
  display: flex;
  position: relative;
          column-gap: 6px;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.75;
}

.c-selectarrow {
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 6px;
  background: #2189E3;
}

.c-selectarrow::after {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/drop-arrow.svg) no-repeat center/contain;
  content: "";
  transition: var(--ease);
}

.p-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  overflow: hidden;
  border: 1px solid #BCBCBC;
  border-radius: 8px;
}

.p-search input {
  box-sizing: border-box;
  width: 248px;
  height: 40px;
  padding: 8px 33px 10px 11px;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.429;
}

.p-search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.p-search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.p-search label {
  position: relative;
}

.p-search .p-icon {
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2189E3;
}

.p-search .p-icon::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon/search.svg) no-repeat center/contain;
  content: "";
}

.p-lang {
  position: relative;
  font-size: 14px;
}

.p-lang .inner {
  position: relative;
}

.p-lang select {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  height: 40px;
  padding: 6px 6px 6px 12px;
  border: 1px solid #BCBCBC;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.p-mypage {
  position: relative;
}

.p-mypage__link {
  -webkit-column-gap: 29px;
  position: relative;
          column-gap: 29px;
  align-items: center;
  width: 200px;
  padding: 12px 0 12px 17px;
  border-radius: 40px;
  background-color: #005AA8;
  color: #fff;
  font-weight: 700;
}

.c-modal {
  display: none;
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
}

.c-modal__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.scroll_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.c-modal__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  height: 100%;
  margin: 0 auto;
  padding: 170px 0;
  overflow-y: auto;
}

.c-modal__textBox {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}

.c-model__text {
  padding: 40px 0;
  text-align: center;
}

.c-model__text,
.p-cancel span,
.p-agree span {
  font-size: 16px;
  line-height: 1.5;
}

.c-model__btn {
  position: relative;
  width: 100%;
  border-top: 1px solid #E6E6E6;
}

.c-model__btn::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  content: "";
}

.p-cancel,
.p-agree button {
  padding: 1rem 0 15px;
  text-align: center;
}

.p-cancel,
.p-agree {
  width: 50%;
  text-align: center;
}

.p-cancel span {
  color: #2189E3;
}

.p-agree button {
  width: 100%;
  color: #FF0000;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-grid {
  display: grid;
}

.u-flex {
  display: flex;
}

.u-block {
  display: block;
}

.u-mright_0 {
  margin-right: 0;
  margin-left: auto;
}

.u-regular {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-montserrat {
  font-family: "Montserrat", sans-serif;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-normaltext {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.u-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.u-pastel-green {
  color: #40C5CC;
}

.u-maincolor {
  color: #2189E3;
}

.u-blue {
  color: #005AA8;
}

.u-skyblue {
  color: #64B7FF;
}

.u-red {
  color: #FF0000;
}

.u-black {
  color: #000;
}

.u-bgmainColor {
  background-color: #2189E3;
}

.u-bgblue {
  background-color: #005AA8;
}

.u-bgskyblue {
  background-color: #64B7FF;
}

.u-bgwhite {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-pale-pink-color {
  color: #f78da7;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-purple-color {
  color: #9b51e0;
}

@media screen and (min-width: 390px) and (max-width: 767px){
  .c-tabbtn__listitem {
    width: 160px;
  }
}

@media screen and (min-width: 480px){
  #shirasu .shirasu_mainimg {
    margin-bottom: 42px;
  }
  #shirasu .shirasu_read {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.611;
    letter-spacing: 0.018em;
  }
  #shirasu .shirasu_toha_title {
    margin-top: 6px;
    margin-bottom: 42px;
  }
  #shirasu .shirasu_toha_copy {
    margin-top: 32px;
    margin-bottom: 54px;
    line-height: 1.75;
  }
  #shirasu .shirasu_ajikawaru_title {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 480px) and (max-width: 919.8px){
  #shirasu .shirasu_base {
    padding: 50px;
  }
}

@media screen and (min-width: 768px){
  .p-news__important {
    display: flex;
    left: 20px;
    align-items: center;
    width: 100%;
    max-width: 560px;
  }
  .p-news__important .p-news__property {
    display: flex;
    align-items: center;
  }
  .p-news__important .c-tag {
    padding: 11px 17px;
    border-radius: 10px 0 0 10px;
  }
  .p-news__important .p-news__title {
    padding: 7px 17px 7px 24px;
    font-size: 18px;
    line-height: 1.778;
  }
  .p-news__important .c-arrow {
    right: 12px;
  }
  .p-news__important:hover .c-arrow::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  .l-topEvent {
    padding: 68px 0 64px;
    background: url(../img/top/event/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topEvent .l-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-topEvent .l-topEvent .c-btn {
    margin-right: 0;
    margin-left: auto;
  }
  .l-topEvent .c-btn a {
    width: 200px;
  }
  .l-recommend {
    padding: 74px 0 80px;
    background: url(../img/top/recommend/bg_pc.webp) no-repeat center/cover;
  }
  .l-recommend .l-inner {
    max-width: 1340px;
  }
  .l-recommend.fukusato {
    padding: 20px 0 80px;
  }
  .l-recommend.u-recommend .c-bnr__List {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin-inline: auto;
  }
  .l-topTourist {
    background: url(../img/top/tourist/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topModel {
    padding: 64px 0 76px;
    background: url(../img/top/modelcourse/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topModel .l-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
  }
  .l-topModel .l-topModel__inner {
    -webkit-column-gap: 20px;
    display: flex;
            column-gap: 20px;
    width: 96%;
    max-width: 1320px;
    margin: 50px auto 0;
  }
  .l-topModel .l-topModel__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .l-topModel .l-topModel__card {
    padding: 20px;
    transition: 0.4s;
  }
  .l-topModel .l-topModel__card::after {
    -webkit-transform-origin: center;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    transition: 0.4s;
  }
  .l-topModel .l-topModel__card:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .l-topModel .l-topModel__listItem {
    display: flex;
    flex-direction: column;
  }
  .l-topModel .l-topModel__listItem .l-topModel__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 20px;
  }
  .l-topModel .l-topModel__image {
    height: auto;
    overflow: hidden;
  }
  .l-topModel .l-topModel__image .p-image {
    height: auto;
    transition: 0.4s;
  }
  .l-topModel .l-topModel__card:hover .p-image {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .l-topModel .u-gold .p-icon img {
    width: 80px;
    height: 72px;
  }
  .l-topModel .l-topModel__title {
    margin: 12px auto;
  }
  .l-topModel .u-gold .l-topModel__title {
    line-height: 1.778;
  }
  .l-topModel .l-topModel__listItem .c-tag {
    height: 24px;
  }
  .l-topModel .u-gold .c-tag {
    margin-right: 1.5rem;
    padding: 4px 22px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .l-topModel .c-tag {
    min-width: 80px;
    height: 2rem;
    margin-right: 0.5rem;
    padding: 3px 15px 4px;
  }
  .l-topModel .u-gold .p-desc {
    font-size: 20px;
    line-height: 1.6;
  }
  .l-topModel .l-topModel__listItem .p-desc {
    font-size: 14px;
    line-height: 1.714;
  }
  .l-topModel .c-btn a {
    width: 200px;
  }
  .l-topTourist {
    background: url(../img/top/tourist/bg_pc.webp) no-repeat center/cover;
  }
  .c-slide, .c-slide__second {
    padding: 85px 0 105px;
  }
  .c-slide__second .l-inner {
    width: 100%;
    max-width: 1440px;
  }
  .c-slide .c-textboxArea,
  .c-slide__second .c-textboxArea {
    display: flex;
    justify-content: space-between;
    width: 96%;
  }
  .c-slide .c-textboxArea .c-btn.u-left, .c-slide .c-textboxArea .c-btn.u-left a,
  .c-slide__second .c-textboxArea .c-btn.u-left,
  .c-slide__second .c-textboxArea .c-btn.u-left a {
    margin: 0;
  }
  .c-slide__second .c-imageboxArea {
    width: 100%;
    padding-left: 2%;
  }
  .js-article .splide__slide .inner,
  .js-article__second .splide__slide .inner {
    border-radius: 20px;
  }
  .js-article__second .splide__slide .inner {
    padding: 10px 10px 20px;
  }
  .js-article .splide__slide .inner::after,
  .js-article__second .splide__slide .inner::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .js-article .splide__slide .inner:hover::after,
  .js-article__second .splide__slide .inner:hover::after {
    -webkit-transform: scale(1.05, 1.047);
            transform: scale(1.05, 1.047);
  }
  .js-article .js-favorite {
    top: 182px;
    right: 20px;
  }
  .js-article__second .js-favorite {
    top: 186px;
  }
  .js-article .c-card_img {
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
  }
  .js-article__second .c-card_img {
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
  }
  .js-article .c-card_img img {
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .js-article__second .c-card_img img {
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .js-article .inner:hover .c-card_img img,
  .js-article__second .inner:hover .c-card_img img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .js-article__second .splide__arrow--prev {
    left: -8px;
  }
  .js-article__second .splide__arrow--next {
    right: 20px;
  }
  .l-topActivity {
    background: url(../img/top/activity/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topShopping {
    background: url(../img/top/shopping/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topProducts {
    background: url(../img/top/products/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topGourmet {
    background: url(../img/top/gourmet/bg_pc.jpg) no-repeat center/cover;
  }
  .l-topGourmet .l-inner {
    max-width: 1272px;
  }
  .l-topGourmet__ListItem .js-favorite {
    top: 154px;
    right: 20px;
  }
  .l-topGourmet__ListItem .inner {
    border-radius: 20px;
    transition: 0.4s;
  }
  .l-topGourmet__ListItem .inner::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    border-radius: 20px;
    transition: 0.4s;
  }
  .l-topGourmet__ListItem .inner:hover::after {
    -webkit-transform: scale(1.026, 1.025);
            transform: scale(1.026, 1.025);
    background-color: rgba(255, 255, 255, 0.96);
  }
  .l-topGourmet__ListItem .inner:hover .c-zoom img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .l-topGourmet__ListItem .inner:hover .l-topGourmet__textbox {
    -webkit-transform: none;
            transform: none;
  }
  .l-topGourmet__image {
    height: 184px;
  }
  .l-topGourmet__head {
    -webkit-transform: none;
            transform: none;
    font-size: 18px;
    line-height: 1.5;
    pointer-events: none;
    transition: none;
  }
  .l-topGourmet .c-tag {
    -webkit-transform: none;
            transform: none;
    pointer-events: none;
    transition: none;
  }
  .l-insta {
    padding: 74px 0 64px;
    background: url(../img/top/insta/bg_pc.jpg) no-repeat center/cover;
  }
  .l-insta .l-inner {
    max-width: 1272px;
  }
  .l-insta .c-btn a:hover {
    opacity: 0.8;
  }
  .l-insta__wrap {
    margin: 48px auto 5px;
  }
  .l-insta__wrap #sb_instagram #sbi_images {
    gap: 20px !important;
  }
  .l-promotion {
    background: url(../img/top/promotion/bg_pc.jpg) no-repeat center/cover;
  }
  .l-promotion .l-inner {
    -webkit-column-gap: min(40px, 3.571vw);
            column-gap: min(40px, 3.571vw);
  }
  .l-promotion .l-promotion__link {
    height: 320px;
  }
  .l-topNews .c-btn {
    margin-top: 56px;
  }
  .l-topNews__textbox .c-news__List {
    margin: 48px auto 0;
  }
  .l-pr {
    padding: 64px 0 73px;
  }
  .l-pr .c-bnr__List {
    width: 96%;
    max-width: 944px;
    margin-top: 40px;
  }
  .p-foot__bnr {
    margin: 40px auto 0;
    padding-top: 40px;
  }
  .p-sns__ListItem a {
    transition: 0.3s;
  }
  .p-sns__ListItem a:hover {
    opacity: 0.7;
  }
  .p-foot__bnrListItem a {
    transition: 0.4s;
  }
  .p-foot__bnrListItem a:hover {
    opacity: 0.7;
  }
  .l-inner {
    width: 96%;
  }
  .inner {
    width: 96%;
  }
  .l-inner__s {
    width: 96%;
    max-width: 944px;
  }
  .l-about {
    margin: 72px auto 110px;
  }
  .l-about__List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1040px;
  }
  .l-about__List .c-card__bg {
    height: 100%;
    transition: 0.4s;
  }
  .l-about__List .c-card__bg::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
    content: "";
    transition: 0.4s;
  }
  .l-about__List .c-card__bg:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .l-about__List .c-card__bg:hover .c-zoom img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .l-about__List .l-about__image {
    z-index: 1;
    height: 200px;
  }
  .l-about__List .l-about__textbox {
    z-index: 1;
  }
  .l-about__detail {
    max-width: 840px;
  }
  .l-about .p-about__List {
    max-width: 840px;
  }
  .l-about .p-about__List.u-mdgrid__2 .p-about__image {
    height: 170px;
  }
  .p-character {
    padding: 60px 0;
  }
  .p-character .inner {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
  }
  .p-character .p-character__imagebox {
    width: 35%;
    max-width: 280px;
    height: 320px;
  }
  .p-character .p-character__textbox {
    width: 60%;
    max-width: 480px;
  }
  .p-character .p-head {
    font-size: 20px;
    line-height: 1.6;
  }
  .l-tales {
    margin: 60px auto 120px;
  }
  .p-page .l-tales .l-inner {
    max-width: 1352px;
  }
  .p-page .l-tales .inner {
    max-width: 1040px;
  }
  .l-reconstraction {
    margin: 70px auto 124px;
  }
  .l-reconstraction .l-inner {
    max-width: 1240px;
  }
  .c-lead.p-page {
    max-width: 840px;
  }
  .l-history {
    margin: 70px auto 132px;
  }
  .p-page .l-history .l-inner {
    max-width: 840px;
  }
  .p-subcard {
    margin-bottom: 64px;
    padding-top: 40px;
  }
  .p-subcard .p-about__link {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 680px;
    padding: 20px 10px 20px 20px;
    transition: 0.4s;
  }
  .p-subcard .p-about__link::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 12px 0 rgba(33, 137, 227, 0.2);
    content: "";
    transition: 0.4s;
  }
  .p-subcard .p-about__link:hover .c-zoom img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .p-subcard .p-about__link:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.95);
  }
  .p-subcard .p-about__image {
    z-index: 1;
    width: 40%;
    max-width: 260px;
    height: 180px;
  }
  .p-subcard .p-about__textbox {
    z-index: 1;
    position: relative;
    width: 57%;
    max-width: 370px;
  }
  .p-subcard .c-ttl {
    margin-right: 10px;
  }
  .p-subcard .p-desc {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .p-subcard .c-circle__left {
    position: absolute;
    right: 0;
    bottom: -10px;
    margin-top: auto;
  }
  .l-association {
    margin: 70px auto 120px;
  }
  .l-association .l-inner {
    max-width: 940px;
  }
  .l-association .c-lead.p-page {
    margin: 64px auto 0;
  }
  .l-association .inner {
    max-width: 840px;
  }
  .l-association .p-info__area .c-heading .u-main {
    font-size: 24px;
  }
  .l-association .p-info__area .p-head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-association .p-info__area .c-lead {
    max-width: 680px;
    margin: 32px auto 0;
  }
  .l-association .p-info__area .p-info__List {
    max-width: 680px;
  }
  .l-association .c-btn__inner {
    margin-top: 64px;
    padding-top: 64px;
  }
  .p-page__ListLtem p a {
    transition: 0.3s;
  }
  .p-page__ListLtem p a:hover {
    opacity: 0.8;
  }
  .l-report {
    margin: 70px auto 115px;
  }
  .l-report .l-inner {
    max-width: 1040px;
  }
  .l-report .inner {
    max-width: 840px;
  }
  .l-report__List {
    margin: 64px auto;
  }
  .l-report__ListItem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-report__ListItem .p-head {
    width: 50%;
    max-width: 320px;
  }
  .l-report__ListItem .c-btn {
    width: 43.75%;
    max-width: 280px;
  }
  .l-news {
    margin: 70px auto 0;
    padding-bottom: 120px;
  }
  .l-news .c-tabbtn__list {
    -webkit-column-gap: 12px;
    display: flex;
            column-gap: 12px;
    margin: 64px auto 0;
  }
  .l-news .c-tabbtn__listitem {
    width: 100%;
  }
  .l-news .c-news__List {
    margin: 40px auto;
  }
  .l-news .c-btn {
    margin: 64px auto 0;
  }
  .l-privacy {
    margin: 64px auto 120px;
  }
  .l-contact {
    margin: 70px auto 130px;
  }
  .l-contact .l-contact__inner {
    width: 96%;
    max-width: 800px;
  }
  .l-contact .c-heading {
    margin: 0 auto 54px;
  }
  .l-thanks {
    margin: 70px auto 115px;
  }
  .l-thanks .c-heading {
    margin: 0 auto 64px;
  }
  .l-access {
    margin: 70px auto 135px;
  }
  .l-access .c-tabbtn__list.p-page {
    display: flex;
    max-width: 424px;
    margin: 48px auto 24px;
  }
  .l-access .c-tabbtn__list.p-page li {
    width: 100%;
  }
  .l-access #list_02 {
    padding-top: 80px;
  }
  .l-access #list_03 {
    padding-top: 80px;
  }
  .l-access .l-access__block {
    margin: 64px auto 0;
  }
  .l-access .l-access__contents {
    padding-bottom: 80px;
  }
  .l-access .l-access__traffic img {
    height: auto;
  }
  .l-access .p-info__area .c-heading {
    margin-bottom: 40px;
  }
  .l-access .p-info__inner {
    -webkit-column-gap: 24px;
    display: flex;
            column-gap: 24px;
    padding: 0 40px;
  }
  .l-access .p-info__inner .p-info__List {
    width: 52.6%;
    max-width: 400px;
    margin: 0 auto;
  }
  .l-access .p-info__inner .p-info__List p {
    font-size: 16px;
  }
  .l-access .p-info__inner .p-map {
    width: 44.6%;
    max-width: 336px;
  }
  .l-access .p-info__inner .p-map iframe {
    height: 240px;
  }
  .l-access .l-access__map img {
    max-height: 520px;
  }
  .l-access .p-about__List {
    -webkit-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
            column-gap: 24px;
    row-gap: 24px;
    width: 96%;
    max-width: 984px;
  }
  .l-access .p-about__List .p-about__ListItem {
    -webkit-column-gap: 10px;
    display: flex;
            column-gap: 10px;
    flex-direction: row;
    padding: 10px;
  }
  .l-access .p-about__List .p-about__ListItem:not(:last-child) {
    margin-bottom: 0;
  }
  .l-access .p-about__List .p-about__image {
    width: 43.5%;
    max-width: 200px;
    height: 160px;
  }
  .l-access .p-about__List .p-about__textbox {
    display: block;
    width: 52.17%;
    max-width: 240px;
    margin-top: 10px;
    padding: 0;
  }
  .l-access .p-about__List .p-about__textbox .p-desc {
    line-height: 1.75;
  }
  .p-page .l-access .inner {
    max-width: 880px;
    padding: 0 20px;
  }
  .l-course {
    padding: 64px 0 134px;
  }
  .l-course .l-inner {
    max-width: 1040px;
  }
  .l-course .c-lead {
    max-width: 560px;
  }
  .l-course .c-favorite__second {
    margin-bottom: 20px;
  }
  .l-course .c-card__listItem .c-card__imagebox {
    height: 280px;
  }
  .l-course .c-card__listItem .c-card__block {
    margin: 36px auto 40px;
  }
  .l-course .c-card__listItem .c-card__block .c-card__use {
    font-size: 16px;
    line-height: 1.5;
  }
  .l-course .js-favorite {
    top: 20px;
    right: 20px;
  }
  .l-activity.c-archive {
    margin: 64px auto 120px;
  }
  .l-activity {
    margin: 64px auto 120px;
  }
  .l-activity .l-inner {
    max-width: 1080px;
  }
  .l-activity .c-lead {
    max-width: 840px;
    margin: 40px auto 0;
  }
  .l-activity .c-card__listItem .c-card__textbox .c-inner {
    justify-content: space-between;
  }
  .l-activity .c-card__textbox .inner {
    flex: 1;
  }
  .l-activity.c-archive .c-heading {
    margin-left: 0;
  }
  .l-mypage .c-card__listItem,
  .l-activity .c-card__listItem {
    background-color: transparent;
    box-shadow: none;
  }
  .l-mypage .c-card__listItem .c-card__inner::after,
  .l-activity .c-card__listItem .c-card__inner::after {
    -webkit-transform-origin: center;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
    content: "";
    transition: 0.4s;
  }
  .l-mypage .c-card__listItem .c-card__inner:hover::after,
  .l-activity .c-card__listItem .c-card__inner:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .l-mypage .c-card__listItem .c-card__imagebox,
  .l-mypage .c-card__listItem .c-card__textbox,
  .l-activity .c-card__listItem .c-card__imagebox,
  .l-activity .c-card__listItem .c-card__textbox {
    z-index: 1;
  }
  .l-mypage .c-card__listItem .c-card__btn,
  .l-activity .c-card__listItem .c-card__btn {
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .l-mypage {
    margin: 64px auto 114px;
  }
  .l-mypage .l-inner {
    max-width: 1040px;
  }
  .l-mypage .inner {
    flex: 1;
    padding-top: 36px;
  }
  .l-mypage .c-delete {
    top: 12px;
    right: 12px;
  }
  .l-mypage .c-card__listItem .c-card__textbox {
    justify-content: flex-start;
  }
  .l-event,
  .c-archive {
    margin: 64px auto 190px;
  }
  .l-event .c-subcard__List-inner,
  .c-archive .c-subcard__List-inner {
    margin: 80px auto 0;
  }
  .l-event .c-heading,
  .c-archive .c-heading {
    margin-left: min(156px, 11.6%);
  }
  .l-tourist {
    margin: 60px auto 120px;
  }
  .l-tourist .inner {
    max-width: 1040px;
  }
  .l-tourist__map {
    max-width: 1040px;
  }
  .l-tourist__map iframe {
    height: 520px;
  }
  .l-pamphlet {
    margin: 64px auto 120px;
  }
  .l-pamphlet .c-heading {
    margin-left: min(116px, 8.58%);
  }
  .l-pamphlet .c-subcard__List-inner {
    width: 100%;
  }
  .l-pamphlet .c-subcard__List .c-subcard__ListItem .c-subcard__title {
    flex: 1 1 auto;
    margin-bottom: 24px;
  }
  .l-search .l-inner {
    max-width: 1440px;
  }
  .l-search .c-copy {
    font-size: 20px;
  }
  .c-around__spot .c-subcard__List ul {
    flex: 1;
  }
  .c-around__spot .c-subcard__List .c-subcard__ListItem .c-subcard__title {
    flex: none;
  }
  .l-detail__image {
    max-width: 840px;
  }
  .l-article {
    margin: 64px auto 0;
    padding-bottom: 110px;
  }
  .l-article .l-inner {
    max-width: 880px;
  }
  .l-article .inner {
    width: 96%;
    max-width: 840px;
  }
  .l-article h2 {
    font-size: 24px;
    line-height: 1.333;
  }
  .l-article .l-article__body {
    margin: 64px auto 0;
  }
  .l-article .l-article__body table tr {
    padding: 10px 40px;
  }
  .l-article .l-article__body table th {
    width: 120px;
  }
  .l-article .l-article__body table td {
    width: calc(100% - 120px);
    margin-left: 1rem;
  }
  .l-article .l-article__body .p-map__area iframe {
    height: 400px;
  }
  .l-article .l-article__main ol,
  .l-article .l-article__main ul {
    max-width: 720px;
  }
  .l-article .l-article__main table tr {
    padding: 10px 40px;
  }
  .l-article .l-article__main table th {
    width: 120px;
  }
  .l-article .l-article__main table td {
    width: calc(100% - 120px);
    margin-left: 1rem;
  }
  .l-article .l-article__main a {
    transition: 0.3s;
  }
  .l-article .l-article__main a:hover {
    opacity: 0.8;
  }
  .p-info__area {
    padding: 38px 0;
  }
  .p-info__area .c-heading.u-center::before,
  .p-info__area .c-heading.u-center::after {
    width: 68px;
    height: 24px;
  }
  .p-info__area .p-info__List {
    max-width: 720px;
    margin: 40px auto 0;
  }
  .p-info__area .p-info__ListItem {
    -webkit-column-gap: 16px;
    display: flex;
            column-gap: 16px;
  }
  .p-info__area .p-head {
    width: 25.56%;
    max-width: 184px;
    text-align: center;
  }
  .p-info__area .p-desc {
    width: 72.23%;
    max-width: 520px;
  }
  .p-info__area a {
    transition: 0.3s;
  }
  .p-info__area a:hover {
    opacity: 0.8;
  }
  .l-relevance {
    padding: 80px 0 64px;
    background: url(../img/detail/bg_pc.jpg) no-repeat center/cover;
  }
  .l-relevance.u-model .c-subcard__List-inner {
    max-width: 1280px;
  }
  .l-relevance.u-model .c-subcard__List .c-subcard__ListItem {
    max-width: 400px;
  }
  .l-relevance.u-model .c-subcard__List .c-subcard__ListItem .c-subcard__image {
    height: 240px;
  }
  .c-subcard__List-inner {
    width: 96%;
    max-width: 1352px;
  }
  .c-subcard__List {
    row-gap: 40px;
  }
  .c-subcard__List .c-card__bg {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-subcard__List .c-card__bg::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
    content: "";
    transition: 0.4s;
  }
  .c-subcard__List .c-card__bg:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .c-subcard__List .c-card__bg:hover .c-subcard__image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .c-subcard__List .c-subcard__ListItem {
    display: flex;
    flex-direction: column;
    max-width: 320px;
  }
  .c-subcard__List .c-subcard__ListItem .c-subcard__image {
    z-index: 1;
    flex: none;
    height: 200px;
  }
  .c-subcard__List .c-subcard__ListItem .c-subcard__block {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    height: 100%;
  }
  .c-subcard__List .c-subcard__ListItem .c-subcard__textbox {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .p-head__bg {
    max-width: 1240px;
    margin: 72px auto 40px;
    padding: 122px 0;
    border-radius: 10px;
  }
  .p-head__modelbg {
    border-radius: 10px;
  }
  .p-head__model {
    border-radius: 10px;
  }
  .p-head__model img {
    border-radius: 10px;
  }
  .l-article.u-model .c-card__listItem .c-card__inner {
    flex-direction: row-reverse;
    width: 100%;
  }
  .l-article.u-model .c-card__listItem .c-card__imagebox {
    flex: 0 1 auto;
  }
  .l-article.u-model .c-card__listItem .c-card__imagebox .c-zoom {
    height: 280px;
    margin-bottom: 1rem;
    border-radius: 10px;
  }
  .l-article.u-model .c-detail__link {
    margin-top: auto;
  }
  .l-article.u-model .c-card__listItem .p-desc {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .u-model .l-article__header .c-sns__shareWrap {
    justify-content: space-between;
  }
  .u-model .p-course__inner {
    padding-bottom: 80px;
  }
  .u-model .p-course__inner .p-course {
    padding: 36px 40px;
  }
  .u-model .p-course__inner .l-model__trafficList {
    -webkit-column-gap: 40px;
            column-gap: 40px;
    flex-wrap: wrap;
  }
  .u-model .l-detail__box {
    padding: 72px 0;
  }
  .u-model .l-detail__box img {
    max-width: 840px;
  }
  .l-detail__card .c-card__listItem .c-card__textbox {
    justify-content: flex-start;
  }
  .l-detail__card .c-detail {
    margin-top: auto;
  }
  .l-detail__card .c-card__listItem {
    background-color: transparent;
    box-shadow: none;
  }
  .l-detail__card .c-card__listItem .c-card__inner::after {
    -webkit-transform-origin: center;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
    content: "";
    transition: 0.4s;
  }
  .l-detail__card .c-card__listItem .c-card__inner:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .l-detail__card .c-card__listItem .c-card__imagebox,
  .l-detail__card .c-card__listItem .c-card__textbox {
    z-index: 1;
  }
  .l-article.p-newsdetail .l-article__body {
    margin-top: 24px;
  }
  .p-newsdetail .l-article__main ol,
  .p-newsdetail .l-article__main ul {
    max-width: 720px;
  }
  .p-newsdetail {
    margin: 64px auto 0;
    padding-bottom: 110px;
  }
  .l-products__buy {
    margin: 40px auto 80px;
  }
  .l-products__buy .c-subcard__List {
    -webkit-column-gap: min(24px, 1.775vw);
    grid-template-columns: repeat(2, 1fr);
            column-gap: min(24px, 1.775vw);
    max-width: 664px;
  }
  .l-products__buy .c-subcard__image {
    z-index: 1;
    position: relative;
  }
  .l-products__buy .c-subcard__textbox {
    z-index: 1;
  }
  .l-products__buy .c-btn {
    z-index: 1;
  }
  .l-products__buy .c-btn a:hover {
    opacity: 0.8;
  }
  #kv .splide__slide {
    height: 560px;
    border-radius: 20px;
  }
  #kv .splide__slide .c-zoom {
    border-radius: 20px;
    transition: all 0.8s ease-out;
  }
  #kv .splide__slide img {
    border-radius: 20px;
  }
  #kv .splide__slide .c-zoom:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  #kv .c-event__card {
    bottom: 20px;
    left: 20px;
    width: 70%;
    max-width: 280px;
    padding: 1.25rem;
    border-radius: 20px;
    transition: all 0.4s;
  }
  #kv .c-event__card::after {
    -webkit-transform-origin: center;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.96);
    content: "";
    transition: all 0.4s;
  }
  #kv .splide__slide:hover .c-event__card::after {
    -webkit-transform: scale(1.08, 1.15);
            transform: scale(1.08, 1.15);
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0;
  }
  #kv .c-event__head {
    z-index: 1;
    margin: 15px auto;
    font-size: 20px;
    line-height: 1.333;
  }
  #kv .c-event__head,
  #kv .c-event__text,
  #kv .c-tag {
    z-index: 1;
  }
  #kv .c-tag {
    font-size: 14px;
  }
  #kv .c-event__dash,
  #kv .c-event__date {
    font-size: 16px;
    line-height: 1.778;
  }
  .c-navi {
    bottom: -40px;
    width: 200px;
    height: 80px;
    border-radius: 20px;
  }
  .u-count {
    top: 2px;
  }
  .u-count span {
    font-size: 32px;
    vertical-align: bottom;
  }
  .u-count .js-num__current {
    font-size: 40px;
  }
  #kv .splide__arrow--prev {
    left: 1rem;
  }
  #kv .splide__arrow--next {
    right: 1rem;
  }
  #kv .splide__arrow--prev:hover,
  #kv .splide__arrow--next:hover {
    opacity: 0.8;
  }
  .js-detail {
    margin: 40px auto 0;
    padding: 0 20px 55px;
  }
  .js-detail .splide__slide {
    height: 440px;
  }
  .js-detail .splide__arrow:hover {
    opacity: 0.75;
  }
  .js-detail .splide__pagination {
    bottom: -55px;
  }
  .splide__pagination {
    bottom: -55px;
  }
  .splide__arrow {
    transition: 0.4s;
  }
  .splide__arrow:hover {
    opacity: 0.75;
  }
  #event {
    margin-top: 40px;
    padding-left: 40px;
  }
  #event .c-event__head {
    font-size: 16px;
  }
  #event .c-tag,
  #event .c-event__text {
    font-size: 14px;
  }
  #event .splide__slide {
    overflow: hidden;
  }
  #event .splide__slide a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  #event .splide__slide a::after {
    display: inline-block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 0 0px rgba(100, 183, 255, 0.4) inset;
    content: "";
    transition: box-shadow 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #event .c-event__image {
    z-index: 1;
    flex-shrink: 0;
    width: 35%;
    max-width: 154px;
    overflow: hidden;
  }
  #event .c-event__image img {
    -webkit-transform: scale(1);
    height: 100%;
    max-height: 210px;
            transform: scale(1);
    transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #event .splide__slide a:focus .c-event__image img,
  #event .splide__slide a:hover .c-event__image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  #event .splide__slide a:focus::after,
  #event .splide__slide a:hover::after {
    box-shadow: 0 0 0 4px rgba(100, 183, 255, 0.4) inset;
  }
  #event .c-event__card {
    width: 65%;
    max-width: 286px;
    padding: 17px 20px;
  }
  #event .splide__arrow--prev {
    left: -20px;
  }
  #kv .splide__arrow {
    width: 40px;
    height: 40px;
  }
  #event .splide__arrow:hover, .js-article .splide__arrow:hover,
  .js-detail .splide__arrow:hover, .js-article__second .splide__arrow:hover {
    opacity: 0.8;
  }
  .c-contactForm {
    margin: 64px auto 0;
  }
  .c-contactForm .c-contactForm__dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-contactForm .c-contactForm__dt {
    width: 200px;
    padding-top: 9px;
  }
  .c-contactForm .c-contactForm__dl.u-textarea .c-contactForm__dt {
    margin-bottom: 8px;
    padding-top: 0;
  }
  .c-contactForm .c-contactForm__dd {
    width: calc(100% - 216px);
  }
  .c-contactForm .p-checkbox__text a {
    transition: 0.4s;
  }
  .c-contactForm .p-checkbox__text a:hover {
    opacity: 0.7;
  }
  .c-contactForm .wpcf7-list-item label {
    cursor: pointer;
  }
  .l-footer .l-footer__top {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    padding: 80px 0 88px;
  }
  .l-footer .l-footer__top .l-footer__left {
    width: 44.3%;
    max-width: 496px;
  }
  .l-footer .l-footer__top .l-footer__logo {
    transition: 0.4s;
  }
  .l-footer .l-footer__top .l-footer__logo:hover {
    opacity: 0.8;
  }
  .l-footer .l-footer__top .l-footer__add {
    margin: 16px auto 24px;
  }
  .l-footer .l-footer__top .l-footer__btnArea {
    -webkit-column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
            column-gap: 16px;
  }
  .l-footer .l-footer__top .l-footer__btnArea .p-mypage a:hover {
    opacity: 0.7;
  }
  .l-footer .l-footer__top .l-footer__right {
    -webkit-column-gap: min(40px, 3.571vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
            column-gap: min(40px, 3.571vw);
    width: 46.4%;
    max-width: 520px;
  }
  .l-footer .l-footer__top .l-footer__right .l-footer__menu .l-footer__menuItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-footer .l-footer__top .l-footer__right .l-footer__menu .l-footer__menuItem a {
    line-height: 1.75;
  }
  .l-footer .l-footer__mid {
    padding: 9px 0 10px;
  }
  .l-footer .l-footer__mid .l-footer__subMenu {
    -webkit-column-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
            column-gap: 1.5rem;
    max-width: 768px;
  }
  .c-heading .u-main {
    font-size: 32px;
  }
  .c-heading.u-center::before, .c-heading.u-center::after {
    width: 5.5rem;
  }
  .p-page .c-heading.u-left::before,
  .p-page .c-heading.u-left::after {
    height: 2.5rem;
  }
  .c-heading.u-left {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
  .c-heading.u-left::before {
    width: 5.5rem;
    height: 2rem;
  }
  .c-title {
    margin: 40px auto;
  }
  .c-event__head {
    font-size: 18px;
    line-height: 1.778;
  }
  .c-list {
    max-width: 720px;
    margin: 24px auto;
  }
  .c-list__ol {
    max-width: 760px;
    margin: 20px auto 30px;
  }
  .c-ol__cjk {
    max-width: 760px;
    margin: 24px auto;
  }
  .c-page__dl {
    display: grid;
    grid-template-columns: 160px auto;
    max-width: 720px;
  }
  .c-page__dt {
    display: flex;
    align-items: center;
    padding: 13px 0 13px 40px;
    border-bottom: 2px solid rgba(100, 183, 255, 0.4);
  }
  .c-page__dd {
    padding: 13px 40px 13px 16px;
  }
  .c-page__link {
    transition: 0.4s;
  }
  .c-page__link:hover {
    opacity: 0.8;
  }
  .c-bnr__List {
    grid-template-columns: repeat(4, 1fr);
    margin: 50px auto 0;
    gap: 20px;
  }
  .c-bnr__ListItem a {
    transition: opacity 300ms linear;
  }
  .c-bnr__ListItem a:hover {
    opacity: 0.7;
  }
  .c-note {
    margin: 40px 0 0 auto;
    text-align: right;
  }
  .l-contact .c-btn {
    transition: all 0.3s;
  }
  .l-contact .c-btn:hover .c-arrow::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  .c-breadcrumb {
    width: 96%;
    max-width: 1344px;
    padding-top: 24px;
  }
  .c-breadcrumb .c-breadcrumb_listItem a {
    transition: 0.4s;
  }
  .c-breadcrumb .c-breadcrumb_listItem a:hover {
    opacity: 0.75;
  }
  .u-narrow.c-btn a {
    padding: 8px 11px;
  }
  .c-arrow::after {
    -webkit-transform-origin: center;
            transform-origin: center;
    transition: all 0.4s;
  }
  .c-btn a:hover .c-arrow::after {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  .c-btn a:hover .c-arrow.u-small::after {
    -webkit-transform: scale(1.4286);
            transform: scale(1.4286);
    opacity: 0;
  }
  .c-download .c-tab {
    z-index: 1;
    transition: 0.4s;
  }
  .c-download .c-tab::after {
    -webkit-transform-origin: center;
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 50%;
    background: inherit;
    background-color: rgba(255, 225, 103, 0.8);
    content: "";
    transition: all 0.4s;
  }
  .c-download .c-pdf {
    z-index: 1;
    transition: 0.4s;
  }
  .c-download .c-pdf::after {
    -webkit-transform-origin: center;
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 50%;
    background: inherit;
    background-color: rgba(255, 225, 103, 0.8);
    content: "";
    transition: all 0.4s;
  }
  .c-download a:hover .c-tab::after {
    -webkit-transform: scale(1.4705);
            transform: scale(1.4705);
    opacity: 0;
  }
  .c-download:hover .c-pdf::after {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  .c-circle__arrow {
    transition: 0.4s;
  }
  .c-circle__arrow:hover {
    opacity: 0.7;
  }
  .c-tabbtn__area {
    max-width: 1040px;
  }
  .c-tabbtn__list .c-tab__btn {
    transition: 0.4s;
  }
  .c-tabbtn__list .c-tab__btn:hover {
    background-color: #64B7FF;
    color: #fff;
  }
  .c-tabbtn__list .is-active .c-tab__btn:hover {
    -webkit-transform: none;
            transform: none;
  }
  .c-tabbtn__list.p-page {
    -webkit-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
            column-gap: 24px;
    max-width: 648px;
    margin: 64px auto 0;
  }
  .c-tabbtn__list.p-page .c-tab__btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    box-shadow: none;
  }
  .c-tabbtn__list.p-page .c-circle__left {
    transition: 0.4s;
  }
  .c-tabbtn__list.p-page .c-tab__btn:hover .c-circle__left {
    background-color: #fff;
  }
  .c-tabbtn__list.p-page .c-circle__left::after {
    transition: 0.4s;
  }
  .c-tabbtn__list.p-page .c-tab__btn:hover .c-circle__left::after {
    -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(2079%) hue-rotate(187deg) brightness(93%) contrast(91%);
            filter: brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(2079%) hue-rotate(187deg) brightness(93%) contrast(91%);
  }
  .c-tabbtn__list.p-page .c-circle__scroll {
    transition: 0.4s;
  }
  .c-tabbtn__list.p-page .c-circle__scroll::after {
    transition: 0.4s;
  }
  .c-tabbtn__list.p-page .c-tab__btn:hover .c-circle__scroll {
    background-color: #fff;
  }
  .c-tabbtn__list.p-page .c-tab__btn:hover .c-circle__scroll::after {
    -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(2079%) hue-rotate(187deg) brightness(93%) contrast(91%);
            filter: brightness(0) saturate(100%) invert(44%) sepia(47%) saturate(2079%) hue-rotate(187deg) brightness(93%) contrast(91%);
  }
  .c-detail {
    transition: 0.4s ease;
  }
  .c-delete {
    cursor: pointer;
    transition: 0.4s ease;
  }
  .c-delete:hover {
    opacity: 0.8;
  }
  .c-zoom {
    transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .c-zoom img {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.32s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  a:focus > .c-zoom img,
  a:hover > .c-zoom img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .c-news__ListItem .c-tag {
    min-width: 120px;
  }
  .c-news__link {
    -webkit-column-gap: 12px;
            column-gap: 12px;
    padding: 11px 1.25rem;
    transition: 0.4s ease;
  }
  .c-news__link:hover {
    background-color: rgba(100, 183, 255, 0.1);
  }
  .c-news__meta {
    -webkit-column-gap: 42px;
            column-gap: 42px;
  }
  .c-card__list {
    max-width: 1040px;
  }
  .c-card__ttl {
    margin-bottom: 1rem;
    font-size: 18px;
  }
  .c-card__listItem .c-card__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    transition: 0.4s;
  }
  .c-card__listItem .c-card__inner:hover .c-zoom img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .c-card__listItem .c-card__inner:hover .c-detail {
    opacity: 0.7;
  }
  .c-card__listItem .c-card__imagebox {
    width: 44%;
    max-width: 440px;
    height: 320px;
  }
  .c-card__listItem .c-card__textbox {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    width: 52%;
    max-width: 520px;
  }
  .c-card__listItem .c-card__textbox .c-inner {
    display: flex;
    align-items: center;
  }
  .c-card__listItem .c-card__text {
    margin: 16px auto;
  }
  .c-card__listItem .c-card__block {
    max-width: 500px;
    margin: 16px auto 0 0;
  }
  .c-card__listItem .c-card__block .c-card__blockItem {
    -webkit-column-gap: 8px;
            column-gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .c-card__listItem .c-card__block .c-card__use {
    width: 80px;
  }
  .c-card__listItem .c-card__block .c-card__use .c-tag {
    font-size: 13px;
    line-height: 1.462;
  }
  .c-card__listItem .c-card__block .c-card__desc {
    width: calc(100% - 80px);
  }
  .c-card__listItem .c-card__btn {
    -webkit-column-gap: 24px;
            column-gap: 24px;
    max-width: 472px;
    margin-top: auto;
  }
  .c-card__listItem .c-card__btn a {
    width: 224px;
  }
  .c-card__thirdList {
    display: grid;
    row-gap: 40px;
  }
  .c-card__thirdList .c-card__thirdListItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
  .c-card__thirdList .c-card__thirdLink {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }
  .c-card__thirdList .c-card__thirdLink:hover {
    opacity: 0.8;
  }
  .c-card__thirdList .c-card__thirdLink:hover .c-zoom img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .c-card__thirdList .c-card__image {
    height: 200px;
  }
  .c-card__thirdList .c-card__textbox {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .c-card__thirdList .c-card__title {
    flex: 1 0 auto;
  }
  .l-course .c-card__listItem {
    background-color: transparent;
    box-shadow: none;
  }
  .l-course .c-card__listItem .c-card__inner::after {
    -webkit-transform-origin: center;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            transform-origin: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
    content: "";
    transition: 0.4s;
  }
  .l-course .c-card__listItem .c-card__inner:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .l-course .c-card__listItem .c-card__imagebox,
  .l-course .c-card__listItem .c-card__textbox {
    z-index: 1;
  }
  .c-favorite:hover {
    background: url(../img/icon/star_on.svg) no-repeat center/contain;
  }
  .c-favorite__second {
    min-width: 160px;
    margin-right: 0;
    margin-left: auto;
    padding: 4px 8px 4px 31px;
    font-size: 16px;
    line-height: 1.5;
    transition: 0.4s;
  }
  .c-favorite__second .c-icon {
    width: 32px;
    height: 30px;
  }
  .js-favorite_in {
    font-size: 1rem;
  }
  .is-select .js-favorite_in .c-txt:before {
    font-size: 1rem;
  }
  .js-favItemBtn:hover {
    opacity: 0.8;
  }
  .js-favItemBtn.js-favItemDelete .c-txt:after {
    font-size: 1rem;
  }
  .c-subcard__ListItem .js-favorite {
    top: 172px;
    right: 1rem;
  }
  .c-pager__wrap {
    margin-top: 56px;
    padding-top: 48px;
  }
  .c-pager {
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .c-pager .c-pager__item a {
    transition: 0.4s;
  }
  .c-pager .c-pager__item a:hover {
    -webkit-filter: none;
    background-color: #005AA8;
    color: #fff;
            filter: none;
  }
  .c-pager .c-pager__item.is-prev a:hover::after,
  .c-pager .c-pager__item.is-next a:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
  .c-sns__share .u-normaltext {
    margin-right: 1rem;
  }
  .c-sns__share .c-sns__shareList a {
    transition: 0.4s;
  }
  .c-sns__share .c-sns__shareList a:hover {
    opacity: 0.7;
  }
  .c-sns__shareWrap.u-small {
    justify-content: space-between;
    max-width: 604px;
    margin: 0 auto;
  }
  .c-sns__shareWrap.u-small .u-normaltext {
    margin: 0 16px 0 0;
  }
  .p-page .l-inner {
    max-width: 1040px;
  }
  .p-page .inner {
    max-width: 840px;
  }
  .p-head__bg {
    width: 96%;
    max-width: 1240px;
    margin: 72px auto 40px;
    padding: 144px 0;
    border-radius: 10px;
  }
  .p-head__bg .c-heading {
    max-width: 656px;
  }
  .p-about {
    background: url(../img/about/head_pc.jpg) no-repeat center/cover;
  }
  .p-reconstraction {
    background: url(../img/about/reconstraction/head_pc.jpg) no-repeat center/cover;
  }
  .p-history {
    background: url(../img/about/history/head_pc.jpg) no-repeat center/cover;
  }
  .p-about__List .p-about__ListItem {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    padding: 10px 10px 28px;
  }
  .p-about__List .p-about__image {
    flex: none;
    height: 200px;
  }
  .p-about__List .p-about__textbox {
    display: flex;
    flex-direction: column;
  }
  .p-about__List.u-mdgrid__2 {
    -webkit-column-gap: min(40px, 4.762vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
            column-gap: min(40px, 4.762vw);
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .p-about__List.u-mdgrid__2 .p-about__image {
    height: 180px;
  }
  .p-pamphlet a:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .p-mypage__link {
    transition: 0.4s;
  }
  .p-mypage__link:hover {
    opacity: 0.7;
  }
  .u-sp {
    display: none !important;
  }
  .u-grid__p {
    display: grid;
  }
  .u-flex__p {
    display: flex;
  }
  .u-mdgrid__2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .u-mdgrid__3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .u-mdgrid__4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.8px){
  .l-topModel .l-topModel__inner {
    row-gap: 20px;
    flex-direction: column;
  }
  .l-topGourmet__List {
    max-width: 736px;
  }
  .p-foot__bnrList {
    grid-template-columns: repeat(4, 1fr);
    width: 96.25%;
    max-width: 1386px;
    gap: 6px;
  }
  .l-about__List {
    -webkit-column-gap: 16px;
            column-gap: 16px;
  }
  .c-around__spot .c-subcard__List {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-relevance.u-model .c-subcard__List {
    max-width: 704px;
  }
  .l-relevance.u-model .c-subcard__List .c-subcard__ListItem {
    max-width: 340px;
  }
  .l-relevance.u-model .c-subcard__List .c-subcard__ListItem .c-subcard__image {
    height: 200px;
  }
  .c-subcard__List {
    -webkit-column-gap: 24px;
    display: flex;
            column-gap: 24px;
    flex-wrap: wrap;
    max-width: 664px;
  }
  .c-subcard__List .c-subcard__ListItem {
    width: 100%;
    max-width: 320px;
  }
  .c-navi {
    right: 20px;
  }
  .c-card__thirdList {
    -webkit-column-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
            column-gap: 24px;
    max-width: 664px;
  }
  .p-about__List {
    max-width: 400px;
  }
  .p-about__List .p-about__ListItem {
    width: 100%;
  }
  .p-about__List.u-mdgrid__2 {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030.8px){
  .c-slide .l-inner {
    display: block;
    margin: 0 auto;
  }
  .c-slide__second .l-inner {
    display: block;
    margin: 0 auto;
  }
  .c-slide .c-textboxArea {
    width: 96%;
  }
  .c-slide__second .c-textboxArea {
    width: 96%;
  }
  .js-article__second .js-favorite {
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119.8px){
  .l-footer .l-footer__top .l-footer__btnArea {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279.8px){
  .l-topNews .l-inner {
    width: 96%;
  }
}

@media screen and (min-width: 768px) and (max-width: 919.8px){
  .l-report__ListItem {
    -webkit-column-gap: 4.386vw;
            column-gap: 4.386vw;
    padding: 16px 10.965vw;
  }
}

@media screen and (min-width: 920px){
  .l-report__ListItem {
    -webkit-column-gap: 40px;
            column-gap: 40px;
    padding: 16px 100px;
  }
  #shirasu .shirasu_base {
    padding: 56px 85px 50px;
  }
}

@media screen and (min-width: 1024px){
  .l-header {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background-color: #F2F2F2;
    transition: 0.3s ease;
  }
  .l-header #sub {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: space-between;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    padding-inline: 0;
    border: none;
  }
  .l-header #sub #sub-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    opacity: 0;
  }
  .l-header #sub #sub-menu.is-show {
    opacity: 1;
    transition: 0.2s ease;
  }
  .l-header #js-header-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1396px;
    height: 168px;
    margin-inline: auto;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 4px;
    transition: 0.4s ease;
  }
  .l-header .l-header__logo {
    -webkit-transform-origin: 0 100%;
    position: absolute;
    top: 20px;
    width: 364px;
    height: 40px;
            transform-origin: 0 100%;
    scale: 1;
    transition: 0.3s ease;
  }
  .l-header .l-header__logo a {
    display: block;
    height: 100%;
    transition: 0.3s;
  }
  .l-header .l-header__logo a:hover {
    opacity: 0.8;
  }
  .l-header .l-header__logo img {
    width: 100%;
    height: 100%;
  }
  .l-header__btnArea {
    -webkit-column-gap: 1rem;
    display: flex;
            column-gap: 1rem;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .l-header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    translate: 0 0;
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .l-header .l-header__nav {
    display: block;
    transition: 0.4s ease;
  }
  .l-header .l-header__ListItem {
    margin-bottom: 0;
  }
  .l-header.open,
  .l-header.js-scrolled {
    translate: 0 -77px;
  }
  .l-header__List {
    -webkit-column-gap: min(1.5rem, 1.667vw);
    display: flex;
            column-gap: min(1.5rem, 1.667vw);
    align-items: center;
    justify-content: flex-end;
    padding: 8px 30px;
    border-radius: 30px;
    background-color: #fff;
    transition: 0.4s ease;
  }
  .l-header__Listtoggle {
    -webkit-column-gap: 8px;
    display: flex;
            column-gap: 8px;
    align-items: center;
  }
  .l-header.open,
  .l-header.js-scrolled {
    translate: 0 -104px;
  }
  .l-header.open #js-header-main,
  .l-header.js-scrolled #js-header-main {
    padding-bottom: 16px;
  }
  .l-header.js-scrolled .l-header__bottom {
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    justify-content: flex-end;
    max-width: 1240px;
    margin-right: 0;
    translate: 0 4px;
  }
  .l-header.js-scrolled .l-header__List {
    padding: 0;
    background-color: #F2F2F2;
  }
  .l-header__ListItem {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition: 0.4s ease;
  }
  .l-header__List-link:hover {
    opacity: 0.8;
  }
  .l-header.open .l-header__logo,
  .l-header.js-scrolled .l-header__logo {
    top: 120px;
    width: 238px;
    height: 26px;
  }
  .l-header.open .l-header__nav {
    translate: 0 -60px;
  }
  .l-header .p-mypage__link,
  .l-header .p-mypage__icon img {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    transition: 0.4s ease;
  }
  .l-header .p-mypage__link:hover {
    opacity: 0.8;
  }
  .l-header.js-scrolled .p-mypage__link {
    -webkit-column-gap: 21px;
            column-gap: 21px;
    width: 168px;
    padding: 8px 0 8px 17px;
  }
  .l-header.js-scrolled .p-mypage__icon img {
    width: 15px;
    height: 18px;
  }
  .l-header__btninner .p-mypage__link .u-white {
    width: 100%;
  }
  .l-front {
    padding: 12px 0 60px;
  }
  .l-topModel .l-topModel__list {
    width: 50%;
    max-width: 660px;
  }
  .l-topModel .l-topModel__card.u-gold {
    width: 48.5%;
    max-width: 640px;
  }
  .l-topGourmet__List {
    grid-template-columns: repeat(4, 1fr);
    margin: 80px auto 30px;
    gap: 1.5rem;
  }
  .l-topGourmet__textbox {
    max-width: 280px;
  }
  .p-foot__bnrList {
    grid-template-columns: repeat(8, 1fr);
    width: 96.25%;
    max-width: 1386px;
    gap: 6px;
  }
  .l-about__List {
    -webkit-column-gap: min(40px, 3.85%);
            column-gap: min(40px, 3.85%);
  }
  .l-event .c-subcard__List-inner {
    width: 97.8%;
  }
  .l-event .c-subcard__List.u-first {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1008px;
  }
  .c-around__spot .c-subcard__List {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-relevance.u-model .c-subcard__List {
    -webkit-column-gap: min(40px, 3.125vw);
    grid-template-columns: repeat(3, 1fr);
            column-gap: min(40px, 3.125vw);
  }
  .c-subcard__List {
    -webkit-column-gap: min(24px, 1.775vw);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
            column-gap: min(24px, 1.775vw);
  }
  .c-subcard__List .c-subcard__ListItem {
    -webkit-column-gap: min(24px, 1.775vw);
            column-gap: min(24px, 1.775vw);
  }
  .l-relevance.u-model .c-subcard__ListItem .js-favorite {
    top: 212px;
  }
  .c-navi {
    right: min(180px, 12.5vw);
  }
  .c-card__thirdList {
    -webkit-column-gap: min(24px, 1.775vw);
            column-gap: min(24px, 1.775vw);
  }
  .p-about__List {
    -webkit-column-gap: 20px;
    display: flex;
            column-gap: 20px;
  }
  .p-about__List .p-about__ListItem {
    width: calc((100% - 20px) / 3);
  }
  .c-dropList {
    position: absolute;
    top: 100%;
    left: -48px;
    width: 184px;
    margin: 16px 0 0;
  }
  .u-md {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1030.8px){
  .c-slide .c-card_img {
    height: 240px;
  }
  .c-slide .js-favorite {
    top: 222px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px){
  .l-header__btninner .p-mypage__link {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.8px){
  .c-card__thirdList {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1008px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px){
  .l-header.js-scrolled .l-header__bottom {
    width: 80%;
  }
  .l-header__ListItem {
    font-size: clamp(11px, 1.074vw, 16px);
  }
  .l-header.open .l-header__logo, .l-header.js-scrolled .l-header__logo {
    top: 126px;
    width: 185px;
    height: 20px;
  }
  .l-header.js-scrolled .l-header__bottom {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .l-header.js-scrolled .l-header__List {
    -webkit-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .l-header__btninner .p-mypage__link {
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    width: 180px;
    padding: 8px 0 8px 15px;
  }
  .l-header.js-scrolled .p-mypage__link {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    width: 150px;
    padding: 8px 0 8px 15px;
  }
}

@media screen and (min-width: 1031px){
  .c-slide .l-inner {
    width: 100%;
    max-width: 1440px;
  }
  .c-slide .c-imageboxArea {
    padding-left: 2%;
  }
  .js-article .splide__slide,
  .js-article__second .splide__slide {
    padding: 1rem 12px;
  }
  .js-article__second .js-favorite {
    right: 32px;
  }
}

@media screen and (min-width: 1031px) and (max-width: 1279.8px){
  .c-slide .c-heading.u-left,
  .c-slide__second .c-heading.u-left {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .c-slide .c-heading .u-main,
  .c-slide__second .c-heading .u-main {
    font-size: min(32px, 2.328vw);
  }
}

@media screen and (min-width: 1280px){
  .l-topNews .l-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1210px;
  }
  .l-topNews__head {
    width: 23.14%;
  }
  .l-topNews__textbox {
    width: 62.9%;
    max-width: 760px;
  }
  .l-topNews .c-news__card {
    max-width: 680px;
  }
  .c-card__thirdList {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1400px){
  .l-header.js-scrolled .l-header__List {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .l-header__ListItem {
    font-size: 16px;
  }
}

@media screen and (max-width: 1279.8px){
  .l-topNews .l-inner {
    display: block;
  }
  .l-topNews__head {
    margin-bottom: 48px;
  }
  .l-topNews__textbox {
    width: 100%;
  }
}

@media screen and (max-width: 1030.8px){
  .js-article .splide__list {
    -webkit-column-gap: 1rem;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
            column-gap: 1rem;
    margin: 0 auto !important;
  }
  .js-article .splide__slide,
  .js-article__second .splide__slide {
    padding: 12px 0;
  }
}

@media screen and (max-width: 1023.8px){
  .l-front {
    margin-top: 64px;
    padding: 16px 0 80px;
  }
  .l-topModel .l-topModel__card.u-gold {
    width: 100%;
  }
  .l-topGourmet__List {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 56px auto 40px;
    gap: 1.5rem 1rem;
  }
  body.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-about__List .p-about__ListItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-about__List.u-mdgrid__2 .p-about__ListItem:not(:last-child) {
    margin-bottom: 0;
  }
  .c-dropList {
    width: 100%;
    max-width: 184px;
    margin: 16px auto 0;
  }
  .u-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1023px){
  .l-header {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #F2F2F2;
    transition: all 0.4s;
  }
  .l-header__logo {
    position: absolute;
    top: 22px;
    left: 10px;
  }
  .l-header__logo img {
    width: 182px;
    height: 20px;
  }
  .l-header__Listtoggle {
    -webkit-column-gap: 8px;
    display: flex;
            column-gap: 8px;
    align-items: center;
  }
  .l-header__inner {
    visibility: hidden;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    padding: 80px 0 86px;
    overflow-y: auto;
    background-color: #F2F2F2;
    opacity: 0;
    transition: all 0.4s;
  }
  .l-header.is-open .l-header__inner {
    visibility: visible;
    opacity: 1;
  }
  .l-header__bottom {
    display: flex;
    row-gap: 1.5rem;
    flex-direction: column-reverse;
  }
  .l-header__List {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 86.154vw;
    margin: 0 auto;
    padding: 24px 28px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
  }
  .l-header__ListItem {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
  .l-header__ListItem:not(:last-child) {
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(100, 183, 255, 0.4);
  }
  /* hamburger */
  .l-header__hamburger {
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border: 2px solid #2189E3;
    border-radius: 50%;
    outline: none;
    background-color: transparent;
    background-color: #fff;
    cursor: pointer;
  }
  .l-header__hamburgerLine {
    position: absolute;
    left: 9px;
    width: 18px;
    height: 2px;
    border-radius: 10px;
    background-color: #2189E3;
    transition: all 0.3s;
  }
  .hamburger__line--1 {
    top: 8px;
  }
  .hamburger__line--2 {
    top: 14px;
  }
  .hamburger__line--3 {
    top: 20px;
  }
  .l-header__hamburger-text {
    -webkit-transform: translate(-50%, 0);
    position: absolute;
    bottom: 25px;
    left: 50%;
            transform: translate(-50%, 0);
  }
  .l-header__hamburger-text::after {
    -webkit-transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
            transform: translate(-50%, -50%);
    content: "MENU";
    color: #2189E3;
    font-size: 8px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    transition: 0.3s;
  }
  .l-header.is-open .l-header__nav {
    visibility: visible;
    opacity: 1;
  }
  .l-header.scroll-nav .l-header__logo {
    position: fixed;
  }
  .l-header__hamburger.is-open .hamburger__line--1 {
    -webkit-transform: rotate(30deg);
    top: 14px;
            transform: rotate(30deg);
  }
  .l-header__hamburger.is-open .hamburger__line--2 {
    opacity: 0;
  }
  .l-header__hamburger.is-open .hamburger__line--3 {
    -webkit-transform: rotate(-30deg);
    top: 14px;
            transform: rotate(-30deg);
  }
  .l-header__hamburger.is-open .l-header__hamburger-text::after {
    content: "CLOSE";
  }
  #sub-menu .p-pamphlet a,
  #sub-menu .p-mypage {
    display: flex;
    position: absolute;
    top: 14px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  #sub-menu .p-pamphlet a {
    right: 108px;
  }
  #sub-menu .p-pamphlet img {
    width: 1rem;
    height: 1rem;
  }
  #sub-menu .p-mypage {
    right: 62px;
  }
  .l-header.is-open #sub-menu .p-mypage,
  .l-header.is-open #sub-menu .p-pamphlet a {
    display: none;
  }
  #sub-menu .p-mypage__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #sub-menu .p-mypage__icon {
    width: 1rem;
    height: 1.25rem;
  }
  #sub-menu .p-mypage__icon img {
    display: block;
    width: 1rem;
    height: 1.25rem;
  }
  .l-header__bottom .p-mypage {
    width: 100%;
    margin: 0 auto;
  }
  .l-header__bottom .p-mypage__link {
    justify-content: center;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .l-header__bottom .p-mypage__icon {
    position: absolute;
    left: 17px;
  }
  .l-header__bottom .p-mypage__link span {
    text-align: center;
  }
  .l-header__btnsp {
    flex-wrap: wrap;
    justify-content: center;
    width: 86.154vw;
    max-width: 336px;
    margin: 0 auto;
    gap: 1rem;
  }
  .l-header .p-lang select {
    width: 144px;
  }
  .l-header .p-pamphlet a {
    width: 176px;
  }
  .l-header__btninner {
    display: flex;
    position: relative;
    row-gap: 1rem;
    flex-direction: column-reverse;
  }
  .l-header .p-search {
    display: none;
    visibility: hidden;
    position: relative;
    opacity: 0;
  }
  .l-header.is-open .p-search {
    display: block;
    visibility: visible;
    z-index: 2;
    width: 86.154vw;
    max-width: 336px;
    margin: 0 auto;
    opacity: 1;
  }
  .l-header .p-search input {
    width: 100%;
  }
  .l-header .p-search .p-icon {
    top: 0;
  }
  .u-md {
    display: block;
  }
}

@media screen and (max-width: 919.8px){
  #shirasu .shirasu_base img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767.8px){
  .p-news__important {
    left: 10px;
    width: 94.872vw;
    padding: 6px 55px 0.5rem 0.5rem;
  }
  .p-news__important .c-tag {
    padding: 6px 1.5rem;
    border-radius: 8px;
  }
  .p-news__important .p-news__title {
    margin-top: 2px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 2;
  }
  .p-news__important .c-arrow {
    right: 10px;
    bottom: 10px;
  }
  .l-topEvent {
    display: flex;
    flex-direction: column;
    padding: 56px 0;
    background: url(../img/top/event/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topEvent .l-inner {
    margin: 0 10px;
  }
  .l-topEvent .l-topEvent .c-btn {
    order: 3;
  }
  .l-topEvent .c-btn a {
    width: 250px;
    margin: 36px auto 0;
  }
  .l-topEvent .c-tag {
    padding: 2px 6px;
    font-size: 14px;
  }
  .l-recommend {
    margin: 56px 0px 74px;
    background: url(../img/top/recommend/bg_sp.webp) no-repeat center/cover;
  }
  .l-topTourist {
    background: url(../img/top/tourist/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topModel {
    padding: 56px 0;
    background: url(../img/top/modelcourse/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topModel .l-inner {
    padding: 0 10px;
  }
  .l-topModel .l-topModel__inner {
    width: 89.744vw;
    margin: 40px auto 0;
  }
  .l-topModel .l-topModel__list {
    display: block;
    margin-bottom: 50px;
  }
  .l-topModel .l-topModel__card {
    padding: 10px 10px 24px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-topModel .l-topModel__listItem:not(:last-child) {
    margin-bottom: 32px;
  }
  .l-topModel .l-topModel__image {
    height: 43.59vw;
  }
  .l-topModel .l-topModel__image .p-image {
    height: 43.59vw;
  }
  .l-topModel .u-gold .p-icon img {
    width: 56px;
    height: 52px;
  }
  .l-topModel .l-topModel__textbox {
    width: 79.487vw;
    margin: 0 auto;
  }
  .l-topModel .l-topModel__title {
    margin: 10px auto;
  }
  .l-topModel .l-topModel__card.u-gold {
    margin-bottom: 32px;
  }
  .l-topModel .u-gold .l-topModel__title {
    line-height: 1.556;
  }
  .l-topModel .c-tag {
    min-width: 50px;
    height: 1.5rem;
    margin-right: 14px;
    padding: 3px 11px 4px;
  }
  .l-topModel .p-desc {
    font-size: 14px;
    line-height: 2;
  }
  .l-topModel .c-btn a {
    width: 250px;
    margin: 50px auto 0;
  }
  .l-topTourist {
    background: url(../img/top/tourist/bg_sp.webp) no-repeat center/cover;
  }
  .c-slide, .c-slide__second {
    padding: 76px 0 46px;
  }
  .c-slide .l-inner {
    width: 94.103vw;
  }
  .c-slide__second .l-inner {
    width: 100%;
  }
  .c-slide .c-textboxArea,
  .c-slide__second .c-textboxArea {
    width: 84.615vw;
  }
  .c-slide .c-imageboxArea {
    width: 94.103vw;
  }
  .c-slide .c-heading,
  .c-slide__second .c-heading {
    margin-bottom: 36px;
  }
  .js-article .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
  }
  .js-article .splide__slide .inner {
    border-radius: 14px;
  }
  .js-article__second .splide__slide .inner {
    padding: 10px 10px 24px;
  }
  .js-article .splide__slide .inner::after,
  .js-article__second .splide__slide .inner::after {
    border-radius: 14px;
  }
  .js-article .js-favorite {
    top: calc(22px + 26.667vw - 40px);
    right: 20px;
  }
  .js-article__second .js-favorite {
    top: calc(22px + 51.282vw - 40px);
    right: 20px;
  }
  .js-article .c-card_img {
    height: 26.667vw;
    border-radius: 6px;
  }
  .js-article__second .c-card_img {
    height: 51.282vw;
    border-radius: 10px;
  }
  .js-article .c-card_img img {
    border-radius: 6px;
  }
  .js-article__second .c-card_img img {
    border-radius: 10px;
  }
  .js-article .c-card__desc {
    font-size: 14px;
    line-height: 1.429;
  }
  .js-article__second .c-card__ttl {
    margin-bottom: 1rem;
    font-size: 18px;
  }
  .l-topActivity {
    background: url(../img/top/activity/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topShopping {
    background: url(../img/top/shopping/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topProducts {
    background: url(../img/top/products/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topGourmet {
    background: url(../img/top/gourmet/bg_sp.jpg) no-repeat center/cover;
  }
  .l-topGourmet .u-flex {
    width: 92.308vw;
    margin: 0 auto;
  }
  .l-topGourmet .l-inner {
    width: 94.359vw;
  }
  .l-topGourmet__ListItem .js-favorite {
    top: calc(10px + 26.667vw - 40px);
    right: 14px;
  }
  .l-topGourmet__ListItem .inner {
    border-radius: 14px;
  }
  .l-topGourmet__ListItem .inner::after {
    border-radius: 14px;
  }
  .l-topGourmet__image {
    height: 26.667vw;
  }
  .l-topGourmet__textbox {
    margin: 0 auto;
  }
  .l-topGourmet__head {
    font-size: 16px;
    line-height: 1.5;
  }
  .l-insta {
    padding: 76px 0 72px;
    background: url(../img/top/insta/bg_sp.jpg) no-repeat center/cover;
  }
  .l-insta .l-inner {
    width: 87.179vw;
  }
  .l-insta__wrap {
    margin: 40px auto;
  }
  .l-promotion {
    background: url(../img/top/promotion/bg_sp.jpg) no-repeat center/cover;
  }
  .l-promotion .l-inner {
    row-gap: 24px;
    flex-direction: column;
    width: 94.872vw;
  }
  .l-promotion .l-promotion__link {
    height: 61.538vw;
  }
  .l-topNews {
    background-color: #EBF8FF;
  }
  .l-topNews .l-inner {
    width: 89.744vw;
  }
  .l-topNews .c-btn {
    margin-top: 36px;
  }
  .l-pr {
    padding: 56px 0 80px;
  }
  .l-pr .c-bnr__List {
    margin-top: 24px;
  }
  .p-foot__bnr {
    margin: 38px auto 0;
    padding-top: 32px;
  }
  .p-foot__bnrList {
    grid-template-columns: repeat(2, 1fr);
    width: 89.744vw;
    gap: 14px;
  }
  .l-inner {
    width: 89.744vw;
  }
  .l-about {
    margin: 20px auto 110px;
  }
  .l-about__List .l-about__ListItem {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 12px 0 rgba(33, 137, 227, 0.2);
  }
  .l-about__List .l-about__ListItem:not(:last-child) {
    margin-bottom: 24px;
  }
  .l-about__List .c-card__bg::after {
    content: none;
  }
  .l-about__List .l-about__image {
    height: 51.282vw;
  }
  .l-about .p-about__List.u-mdgrid__2 .p-about__image {
    height: 43.59vw;
  }
  .p-character {
    padding: 40px 0;
  }
  .p-character .inner {
    width: 89.744vw;
  }
  .p-character .p-character__imagebox {
    height: 61.538vw;
  }
  .p-character .p-character__textbox {
    margin-top: 40px;
  }
  .p-character .p-head {
    font-size: 18px;
    line-height: 1.778;
  }
  .l-tales {
    margin: 30px auto 120px;
  }
  .l-reconstraction {
    margin: 40px auto 116px;
  }
  .l-history {
    margin: 20px auto 120px;
  }
  .p-subcard {
    margin: 0 auto 80px;
    padding-top: 32px;
  }
  .p-subcard .p-about__link {
    display: block;
    padding: 10px 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 12px 0 rgba(33, 137, 227, 0.2);
  }
  .p-subcard .p-about__image {
    height: 46.154vw;
  }
  .p-subcard .p-about__textbox {
    margin-top: 24px;
    padding: 0 10px;
  }
  .p-subcard .p-desc {
    margin-bottom: 14px;
  }
  .l-association {
    margin: 30px auto 116px;
  }
  .l-association .c-lead.p-page {
    margin: 40px auto 0;
  }
  .l-association .p-info__area .c-lead {
    margin: 24px auto 0;
  }
  .l-association .c-btn__inner {
    margin-top: 40px;
    padding-top: 40px;
  }
  .l-report {
    margin: 30px auto 116px;
  }
  .l-report__List {
    margin: 40px auto 64px;
  }
  .l-report__ListItem {
    padding: 14px 15px;
  }
  .l-report__ListItem .p-head {
    margin-bottom: 4px;
  }
  .l-news {
    margin: 40px auto 0;
    padding-bottom: 186px;
  }
  .l-news .c-tabbtn__list {
    -webkit-column-gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
            column-gap: 12px;
    row-gap: 16px;
    width: 85.128vw;
    margin: 40px auto 0;
  }
  .l-news .c-tabbtn__listitem {
    width: 100%;
  }
  .l-news .c-news__List {
    margin: 16px auto 40px;
  }
  .l-news .c-btn {
    margin: 40px auto 0;
  }
  .l-privacy {
    margin: 30px auto 116px;
  }
  .l-contact {
    margin: 60px auto 115px;
  }
  .l-contact .c-heading {
    margin: 0 auto 32px;
  }
  .l-thanks {
    margin: 60px auto 125px;
  }
  .l-thanks .c-heading {
    margin: 0 auto 40px;
  }
  .l-access {
    margin: 64px auto 120px;
  }
  .l-access .c-tabbtn__list.p-page {
    margin: 40px auto 24px;
  }
  .l-access .l-access__mapInner {
    width: 89.744vw;
  }
  .l-access #list_02 {
    padding-top: 40px;
  }
  .l-access .l-access__block {
    width: 89.744vw;
    margin: 40px auto 0;
  }
  .l-access .l-access__contents {
    padding-bottom: 24px;
  }
  .l-access .l-access__traffic img {
    height: 45.128vw;
  }
  .l-access .p-info__inner .p-map {
    margin: 24px auto 0;
  }
  .l-access .p-info__inner .p-map iframe {
    height: 200px;
  }
  .l-access .l-access__map img {
    height: 55.641vw;
  }
  .l-access .p-about__List {
    width: 84.615vw;
  }
  .l-access .p-about__List .p-about__ListItem:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-page .l-access .inner {
    padding: 0 5px;
  }
  .p-page .l-access .c-heading__h3 {
    width: 89.744vw;
    margin: 0 auto 32px;
  }
  .p-page .l-access .js-detail {
    padding: 0 25px 55px;
  }
  .u-archive .l-inner {
    width: 89.744vw;
  }
  .l-course {
    padding: 60px 0 114px;
  }
  .l-course .c-tabbtn__listitem {
    width: 100%;
    max-width: 120px;
  }
  .l-course .c-card__listItem .c-card__block {
    margin: 24px auto 25px;
  }
  .l-course .c-card__listItem .c-card__block .c-card__use {
    font-size: 12px;
    line-height: 1.417;
  }
  .l-course .js-favorite {
    top: calc(10px + 51.282vw - 36px);
    right: 14px;
  }
  .l-activity.c-archive {
    margin: 60px auto 114px;
  }
  .l-activity {
    margin: 60px auto 114px;
  }
  .l-activity .c-tabbtn__list .c-tab__btn {
    width: 100%;
  }
  .l-mypage {
    margin: 56px auto 108px;
  }
  .l-mypage .c-card__listItem {
    padding-bottom: 60px;
  }
  .l-mypage .c-delete {
    right: 10px;
    bottom: 10px;
  }
  .l-event,
  .c-archive {
    margin: 60px auto 200px;
  }
  .l-event .c-subcard__List-inner,
  .c-archive .c-subcard__List-inner {
    margin: 64px auto 0;
  }
  .l-tourist {
    margin: 60px auto 256px;
  }
  .l-tourist .l-inner {
    width: 89.744vw;
  }
  .l-tourist__map iframe {
    height: 240px;
  }
  .l-pamphlet {
    margin: 60px auto 108px;
  }
  .l-pamphlet .c-subcard__List .c-subcard__ListItem .c-subcard__title {
    margin-bottom: 20px;
  }
  .l-detail__image {
    max-width: 89.744vw;
  }
  .l-detail__image img {
    height: 51.282vw;
  }
  .l-article {
    margin: 30px auto 0;
    padding-bottom: 114px;
  }
  .l-article .l-inner {
    width: 97.436vw;
  }
  .l-article .inner {
    width: 89.744vw;
  }
  .l-article h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .l-article .l-article__body {
    margin: 40px auto 0;
  }
  .l-article .l-article__body table tr {
    flex-direction: column;
    padding: 7px 20px;
  }
  .l-article .l-article__body table th {
    margin-bottom: 3px;
  }
  .l-article .l-article__body .p-map__area iframe {
    height: 240px;
  }
  .l-article .l-article__main ol,
  .l-article .l-article__main ul {
    width: 88.575%;
  }
  .l-article .l-article__main table tr {
    flex-direction: column;
    padding: 7px 20px;
  }
  .l-article .l-article__main table th {
    margin-bottom: 3px;
  }
  .p-info__area {
    padding: 36px 20px;
  }
  .p-info__area .p-info__List {
    margin: 44px auto 0;
  }
  .p-info__area .p-head {
    margin-bottom: 6px;
  }
  .l-relevance {
    padding: 70px 0 64px;
    background: url(../img/detail/bg_sp.jpg) no-repeat center/cover;
  }
  .c-subcard__List-inner {
    width: 89.744vw;
  }
  .c-subcard__List .c-card__bg {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 16px 0 rgba(33, 137, 227, 0.2);
  }
  .c-subcard__List .c-card__bg::after {
    content: none;
  }
  .c-subcard__List .c-subcard__ListItem .c-subcard__image {
    height: 51.282vw;
  }
  .c-subcard__List .c-subcard__ListItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-head__bg {
    width: 100%;
    margin: 18px auto 40px;
    padding: 64px 0;
  }
  .l-article.u-model .c-card__listItem {
    flex-direction: column-reverse;
  }
  .l-article.u-model .c-card__listItem .c-card__inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }
  .l-article.u-model .c-card__listItem .c-card__textbox {
    margin-top: 0;
  }
  .l-article.u-model .c-card__listItem .c-card__block {
    margin-bottom: 24px;
  }
  .l-article.u-model .c-card__listItem .c-card__imagebox .c-zoom {
    height: 51.282vw;
  }
  .l-article.u-model .c-detail__link {
    margin-top: 1rem;
  }
  .l-article.u-model .c-card__listItem .p-desc {
    margin: 24px auto;
  }
  .u-model .l-article__header .c-sns__shareWrap {
    row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
  }
  .u-model .l-article__header .c-sns__shareWrap .c-favorite__second {
    margin-right: 0;
    margin-left: auto;
  }
  .u-model .l-article__header .c-sns__shareWrap .u-normaltext {
    margin-right: 16px;
  }
  .u-model .p-course__inner .p-course {
    padding: 16px 20px;
  }
  .u-model .p-course__inner .l-model__trafficList {
    flex-direction: column;
  }
  .u-model .p-course__inner .l-model__trafficList .c-tag {
    height: 28px;
  }
  .u-model .l-detail__box {
    padding: 54px 0 36px;
  }
  .u-model .l-detail__box img {
    height: 51.282vw;
  }
  .l-detail__card .c-card__blockItem {
    flex-direction: column;
  }
  .l-detail__card .c-card__blockItem .c-tag {
    margin-bottom: 6px;
  }
  .p-newsdetail .l-article__main ol,
  .p-newsdetail .l-article__main ul {
    width: 88.575%;
  }
  .p-newsdetail {
    margin: 60px auto 0;
    padding-bottom: 114px;
  }
  .p-newsdetail .l-article__body .c-sns__share {
    row-gap: 1rem;
    flex-direction: column;
  }
  .l-products__buy {
    margin: 40px auto 64px;
  }
  .l-products__buy .c-btn a {
    max-width: 320px;
  }
  .l-article.u-model .c-heading .u-main {
    font-size: 24px;
  }
  .l-article.u-model .p-head__bg {
    padding: 58px 30px;
  }
  #kv .splide__slide {
    height: 480px;
    border-radius: 10px;
  }
  #kv .splide__slide .c-zoom {
    border-radius: 10px;
  }
  #kv .splide__slide img {
    border-radius: 10px;
  }
  #kv .c-event__card {
    bottom: 10px;
    left: 10px;
    width: 64.103vw;
    padding: 12px;
    border-radius: 8px;
  }
  #kv .c-event__card::after {
    content: none;
  }
  #kv .c-event__head {
    margin: 6px auto;
    font-size: 16px;
    line-height: 1.5;
  }
  #kv .c-tag {
    padding: 3px 6px;
    font-size: 12px;
    text-align: center;
  }
  #kv .c-event__dash,
  #kv .c-event__date {
    font-size: 14px;
    line-height: 1.5;
  }
  .c-navi {
    right: 10px;
    bottom: -64px;
    width: 136px;
    height: 48px;
    border-radius: 10px;
  }
  .u-count {
    top: 5px;
  }
  .u-count span {
    font-size: 20px;
    line-height: 1.6;
    vertical-align: baseline;
  }
  .u-count .js-num__current {
    margin-right: -2px;
    font-size: 26px;
    line-height: 1.231;
  }
  #kv .splide__arrow--prev {
    left: 10px;
  }
  #kv .splide__arrow--next {
    right: 10px;
  }
  .js-detail {
    margin: 40px auto 0;
    padding: 0 25px 55px;
  }
  .js-detail .splide__slide {
    height: 47.179vw;
    min-height: 184px;
  }
  .js-detail .splide__pagination {
    bottom: -55px;
  }
  .js-article .splide__arrow {
    display: none;
  }
  .js-article .splide__arrow--prev {
    display: none;
  }
  .js-article .splide__arrow--next {
    display: none;
  }
  .splide__pagination {
    bottom: -55px;
  }
  #event {
    margin-top: 28px;
  }
  #event .c-event__image {
    width: 100%;
    border-radius: 10px;
  }
  #event .c-event__image img {
    height: 84.103vw;
    border-radius: 10px 10px 0 0;
  }
  #event .c-event__card {
    padding: 15px 20px;
  }
  #kv .splide__arrow {
    -webkit-transform: inherit;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
            transform: inherit;
  }
  #kv .splide__arrow img {
    width: 12px;
    height: 12px;
  }
  .js-article__second .splide__arrow {
    top: 43.59vw;
  }
  .js-article__second .splide__arrow--prev {
    left: 10px;
    opacity: 1;
  }
  .js-article__second .splide__arrow--next {
    right: 10px;
    opacity: 1;
  }
  .c-contactForm {
    margin: 40px auto 0;
  }
  .c-contactForm .c-contactForm__dt {
    margin-bottom: 10px;
  }
  .c-contactForm .c-contactForm__dd {
    width: 100%;
  }
  .c-contactForm .p-checkbox__text {
    row-gap: 12px;
    flex-wrap: wrap;
  }
  .l-footer .l-footer__top {
    width: 89.744vw;
    padding: 57px 0 51px;
  }
  .l-footer .l-footer__top .l-footer__add {
    margin: 16px auto 36px;
  }
  .l-footer .l-footer__top .l-footer__btnArea {
    row-gap: 16px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .l-footer .l-footer__top .l-footer__right .l-footer__menu {
    width: 96%;
    max-width: 240px;
    margin: 0 auto;
  }
  .l-footer .l-footer__top .l-footer__right .l-footer__menu .l-footer__menuItem:not(:last-child) {
    margin-bottom: 16px;
  }
  .l-footer .l-footer__top .l-footer__right .l-footer__menu:last-child {
    margin-top: 16px;
  }
  .l-footer .l-footer__mid {
    padding: 14px 0 15px;
  }
  .l-footer .l-footer__mid .l-footer__subMenu {
    max-width: 240px;
  }
  .l-footer .l-footer__mid .l-footer__subMenu .l-footer__subMenuItem:not(:last-child) {
    margin-bottom: 12px;
  }
  .c-heading .u-main {
    font-size: 28px;
  }
  .c-heading.u-center::before, .c-heading.u-center::after {
    width: 2.75rem;
  }
  .p-page .c-heading.u-left::before,
  .p-page .c-heading.u-left::after {
    height: 1.5rem;
  }
  .c-heading.u-center.u-small {
    padding: 0 0.5rem;
  }
  .c-heading.u-center.u-small::before, .c-heading.u-center.u-small::after {
    width: 44px;
    height: 1rem;
  }
  .c-heading.u-center.u-small .u-main {
    font-size: 20px;
  }
  .c-heading.u-left {
    -webkit-column-gap: 8px;
            column-gap: 8px;
    align-items: center;
  }
  .c-heading.u-left::before {
    width: 2.5rem;
    height: 1.5rem;
  }
  .c-title {
    margin: 48px auto 40px;
  }
  .c-event__head {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-list {
    margin: 16px auto;
  }
  .c-list__ol {
    margin: 12px auto 30px;
  }
  .c-ol__cjk {
    margin: 16px auto;
  }
  .c-page__dt {
    padding: 13px 20px 0;
  }
  .c-page__dd {
    padding: 0 20px 13px;
  }
  .c-bnr__List {
    grid-template-columns: repeat(2, 1fr);
    width: 87.179vw;
    margin: 36px auto 0;
    gap: 10px;
  }
  .c-note {
    margin: 24px 0 0 auto;
  }
  .c-breadcrumb {
    width: 94.8%;
    padding-top: 74px;
  }
  .u-use .c-tabbtn__list {
    flex-wrap: wrap;
    justify-content: center;
    width: 86vw;
    max-width: 332px;
    margin: 0 auto;
    gap: 16px 12px;
  }
  .u-use .c-tabbtn__list .c-tabbtn__listitem .c-tab__btn {
    width: 100%;
  }
  .c-tabbtn__list.p-page {
    max-width: 230px;
    margin: 40px auto 0;
  }
  .c-tabbtn__list.p-page .c-tabbtn__listItem:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-news__ListItem .c-tag {
    min-width: 80px;
  }
  .c-news__link {
    -webkit-column-gap: 14px;
            column-gap: 14px;
    padding: 10px;
  }
  .c-news__meta {
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .c-card__ttl {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .c-card__listItem .c-card__inner {
    display: block;
    padding: 10px 10px 20px;
  }
  .c-card__listItem .c-card__imagebox {
    position: relative;
    width: 100%;
    height: 51.282vw;
  }
  .c-card__listItem .c-card__imagebox .c-favorite__second {
    position: absolute;
    right: 4px;
    bottom: 4px;
  }
  .c-card__listItem .c-card__textbox {
    position: relative;
    margin-top: 24px;
  }
  .c-card__listItem .c-card__textbox .inner {
    padding: 0 10px;
  }
  .c-card__listItem .c-card__text {
    margin: 20px auto;
  }
  .c-card__listItem .c-card__block {
    margin: 24px auto 20px;
  }
  .c-card__listItem .c-card__block .c-card__blockItem {
    -webkit-column-gap: 14px;
            column-gap: 14px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .c-card__listItem .c-card__block .c-card__use {
    width: 72px;
  }
  .c-card__listItem .c-card__block .c-card__use .c-tag {
    font-size: 12px;
    line-height: 1.417;
  }
  .c-card__listItem .c-card__btn {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    max-width: 330px;
    margin: 24px auto 0;
  }
  .c-card__listItem .c-card__btn a {
    width: 160px;
  }
  .c-card__listItem .c-card__btn .c-arrow {
    width: 32px;
    height: 32px;
  }
  .c-more .c-txt {
    margin-right: auto;
    margin-left: 25px;
  }
  .c-download .c-txt {
    margin-right: auto;
    margin-left: 33px;
  }
  .u-use .c-card__listItem .c-card__block .c-card__blockItem {
    row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-card__thirdList .c-card__thirdListItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-card__thirdList .c-card__thirdLink {
    display: block;
  }
  .c-card__thirdList .c-card__image {
    height: 51.282vw;
  }
  .c-favorite__second {
    min-width: 120px;
    padding: 4px 6px 4px 19px;
    font-size: 12px;
    line-height: 1.417;
  }
  .c-favorite__second .c-icon {
    width: 26px;
    height: 24px;
  }
  .js-favorite_in {
    font-size: 12px;
  }
  .is-select .js-favorite_in .c-txt:before {
    font-size: 12px;
  }
  .js-favItemBtn.js-favItemDelete .c-txt:after {
    font-size: 12px;
  }
  .c-subcard__ListItem .js-favorite {
    top: calc(10px + 51.282vw - 36px);
    right: 14px;
  }
  .c-pager__wrap {
    margin-top: 64px;
    padding-top: 64px;
  }
  .c-pager {
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .c-sns__shareWrap.u-small {
    flex-direction: column;
    max-width: 200px;
    margin-inline: auto;
  }
  .c-sns__shareWrap.u-small .c-sns__share {
    flex-direction: column;
  }
  .c-sns__shareWrap.u-small .u-normaltext {
    margin: 30px auto 16px;
  }
  .p-head__bg {
    width: 100%;
    margin: 20px auto 40px;
    padding: 102px 30px;
  }
  .p-head__bg .c-heading {
    padding: 0 60px;
  }
  .p-head__bg .c-heading.u-center::before {
    right: inherit;
    left: 0;
  }
  .p-head__bg .c-heading.u-center::after {
    right: 0;
    left: inherit;
  }
  .p-head__bg .c-heading .u-main {
    font-size: 24px;
  }
  .p-about {
    background: url(../img/about/head_sp.jpg) no-repeat center/cover;
  }
  .p-reconstraction {
    background: url(../img/about/reconstraction/head_sp.jpg) no-repeat center/cover;
  }
  .p-history {
    background: url(../img/about/history/head_sp.jpg) no-repeat center/cover;
  }
  .p-about__List .p-about__ListItem {
    padding: 10px 10px 20px;
  }
  .p-about__List .p-about__image {
    height: 51.282vw;
  }
  .p-about__List.u-mdgrid__2 .p-about__ListItem:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-about__List.u-mdgrid__2 .p-about__image {
    height: 46.154vw;
  }
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 479.8px){
  #shirasu .shirasu_mainimg {
    margin-bottom: 20px;
  }
  #shirasu .shirasu_read {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.014em;
  }
  #shirasu .shirasu_base {
    padding: 18px;
  }
  #shirasu .shirasu_toha_title {
    max-width: 186px;
    margin-top: 27px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  #shirasu .shirasu_toha_copy {
    margin-top: 19px;
    margin-bottom: 45px;
    font-size: 13px;
    line-height: 1.615;
    letter-spacing: 0.013em;
  }
  #shirasu .shirasu_ajikawaru_title {
    max-width: 306px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
  }
  #shirasu .shirasu_ajikawaru > .shirasu_ajikawaru_wrap:nth-of-type(1) .shirasu_ajikawaru_name {
    max-width: 64px;
    margin-right: auto;
    margin-left: auto;
  }
  #shirasu .shirasu_ajikawaru_copy {
    max-width: 239px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.13px;
  }
}

@media screen and (max-width: 420px){
  .c-contactForm .p-checkbox__text .c-contactForm__ind {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 389px){
  .l-header__logo img {
    width: 160px;
  }
  .c-tabbtn__listitem {
    width: calc(50% - 6px);
  }
  .c-tabbtn__listitem button span {
    font-size: 14px;
  }
  .c-card__listItem .c-card__btn {
    row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
  .c-card__listItem .c-card__btn .c-btn {
    margin: 0 auto;
  }
  .c-card__listItem .c-card__btn a {
    width: 200px;
    text-align: center;
  }
  .c-card__listItem .c-card__btn .c-txt {
    margin: 0 auto;
  }
}

@media screen and (max-width: 388.8px){
  .l-article .c-btn {
    width: 100%;
  }
  .l-article .c-btn a {
    width: 96%;
    max-width: 320px;
  }
  .u-model .l-detail__head {
    font-size: 21px;
  }
  .u-model .l-detail__ttl {
    font-size: 18px;
  }
  .c-sns__share .c-sns__shareList {
    -webkit-column-gap: 6px;
            column-gap: 6px;
  }
  .p-head__bg {
    padding: 102px 7.692vw;
  }
  .u-model .p-head__bg .u-main {
    font-size: 7.179vw;
  }
  .u-model .p-head__bg .u-sub {
    font-size: 4.103vw;
  }
}

/*# sourceMappingURL=bundle.css.map*/