@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

select::-ms-expand {
  display: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.js-slideUp {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.js-slideUp.is-done {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and ( max-width: 768px ) {
  .js-slideUp {
    -webkit-transform: translateY(15.6vw);
            transform: translateY(15.6vw);
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  display: block;
  width: 48px;
  height: 72px;
  padding: 36px 12px 12px;
  border-radius: 0px 0px 24px 24px;
  background: #000;
  position: absolute;
  right: 70px;
  top: 0;
}
.modaal-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.modaal-close span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -webkit-mask: url("../img/common/i_close.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/common/i_close.svg");
          mask-image: url("../img/common/i_close.svg");
}
@media screen and ( max-width: 768px ) {
  .modaal-close {
    width: 12.5vw;
    height: 12.5vw;
    padding: 3.1vw;
    border-radius: 0 0 6.3vw 6.3vw;
    right: 11.5vw;
  }
  .modaal-close span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.modaal-content-container {
  height: 100vh;
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
  position: static;
}
.modaal-image .modaal-close {
  position: fixed;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
  max-height: 80vh;
  max-width: 80vh;
}
.modaal-gallery-item.is_active {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .modaal-gallery-item {
    max-width: 85vw;
  }
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
       /*rtl:begin:ignore*/
  left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
       /*rtl:begin:ignore*/
  right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html {
  font-size: 62.5%;
}

body {
  padding-top: 96px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, serif, -apple-system, BlinkMacSystemFont, system-ui;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #46423B;
}
@media screen and ( max-width: 768px ) {
  body {
    padding-top: 12.5vw;
    font-size: 4.2vw;
  }
}

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

input[type=text],
input[type=search],
textarea {
  width: 100%;
  background: #fff;
  padding: 7px 8px;
  border-radius: 4px;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d4d4d4;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d4d4d4;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d4d4d4;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #d4d4d4;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #d4d4d4;
}
@media screen and ( max-width: 768px ) {
  input[type=text],
  input[type=search],
  textarea {
    padding: 1.8vw 2.1vw;
    border-radius: 1vw;
  }
}

.scroll-fix {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

@media screen and ( max-width: 768px ) {
  .show-pc {
    display: none;
  }
}
@media screen and ( min-width: 769px ) {
  .show-sp {
    display: none;
  }
}
.wrap {
  max-width: 1280px;
  width: 85.2vw;
  margin-right: auto;
  margin-left: auto;
}

.pnkz {
  margin: 32px 0 16px;
}
.pnkz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 4px;
  font-size: 1rem;
  font-weight: 400;
  max-width: 1280px;
  width: 85.2vw;
  margin-right: auto;
  margin-left: auto;
}
.pnkz__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.pnkz__item::after {
  content: "＞";
}
.pnkz__item:last-child::after {
  content: none;
}
.pnkz__link {
  text-decoration: underline;
}
.pnkz__link:hover {
  text-decoration: none;
}
@media screen and ( max-width: 768px ) {
  .pnkz {
    margin: 4.2vw 0;
  }
  .pnkz__list {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    row-gap: 1vw;
    font-size: 2.6vw;
  }
  .pnkz__item {
    gap: 2.1vw;
  }
}

.hdg-01 {
  margin: 16px 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and ( max-width: 768px ) {
  .hdg-01 {
    margin: 3.1vw 0 4.2vw;
    font-size: 8.3vw;
  }
}

.hdg-01-lead {
  margin: 16px 0 24px;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .hdg-01-lead {
    margin: 3.4vw 0 12.5vw;
    font-size: 3.1vw;
  }
}

.hdg-02 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .hdg-02 {
    font-size: 5.2vw;
  }
}

.ckbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.ckbx__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
}
.ckbx__input::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/i_checkbox_default.svg") no-repeat center center/100% auto;
}
.ckbx__input:checked::before {
  background-image: url("../img/common/i_checkbox_checked.svg");
}
.ckbx__txt {
  font-size: 1.4rem;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.radio__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
}
.radio__input::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/i_radio_default.svg") no-repeat center center/100% auto;
}
.radio__input:checked::before {
  background-image: url("../img/common/i_radio_checked.svg");
}
.radio__txt {
  font-size: 1.4rem;
}

.bold {
  font-weight: 700;
}

.list--disc__item {
  padding-left: 1em;
  position: relative;
}
.list--disc__item:before {
  content: "・";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  top: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.top-kv {
  position: relative;
  margin-bottom: 2.6vw 0 3.1vw;
}
.top-kv__logo {
  width: 502px;
  margin: 0 auto;
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  z-index: 998;
}
.top-kv__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.top-kv__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
.top-kv__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-kv__pagination li button {
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background: #f0f0ee;
}
.top-kv__pagination li button.is-active {
  background: #E2443B;
}
.top-kv__tgl {
  margin-left: 42px;
}
.top-kv__tgl-btn {
  width: 20px;
  height: 20px;
}
.top-kv__tgl-btn span {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: background 0.2s ease-out, opacity 0.2s ease-out;
  transition: background 0.2s ease-out, opacity 0.2s ease-out;
}
.top-kv__tgl-btn span.i-play {
  -webkit-mask: url("../img/common/i_play.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_play.svg");
          mask-image: url("../img/common/i_play.svg");
}
.top-kv__tgl-btn span.i-pause {
  -webkit-mask: url("../img/common/i_pause.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #94928c;
  -webkit-mask-image: url("../img/common/i_pause.svg");
          mask-image: url("../img/common/i_pause.svg");
}
.top-kv__tgl-btn.play:hover .i-play {
  opacity: 0.8;
}
.top-kv__tgl-btn.pause:hover .i-pause {
  background: #46423b;
}
@media screen and (max-width: 1280px) {
  .top-kv__logo {
    width: 37.5vw;
    top: -5vw;
  }
  .top-kv__logo img {
    width: 100%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-kv {
    margin-bottom: 2.1vw;
  }
  .top-kv__logo {
    width: 52.1vw;
    top: -9.9vw;
  }
  .top-kv__ctrl {
    margin-top: 1.3vw;
    position: relative;
  }
  .top-kv__pagination {
    width: 39.6vw;
    min-height: 8.3vw;
    margin: 0 auto;
    -webkit-column-gap: 0.8vw;
       -moz-column-gap: 0.8vw;
            column-gap: 0.8vw;
    row-gap: 0.8vw;
  }
  .top-kv__pagination li button {
    width: 7.3vw;
    height: 0.8vw;
    border-radius: 0.8vw;
  }
  .top-kv__tgl {
    margin: auto auto 0.8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8.3vw;
  }
  .top-kv__tgl-btn {
    width: 8.3vw;
    height: 8.3vw;
  }
  .top-kv__tgl-btn span {
    width: 8.3vw;
    height: 8.3vw;
  }
}

.top-kv-slider__slide {
  width: 544px;
  height: 672px;
  border-radius: 1px 96px 1px 1px;
  overflow: hidden;
}
.top-kv-slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 42px 25px;
  position: relative;
}
.top-kv-slider__txtbox {
  margin: auto 0 0;
  position: relative;
  z-index: 1;
}
.top-kv-slider__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.top-kv-slider__txt {
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  padding: 0px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.top-kv-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-kv-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and ( max-width: 768px ) {
  .top-kv-slider__slide {
    width: 100vw;
    height: 120.6vw;
    border-radius: 0.3vw 25vw 0.3vw 0.3vw;
  }
  .top-kv-slider__link {
    padding: 7vw 6.3vw;
  }
  .top-kv-slider__tag {
    padding: 1vw 2.1vw;
    border-radius: 0.5vw;
    font-size: 3.6vw;
  }
  .top-kv-slider__txt {
    margin: 2.1vw 0 0;
    padding: 0 2.1vw;
    border-radius: 0.5vw;
    font-size: 4.7vw;
  }
}

.top-hot-keyword {
  margin-bottom: 48px;
  padding: 0 0 24px;
  border-bottom: 1px solid #E2443B;
}
.top-hot-keyword__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  width: 85.2vw;
  margin-right: auto;
  margin-left: auto;
}
.top-hot-keyword__hdg {
  margin-right: 32px;
  font-size: 2rem;
  font-weight: 700;
}
.top-hot-keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.top-hot-keyword__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  word-break: keep-all;
  white-space: nowrap;
  color: #E2443B;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.top-hot-keyword__link::before {
  content: "#";
  padding-right: 0.3em;
}
.top-hot-keyword__link:hover {
  background: #E2443B;
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .top-hot-keyword {
    margin-bottom: 8.3vw;
    padding: 0 0 2.1vw;
  }
  .top-hot-keyword__wrap {
    width: 100%;
  }
  .top-hot-keyword__hdg {
    display: none;
  }
  .top-hot-keyword__innr {
    overflow-x: auto;
    scrollbar-color: #E2443B transparent;
    scrollbar-width: thin;
  }
  .top-hot-keyword__innr::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  .top-hot-keyword__innr::-webkit-scrollbar-thumb {
    background: #E2443B;
    width: 6px;
    border-radius: 6px;
  }
  .top-hot-keyword__list {
    width: 100%;
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
  }
  .top-hot-keyword__link {
    padding: 1.6vw 3.1vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
}

.top-sec-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.top-sec-hdr__hdg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.top-sec-hdr__hdg-box-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.top-sec-hdr__hdg {
  font-family: brandon-grotesque;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-sec-hdr__hdg-sub {
  padding: 2px 19px 2px 16px;
  background: #E2443B;
  border-radius: 2px 16px 2px 2px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.top-sec-hdr__txt-box-w {
  width: 100%;
}
.top-sec-hdr__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-sec-hdr__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top-sec-hdr__more-link::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  -webkit-mask: url("../img/common/i_santen_circle.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_santen_circle.svg");
          mask-image: url("../img/common/i_santen_circle.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.top-sec-hdr__more-link:hover {
  color: #E2443B;
}
.top-sec-hdr__more-link:hover::after {
  background: #E2443B;
}
.top-sec-hdr__more-inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top-sec-hdr__more-inst::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.top-sec-hdr__more-inst:hover {
  color: #E2443B;
}
.top-sec-hdr__more-inst:hover::after {
  background: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .top-sec-hdr {
    margin-bottom: 6.3vw;
  }
  .top-sec-hdr__hdg-box {
    gap: 2.1vw;
  }
  .top-sec-hdr__hdg-box-w {
    gap: 2.1vw;
  }
  .top-sec-hdr__hdg {
    font-size: 8.3vw;
  }
  .top-sec-hdr__hdg-sub {
    padding: 0.5vw 3.4vw 0.5vw 2.1vw;
    border-radius: 0.5vw 4.2vw 0.5vw 0.5vw;
    font-size: 3.1vw;
  }
  .top-sec-hdr__more {
    display: none;
  }
  .top-sec-hdr__more-link {
    font-size: 3.1vw;
  }
  .top-sec-hdr__more-link::after {
    width: 10.4vw;
    height: 10.4vw;
    margin-left: 2.1vw;
  }
  .top-sec-hdr__more-inst {
    font-size: 3.1vw;
  }
  .top-sec-hdr__more-inst::after {
    width: 10.4vw;
    height: 10.4vw;
    margin-left: 2.1vw;
  }
}

.sec-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.sec-hdr__hdg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.sec-hdr__hdg-box-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.sec-hdr__hdg {
  font-family: brandon-grotesque;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sec-hdr__hdg-sub {
  padding: 2px 19px 2px 16px;
  background: #E2443B;
  border-radius: 2px 16px 2px 2px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.sec-hdr__txt-box-w {
  width: 100%;
}
.sec-hdr__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.sec-hdr__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.sec-hdr__more-link::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  -webkit-mask: url("../img/common/i_santen_circle.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_santen_circle.svg");
          mask-image: url("../img/common/i_santen_circle.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.sec-hdr__more-link:hover {
  color: #E2443B;
}
.sec-hdr__more-link:hover::after {
  background: #E2443B;
}
.sec-hdr__more-inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.sec-hdr__more-inst::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.sec-hdr__more-inst:hover {
  color: #E2443B;
}
.sec-hdr__more-inst:hover::after {
  background: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .sec-hdr {
    margin-bottom: 6.3vw;
  }
  .sec-hdr__hdg-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.1vw;
  }
  .sec-hdr__hdg-box-w {
    gap: 2.1vw;
  }
  .sec-hdr__hdg {
    font-size: 8.3vw;
  }
  .sec-hdr__hdg-sub {
    padding: 0.5vw 3.4vw 0.5vw 2.1vw;
    border-radius: 0.5vw 4.2vw 0.5vw 0.5vw;
    font-size: 3.1vw;
  }
  .sec-hdr__more-link {
    font-size: 3.1vw;
  }
  .sec-hdr__more-link::after {
    width: 10.4vw;
    height: 10.4vw;
    margin-left: 2.1vw;
  }
  .sec-hdr__more-inst {
    font-size: 3.1vw;
  }
  .sec-hdr__more-inst::after {
    width: 10.4vw;
    height: 10.4vw;
    margin-left: 2.1vw;
  }
}

.top-sec-ftr {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
.top-sec-ftr__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-sec-ftr__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top-sec-ftr__more-link::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  -webkit-mask: url("../img/common/i_santen_circle.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_santen_circle.svg");
          mask-image: url("../img/common/i_santen_circle.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.top-sec-ftr__more-link:hover {
  color: #E2443B;
}
.top-sec-ftr__more-link:hover::after {
  background: #E2443B;
}
.top-sec-ftr__more-inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top-sec-ftr__more-inst::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.top-sec-ftr__more-inst:hover {
  color: #E2443B;
}
.top-sec-ftr__more-inst:hover::after {
  background: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .top-sec-ftr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.8vw;
  }
  .top-sec-ftr__more-link {
    font-size: 3.1vw;
  }
  .top-sec-ftr__more-link::after {
    width: 10.4vw;
    height: 10.4vw;
    margin-left: 2.1vw;
  }
  .top-sec-ftr__more-inst {
    font-size: 3.1vw;
  }
  .top-sec-ftr__more-inst::after {
    width: 10.4vw;
    height: 10.4vw;
    margin-left: 2.1vw;
  }
}

.top-col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-col3-list__item {
  width: 30.8%;
}
.top-col3-list__link {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-col3-list__link:hover {
  opacity: 0.8;
}
.top-col3-list__img {
  aspect-ratio: 394/487;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
}
.top-col3-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-col3-list__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 16px;
}
.top-col3-list__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.3em;
  padding: 5px 2px 2px;
  border-radius: 1px;
  background: #E2443B;
  color: #fff;
  font-family: brandon-grotesque;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-col3-list__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.top-col3-list__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.top-col3-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #94928c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-col3-list__data p:nth-child(n+2) {
  margin-left: 0.6em;
  padding-left: 0.5em;
  border-left: 1px solid #94928c;
}
.top-col3-list__pr {
  margin: auto 8px auto auto;
  font-size: 1.2rem;
}
.top-col3-list__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-col3-list__btn {
  width: 24px;
  height: 24px;
}
.top-col3-list__btn .i-bookmark {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.top-col3-list__btn .i-bookmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.top-col3-list__btn.is-checked .i-bookmark::after {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
@media screen and ( max-width: 768px ) {
  .top-col3-list__item {
    width: 47.7%;
  }
  .top-col3-list__item:first-child {
    width: 100%;
    margin-bottom: 8.9vw;
  }
  .top-col3-list__item:first-child .top-col3-list__img {
    border-radius: 0.3vw 25vw 0.3vw 0.3vw;
  }
  .top-col3-list__item:first-child .top-col3-list__txt {
    font-size: 4.7vw;
  }
  .top-col3-list__item:first-child .top-col3-list__data {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 3.6vw;
  }
  .top-col3-list__item:first-child .top-col3-list__data p:nth-child(n+2) {
    margin-left: 0.6em;
    margin-top: 0;
    padding-left: 0.5em;
    border-left: 1px solid #94928c;
  }
  .top-col3-list__img {
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .top-col3-list__txt-box {
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
    margin-top: 2.1vw;
    line-height: 1.4;
  }
  .top-col3-list__txt {
    font-size: 3.6vw;
  }
  .top-col3-list__new {
    padding: 1.3vw 0.5vw 0.5vw;
    border-radius: 0.3vw;
    font-size: 3.1vw;
  }
  .top-col3-list__btm {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 2.1vw;
  }
  .top-col3-list__data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6vw;
  }
  .top-col3-list__data p:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.2em;
    padding-left: 0;
    border-left: none;
  }
  .top-col3-list__pr {
    margin: auto 1vw auto auto;
    font-size: 2.6vw;
    color: #94928c;
  }
  .top-col3-list__btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .top-col3-list__btn .i-bookmark::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.8%;
     -moz-column-gap: 3.8%;
          column-gap: 3.8%;
  row-gap: 48px;
}
.col3-list__item {
  width: 30.8%;
}
.col3-list__link {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.col3-list__link:hover {
  opacity: 0.8;
}
.col3-list__img {
  aspect-ratio: 394/487;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
}
.col3-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.col3-list__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 16px;
}
.col3-list__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.3em;
  padding: 5px 2px 2px;
  border-radius: 1px;
  background: #E2443B;
  color: #fff;
  font-family: brandon-grotesque;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.col3-list__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.col3-list__limit {
  margin-top: 8px;
  color: #E2443B;
  font-size: 1.4rem;
  font-weight: 700;
}
.col3-list__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.col3-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #94928c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.col3-list__data p:nth-child(n+2) {
  margin-left: 0.6em;
  padding-left: 0.5em;
  border-left: 1px solid #94928c;
}
.col3-list__pr {
  margin: auto 8px auto auto;
  color: #94928c;
  font-size: 1.2rem;
}
.col3-list__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col3-list__btn {
  width: 24px;
  height: 24px;
}
.col3-list__btn .i-bookmark {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.col3-list__btn .i-bookmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.col3-list__btn.is-checked .i-bookmark::after {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
.col3-list__item.is-disabled .col3-list__img {
  position: relative;
}
.col3-list__item.is-disabled .col3-list__img::after {
  content: "こちらのキャンペーンは\a終了いたしました。";
  white-space: pre;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16vw;
  height: 5.1vw;
  max-width: 230px;
  max-height: 74px;
  margin: auto;
  border-radius: 0.3vw;
  background: #46423B;
  color: #fff;
  text-align: center;
  font-size: min(1.3vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.col3-list__item.is-disabled .col3-list__img img, .col3-list__item.is-disabled .col3-list__txt-box, .col3-list__item.is-disabled .col3-list__limit, .col3-list__item.is-disabled .col3-list__btm {
  opacity: 0.4;
}
.col3-list__item.is-disabled .col3-list__link {
  pointer-events: none;
}

@media screen and ( max-width: 768px ) {
  .col3-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.4vw;
  }
  .col3-list__item {
    width: 100%;
  }
  .col3-list__img {
    border-radius: 0.3vw 25vw 0.3vw 0.3vw;
  }
  .col3-list__limit {
    margin-top: 2.9vw;
    font-size: 3.1vw;
  }
  .col3-list__txt-box {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    margin-top: 4.2vw;
    line-height: 1.4;
  }
  .col3-list__txt {
    font-size: 4.2vw;
  }
  .col3-list__new {
    padding: 1.3vw 0.5vw 0.5vw;
    border-radius: 0.3vw;
    font-size: 3.1vw;
  }
  .col3-list__btm {
    margin-top: 2.9vw;
  }
  .col3-list__data {
    font-size: 3.1vw;
  }
  .col3-list__pr {
    margin: auto 1vw auto auto;
    font-size: 3.1vw;
  }
  .col3-list__btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .col3-list__btn .i-bookmark::after {
    width: 6.3vw;
    height: 6.3vw;
  }
  .col3-list__item.is-disabled .col3-list__img::after {
    width: 59.9vw;
    height: 19.3vw;
    max-width: inherit;
    max-height: inherit;
    border-radius: 1vw;
    font-size: 4.7vw;
  }
}

.top-col4-list,
.col4-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.7%;
     -moz-column-gap: 3.7%;
          column-gap: 3.7%;
  row-gap: 64px;
}
.top-col4-list__item,
.col4-list__item {
  width: 22.2%;
}
.top-col4-list__link,
.col4-list__link {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-col4-list__link:hover,
.col4-list__link:hover {
  opacity: 0.8;
}
.top-col4-list__img,
.col4-list__img {
  aspect-ratio: 394/487;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
}
.top-col4-list__img img,
.col4-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-col4-list__limit,
.col4-list__limit {
  margin-top: 8px;
  color: #E2443B;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-col4-list__txt-box,
.col4-list__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 16px;
}
.top-col4-list__new,
.col4-list__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.3em;
  padding: 5px 2px 2px;
  border-radius: 1px;
  background: #E2443B;
  color: #fff;
  font-family: brandon-grotesque;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-col4-list__txt,
.col4-list__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.top-col4-list__btm,
.col4-list__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.top-col4-list__data,
.col4-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #94928c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-col4-list__data p:nth-child(n+2),
.col4-list__data p:nth-child(n+2) {
  margin-left: 0.6em;
  padding-left: 0.5em;
  border-left: 1px solid #94928c;
}
.top-col4-list__pr,
.col4-list__pr {
  margin: auto 8px auto auto;
  font-size: 1.2rem;
}
.top-col4-list__btn-box,
.col4-list__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-col4-list__btn,
.col4-list__btn {
  width: 24px;
  height: 24px;
}
.top-col4-list__btn .i-bookmark,
.col4-list__btn .i-bookmark {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.top-col4-list__btn .i-bookmark::after,
.col4-list__btn .i-bookmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.top-col4-list__btn.is-checked .i-bookmark::after,
.col4-list__btn.is-checked .i-bookmark::after {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
@media screen and ( max-width: 768px ) {
  .top-col4-list,
  .col4-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 10.4vw;
  }
  .top-col4-list__item,
  .col4-list__item {
    width: 47.7%;
  }
  .top-col4-list__img,
  .col4-list__img {
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .top-col4-list__limit,
  .col4-list__limit {
    margin-top: 2.9vw;
    font-size: 2.9vw;
  }
  .top-col4-list__txt-box,
  .col4-list__txt-box {
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
    margin-top: 2.1vw;
    line-height: 1.4;
  }
  .top-col4-list__txt,
  .col4-list__txt {
    font-size: 3.6vw;
  }
  .top-col4-list__new,
  .col4-list__new {
    padding: 1.3vw 0.5vw 0.5vw;
    border-radius: 0.3vw;
    font-size: 3.1vw;
  }
  .top-col4-list__btm,
  .col4-list__btm {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 2.1vw;
  }
  .top-col4-list__data,
  .col4-list__data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6vw;
  }
  .top-col4-list__data p:nth-child(n+2),
  .col4-list__data p:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.2em;
    padding-left: 0;
    border-left: none;
  }
  .top-col4-list__pr,
  .col4-list__pr {
    margin: auto 1vw auto auto;
    font-size: 2.6vw;
    color: #94928c;
  }
  .top-col4-list__btn,
  .col4-list__btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .top-col4-list__btn .i-bookmark::after,
  .col4-list__btn .i-bookmark::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.col4-list__item.is-disabled .col4-list__img {
  position: relative;
}
.col4-list__item.is-disabled .col4-list__img::after {
  content: "こちらのキャンペーンは\a終了いたしました。";
  white-space: pre;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.9vw;
  height: 4.4vw;
  max-width: 200px;
  max-height: 64px;
  margin: auto;
  border-radius: 0.3vw;
  background: #46423B;
  color: #fff;
  text-align: center;
  font-size: min(1.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.col4-list__item.is-disabled .col4-list__img img, .col4-list__item.is-disabled .col4-list__txt-box, .col4-list__item.is-disabled .col4-list__limit, .col4-list__item.is-disabled .col4-list__btm {
  opacity: 0.4;
}
.col4-list__item.is-disabled .col4-list__link {
  pointer-events: none;
}

@media screen and ( max-width: 768px ) {
  .col4-list {
    row-gap: 8.3vw;
  }
  .col4-list__item.is-disabled .col4-list__img::after {
    width: 32.8vw;
    height: 9.4vw;
    max-width: inherit;
    max-height: inherit;
    border-radius: 1vw;
    font-size: 2.6vw;
  }
}

.top-sec-right {
  padding: 55px 0 76px;
  position: relative;
}
.top-sec-right::after {
  content: "";
  display: block;
  border-radius: 96px 0px 0px 1px;
  background: #F0F0EE;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc((100% - 1280px) / 2 + 64px);
  z-index: -1;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
@media screen and (max-width: 1440px) {
  .top-sec-right::after {
    left: 10%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-sec-right {
    padding: 10.4vw 0 8.3vw;
  }
  .top-sec-right::after {
    border-radius: 25vw 0 0 0.3vw;
    left: 14.3vw;
  }
}

.top-sec-left {
  padding: 55px 0 76px;
  position: relative;
}
.top-sec-left::after {
  content: "";
  display: block;
  border-radius: 0px 96px 1px 0px;
  background: #F0F0EE;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: calc((100% - 1280px) / 2 + 64px);
  z-index: -1;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
@media screen and (max-width: 1440px) {
  .top-sec-left::after {
    right: 10%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-sec-left {
    padding: 10.4vw 0 8.3vw;
  }
  .top-sec-left::after {
    border-radius: 0 25vw 0.3vw 0;
    right: 14.3vw;
  }
}

.top-sec {
  padding: 70px 0 88px;
}
@media screen and ( max-width: 768px ) {
  .top-sec {
    padding: 16.7vw 0 15.6vw;
  }
}

.top-sec-gray {
  padding: 70px 0 88px;
  background: #F0F0EE;
}
@media screen and ( max-width: 768px ) {
  .top-sec-gray {
    padding: 16.7vw 0 15.6vw;
  }
}

.top-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-slider-arrows__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-slider-arrows__arrow:hover {
  opacity: 0.8;
}
.top-slider-arrows__arrow span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.top-slider-arrows__arrow span::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}
.top-slider-arrows__arrow span.i-prev {
  -webkit-mask: url("../img/common/i_arrow_circle_left.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #94928c;
  -webkit-mask-image: url("../img/common/i_arrow_circle_left.svg");
          mask-image: url("../img/common/i_arrow_circle_left.svg");
}
.top-slider-arrows__arrow span.i-next {
  -webkit-mask: url("../img/common/i_arrow_circle_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #94928c;
  -webkit-mask-image: url("../img/common/i_arrow_circle_right.svg");
          mask-image: url("../img/common/i_arrow_circle_right.svg");
}
@media screen and ( max-width: 768px ) {
  .top-slider-arrows__arrow {
    width: 12.5vw;
    height: 12.5vw;
  }
  .top-slider-arrows__arrow span::after {
    width: 10.4vw;
    height: 10.4vw;
  }
}

.top-rank-cnt {
  width: calc(1280px + (100% - 1280px) / 2);
  margin-left: auto;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 1440px) {
  .top-rank-cnt {
    width: 94.4%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-rank-cnt {
    width: 92.4vw;
  }
}

.top-rank-slider__slide {
  max-width: 319px;
  width: 22.2vw;
}
.top-rank-slider__link {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-rank-slider__link:hover {
  opacity: 0.8;
}
.top-rank-slider__img {
  aspect-ratio: 394/487;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
  position: relative;
}
.top-rank-slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-rank-slider__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 1px 0px 16px 0px;
  background: #E2443B;
  color: #fff;
  text-align: center;
  font-family: brandon-grotesque;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-rank-slider__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 16px;
}
.top-rank-slider__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.3em;
  padding: 5px 2px 2px;
  border-radius: 1px;
  background: #E2443B;
  color: #fff;
  font-family: brandon-grotesque;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-rank-slider__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.top-rank-slider__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.top-rank-slider__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #94928c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-rank-slider__data p:nth-child(n+2) {
  margin-left: 0.6em;
  padding-left: 0.5em;
  border-left: 1px solid #94928c;
}
.top-rank-slider__pr {
  margin: auto 8px 0 auto;
  font-size: 1.2rem;
}
.top-rank-slider__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-rank-slider__btn {
  width: 24px;
  height: 24px;
}
.top-rank-slider__btn .i-bookmark {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.top-rank-slider__btn .i-bookmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.top-rank-slider__btn.is-checked .i-bookmark::after {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
@media screen and ( max-width: 768px ) {
  .top-rank-slider__slide {
    width: 49.7vw;
  }
  .top-rank-slider__img {
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .top-rank-slider__num {
    width: 8.3vw;
    height: 8.3vw;
    border-radius: 0.3vw 0 2.1vw 0;
    font-size: 6.3vw;
  }
  .top-rank-slider__txt-box {
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
    margin-top: 2.1vw;
    line-height: 1.4;
  }
  .top-rank-slider__txt {
    font-size: 3.6vw;
  }
  .top-rank-slider__new {
    padding: 1.3vw 0.5vw 0.5vw;
    border-radius: 0.3vw;
    font-size: 3.1vw;
  }
  .top-rank-slider__btm {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 2.1vw;
  }
  .top-rank-slider__data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6vw;
  }
  .top-rank-slider__data p:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.2em;
    padding-left: 0;
    border-left: none;
  }
  .top-rank-slider__pr {
    margin: auto 1vw 0 auto;
    font-size: 2.6vw;
    color: #94928c;
  }
  .top-rank-slider__btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .top-rank-slider__btn .i-bookmark::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.top-cp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-cp-list__item {
  width: 30.8%;
}
.top-cp-list__link {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-cp-list__link:hover {
  opacity: 0.8;
}
.top-cp-list__img {
  aspect-ratio: 394/487;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
}
.top-cp-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-cp-list__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 16px;
}
.top-cp-list__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.3em;
  padding: 5px 2px 2px;
  border-radius: 1px;
  background: #E2443B;
  color: #fff;
  font-family: brandon-grotesque;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-cp-list__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.top-cp-list__limit {
  margin: 8px 0 -16px;
  color: #E2443B;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-cp-list__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.top-cp-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #94928c;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.top-cp-list__data p:nth-child(n+2) {
  margin-left: 0.6em;
  padding-left: 0.5em;
  border-left: 1px solid #94928c;
}
.top-cp-list__pr {
  margin: auto 8px 0 auto;
  font-size: 1.2rem;
}
.top-cp-list__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-cp-list__btn {
  width: 24px;
  height: 24px;
}
.top-cp-list__btn .i-bookmark {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.top-cp-list__btn .i-bookmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.top-cp-list__btn.is-checked .i-bookmark::after {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
@media screen and ( max-width: 768px ) {
  .top-cp-list__item {
    width: 100%;
  }
  .top-cp-list__item:nth-child(n+2) {
    margin-top: 8.3vw;
  }
  .top-cp-list__img {
    border-radius: 0.3vw 25vw 0.3vw 0.3vw;
  }
  .top-cp-list__txt-box {
    -webkit-column-gap: 2.6vw;
       -moz-column-gap: 2.6vw;
            column-gap: 2.6vw;
    margin-top: 2.1vw;
    line-height: 1.4;
  }
  .top-cp-list__new {
    padding: 1.3vw 0.5vw 0.5vw;
    border-radius: 0.3vw;
    font-size: 3.1vw;
  }
  .top-cp-list__limit {
    margin: 2.3vw 0 -2.1vw;
    font-size: 3.6vw;
  }
  .top-cp-list__btm {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 2.1vw;
  }
  .top-cp-list__data {
    font-size: 3.1vw;
  }
  .top-cp-list__pr {
    margin: auto 1vw 0 auto;
    font-size: 3.1vw;
    color: #94928c;
  }
  .top-cp-list__btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .top-cp-list__btn .i-bookmark::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.top-mgzn-sec {
  position: relative;
}
.top-mgzn-sec::before {
  content: "";
  display: block;
  border-radius: 0px 96px 0px 0px;
  background: #F4FF55;
  position: absolute;
  top: 0;
  right: calc((100% - 1280px) / 2 + 700px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-mgzn-sec .top-sec-ftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .top-mgzn-sec::before {
    right: 52.3%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-mgzn-sec::before {
    content: none;
  }
}

.top-mgzn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-mgzn::before {
  content: "";
  display: block;
  width: 44.4%;
}
.top-mgzn__hdr {
  width: 51.2%;
}
.top-mgzn__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44.4%;
  padding: 16px 13px 76px 0;
}
.top-mgzn__new-img {
  width: 47%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.top-mgzn__new-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-mgzn__new-link:hover {
  opacity: 0.8;
}
.top-mgzn__new-txt-box {
  width: 44%;
}
.top-mgzn__new-txt-box a:not([class]) {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-mgzn__new-txt-box a:not([class]):hover {
  opacity: 0.8;
}
.top-mgzn__new-hdg {
  font-weight: 700;
}
.top-mgzn__new-txt {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out;
}
.top-mgzn__new-btn-box {
  margin-top: 16px;
}
.top-mgzn__new-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 216px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  font-weight: 600;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.top-mgzn__new-btn:hover {
  background: #E2443B;
  color: #fff;
}
.top-mgzn__bn {
  width: 51.2%;
}
.top-mgzn__bn-book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-mgzn__bn-book-item {
  width: 30.8%;
}
.top-mgzn__bn-book-link {
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-mgzn__bn-book-link:hover {
  opacity: 0.8;
}
.top-mgzn__bn-book-img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.top-mgzn__bn-book-name {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .top-mgzn__hdr {
    width: 49.2%;
  }
  .top-mgzn__new {
    width: 47.7%;
  }
  .top-mgzn__new-img {
    width: 41.4%;
  }
  .top-mgzn__new-txt-box {
    width: 51.7%;
  }
  .top-mgzn__bn {
    width: 49.2%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-mgzn {
    display: block;
  }
  .top-mgzn::before {
    content: none;
  }
  .top-mgzn__hdr {
    width: auto;
  }
  .top-mgzn__new {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 12vw 0 29.7vw;
    position: relative;
  }
  .top-mgzn__new::before {
    content: "";
    display: block;
    border-radius: 0 25vw 0.3vw 0;
    background: #F4FF55;
    position: absolute;
    width: 92.6vw;
    top: 0;
    bottom: 0;
    left: -7.4vw;
    z-index: -1;
  }
  .top-mgzn__new-img {
    width: 46.9%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .top-mgzn__new-txt-box {
    width: 48.5%;
    padding-right: 4.2vw;
  }
  .top-mgzn__new-hdg {
    font-weight: 400;
    font-size: 3.6vw;
  }
  .top-mgzn__new-txt {
    margin-top: 2.9vw;
    font-size: 4.2vw;
  }
  .top-mgzn__new-btn-box {
    width: 100%;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9.4vw;
  }
  .top-mgzn__new-btn {
    max-width: inherit;
    width: 56.3vw;
    margin: 0 auto;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .top-mgzn__bn {
    width: auto;
    margin-top: 6.3vw;
  }
  .top-mgzn__bn-book-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-mgzn__bn-book-item {
    width: 26.8vw;
  }
  .top-mgzn__bn-book-name {
    margin-top: 2.1vw;
    font-size: 3.1vw;
  }
}

.top-inst-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
  font-weight: 700;
}
.top-inst-lead__tag {
  margin: 0 0.5em 0 0;
  padding: 0px 8px;
  background: #F4FF55;
  color: #E2443B;
}
.top-inst-lead__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 8px 0px 14px;
  background: #fff;
  color: #E2443B;
  font-size: 1.2rem;
  line-height: 140%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-inst-lead__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow2_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_arrow2_right.svg");
          mask-image: url("../img/common/i_arrow2_right.svg");
}
.top-inst-lead__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .top-inst-lead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-inst-lead__link {
    margin-top: 2.1vw;
    font-size: 3.1vw;
  }
}

.top-inst__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-inst__item {
  width: 16%;
}
.top-inst__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-inst__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.top-inst__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .top-inst__list {
    row-gap: 1.8vw;
  }
  .top-inst__item {
    width: 27.1vw;
  }
}

.top-fortune-hdg {
  margin-top: 30px;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .top-fortune-hdg {
    margin-top: 6.3vw;
  }
}

.top-fortune-txt {
  margin: 8px 0 20px;
  font-size: 1.4rem;
  color: #94928c;
}
@media screen and ( max-width: 768px ) {
  .top-fortune-txt {
    margin: 2.1vw 0 4.2vw;
    font-size: 3.1vw;
  }
}

.top-fortune-week {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .top-fortune-week {
    font-size: 5.2vw;
  }
}

.top-fortune-cnt {
  width: calc(1280px + (100% - 1280px) / 2);
  margin-left: auto;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 1440px) {
  .top-fortune-cnt {
    width: 94.4%;
  }
}
@media screen and ( max-width: 768px ) {
  .top-fortune-cnt {
    width: 92.4vw;
  }
}

.top-fortune-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 480px;
  padding: 24px 54px 24px 24px;
  border-radius: 1px 96px 1px 1px;
  background: #fff;
}
.top-fortune-slider__img-box {
  width: 35.8%;
}
.top-fortune-slider__seiza {
  margin: 8px 0 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-fortune-slider__date {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-fortune-slider__txt-box {
  width: 55.7%;
}
.top-fortune-slider__txt {
  font-weight: 400;
}
.top-fortune-slider__lucky {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}
.top-fortune-slider__item {
  font-size: 1.4rem;
}
@media screen and ( max-width: 768px ) {
  .top-fortune-slider__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60.4vw;
    max-width: inherit;
    padding: 4.2vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .top-fortune-slider__img-box {
    width: 39.6vw;
    margin: auto;
  }
  .top-fortune-slider__seiza {
    margin: 2.1vw 0 0;
    font-size: 5.2vw;
  }
  .top-fortune-slider__date {
    margin: 0 0 1.6vw;
    font-size: 3.1vw;
  }
  .top-fortune-slider__txt-box {
    width: auto;
  }
  .top-fortune-slider__txt {
    font-size: 3.6vw;
  }
  .top-fortune-slider__lucky {
    margin-top: 4.2vw;
    font-size: 3.1vw;
  }
  .top-fortune-slider__item {
    font-size: 3.1vw;
  }
}

.bnr-setoreco {
  padding: 80px 0;
}
.bnr-setoreco__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.bnr-setoreco__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .bnr-setoreco {
    padding: 16.7vw 0;
  }
}

.atcl-wrap {
  position: relative;
}

.atcl-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
.atcl-cnt img {
  width: 100%;
}
.atcl-cnt strong {
  font-weight: 700;
}
.atcl-cnt mark {
  padding: 0 0.3em;
  background: #F4FF55;
  font-weight: 400;
  color: inherit;
}
.atcl-cnt a:not([class]) {
  color: #007287;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-cnt a:not([class]):hover {
  opacity: 0.8;
}
.atcl-cnt__main {
  width: 65.6%;
  max-width: 840px;
}
.atcl-cnt__hdr {
  margin-bottom: 34px;
}
.atcl-cnt__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.atcl-cnt__cate {
  padding: 0px 19px 0px 16px;
  border-radius: 2px 16px 2px 2px;
  background: #46423b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.atcl-cnt__date {
  margin-left: auto;
  font-size: 1.2rem;
}
.atcl-cnt__hdg {
  margin-bottom: 38px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.atcl-cnt__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.atcl-cnt__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.atcl-cnt__author::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0.1em;
  -webkit-mask: url("../img/common/i_author.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_author.svg");
          mask-image: url("../img/common/i_author.svg");
}
.atcl-cnt__author-link {
  color: #46423B;
  font-size: 1.4rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-cnt__author-link:hover {
  opacity: 0.8;
}
.atcl-cnt__action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.atcl-cnt__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.atcl-cnt__action-item .share-msg {
  width: 96px;
  height: 19px;
  margin: 0 auto;
  padding: 2px 6px 4px;
  border-radius: 4px;
  background: #46423B;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  z-index: 1;
}
.atcl-cnt__action-item .share-msg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-bottom: 8px solid #46423B;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
}
.atcl-cnt__action-btn {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 24px;
  height: 24px;
}
.atcl-cnt__action-btn:hover {
  opacity: 0.8;
}
.atcl-cnt__action-btn span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.atcl-cnt__action-btn span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.atcl-cnt__action-btn span.i-share::before {
  -webkit-mask: url("../img/common/i_share_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_share_default.svg");
          mask-image: url("../img/common/i_share_default.svg");
}
.atcl-cnt__action-btn span.i-good::before {
  -webkit-mask: url("../img/common/i_good_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_good_default.svg");
          mask-image: url("../img/common/i_good_default.svg");
}
.atcl-cnt__action-btn span.i-bookmark::before {
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.atcl-cnt__action-btn.is-checked span.i-share::before {
  -webkit-mask: url("../img/common/i_share_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_share_checked.svg");
          mask-image: url("../img/common/i_share_checked.svg");
}
.atcl-cnt__action-btn.is-checked span.i-good::before {
  -webkit-mask: url("../img/common/i_good_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_good_checked.svg");
          mask-image: url("../img/common/i_good_checked.svg");
}
.atcl-cnt__action-btn.is-checked span.i-bookmark::before {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
.atcl-cnt__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.atcl-cnt__tag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  word-break: keep-all;
  color: #E2443B;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.atcl-cnt__tag-link::before {
  content: "#";
  padding-right: 0.1em;
}
.atcl-cnt__tag-link:hover {
  background: #E2443B;
  color: #fff;
}
.atcl-cnt__side {
  width: 25vw;
  max-width: 360px;
  padding-top: 50px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: top 0.2s ease-out, bottom 0.2s ease-out;
  transition: top 0.2s ease-out, bottom 0.2s ease-out;
}
.atcl-cnt__side-hdg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 16px;
}
.atcl-cnt__side-hdg {
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.atcl-cnt__side-hdg-sub {
  padding: 0px 13px 1px 8px;
  border-radius: 2px 16px 2px 2px;
  background: #E2443B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
  .atcl-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atcl-cnt__main {
    width: 100%;
    max-width: inherit;
  }
  .atcl-cnt__hdr {
    margin-bottom: 4.2vw;
  }
  .atcl-cnt__data {
    margin-bottom: 4.2vw;
  }
  .atcl-cnt__cate {
    padding: 0 4.9vw 0 4.2vw;
    border-radius: 0.4vw 4.2vw 0.5vw 0.5vw;
  }
  .atcl-cnt__date {
    font-size: 3.1vw;
  }
  .atcl-cnt__hdg {
    margin-bottom: 5.2vw;
    font-size: 8.3vw;
  }
  .atcl-cnt__sub {
    margin-bottom: 3.1vw;
  }
  .atcl-cnt__author::before {
    content: "";
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-cnt__author-link {
    font-size: 3.1vw;
  }
  .atcl-cnt__action-list {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
  }
  .atcl-cnt__action-item {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-cnt__action-item .share-msg {
    width: 25vw;
    height: 4.9vw;
    padding: 1vw 1.6vw 1vw;
    border-radius: 1vw;
    font-size: 3.1vw;
  }
  .atcl-cnt__action-item .share-msg::before {
    border-bottom: 2.1vw solid #46423B;
    border-left: 2.1vw solid transparent;
    border-right: 2.1vw solid transparent;
    top: -1.8vw;
  }
  .atcl-cnt__action-btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-cnt__action-btn span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-cnt__tag-list {
    gap: 2.1vw;
  }
  .atcl-cnt__tag-link {
    padding: 1.6vw 3.1vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
  .atcl-cnt__side {
    width: 100%;
    max-width: inherit;
    padding-top: 12.5vw;
    position: static;
  }
  .atcl-cnt__side-hdg-box {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    margin-bottom: 4.2vw;
  }
  .atcl-cnt__side-hdg {
    font-size: 8.3vw;
  }
  .atcl-cnt__side-hdg-sub {
    padding: 0 3.4vw 0.3vw 2.1vw;
    border-radius: 0.5vw 4.2vw 0.5vw 0.5vw;
    font-size: 3.1vw;
  }
}

.atcl-kv {
  margin-bottom: 32px;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
}
@media screen and ( max-width: 768px ) {
  .atcl-kv {
    margin-bottom: 4.2vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
}
.atcl-kv--s {
  margin-bottom: 32px;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
}
@media screen and ( max-width: 768px ) {
  .atcl-kv--s {
    margin: 0 -7.4vw 4.2vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
}

.atcl-lead {
  margin-bottom: 80px;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-lead {
    margin-bottom: 6.3vw;
    font-size: 4.2vw;
  }
}
.atcl-lead--s {
  margin-bottom: 28px;
}
@media screen and ( max-width: 768px ) {
  .atcl-lead--s {
    margin-bottom: 12.5vw;
  }
}

.atcl-description {
  margin-bottom: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #94928c;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-description {
    margin-bottom: 10.4vw;
    padding-bottom: 4.2vw;
    border-bottom-width: 0.3vw;
    font-size: 4.2vw;
  }
}

.atcl-index {
  margin-bottom: 67px;
  border-radius: 1px;
  background: #F0F0EE;
}
.atcl-index__hdg {
  padding: 12px 72px 12px 24px;
  border-left: 4px solid #E2443B;
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.atcl-index__hdg::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../img/common/i_arrow_circle_bottom_default.svg") no-repeat center top/100% auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.atcl-index__hdg::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../img/common/i_arrow_circle_bottom_hover.svg") no-repeat center top/100% auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.atcl-index__hdg:hover {
  cursor: pointer;
}
.atcl-index__hdg:hover::before {
  opacity: 0;
}
.atcl-index__hdg:hover::after {
  opacity: 1;
}
.atcl-index__hdg.is-show::before, .atcl-index__hdg.is-show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.atcl-index__list {
  padding: 8px 24px 54px 24px;
  border-left: 4px solid #E2443B;
}
.atcl-index__item {
  margin-top: 24px;
}
.atcl-index__item:first-child {
  margin-top: 0;
}
.atcl-index__link {
  display: block;
  margin-left: 20px;
  color: #46423B;
  font-weight: 700;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.atcl-index__link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask: url("../img/common/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_right.svg");
          mask-image: url("../img/common/i_arrow_right.svg");
  position: absolute;
  left: -24px;
  top: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.atcl-index__link:hover {
  color: #E2443B;
  text-decoration-color: #E2443B;
}
.atcl-index__link:hover::before {
  background-color: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .atcl-index {
    margin-bottom: 12.5vw;
    border-radius: 0.3vw;
  }
  .atcl-index__hdg {
    padding: 2.1vw 14.6vw 2.1vw 4.2vw;
    border-left-width: 1vw;
    font-size: 6.3vw;
  }
  .atcl-index__hdg::before {
    width: 6.3vw;
    height: 6.3vw;
    right: 4.2vw;
  }
  .atcl-index__hdg::after {
    width: 6.3vw;
    height: 6.3vw;
    right: 4.2vw;
  }
  .atcl-index__list {
    padding: 0.8vw 4.2vw 4.2vw 4.2vw;
    border-left-width: 1vw;
  }
  .atcl-index__item {
    margin-top: 4.2vw;
  }
  .atcl-index__link {
    margin-left: 6.3vw;
  }
  .atcl-index__link::before {
    width: 4.2vw;
    height: 4.2vw;
    left: -6.3vw;
    top: 1.6vw;
  }
}

.atcl-hdg-02 {
  margin: 32px 0 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .atcl-hdg-02 {
    margin: 6.3vw 0 4.2vw;
    font-size: 6.3vw;
  }
}

.atcl-hdg-03 {
  margin: 32px 0 24px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .atcl-hdg-03 {
    margin: 6.3vw 0 4.2vw;
    font-size: 5.2vw;
  }
}
.atcl-hdg-03--red {
  margin: 32px 0 24px;
  padding-left: 16px;
  border-left: 4px solid #E2443B;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .atcl-hdg-03--red {
    margin: 6.3vw 0 4.2vw;
    padding-left: 2.1vw;
    border-left-width: 1vw;
    font-size: 5.2vw;
  }
}

.atcl-p {
  margin: 24px 0;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-p {
    margin: 4.2vw 0;
    font-size: 4.2vw;
  }
}

.atcl-img {
  margin: 32px 0;
}
@media screen and ( max-width: 768px ) {
  .atcl-img {
    margin: 4.2vw 0;
  }
}

.atcl-img-cpt {
  margin: 32px 0;
}
.atcl-img-cpt__img-box {
  display: block;
}
.atcl-img-cpt__img {
  width: 100%;
  height: auto;
}
.atcl-img-cpt__img-cpt {
  margin-top: 8px;
  font-size: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-img-cpt {
    margin: 4.2vw 0;
  }
  .atcl-img-cpt__img-cpt {
    margin-top: 2.1vw;
    font-size: 2.6vw;
  }
}

.atcl-slider {
  margin: 40px 0 80px;
}
@media screen and ( max-width: 768px ) {
  .atcl-slider {
    margin: 4.4vw 0;
  }
}

.atcl-main-slider__img-box {
  display: block;
}
.atcl-main-slider__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-main-slider__img-cpt {
  margin-top: 8px;
  font-size: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-main-slider__img-cpt {
    margin-top: 2.1vw;
    font-size: 2.6vw;
  }
}

.atcl-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin: 32px 0;
}
.atcl-slider-controls__prev {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-slider-controls__prev::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask: url("../img/common/i_arrow_circle_left.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #94928c;
  -webkit-mask-image: url("../img/common/i_arrow_circle_left.svg");
          mask-image: url("../img/common/i_arrow_circle_left.svg");
}
.atcl-slider-controls__prev:hover {
  opacity: 0.8;
}
.atcl-slider-controls__next {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-slider-controls__next::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask: url("../img/common/i_arrow_circle_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #94928c;
  -webkit-mask-image: url("../img/common/i_arrow_circle_right.svg");
          mask-image: url("../img/common/i_arrow_circle_right.svg");
}
.atcl-slider-controls__next:hover {
  opacity: 0.8;
}
.atcl-slider-controls__counter {
  width: 48px;
  text-align: center;
  color: #94928c;
}
@media screen and ( max-width: 768px ) {
  .atcl-slider-controls {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    margin: 6.3vw 0 2.6vw;
  }
  .atcl-slider-controls__prev {
    width: 12.5vw;
    height: 12.5vw;
  }
  .atcl-slider-controls__prev::before {
    width: 12.5vw;
    height: 12.5vw;
  }
  .atcl-slider-controls__next {
    width: 12.5vw;
    height: 12.5vw;
  }
  .atcl-slider-controls__next::before {
    width: 12.5vw;
    height: 12.5vw;
  }
  .atcl-slider-controls__counter {
    width: 12.5vw;
  }
}

.atcl-thumb-slider__slide {
  width: 23.6%;
  margin-right: 1.7%;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-thumb-slider__slide:hover {
  cursor: pointer;
  opacity: 0.8;
}
.atcl-thumb-slider__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ( max-width: 768px ) {
  .atcl-thumb-slider__slide {
    width: 20.3vw;
    margin-right: 1.3vw;
  }
}

.atcl-quote-deco {
  margin: 110px 0 80px;
  position: relative;
}
.atcl-quote-deco::before {
  content: "";
  display: block;
  width: 96px;
  height: 58px;
  background: url("../img/category/article/i_quote.svg") no-repeat center top/100% auto;
  position: absolute;
  left: 16px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.atcl-quote-deco__txt-box {
  padding: 64px 56px 56px;
  position: relative;
}
.atcl-quote-deco__txt-box::before {
  content: "";
  display: block;
  max-width: 420px;
  width: 50%;
  height: 100px;
  border-radius: 0 2.8vw 0 0;
  border-top: 1px solid #94928c;
  border-right: 1px solid #94928c;
  position: absolute;
  right: 0;
  top: 0;
}
.atcl-quote-deco__txt-box::after {
  content: "";
  display: block;
  max-width: 420px;
  width: 50%;
  height: 100px;
  border-bottom: 1px solid #94928c;
  border-left: 1px solid #94928c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.atcl-quote-deco__cite {
  margin-top: 8px;
}
.atcl-quote-deco__note {
  margin-top: 28px;
  font-size: 1.2rem;
}
.atcl-quote-deco__link {
  color: #007287;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-quote-deco__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .atcl-quote-deco {
    margin: 17.7vw 0 8.6vw;
  }
  .atcl-quote-deco::before {
    width: 18.5vw;
    height: 10.9vw;
    left: 2.1vw;
  }
  .atcl-quote-deco__txt-box {
    padding: 8.3vw;
  }
  .atcl-quote-deco__txt-box::before {
    max-width: inherit;
    width: 42.2vw;
    height: 27.6vw;
    border-radius: 0 10.4vw 0 0;
    border-top-width: 0.3vw;
    border-right-width: 0.3vw;
  }
  .atcl-quote-deco__txt-box::after {
    max-width: inherit;
    width: 42.2vw;
    height: 27.6vw;
    border-bottom-width: 0.3vw;
    border-left-width: 0.3vw;
  }
  .atcl-quote-deco__cite {
    margin-top: 2.1vw;
  }
  .atcl-quote-deco__note {
    margin-top: 2.1vw;
    font-size: 2.6vw;
  }
}

.atcl-gallery {
  margin: 80px 0 32px;
}
.atcl-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1%;
}
.atcl-gallery__item {
  width: 31.9%;
  aspect-ratio: 269.33/202;
  overflow: hidden;
}
.atcl-gallery__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-gallery__link:hover {
  opacity: 0.8;
}
.atcl-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and ( max-width: 768px ) {
  .atcl-gallery {
    margin: 14.6vw 0;
  }
  .atcl-gallery__list {
    gap: 4.2vw;
  }
  .atcl-gallery__item {
    width: 25.5vw;
  }
}

.atcl-quote {
  margin: 32px 0 53px;
  padding-left: 20px;
  border-left: 4px solid #f0f0ee;
}
.atcl-quote__txt-box {
  font-size: 1.8rem;
}
.atcl-quote__cite {
  margin-top: 8px;
}
.atcl-quote__link {
  color: #007287;
  font-size: 1.2rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-quote__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .atcl-quote {
    margin: 8.3vw 0 12.5vw;
    padding-left: 2.1vw;
    border-left-width: 1vw;
  }
  .atcl-quote__txt-box {
    font-size: 3.6vw;
  }
  .atcl-quote__cite {
    margin-top: 4.2vw;
  }
  .atcl-quote__link {
    font-size: 3.1vw;
  }
}

.atcl-columm {
  margin: 53px 0;
  padding: 32px 40px 36px;
  border-radius: 0.1vw 2.8vw 0.1vw 0.1vw;
  background: #F0F0EE;
}
.atcl-columm__hdg {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .atcl-columm {
    margin: 12.5vw 0;
    padding: 6.3vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .atcl-columm__hdg {
    margin-bottom: 2.1vw;
    font-size: 4.2vw;
  }
  .atcl-columm__txt {
    font-size: 3.6vw;
  }
}

.atcl-ol {
  margin: 64px 0;
}
.atcl-ol__li {
  margin-top: 3px;
  padding-left: 26px;
  font-size: 1.8rem;
  counter-increment: atcl-ol-count;
  position: relative;
}
.atcl-ol__li::before {
  content: counter(atcl-ol-count) ".";
  font-family: brandon-grotesque;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}
.atcl-ol__li:first-child {
  margin-top: 0;
}
@media screen and ( max-width: 768px ) {
  .atcl-ol {
    margin: 13vw 0;
  }
  .atcl-ol__li {
    margin-top: 2.1vw;
    padding-left: 4.2vw;
    font-size: 4.2vw;
  }
}

.atcl-ul {
  margin: 64px 0;
}
.atcl-ul__li {
  margin-top: 3px;
  padding-left: 13px;
  font-size: 1.8rem;
  position: relative;
}
.atcl-ul__li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-mask: url("../img/category/article/i_list_dot.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/category/article/i_list_dot.svg");
          mask-image: url("../img/category/article/i_list_dot.svg");
  position: absolute;
  top: 0.6em;
  left: 0;
}
.atcl-ul__li:first-child {
  margin-top: 0;
}
@media screen and ( max-width: 768px ) {
  .atcl-ul {
    margin: 13vw 0;
  }
  .atcl-ul__li {
    margin-top: 2.1vw;
    padding-left: 3.1vw;
    font-size: 4.2vw;
  }
  .atcl-ul__li::before {
    width: 2.1vw;
    height: 2.1vw;
  }
}

.atcl-note, .atcl-note--bold {
  margin: 16px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.atcl-note + .atcl-note, .atcl-note--bold + .atcl-note, .atcl-note + .atcl-note--bold, .atcl-note--bold + .atcl-note--bold {
  margin-top: -0.8em;
}
.atcl-note--bold {
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .atcl-note, .atcl-note--bold {
    margin: 4.2vw 0;
    font-size: 3.1vw;
  }
}

.atcl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 28px 0;
}
.atcl-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 216px;
  min-height: 48px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-btn__link:hover {
  opacity: 0.8;
}
.atcl-btn--sample {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and ( max-width: 768px ) {
  .atcl-btn {
    gap: 2.1vw;
    margin: 12.5vw 0;
  }
  .atcl-btn__link {
    min-width: 56.3vw;
    min-height: 7.3vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .atcl-btn--sample {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.atcl-hr, .atcl-hr--dot, .atcl-hr--red {
  margin: 28px 0;
  border-top: 1px solid #94928c;
}
.atcl-hr--red {
  border-color: #E2443B;
}
.atcl-hr--dot {
  border-style: dashed;
}
@media screen and ( max-width: 768px ) {
  .atcl-hr, .atcl-hr--dot, .atcl-hr--red {
    margin: 6.3vw 0;
    border-width: 0.3vw;
  }
}

.atcl-movie {
  width: 100%;
  margin: 28px 0;
  padding-top: 56.3%;
  position: relative;
}
.atcl-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and ( max-width: 768px ) {
  .atcl-movie {
    margin: 7.8vw 0;
  }
}

.atcl-map {
  width: 100%;
  margin: 28px 0;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.atcl-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and ( max-width: 768px ) {
  .atcl-map {
    margin: 7.8vw 0;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
    padding-top: 63.8vw;
  }
}

.atcl-pr-bnr {
  width: 100%;
  margin: 56px 0;
}
.atcl-pr-bnr__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-pr-bnr__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .atcl-pr-bnr {
    margin: 12.5vw 0;
  }
}

.atcl-info {
  margin: 146px 0;
  position: relative;
}
.atcl-info__hdg-02 {
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.atcl-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 64px 56px 28px 40px;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  background: #F0F0EE;
}
.atcl-info__txt-box {
  width: 59.2%;
}
.atcl-info__hdg-03 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}
.atcl-info__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}
.atcl-info__data-hdg {
  width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
}
.atcl-info__data-txt {
  width: calc(100% - 88px);
  font-size: 1.4rem;
}
.atcl-info__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.atcl-info__link-list-icon {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-info__link-list-icon:hover {
  opacity: 0.8;
}
.atcl-info__link-list-icon span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.atcl-info__link-list-icon span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.atcl-info__link-list-icon span.i-home::before {
  -webkit-mask: url("../img/common/i_home.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_home.svg");
          mask-image: url("../img/common/i_home.svg");
}
.atcl-info__link-list-icon span.i-inst::before {
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
}
.atcl-info__link-list-icon span.i-x::before {
  -webkit-mask: url("../img/common/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_x.svg");
          mask-image: url("../img/common/i_x.svg");
}
.atcl-info__link-list-icon span.i-fb::before {
  -webkit-mask: url("../img/common/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_fb.svg");
          mask-image: url("../img/common/i_fb.svg");
}
.atcl-info__link-list-icon span.i-line::before {
  -webkit-mask: url("../img/common/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_line.svg");
          mask-image: url("../img/common/i_line.svg");
}
.atcl-info__img-box {
  width: 35.9%;
  border-radius: 0.1vw 2.8vw 0.1vw 0.1vw;
  overflow: hidden;
  position: relative;
  aspect-ratio: 266/200;
}
.atcl-info__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.atcl-info__img-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.atcl-info__note {
  margin-top: 8px;
  font-size: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-info {
    margin: 17.4vw 0;
  }
  .atcl-info__hdg-02 {
    font-size: 6.3vw;
    left: 4.2vw;
  }
  .atcl-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8.3vw 4.2vw 4.2vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .atcl-info__txt-box {
    width: 100%;
  }
  .atcl-info__hdg-03 {
    margin-bottom: 1.8vw;
    font-size: 3.6vw;
  }
  .atcl-info__data-list {
    row-gap: 2.1vw;
  }
  .atcl-info__data-hdg {
    width: 15.6vw;
    font-size: 3.1vw;
  }
  .atcl-info__data-txt {
    width: 57vw;
    font-size: 3.1vw;
  }
  .atcl-info__link-list {
    gap: 4.2vw;
  }
  .atcl-info__link-list-icon {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-info__link-list-icon span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-info__img-box {
    width: 100%;
    margin: 6.5vw 0 0;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
    aspect-ratio: 295/221;
  }
  .atcl-info__note {
    margin-top: 2.1vw;
    font-size: 2.6vw;
  }
}

.atcl-share {
  margin: 152px 0 40px;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  border: 1px solid #46423B;
  position: relative;
}
.atcl-share__hdg {
  padding: 0 16px;
  background: #fff;
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.atcl-share__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 54px 36px 40px;
}
.atcl-share__img-box {
  width: 20.1%;
  border-radius: 0.1vw 2.8vw 0.1vw 0.1vw;
  aspect-ratio: 151.3/187;
  overflow: hidden;
}
.atcl-share__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-share__txt-box {
  width: 76.3%;
}
.atcl-share__txt {
  margin-bottom: 16px;
}
.atcl-share__atcl-hdg {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}
.atcl-share__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.atcl-share__share-item {
  width: 30.8%;
  min-width: 172px;
}
.atcl-share__share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 46px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #46423B;
  color: #46423B;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.atcl-share__share-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.atcl-share__share-btn.i-share::before {
  -webkit-mask: url("../img/common/i_share_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_share_default.svg");
          mask-image: url("../img/common/i_share_default.svg");
}
.atcl-share__share-btn.i-good::before {
  -webkit-mask: url("../img/common/i_good_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_good_default.svg");
          mask-image: url("../img/common/i_good_default.svg");
}
.atcl-share__share-btn.i-good.is-checked {
  background: #46423B;
  color: #fff;
}
.atcl-share__share-btn.i-good.is-checked::before {
  background: #fff;
}
.atcl-share__share-btn.i-bookmark::before {
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.atcl-share__share-btn.i-bookmark.is-checked {
  background: #46423B;
  color: #fff;
}
.atcl-share__share-btn.i-bookmark.is-checked::before {
  background: #fff;
}
.atcl-share__share-btn:hover {
  background: #46423B;
  color: #fff;
}
.atcl-share__share-btn:hover.i-share::before {
  background-color: #fff;
}
.atcl-share__share-btn:hover.i-good::before {
  background-color: #fff;
}
.atcl-share__share-btn:hover.i-bookmark::before {
  background-color: #fff;
}
@media screen and ( max-width: 768px ) {
  .atcl-share {
    margin: 26vw 0 10.4vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
    border-width: 0.3vw;
  }
  .atcl-share__hdg {
    padding: 0 2.1vw;
    font-size: 6.3vw;
    left: 4.2vw;
  }
  .atcl-share__body {
    padding: 8.3vw 4.2vw 34.4vw;
    position: relative;
  }
  .atcl-share__img-box {
    width: 31vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .atcl-share__txt-box {
    width: 41.7vw;
  }
  .atcl-share__txt {
    margin-bottom: 2.1vw;
    font-size: 3.1vw;
  }
  .atcl-share__atcl-hdg {
    margin-bottom: 0;
    font-size: 3.6vw;
  }
  .atcl-share__share-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    row-gap: 2.1vw;
    position: absolute;
    left: 4.2vw;
    right: 4.2vw;
    bottom: 4.2vw;
  }
  .atcl-share__share-item {
    width: 37.5vw;
    min-width: inherit;
  }
  .atcl-share__share-item:first-child {
    width: 77.1vw;
  }
  .atcl-share__share-btn {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    height: 12vw;
    min-height: inherit;
    padding: 2.1vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .atcl-share__share-btn::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.atcl-side-rank__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
.atcl-side-rank__box:first-child {
  margin-top: 0;
}
.atcl-side-rank__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-side-rank__link:hover {
  opacity: 0.8;
}
.atcl-side-rank__img {
  width: 44.4%;
  aspect-ratio: 80/99;
  border-radius: 0.1vw 2.8vw 0.1vw 0.1vw;
  overflow: hidden;
  position: relative;
}
.atcl-side-rank__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-side-rank__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.3vw;
  height: 3.3vw;
  max-width: 48px;
  max-height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.1vw 0 1.1vw 0;
  background: #E2443B;
  color: #fff;
  text-align: center;
  font-family: brandon-grotesque;
  font-size: min(2.5vw, 36px);
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.atcl-side-rank__txt-box {
  width: 51.1%;
}
.atcl-side-rank__txt {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.atcl-side-rank__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.atcl-side-rank__data {
  color: #94928c;
  font-size: 1rem;
}
.atcl-side-rank__pr {
  margin: auto 8px auto auto;
  color: #94928c;
  font-size: 1rem;
}
.atcl-side-rank__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atcl-side-rank__btn {
  width: 24px;
  height: 24px;
}
.atcl-side-rank__btn .i-bookmark {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.atcl-side-rank__btn .i-bookmark::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.atcl-side-rank__btn.is-checked .i-bookmark::after {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
.atcl-side-rank__arrows {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .atcl-side-rank__slider {
    width: 92.6vw;
    margin-right: -7.4vw;
  }
  .atcl-side-rank__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49.7vw;
    margin-top: 0;
  }
  .atcl-side-rank__img {
    width: 100%;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .atcl-side-rank__num {
    width: 8.3vw;
    height: 8.3vw;
    max-width: inherit;
    max-height: inherit;
    border-radius: 0.3vw 0 2.1vw 0;
    font-size: 6.3vw;
  }
  .atcl-side-rank__txt-box {
    width: 100%;
  }
  .atcl-side-rank__txt {
    margin-top: 2.1vw;
    font-size: 3.6vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
  }
  .atcl-side-rank__btm {
    margin-top: 4.2vw;
  }
  .atcl-side-rank__data {
    font-size: 2.6vw;
  }
  .atcl-side-rank__pr {
    margin: auto 2.1vw auto auto;
    font-size: 2.6vw;
  }
  .atcl-side-rank__btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-side-rank__btn .i-bookmark::after {
    width: 6.3vw;
    height: 6.3vw;
  }
  .atcl-side-rank__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 85.4vw;
    margin-top: 4.2vw;
  }
  .atcl-side-rank__arrow {
    width: 12vw;
    height: 12vw;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .atcl-side-rank__arrow:hover {
    opacity: 0.8;
  }
  .atcl-side-rank__arrow span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }
  .atcl-side-rank__arrow span::before {
    content: "";
    display: block;
    width: 10.4vw;
    height: 10.4vw;
    margin: 1vw;
  }
  .atcl-side-rank__arrow span.i-prev::before {
    -webkit-mask: url("../img/common/i_arrow_circle_left.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #94928c;
    -webkit-mask-image: url("../img/common/i_arrow_circle_left.svg");
            mask-image: url("../img/common/i_arrow_circle_left.svg");
  }
  .atcl-side-rank__arrow span.i-next::before {
    -webkit-mask: url("../img/common/i_arrow_circle_right.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #94928c;
    -webkit-mask-image: url("../img/common/i_arrow_circle_right.svg");
            mask-image: url("../img/common/i_arrow_circle_right.svg");
  }
}

.atcl-side-bnr-list {
  margin-top: 96px;
}
.atcl-side-bnr-list__item {
  margin-top: 24px;
}
.atcl-side-bnr-list__item:first-child {
  margin-top: 0;
}
.atcl-side-bnr-list__link {
  display: block;
  border-top-right-radius: min(32px, 2.8vw);
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-side-bnr-list__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .atcl-side-bnr-list {
    margin-top: 12.5vw;
  }
  .atcl-side-bnr-list__item {
    margin-top: 6.3vw;
  }
  .atcl-side-bnr-list__link {
    border-radius: 0 9.6vw 0 0;
  }
}

.recommend-sec {
  margin: 96px 0 0;
}
@media screen and ( max-width: 768px ) {
  .recommend-sec {
    margin: 11.2vw 0 0;
  }
}

.pickup-sec {
  margin: 96px 0 0;
}
@media screen and ( max-width: 768px ) {
  .pickup-sec {
    margin: 18.8vw 0 0;
  }
}

.btm-hot-keyword {
  margin-top: 96px;
  padding: 0 0 24px;
}
.btm-hot-keyword__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  width: 85.2vw;
  margin-right: auto;
  margin-left: auto;
}
.btm-hot-keyword__hdg {
  margin-right: 32px;
  font-size: 2rem;
  font-weight: 700;
}
.btm-hot-keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.btm-hot-keyword__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  word-break: keep-all;
  white-space: nowrap;
  color: #E2443B;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.btm-hot-keyword__link::before {
  content: "#";
  padding-right: 0.3em;
}
.btm-hot-keyword__link:hover {
  background: #E2443B;
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .btm-hot-keyword {
    margin-bottom: 4.2vw;
    padding: 0 0 2.1vw;
  }
  .btm-hot-keyword__wrap {
    width: 100%;
  }
  .btm-hot-keyword__hdg {
    display: none;
  }
  .btm-hot-keyword__innr {
    overflow-x: auto;
    scrollbar-color: #E2443B transparent;
    scrollbar-width: thin;
  }
  .btm-hot-keyword__innr::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  .btm-hot-keyword__innr::-webkit-scrollbar-thumb {
    background: #E2443B;
    width: 6px;
    border-radius: 6px;
  }
  .btm-hot-keyword__list {
    width: 100%;
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
  }
  .btm-hot-keyword__link {
    padding: 1.6vw 3.1vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
}

.atcl-meikan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 64px;
}
.atcl-meikan__card {
  width: 46.9%;
}
.atcl-meikan__img {
  margin-bottom: 8px;
}
.atcl-meikan__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-meikan__hdg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.atcl-meikan__hdg-num {
  width: 64px;
  font-size: 1.8rem;
  font-weight: 700;
}
.atcl-meikan__hdg-num::after {
  content: "｜";
}
.atcl-meikan__hdg-txt {
  width: calc(100% - 70px);
  font-size: 1.8rem;
  font-weight: 700;
}
.atcl-meikan__txt-box {
  margin-top: 8px;
}
.atcl-meikan__txt {
  margin-top: 8px;
}
.atcl-meikan__article {
  margin-top: 8px;
}
.atcl-meikan__article-link {
  color: #007287;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-meikan__article-link:hover {
  opacity: 0.8;
}
.atcl-meikan__home {
  margin-top: 8px;
}
.atcl-meikan__home-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-meikan__home-link:hover {
  opacity: 0.8;
}
.atcl-meikan__home-link::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask: url("../img/common/i_home.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_home.svg");
          mask-image: url("../img/common/i_home.svg");
}
@media screen and ( max-width: 768px ) {
  .atcl-meikan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10.4vw;
  }
  .atcl-meikan__card {
    width: 100%;
  }
  .atcl-meikan__img {
    margin-bottom: 2.1vw;
  }
  .atcl-meikan__hdg-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .atcl-meikan__hdg-num {
    width: 14.8vw;
    font-size: 4.2vw;
  }
  .atcl-meikan__hdg-txt {
    width: 69.5vw;
    font-size: 4.2vw;
  }
  .atcl-meikan__txt-box {
    margin-top: 2.1vw;
  }
  .atcl-meikan__address {
    font-size: 3.6vw;
  }
  .atcl-meikan__txt {
    margin-top: 2.1vw;
    font-size: 3.6vw;
  }
  .atcl-meikan__article {
    margin-top: 2.1vw;
  }
  .atcl-meikan__article-link {
    font-size: 3.6vw;
  }
  .atcl-meikan__home {
    margin-top: 2.1vw;
  }
  .atcl-meikan__home-link {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
  }
  .atcl-meikan__home-link::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.atcl-meikan-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.atcl-meikan-more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 216px;
  height: 48px;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #46423B;
  background: #fff;
  text-align: center;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-meikan-more__btn:hover {
  opacity: 0.8;
}
.atcl-meikan-more__btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow_bottom.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_bottom.svg");
          mask-image: url("../img/common/i_arrow_bottom.svg");
}
@media screen and ( max-width: 768px ) {
  .atcl-meikan-more {
    margin-top: 16.7vw;
  }
  .atcl-meikan-more__btn {
    gap: 2.6vw;
    width: 56.3vw;
    height: 12.5vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .atcl-meikan-more__btn::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.atcl-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px 0 64px;
  padding: 8px 0;
  border-top: 1px solid #46423B;
  border-bottom: 1px solid #46423B;
}
.atcl-pager:last-child {
  margin-bottom: 0;
}
.atcl-pager__left {
  width: 35.7%;
  border-right: 1px solid #46423B;
}
.atcl-pager__left-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  padding: 10px 10px 10px 45px;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.atcl-pager__left-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  -webkit-mask: url("../img/common/i_arrow_left.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_left.svg");
          mask-image: url("../img/common/i_arrow_left.svg");
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.atcl-pager__left-link[href]:hover {
  color: #E2443B;
}
.atcl-pager__left-link[href]:hover::before {
  background-color: #E2443B;
}
.atcl-pager__left-link:not([href]) {
  opacity: 0.5;
}
.atcl-pager__center {
  width: 28.6%;
}
.atcl-pager__center-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  padding: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.atcl-pager__center-link:hover {
  color: #E2443B;
}
.atcl-pager__right {
  width: 35.7%;
  border-left: 1px solid #46423B;
}
.atcl-pager__right-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  padding: 10px 45px 10px 10px;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.atcl-pager__right-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  -webkit-mask: url("../img/common/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_right.svg");
          mask-image: url("../img/common/i_arrow_right.svg");
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.atcl-pager__right-link[href]:hover {
  color: #E2443B;
}
.atcl-pager__right-link[href]:hover::before {
  background-color: #E2443B;
}
.atcl-pager__right-link:not([href]) {
  opacity: 0.5;
}
.atcl-pager__num {
  display: block;
  width: 47px;
}
.atcl-pager__txt {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.atcl-pager__num + .atcl-pager__txt {
  width: calc(100% - 57px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.atcl-pager__prev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  height: 64px;
  padding: 10px;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.atcl-pager__prev-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow_left.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_left.svg");
          mask-image: url("../img/common/i_arrow_left.svg");
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.atcl-pager__prev-link[href]:hover {
  color: #E2443B;
}
.atcl-pager__prev-link[href]:hover::before {
  background-color: #E2443B;
}
.atcl-pager__prev-link:not([href]) {
  opacity: 0.5;
}
.atcl-pager__next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  height: 64px;
  padding: 10px;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.atcl-pager__next-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_right.svg");
          mask-image: url("../img/common/i_arrow_right.svg");
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.atcl-pager__next-link[href]:hover {
  color: #E2443B;
}
.atcl-pager__next-link[href]:hover::after {
  background-color: #E2443B;
}
.atcl-pager__next-link:not([href]) {
  opacity: 0.5;
}
.atcl-pager__prev {
  padding-right: 30px;
}
.atcl-pager__next {
  padding-left: 30px;
}
@media screen and ( max-width: 768px ) {
  .atcl-pager {
    margin: 10.4vw 0 5.2vw;
    padding: 2.1vw 0;
    border-top-width: 0.3vw;
    border-bottom-width: 0.3vw;
  }
  .atcl-pager__left {
    width: 35.5%;
    border-right-width: 0.3vw;
  }
  .atcl-pager__left-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16.7vw;
    padding: 1.3vw 4.2vw 1.3vw 6.3vw;
  }
  .atcl-pager__left-link::before {
    width: 6.3vw;
    height: 6.3vw;
    left: 0;
  }
  .atcl-pager__center {
    width: 29.1%;
  }
  .atcl-pager__center-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16.7vw;
    padding: 2.6vw;
    font-size: 3.1vw;
  }
  .atcl-pager__right {
    width: 35.5%;
    border-left-width: 0.3vw;
  }
  .atcl-pager__right-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 16.7vw;
    padding: 1.3vw 6.3vw 1.3vw 4.2vw;
  }
  .atcl-pager__right-link::before {
    width: 6.3vw;
    height: 6.3vw;
    right: 0;
  }
  .atcl-pager__num {
    width: 100%;
    font-size: 3.1vw;
  }
  .atcl-pager__txt {
    width: 100%;
    font-size: 3.1vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
  }
  .atcl-pager__prev-link {
    height: 16.7vw;
    padding: 2.6vw 2.6vw 2.6vw 0;
    font-size: 3.1vw;
    -webkit-column-gap: 1.3vw;
       -moz-column-gap: 1.3vw;
            column-gap: 1.3vw;
  }
  .atcl-pager__next-link {
    height: 16.7vw;
    padding: 2.6vw 0 2.6vw 2.6vw;
    font-size: 3.1vw;
    -webkit-column-gap: 1.3vw;
       -moz-column-gap: 1.3vw;
            column-gap: 1.3vw;
  }
}

.atcl-present {
  margin: 48px 0;
}
.atcl-present__hdg {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 700;
}
.atcl-present__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 64px;
}
.atcl-present__item {
  width: 46.9%;
}
.atcl-present__img {
  aspect-ratio: 394/486.95;
  overflow: hidden;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
}
.atcl-present__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-present__name {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}
.atcl-present__company {
  margin-top: 8px;
  font-size: 1.4rem;
}
.atcl-present__txt {
  margin-top: 8px;
}
.atcl-present__num {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .atcl-present {
    margin: 8.3vw 0;
  }
  .atcl-present__hdg {
    margin-bottom: 4.2vw;
    font-size: 5.2vw;
  }
  .atcl-present__list {
    row-gap: 8.3vw;
  }
  .atcl-present__item {
    width: 47.7%;
  }
  .atcl-present__name {
    margin-top: 2.1vw;
    font-size: 3.6vw;
  }
  .atcl-present__company {
    margin-top: 1.6vw;
    font-size: 2.6vw;
  }
  .atcl-present__txt {
    margin-top: 3.4vw;
    font-size: 3.1vw;
  }
  .atcl-present__num {
    margin-top: 2.1vw;
    font-size: 3.6vw;
  }
}

.atcl-apply {
  margin: 64px 0;
}
.atcl-apply__hdg {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #94928c;
  font-size: 2.4rem;
  font-weight: 700;
}
.atcl-apply__data-list {
  padding-bottom: 24px;
  border-bottom: 1px dotted #94928c;
}
.atcl-apply__data-hdg {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}
.atcl-apply__data-hdg:nth-child(n+2) {
  margin-top: 16px;
}
.atcl-apply__data-txt {
  font-size: 1.8rem;
}
.atcl-apply__sub-list {
  margin: 8px 0;
  font-size: 1.6rem;
}
.atcl-apply__sub-item {
  margin-left: 1em;
  position: relative;
}
.atcl-apply__sub-item::before {
  content: "・";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1em;
}
.atcl-apply__contact-item:nth-child(n+2) {
  margin-top: 8px;
}
.atcl-apply__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
.atcl-apply__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 216px;
  height: 48px;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  font-weight: 600;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.atcl-apply__btn-link:hover {
  opacity: 0.8;
}
.atcl-apply__note {
  margin-top: 56px;
  font-size: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-apply {
    margin: 12.5vw 0;
  }
  .atcl-apply__hdg {
    margin-bottom: 4.7vw 0;
    padding-bottom: 4.2vw 0;
    border-bottom-width: 0.3vw;
    font-size: 5.2vw;
  }
  .atcl-apply__data-list {
    padding-bottom: 4.2vw;
    border-bottom-width: 0.3vw;
  }
  .atcl-apply__data-hdg {
    margin-bottom: 0;
    font-size: 4.2vw;
  }
  .atcl-apply__data-hdg:nth-child(n+2) {
    margin-top: 4.2vw;
  }
  .atcl-apply__data-txt {
    font-size: 3.6vw;
  }
  .atcl-apply__sub-list {
    margin: 0;
    font-size: 3.6vw;
  }
  .atcl-apply__contact-item:nth-child(n+2) {
    margin-top: 0;
  }
  .atcl-apply__btn-box {
    margin-top: 4.2vw;
  }
  .atcl-apply__btn-link {
    width: 56.3vw;
    height: 12.5vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .atcl-apply__note {
    margin-top: 8.3vw;
    font-size: 2.6vw;
  }
}

.atcl-wink-info {
  margin: 48px 0 56px;
}
.atcl-wink-info__hdg {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}
.atcl-wink-info__item {
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .atcl-wink-info {
    margin: 6.3vw 0;
  }
  .atcl-wink-info__hdg {
    margin-bottom: 0;
    font-size: 6.3vw;
  }
  .atcl-wink-info__item {
    font-size: 3.6vw;
  }
}

.atcl-buy {
  margin: 48px 0 56px;
}
.atcl-buy__hdg {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}
.atcl-buy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.atcl-buy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 216px;
  min-height: 48px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-buy__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .atcl-buy {
    margin: 6.3vw 0;
  }
  .atcl-buy__hdg {
    margin-bottom: 4.2vw;
    font-size: 6.3vw;
  }
  .atcl-buy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.2vw;
  }
  .atcl-buy__link {
    min-width: 56.3vw;
    min-height: 7.3vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
}

.atcl-content {
  margin: 56px 0;
}
.atcl-content__box {
  padding: 48px 0;
  border-top: 1px solid #46423b;
  border-bottom: 1px solid #46423b;
}
.atcl-content__hdg-02 {
  margin: 0 0 16px;
  font-size: 2.4rem;
  font-weight: 700;
}
.atcl-content__hdg-02:nth-of-type(n + 2) {
  margin-top: 55px;
}
.atcl-content__hdg-03 {
  margin: 16px 0;
  font-size: 2rem;
  font-weight: 700;
}
.atcl-content__hdg-03:nth-of-type(n + 2) {
  margin-top: 40px;
}
.atcl-content__p {
  margin: 8px 0;
  font-size: 1.8rem;
}
.atcl-content__ul {
  margin: 16px 0;
}
.atcl-content__li {
  margin-top: 8px;
  padding-left: 13px;
  font-size: 1.8rem;
  position: relative;
}
.atcl-content__li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-mask: url("../img/category/article/i_list_dot.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/category/article/i_list_dot.svg");
          mask-image: url("../img/category/article/i_list_dot.svg");
  position: absolute;
  top: 0.6em;
  left: 0;
}
.atcl-content__li:first-child {
  margin-top: 0;
}
.atcl-content__note {
  margin: 16px 0;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.atcl-content__note + .atcl-content__note {
  margin-top: -16px;
}
.atcl-content__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 0;
}
.atcl-content__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 216px;
  min-height: 48px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-content__btn-link:hover {
  opacity: 0.8;
}
.atcl-content__btm-note {
  margin: 28px 0 0;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and ( max-width: 768px ) {
  .atcl-content {
    margin: 6.3vw 0;
  }
  .atcl-content__box {
    padding: 8.3vw 0 10.4vw;
    border-top-width: 0.3vw;
    border-bottom-width: 0.3vw;
  }
  .atcl-content__hdg-02 {
    margin: 2.1vw 0;
    font-size: 5.2vw;
  }
  .atcl-content__hdg-02:nth-of-type(n + 2) {
    margin-top: 9.9vw;
  }
  .atcl-content__hdg-03 {
    margin: 2.1vw 0;
    font-size: 4.2vw;
  }
  .atcl-content__hdg-03:nth-of-type(n + 2) {
    margin-top: 6.3vw;
  }
  .atcl-content__p {
    margin: 2.1vw 0;
    font-size: 3.6vw;
  }
  .atcl-content__ul {
    margin: 0;
  }
  .atcl-content__li {
    padding-left: 3.1vw;
    font-size: 3.6vw;
  }
  .atcl-content__li::before {
    width: 2.1vw;
    height: 2.1vw;
  }
  .atcl-content__note {
    margin: 6.3vw 0;
    font-size: 2.6vw;
  }
  .atcl-content__note + .atcl-content__note {
    margin-top: -6.3vw;
  }
  .atcl-content__btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.2vw;
    margin: 8.3vw 0 0;
  }
  .atcl-content__btn-link {
    min-width: 56.3vw;
    min-height: 12.5vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .atcl-content__btm-note {
    margin: 4.2vw 0 0;
    font-size: 3.1vw;
  }
}

.atcl-meikan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  margin: 32px 20px 80px;
}
.atcl-meikan-list__item {
  width: 30%;
  position: relative;
}
.atcl-meikan-list__link {
  display: block;
}
.atcl-meikan-list__link:is([href]) {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-meikan-list__link:is([href]):hover {
  opacity: 0.8;
}
.atcl-meikan-list__img {
  width: 100%;
}
.atcl-meikan-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-meikan-list__hdg {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media screen and ( max-width: 768px ) {
  .atcl-meikan-list {
    row-gap: 5.7vw;
    margin: 6.3vw 0 10.4vw;
  }
  .atcl-meikan-list__item {
    width: 40.4vw;
  }
  .atcl-meikan-list__img {
    width: 40.4vw;
  }
  .atcl-meikan-list__hdg {
    bottom: 2.6vw;
  }
}

.atcl-sp {
  margin: 64px 0;
}
.atcl-sp__hdg {
  margin: 0 0 16px;
  font-size: 2.4rem;
  font-weight: 700;
}
.atcl-sp__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atcl-sp__img-box {
  width: 46.9%;
  aspect-ratio: 394/487;
  border-radius: 0.1vw 2.8vw 0.1vw 0.1vw;
  overflow: hidden;
}
.atcl-sp__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atcl-sp__img-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-sp__img-link:hover {
  opacity: 0.8;
}
.atcl-sp__txt-box {
  width: 49.3%;
}
.atcl-sp__txt {
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.atcl-sp__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.atcl-sp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 216px;
  min-height: 48px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.atcl-sp__btn:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .atcl-sp {
    margin: 10.4vw 0;
  }
  .atcl-sp__hdg {
    margin: 0 0 4.2vw;
    font-size: 6.3vw;
  }
  .atcl-sp__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atcl-sp__img-box {
    width: 100%;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .atcl-sp__txt-box {
    width: 100%;
  }
  .atcl-sp__txt {
    margin-top: 4.2vw;
    font-size: 3.6vw;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
  }
  .atcl-sp__btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.2vw;
    margin-top: 6.3vw;
  }
  .atcl-sp__btn {
    min-width: 56.3vw;
    min-height: 12.5vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
}

.article-list-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 16px;
}
.article-list-more--s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0;
}
.article-list-more__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.article-list-more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 216px;
  height: 48px;
  padding: 10px 16px 10px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #46423B;
  background: #fff;
  color: #46423B;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.article-list-more__btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow_bottom.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_bottom.svg");
          mask-image: url("../img/common/i_arrow_bottom.svg");
}
.article-list-more__btn:hover {
  opacity: 0.8;
}
.article-list-more__note-box {
  margin-top: 16px;
}
.article-list-more__note {
  font-size: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .article-list-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15.6vw 0 3.9vw;
  }
  .article-list-more__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .article-list-more__btn {
    min-width: 56.3vw;
    height: 12.5vw;
    padding: 2.6vw 4.2vw 2.6vw 8.3vw;
    gap: 2.6vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .article-list-more__btn::after {
    width: 6.3vw;
    height: 6.3vw;
  }
  .article-list-more__note-box {
    margin-top: 4.2vw;
  }
  .article-list-more__note {
    font-size: 3.1vw;
  }
}

.list-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 64px;
}
.list-pager__item, .list-pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.list-pager__item span[class^=i-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.list-pager__item span[class^=i-]::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.list-pager__item span[class^=i-].i-santen::before {
  -webkit-mask: url("../img/common/i_santen.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_santen.svg");
          mask-image: url("../img/common/i_santen.svg");
}
.list-pager__item span[class^=i-].i-prev::before {
  -webkit-mask: url("../img/common/i_arrow_left.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_left.svg");
          mask-image: url("../img/common/i_arrow_left.svg");
}
.list-pager__item span[class^=i-].i-next::before {
  -webkit-mask: url("../img/common/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_right.svg");
          mask-image: url("../img/common/i_arrow_right.svg");
}
.list-pager__link {
  color: #46423B;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.list-pager__link[href]:hover {
  opacity: 0.8;
}
.list-pager__link.is-current {
  background: #46423B;
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .list-pager {
    margin: 10.4vw 0;
    -webkit-column-gap: 1.3vw;
       -moz-column-gap: 1.3vw;
            column-gap: 1.3vw;
  }
  .list-pager__item, .list-pager__link {
    width: 8.3vw;
    height: 8.3vw;
    border-radius: 8.3vw;
  }
  .list-pager__item span[class^=i-] {
    width: 8.3vw;
    height: 8.3vw;
  }
  .list-pager__item span[class^=i-]::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .list-pager__link {
    font-size: 3.6vw;
  }
}

.article-list-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 345px;
  margin: 87px 0 58px;
  position: relative;
}
.article-list-empty::before {
  content: "";
  display: block;
  width: 345px;
  height: 345px;
  margin: auto;
  background: no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article-list-empty.clip::before {
  background-image: url("../img/category/empty_clip.svg");
}
.article-list-empty.result::before {
  background-image: url("../img/category/empty_result.svg");
}
.article-list-empty.area::before {
  content: none;
}
.article-list-empty__txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}
@media screen and ( max-width: 768px ) {
  .article-list-empty {
    height: auto;
    min-height: 39.1vw;
    margin: 10.4vw 0 8.3vw;
  }
  .article-list-empty::before {
    width: 39.1vw;
    height: 39.1vw;
  }
  .article-list-empty.area {
    min-height: inherit;
  }
  .article-list-empty__txt {
    text-align: left;
    font-size: 3.6vw;
  }
  .article-list-empty.area .article-list-empty__txt {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.result-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin: 20px 0 24px;
  font-weight: 700;
}
.result-word::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_search.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_search.svg");
          mask-image: url("../img/common/i_search.svg");
}

.series-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
  row-gap: 48px;
}
.series-list__item {
  width: 30.8%;
}
.series-list__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.series-list__link:hover {
  opacity: 0.8;
}
.series-list__img {
  aspect-ratio: 394/487;
  border-radius: 0.1vw 6.7vw 0.1vw 0.1vw;
  overflow: hidden;
}
.series-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.series-list__txt-box {
  margin-top: 28px;
}
.series-list__hdg {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #94928c;
  font-weight: 700;
}
.series-list__atcl-item:nth-child(n+2) {
  margin-top: 16px;
}
.series-list__atcl-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #46423B;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.series-list__atcl-link:hover {
  color: #E2443B;
}
.series-list__atcl-num {
  width: 28px;
  font-size: 1.2rem;
}
.series-list__atcl-hdg {
  width: calc(100% - 36px);
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.series-list__more {
  margin-top: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #94928c;
}
.series-list__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #46423B;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.series-list__more-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow2_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow2_right.svg");
          mask-image: url("../img/common/i_arrow2_right.svg");
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.series-list__more-link:hover {
  color: #E2443B;
}
.series-list__more-link:hover::after {
  background-color: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .series-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.4vw;
  }
  .series-list__item {
    width: 100%;
  }
  .series-list__img {
    border-radius: 0.3vw 25vw 0.3vw 0.3vw;
  }
  .series-list__txt-box {
    margin-top: 2.1vw;
  }
  .series-list__hdg {
    margin-bottom: 4.2vw;
    padding-bottom: 2.1vw;
    border-bottom-width: 0.3vw;
  }
  .series-list__atcl-item:nth-child(n+2) {
    margin-top: 4.2vw;
  }
  .series-list__atcl-num {
    width: 14.6%;
    font-size: 3.1vw;
  }
  .series-list__atcl-hdg {
    width: 89.9%;
    font-size: 3.1vw;
  }
  .series-list__more {
    margin-top: 4.2vw;
    padding-bottom: 2.1vw;
    border-bottom-width: 0.3vw;
  }
  .series-list__more-link {
    font-size: 3.1vw;
  }
  .series-list__more-link::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.odekake-map {
  width: 100%;
  height: 834px;
  background: #ccc;
  position: relative;
}
.odekake-map__search {
  width: 320px;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.odekake-map__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.odekake-map__search-input {
  width: 272px;
  height: 48px;
  padding: 10px 16px !important;
  border-radius: 4px 0 0 4px !important;
  font-weight: 600;
}
.odekake-map__search-input::-webkit-input-placeholder {
  color: #94928c;
}
.odekake-map__search-input::-moz-placeholder {
  color: #94928c;
}
.odekake-map__search-input:-ms-input-placeholder {
  color: #94928c;
}
.odekake-map__search-input::-ms-input-placeholder {
  color: #94928c;
}
.odekake-map__search-input::placeholder {
  color: #94928c;
}
.odekake-map__search-btn {
  width: 48px;
  height: 48px;
  border-radius: 0 4px 4px 0 !important;
  background: #94928c;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.odekake-map__search-btn .i-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.odekake-map__search-btn .i-search::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_search.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/i_search.svg");
          mask-image: url("../img/common/i_search.svg");
}
.odekake-map__search-input:focus + .odekake-map__search-btn {
  background: #46423B;
}
.odekake-map__pin {
  width: 42px;
  height: 58px;
  background: url(../img/common/i_map_pin.svg) no-repeat center top/100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.odekake-map__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 320px;
  height: 180px;
  padding: 16px;
  border-radius: 0.3vw 2.8vw 0.3vw 0.3vw;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
  position: relative;
}
.odekake-map__balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}
.odekake-map__balloon-img {
  width: 41.7%;
  border-radius: 0.1vw 2.8vw 0.1vw 0.1vw;
  aspect-ratio: 119.75/148;
  overflow: hidden;
}
.odekake-map__balloon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.odekake-map__balloon-txt-box {
  width: 53.8%;
}
.odekake-map__balloon-hdg {
  height: 88px;
  color: #46423b;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.odekake-map__balloon-cate {
  margin-top: 8px;
  color: #94928c;
  font-size: 1.2rem;
}
.odekake-map__balloon-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.odekake-map__balloon-close .i-close {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/common/i_close_circle.svg) no-repeat center center/100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
@media screen and ( max-width: 768px ) {
  .odekake-map {
    height: 174vw;
  }
  .odekake-map__search {
    width: 83.3vw;
    height: 12.5vw;
    margin: 0 auto;
    border-radius: 1vw;
    top: 6.8vw;
    left: 0;
    right: 0;
  }
  .odekake-map__search-input {
    width: 70.8vw;
    height: 12.5vw;
    padding: 2.6vw 4.2vw !important;
    border-radius: 1vw 0 0 1vw !important;
  }
  .odekake-map__search-btn {
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 0 1vw 1vw 0 !important;
  }
  .odekake-map__search-btn .i-search {
    width: 12.5vw;
    height: 12.5vw;
  }
  .odekake-map__search-btn .i-search::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .odekake-map__pin {
    width: 10.9vw;
    height: 15.1vw;
  }
  .odekake-map__balloon {
    width: 83.3vw;
    height: 46.9vw;
    padding: 4.2vw;
    border-radius: 1vw 10.4vw 1vw 1vw;
  }
  .odekake-map__balloon::after {
    border-left-width: 3.1vw;
    border-right-width: 3.1vw;
    border-top-width: 4.2vw;
    bottom: -3.1vw;
  }
  .odekake-map__balloon-img {
    width: 31.3vw;
    border-radius: 0.3vw 10.4vw 0.3vw 0.3vw;
  }
  .odekake-map__balloon-txt-box {
    width: 40.4vw;
  }
  .odekake-map__balloon-hdg {
    height: 22.9vw;
    font-size: 3.6vw;
  }
  .odekake-map__balloon-cate {
    margin-top: 2.1vw;
    font-size: 3.1vw;
  }
  .odekake-map__balloon-close {
    width: 9.4vw;
    height: 9.4vw;
  }
  .odekake-map__balloon-close .i-close {
    width: 9.4vw;
    height: 9.4vw;
  }
}

.info-list {
  max-width: 834px;
  margin: 60px auto 40px;
}
.info-list__item {
  border-bottom: 1px solid #f0f0ee;
}
.info-list__item:nth-child(n+2) {
  margin-top: 8px;
}
.info-list__link {
  display: block;
  padding: 8px 36px 8px 8px;
  position: relative;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.info-list__link:hover {
  opacity: 0.8;
}
.info-list__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  -webkit-mask: url("../img/common/i_arrow_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow_right.svg");
          mask-image: url("../img/common/i_arrow_right.svg");
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
}
.info-list__txt {
  color: #46423B;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
}
.info-list__date {
  margin-top: 4px;
  color: #94928c;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and ( max-width: 768px ) {
  .info-list {
    max-width: inherit;
    margin: 6.3vw 0 10.4vw;
  }
  .info-list__item {
    border-bottom-width: 0.3vw;
  }
  .info-list__item:nth-child(n+2) {
    margin-top: 0;
  }
  .info-list__link {
    padding: 2.1vw 9.4vw 2.1vw 2.1vw;
  }
  .info-list__link::after {
    width: 5.2vw;
    height: 5.2vw;
    right: 2.1vw;
  }
  .info-list__txt {
    font-size: 3.6vw;
  }
  .info-list__date {
    margin-top: 1vw;
    font-size: 3.1vw;
  }
}

.article-list-hdr {
  margin-bottom: 40px;
}
.article-list-hdr__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.article-list-hdr__cate {
  padding: 0px 19px 0px 16px;
  border-radius: 2px 16px 2px 2px;
  background: #46423b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.article-list-hdr__date {
  margin-left: auto;
  font-size: 1.2rem;
}
.article-list-hdr__hdg {
  margin-bottom: 38px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.article-list-hdr__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.article-list-hdr__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list-hdr__author::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0.1em;
  -webkit-mask: url("../img/common/i_author.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_author.svg");
          mask-image: url("../img/common/i_author.svg");
}
.article-list-hdr__author-link {
  color: #46423B;
  font-size: 1.4rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.article-list-hdr__author-link:hover {
  opacity: 0.8;
}
.article-list-hdr__action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.article-list-hdr__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.article-list-hdr__action-item .share-msg {
  width: 96px;
  height: 19px;
  margin: 0 auto;
  padding: 2px 6px 4px;
  border-radius: 4px;
  background: #46423B;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  z-index: 1;
}
.article-list-hdr__action-item .share-msg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-bottom: 8px solid #46423B;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
}
.article-list-hdr__action-btn {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 24px;
  height: 24px;
}
.article-list-hdr__action-btn:hover {
  opacity: 0.8;
}
.article-list-hdr__action-btn span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.article-list-hdr__action-btn span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.article-list-hdr__action-btn span.i-share::before {
  -webkit-mask: url("../img/common/i_share_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_share_default.svg");
          mask-image: url("../img/common/i_share_default.svg");
}
.article-list-hdr__action-btn span.i-good::before {
  -webkit-mask: url("../img/common/i_good_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_good_default.svg");
          mask-image: url("../img/common/i_good_default.svg");
}
.article-list-hdr__action-btn span.i-bookmark::before {
  -webkit-mask: url("../img/common/i_bookmark_default.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_bookmark_default.svg");
          mask-image: url("../img/common/i_bookmark_default.svg");
}
.article-list-hdr__action-btn.is-checked span.i-share::before {
  -webkit-mask: url("../img/common/i_share_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_share_checked.svg");
          mask-image: url("../img/common/i_share_checked.svg");
}
.article-list-hdr__action-btn.is-checked span.i-good::before {
  -webkit-mask: url("../img/common/i_good_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_good_checked.svg");
          mask-image: url("../img/common/i_good_checked.svg");
}
.article-list-hdr__action-btn.is-checked span.i-bookmark::before {
  -webkit-mask: url("../img/common/i_bookmark_checked.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_bookmark_checked.svg");
          mask-image: url("../img/common/i_bookmark_checked.svg");
}
.article-list-hdr__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.article-list-hdr__tag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  word-break: keep-all;
  color: #E2443B;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.article-list-hdr__tag-link::before {
  content: "#";
  padding-right: 0.1em;
}
.article-list-hdr__tag-link:hover {
  background: #E2443B;
  color: #fff;
}
.article-list-hdr__img-box {
  max-width: 840px;
  margin: 0 auto;
}
.article-list-hdr__lead {
  margin-top: 40px;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .article-list-hdr {
    margin-bottom: 10.4vw;
  }
  .article-list-hdr__data {
    margin-bottom: 4.2vw;
  }
  .article-list-hdr__cate {
    padding: 0 4.9vw 0 4.2vw;
    border-radius: 0.4vw 4.2vw 0.5vw 0.5vw;
  }
  .article-list-hdr__date {
    font-size: 3.1vw;
  }
  .article-list-hdr__hdg {
    margin-bottom: 5.2vw;
    font-size: 8.3vw;
  }
  .article-list-hdr__sub {
    margin-bottom: 3.1vw;
  }
  .article-list-hdr__author::before {
    content: "";
    width: 6.3vw;
    height: 6.3vw;
  }
  .article-list-hdr__author-link {
    font-size: 3.1vw;
  }
  .article-list-hdr__action-list {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
  }
  .article-list-hdr__action-item {
    width: 6.3vw;
    height: 6.3vw;
  }
  .article-list-hdr__action-item .share-msg {
    width: 25vw;
    height: 4.9vw;
    padding: 1vw 1.6vw 1vw;
    border-radius: 1vw;
    font-size: 3.1vw;
  }
  .article-list-hdr__action-item .share-msg::before {
    border-bottom: 2.1vw solid #46423B;
    border-left: 2.1vw solid transparent;
    border-right: 2.1vw solid transparent;
    top: -1.8vw;
  }
  .article-list-hdr__action-btn {
    width: 6.3vw;
    height: 6.3vw;
  }
  .article-list-hdr__action-btn span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .article-list-hdr__tag-list {
    gap: 2.1vw;
  }
  .article-list-hdr__tag-link {
    padding: 1.6vw 3.1vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
  .article-list-hdr__img-box {
    max-width: inherit;
  }
  .article-list-hdr__bnr {
    width: 100vw;
    margin: 0 -7.4vw;
  }
  .article-list-hdr__lead {
    margin-top: 6.3vw;
    font-size: 4.2vw;
  }
}

.article-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 40px;
}
.article-writer__img-box {
  width: 103px;
  height: 103px;
  border-radius: 103px;
  overflow: hidden;
}
.article-writer__img-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-writer__txt-box {
  width: calc(100% - 151px);
}
.article-writer__hdg {
  font-weight: 700;
  color: #E2443B;
}
.article-writer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}
.article-writer__link-list-icon {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.article-writer__link-list-icon:hover {
  opacity: 0.8;
}
.article-writer__link-list-icon span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.article-writer__link-list-icon span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.article-writer__link-list-icon span.i-home::before {
  -webkit-mask: url("../img/common/i_home.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_home.svg");
          mask-image: url("../img/common/i_home.svg");
}
.article-writer__link-list-icon span.i-inst::before {
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
}
.article-writer__link-list-icon span.i-x::before {
  -webkit-mask: url("../img/common/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_x.svg");
          mask-image: url("../img/common/i_x.svg");
}
.article-writer__link-list-icon span.i-fb::before {
  -webkit-mask: url("../img/common/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_fb.svg");
          mask-image: url("../img/common/i_fb.svg");
}
.article-writer__link-list-icon span.i-line::before {
  -webkit-mask: url("../img/common/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_line.svg");
          mask-image: url("../img/common/i_line.svg");
}
@media screen and ( max-width: 768px ) {
  .article-writer {
    margin: 4.7vw 0 10.9vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .article-writer__img-box {
    width: 20.8vw;
    height: 20.8vw;
    border-radius: 20.8vw;
  }
  .article-writer__txt-box {
    width: 57.8vw;
  }
  .article-writer__txt {
    font-size: 3.1vw;
    line-height: 1.4;
  }
  .article-writer__link-list {
    gap: 6.3vw;
    margin-top: 2.1vw;
  }
  .article-writer__link-list-icon {
    width: 6.3vw;
    height: 6.3vw;
  }
  .article-writer__link-list-icon span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.article-filter {
  margin: 0 0 80px;
  background: #F0F0EE;
  border-radius: 1px;
}
.article-filter img {
  width: 100%;
  height: auto;
}
.article-filter__hdr {
  padding: 18px 72px 18px 32px;
  position: relative;
}
.article-filter__hdr::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../img/common/i_arrow_circle_bottom_default.svg") no-repeat center top/100% auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.article-filter__hdr::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../img/common/i_arrow_circle_bottom_hover.svg") no-repeat center top/100% auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.article-filter__hdr:hover {
  cursor: pointer;
}
.article-filter__hdr:hover::before {
  opacity: 0;
}
.article-filter__hdr:hover::after {
  opacity: 1;
}
.article-filter__hdr.is-show::before, .article-filter__hdr.is-show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article-filter__hdg {
  font-weight: 700;
}
.article-filter__innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 88px 50px 80px;
  border-top: 1px solid #46423B;
}
.article-filter__form-box {
  width: 51.7%;
}
.article-filter__form-hdg {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.article-filter__form-hdg:nth-of-type(n + 2) {
  margin-top: 16px;
}
.article-filter__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 8px;
}
.article-filter__sp-img-box {
  display: none;
}
.article-filter__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.8%;
     -moz-column-gap: 2.8%;
          column-gap: 2.8%;
  row-gap: 16px;
  margin: 32px 0 0;
}
.article-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 216px;
  min-height: 48px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.article-filter__btn:hover {
  opacity: 0.8;
}
.article-filter__img-box {
  width: 45.7%;
}
@media screen and (max-width: 1024px) {
  .article-filter__innr {
    padding: 48px 80px 50px;
  }
  .article-filter__form-box {
    width: 100%;
  }
  .article-filter__sp-img-box {
    display: block;
    max-width: 500px;
    margin: 32px auto;
  }
  .article-filter__btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-filter__img-box {
    display: none;
  }
}
@media screen and ( max-width: 768px ) {
  .article-filter {
    margin: 0 0 12.5vw;
    border-radius: 0.3vw;
  }
  .article-filter__hdr {
    padding: 2.1vw 10.4vw 2.1vw 2.1vw;
  }
  .article-filter__hdr::before {
    width: 6.3vw;
    height: 6.3vw;
    right: 2.1vw;
  }
  .article-filter__hdr::after {
    width: 6.3vw;
    height: 6.3vw;
    right: 2.1vw;
  }
  .article-filter__innr {
    display: block;
    padding: 4.2vw 4.2vw 8.3vw 4.2vw;
    border-top-width: 0.3vw;
  }
  .article-filter__form-hdg {
    margin-bottom: 2.1vw;
    font-size: 3.1vw;
  }
  .article-filter__form-hdg:nth-of-type(n + 2) {
    margin-top: 6.3vw;
  }
  .article-filter__check-list {
    -webkit-column-gap: 6.3vw;
       -moz-column-gap: 6.3vw;
            column-gap: 6.3vw;
    row-gap: 4.2vw;
  }
  .article-filter__sp-img-box {
    max-width: inherit;
  }
  .article-filter__btn-box {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
    row-gap: 4.2vw;
    margin: 8.9vw 0 0;
  }
  .article-filter__btn {
    min-width: 56.3vw;
    min-height: 7.3vw;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
}

.kv-wide {
  margin-bottom: 54px;
}
.kv-wide--gray {
  background: #f5f5f3;
}
.kv-wide--yellow {
  background: #F4FF55;
}
.kv-wide--white {
  background: #fff;
}
.kv-wide__innr {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .kv-wide {
    margin-bottom: 6.3vw;
  }
}

.sbsc-hdg-02 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .sbsc-hdg-02 {
    margin-bottom: 2.1vw;
    font-size: 6.3vw;
  }
}

.sbsc-lead {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .sbsc-lead {
    text-align: left;
    font-size: 4.2vw;
  }
}

.sbsc-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 924px;
  margin: 45px auto 70px;
}
.sbsc-point-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29.2%;
  max-width: 270px;
  max-height: 270px;
  padding: 12px;
  border-radius: 270px;
  background: rgba(226, 68, 59, 0.05);
  text-align: center;
  aspect-ratio: 1/1;
}
.sbsc-point-list__hdg-en {
  color: #E2443B;
  font-family: brandon-grotesque;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.sbsc-point-list__hdg-ja {
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}
.sbsc-point-list__txt {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .sbsc-point-list__item {
    width: 31.4%;
  }
  .sbsc-point-list__hdg-en {
    font-size: 2.2rem;
  }
  .sbsc-point-list__hdg-ja {
    font-size: 2.2rem;
  }
  .sbsc-point-list__txt {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 768px ) {
  .sbsc-point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.3vw;
    max-width: inherit;
    margin: 8.6vw 0 10.4vw;
  }
  .sbsc-point-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    padding: 0;
    border-radius: 0;
    background: transparent;
    aspect-ratio: inherit;
  }
  .sbsc-point-list__hdg-en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 21.9vw;
    height: 21.9vw;
    border-radius: 21.9vw;
    background: rgba(226, 68, 59, 0.05);
    font-size: 3.6vw;
    line-height: 1;
  }
  .sbsc-point-list__hdg-en .num {
    font-size: 9.4vw;
  }
  .sbsc-point-list__txt-box {
    width: 56.5vw;
  }
  .sbsc-point-list__hdg-ja {
    margin-bottom: 2.1vw;
    font-size: 5.2vw;
  }
  .sbsc-point-list__txt {
    font-size: 4.2vw;
  }
}

.acd {
  margin: 0 0 80px;
  background: #F0F0EE;
  border-radius: 1px;
}
.acd img {
  width: 100%;
  height: auto;
}
.acd__hdr {
  padding: 18px 72px 18px 32px;
  position: relative;
}
.acd__hdr::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../img/common/i_arrow_circle_bottom_default.svg") no-repeat center top/100% auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.acd__hdr::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../img/common/i_arrow_circle_bottom_hover.svg") no-repeat center top/100% auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.acd__hdr:hover {
  cursor: pointer;
}
.acd__hdr:hover::before {
  opacity: 0;
}
.acd__hdr:hover::after {
  opacity: 1;
}
.acd__hdr.is-show::before, .acd__hdr.is-show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.acd__hdg {
  font-size: 2rem;
  font-weight: 700;
}
.acd__body {
  border-top: 1px solid #46423B;
  padding: 40px 50px 58px;
}
@media screen and ( max-width: 768px ) {
  .acd {
    margin: 0 0 12.5vw;
    border-radius: 0.3vw;
  }
  .acd__hdr {
    padding: 2.1vw 10.4vw 2.1vw 2.1vw;
  }
  .acd__hdr::before {
    width: 6.3vw;
    height: 6.3vw;
    right: 2.1vw;
  }
  .acd__hdr::after {
    width: 6.3vw;
    height: 6.3vw;
    right: 2.1vw;
  }
  .acd__body {
    padding: 4.2vw;
  }
}

.sbsc-detail {
  margin: 64px 0 90px;
}
@media screen and ( max-width: 768px ) {
  .sbsc-detail {
    margin: 14.6vw 0 21.6vw;
  }
}

.sbsc-detail-list__hdg,
.wm-detail-list__hdg {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}
.sbsc-detail-list__hdg:nth-of-type(n + 2),
.wm-detail-list__hdg:nth-of-type(n + 2) {
  margin-top: 24px;
}
.sbsc-detail-list__txt,
.wm-detail-list__txt {
  font-size: 1.8rem;
}
.sbsc-detail-list__txt .note,
.wm-detail-list__txt .note {
  margin-top: 8px;
  font-size: 1.4rem;
}
.sbsc-detail-list__txt a:not([class]),
.wm-detail-list__txt a:not([class]) {
  color: #007287;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.sbsc-detail-list__txt a:not([class]):hover,
.wm-detail-list__txt a:not([class]):hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .sbsc-detail-list__hdg,
  .wm-detail-list__hdg {
    margin-bottom: 2.1vw;
    font-size: 4.2vw;
  }
  .sbsc-detail-list__hdg:nth-of-type(n + 2),
  .wm-detail-list__hdg:nth-of-type(n + 2) {
    margin-top: 6.3vw;
  }
  .sbsc-detail-list__txt,
  .wm-detail-list__txt {
    font-size: 3.6vw;
  }
  .sbsc-detail-list__txt .note,
  .wm-detail-list__txt .note {
    margin-top: 1vw;
    font-size: 2.6vw;
  }
  .sbsc-detail-list__txt a:not([class]),
  .wm-detail-list__txt a:not([class]) {
    font-size: 3.6vw;
  }
}

.sbsc-detail-list-s__hdg,
.wm-detail-list-s__hdg {
  font-size: 1.8rem;
  font-weight: 700;
}
.sbsc-detail-list-s__hdg:nth-of-type(n + 2),
.wm-detail-list-s__hdg:nth-of-type(n + 2) {
  margin-top: 16px;
}
.sbsc-detail-list-s__hdg--disc,
.wm-detail-list-s__hdg--disc {
  padding-left: 1em;
  position: relative;
}
.sbsc-detail-list-s__hdg--disc::before,
.wm-detail-list-s__hdg--disc::before {
  content: "・";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.sbsc-detail-list-s__txt,
.wm-detail-list-s__txt {
  font-size: 1.8rem;
}
.sbsc-detail-list-s__txt--disc,
.wm-detail-list-s__txt--disc {
  padding-left: 1em;
}
@media screen and ( max-width: 768px ) {
  .sbsc-detail-list-s__hdg,
  .wm-detail-list-s__hdg {
    font-size: 3.6vw;
  }
  .sbsc-detail-list-s__hdg:nth-of-type(n + 2),
  .wm-detail-list-s__hdg:nth-of-type(n + 2) {
    margin-top: 4.7vw;
  }
  .sbsc-detail-list-s__txt,
  .wm-detail-list-s__txt {
    font-size: 3.6vw;
  }
}

.topics {
  border: 1px solid #46423B;
  border-radius: 1px;
  position: relative;
}
.topics__hdg {
  padding: 0 16px;
  background: #fff;
  font-family: brandon-grotesque;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topics__body {
  padding: 50px 40px 48px;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .topics {
    border-radius: 0.3vw;
    border-width: 0.3vw;
  }
  .topics__hdg {
    padding: 0 2.1vw;
    font-size: 6.3vw;
    left: 4.2vw;
  }
  .topics__body {
    padding: 7.3vw 7.8vw 6.3vw;
    font-size: 3.6vw;
  }
}

.about-lead {
  text-align: center;
  font-size: 2rem;
}
@media screen and ( max-width: 768px ) {
  .about-lead {
    text-align: left;
    font-size: 4.2vw;
  }
}

.about-hdg-box__sub,
.wm-hdg-box__sub {
  font-size: 1.8rem;
  font-weight: 700;
}
.about-hdg-box__hdg,
.wm-hdg-box__hdg {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and ( max-width: 768px ) {
  .about-hdg-box__sub,
  .wm-hdg-box__sub {
    font-size: 3.6vw;
  }
  .about-hdg-box__hdg,
  .wm-hdg-box__hdg {
    font-size: 5.2vw;
  }
}

.about-txt {
  margin-top: 8px;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .about-txt {
    margin-top: 4.2vw;
    font-size: 3.6vw;
  }
}

.about-editor {
  margin: 96px 0 165px;
  padding: 80px 0 48px;
  position: relative;
}
.about-editor::after {
  content: "";
  display: block;
  border-radius: 6.7vw 0 0 0.1vw;
  background: #F0F0EE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100% - 1280px) / 2 + 64px);
  right: 0;
  z-index: -1;
}
.about-editor__innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-editor__txt-box {
  width: 47.3%;
}
.about-editor__bnr-box {
  width: 48.1%;
}
.about-editor__bnr-item {
  margin-top: 16px;
}
.about-editor__bnr-item:first-child {
  margin-top: 0;
}
.about-editor__bnr-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.about-editor__bnr-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  .about-editor::after {
    left: 10%;
  }
}
@media screen and ( max-width: 768px ) {
  .about-editor {
    margin: 20.8vw 0 24vw;
    padding: 8.3vw 0;
  }
  .about-editor::after {
    width: 83.3vw;
    border-radius: 25vw 0 0 0.3vw;
    left: inherit;
  }
  .about-editor__innr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-editor__txt-box {
    width: 100%;
    margin: 4.2vw 0 0;
  }
  .about-editor__bnr-box {
    width: 100%;
  }
  .about-editor__bnr-list {
    margin-top: 4.2vw;
  }
  .about-editor__bnr-item {
    margin-top: 2.1vw;
  }
}

.about-mgzn {
  margin: 165px 0 96px;
  position: relative;
}
.about-mgzn::after {
  content: "";
  display: block;
  width: 47.5vw;
  border-radius: 0px 96px 0px 0px;
  background: #F4FF55;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-mgzn__innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-mgzn__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.3%;
  padding: 66px 0 76px;
}
.about-mgzn__new-img {
  width: 47%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.about-mgzn__new-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.about-mgzn__new-link:hover {
  opacity: 0.8;
}
.about-mgzn__new-txt-box {
  width: 44%;
}
.about-mgzn__new-txt-box a:not([class]) {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.about-mgzn__new-txt-box a:not([class]):hover {
  opacity: 0.8;
}
.about-mgzn__new-hdg {
  font-weight: 700;
}
.about-mgzn__new-txt {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out;
}
.about-mgzn__new-btn-box {
  margin-top: 16px;
}
.about-mgzn__new-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 216px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #E2443B;
  background: #fff;
  color: #E2443B;
  font-weight: 600;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.about-mgzn__new-btn:hover {
  background: #E2443B;
  color: #fff;
}
.about-mgzn__txt-box {
  width: 48.1%;
}
.about-mgzn__txt {
  margin-bottom: 8px;
}
.about-mgzn__bnr {
  margin-top: 56px;
}
.about-mgzn__bnr-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.about-mgzn__bnr-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1280px) {
  .about-mgzn__new {
    width: 47.7%;
  }
  .about-mgzn__new-img {
    width: 41.4%;
  }
  .about-mgzn__new-txt-box {
    width: 51.7%;
  }
  .about-mgzn__bn {
    width: 49.2%;
  }
}
@media screen and ( max-width: 768px ) {
  .about-mgzn {
    margin: 24vw 0 25vw;
  }
  .about-mgzn::after {
    content: none;
  }
  .about-mgzn__innr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-mgzn__new {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    padding: 12vw 0 29.7vw;
    position: relative;
  }
  .about-mgzn__new::after {
    content: "";
    display: block;
    width: 92.6vw;
    border-radius: 0 25vw 0.3vw 0;
    background: #F4FF55;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7.4vw;
    z-index: -1;
  }
  .about-mgzn__new-img {
    width: 46.9%;
  }
  .about-mgzn__new-txt-box {
    width: 48.5%;
    padding-right: 4.2vw;
  }
  .about-mgzn__new-hdg {
    font-size: 3.6vw;
  }
  .about-mgzn__new-txt {
    margin-top: 2.9vw;
    font-size: 4.2vw;
  }
  .about-mgzn__new-btn-box {
    width: 100%;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9.4vw;
  }
  .about-mgzn__new-btn {
    max-width: inherit;
    width: 56.3vw;
    margin: 0 auto;
    padding: 2.6vw 4.2vw;
    border-radius: 1vw;
    border-width: 0.3vw;
  }
  .about-mgzn__txt-box {
    width: 100%;
    margin-top: 8.3vw;
  }
  .about-mgzn__txt {
    margin-bottom: 2.1vw;
  }
  .about-mgzn__bnr {
    margin-top: 2.6vw;
  }
}

.about-info {
  margin: 100px 0 96px;
}
@media screen and ( max-width: 768px ) {
  .about-info {
    margin: 25vw 0;
  }
  .about-info .sec-hdr {
    margin-bottom: 13.5vw;
  }
}

.about-related {
  margin: 96px 0 0;
}
@media screen and ( max-width: 768px ) {
  .about-related {
    margin: 25vw 0 0;
  }
}

.about-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-bnr-list__item {
  width: 23.3%;
}
.about-bnr-list__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.about-bnr-list__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .about-bnr-list {
    row-gap: 3.9vw;
  }
  .about-bnr-list__item {
    width: 47.7%;
  }
}

.wm-hdg-02 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and ( max-width: 768px ) {
  .wm-hdg-02 {
    margin-bottom: 2.1vw;
    font-size: 6.3vw;
  }
}

.wm-lead {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .wm-lead {
    font-size: 4.2vw;
  }
}

.wm-member {
  margin: 96px 0 100px;
}
@media screen and ( max-width: 768px ) {
  .wm-member {
    margin: 16.7vw 0;
  }
}

.wm-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.7%;
     -moz-column-gap: 3.7%;
          column-gap: 3.7%;
  row-gap: 64px;
  margin: 24px 0 0;
}
.wm-member-list__item {
  width: 22.2%;
}
.wm-member-list__img {
  width: 70.4%;
  margin: 0 auto 16px;
  border-radius: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wm-member-list__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wm-member-list__name {
  text-align: center;
  font-weight: 700;
}
.wm-member-list__like {
  margin-top: 16px;
  color: #E2443B;
  text-align: center;
  font-weight: 700;
}
.wm-member-list__like-txt {
  text-align: center;
}
.wm-member-list__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 16px;
}
.wm-member-list__sns-list-link {
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wm-member-list__sns-list-link:hover {
  opacity: 0.8;
}
.wm-member-list__sns-list-link span {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.wm-member-list__sns-list-link span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.wm-member-list__sns-list-link .i-fb {
  -webkit-mask: url("../img/common/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_fb.svg");
          mask-image: url("../img/common/i_fb.svg");
}
.wm-member-list__sns-list-link .i-inst {
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
}
.wm-member-list__sns-list-link .i-x {
  -webkit-mask: url("../img/common/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_x.svg");
          mask-image: url("../img/common/i_x.svg");
}
.wm-member-list__sns-list-link .i-ytb {
  -webkit-mask: url("../img/common/i_ytb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_ytb.svg");
          mask-image: url("../img/common/i_ytb.svg");
}
.wm-member-list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.wm-member-list__more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wm-member-list__more-link:hover {
  opacity: 0.8;
}
.wm-member-list__more-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/common/i_arrow2_right.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_arrow2_right.svg");
          mask-image: url("../img/common/i_arrow2_right.svg");
}
@media screen and ( max-width: 768px ) {
  .wm-member-list {
    -webkit-column-gap: 3.9vw;
       -moz-column-gap: 3.9vw;
            column-gap: 3.9vw;
    row-gap: 6.3vw;
    margin: 4.2vw 0 0;
  }
  .wm-member-list__item {
    width: 40.6vw;
  }
  .wm-member-list__img {
    width: 32.8vw;
    margin: 0 auto 2.1vw;
    border-radius: 32.8vw;
  }
  .wm-member-list__name {
    font-size: 3.6vw;
  }
  .wm-member-list__like {
    margin-top: 2.1vw;
    font-size: 3.1vw;
  }
  .wm-member-list__like-txt {
    font-size: 3.1vw;
  }
  .wm-member-list__sns-list {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
    margin-top: 2.1vw;
  }
  .wm-member-list__sns-list-link {
    width: 6.3vw;
    height: 6.3vw;
  }
  .wm-member-list__sns-list-link span {
    width: 6.3vw;
    height: 6.3vw;
  }
  .wm-member-list__sns-list-link span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .wm-member-list__more {
    margin-top: 2.1vw;
  }
  .wm-member-list__more-link {
    font-size: 3.1vw;
  }
  .wm-member-list__more-link::after {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.wm-wtd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wm-wtd__img {
  width: 35.1%;
}
.wm-wtd__txt-box {
  width: 60.8%;
}
.wm-wtd__txt-box-innr {
  width: 90.9%;
  max-width: 796px;
}
.wm-wtd__txt {
  margin-top: 8px;
  font-size: 1.8rem;
}
.wm-wtd__hdg-03 {
  margin: 8px 0 16px;
  color: #E2443B;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.wm-wtd__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wm-wtd__list-item {
  width: 28.4%;
}
.wm-wtd__list-hdg {
  color: #E2443B;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.wm-wtd__list-txt {
  margin-top: 8px;
  text-align: center;
}
.wm-wtd__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 32px;
  padding: 8px;
  background: #f5f5f3;
}
.wm-wtd__benefit-hdg {
  font-size: 1.8rem;
  font-weight: 700;
}
.wm-wtd__benefit-txt {
  font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
  .wm-wtd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wm-wtd__img {
    width: 100%;
  }
  .wm-wtd__txt-box {
    width: 85.2vw;
    margin: 6.3vw auto 0;
  }
  .wm-wtd__txt-box-innr {
    width: 100%;
    max-width: inherit;
  }
  .wm-wtd__txt {
    margin-top: 2.1vw;
    font-size: 4.2vw;
  }
  .wm-wtd__hdg-03 {
    margin: 6.3vw 0 4.2vw;
    font-size: 4.7vw;
  }
  .wm-wtd__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.3vw;
  }
  .wm-wtd__list-item {
    width: 58.3vw;
    margin: 0 auto;
  }
  .wm-wtd__list-hdg {
    font-size: 4.2vw;
  }
  .wm-wtd__list-txt {
    margin-top: 2.1vw;
    font-size: 3.6vw;
  }
  .wm-wtd__benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.1vw;
    margin-top: 8.9vw;
    padding: 4.2vw 6.3vw 6.3vw;
  }
  .wm-wtd__benefit-hdg {
    font-size: 4.2vw;
    text-align: center;
  }
  .wm-wtd__benefit-txt {
    font-size: 4.2vw;
  }
}

.wm-entory {
  margin: 100px 0 0;
}
@media screen and ( max-width: 768px ) {
  .wm-entory {
    margin: 0 0 8.3vw;
  }
}

.wm-detail {
  margin: 0 0 64px;
}
@media screen and ( max-width: 768px ) {
  .wm-detail {
    margin: 14.6vw 0 0;
  }
}

.trs-detail-list {
  margin-top: 35px;
}
.trs-detail-list__hdg {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}
.trs-detail-list__hdg:nth-of-type(n + 2) {
  margin-top: 24px;
}
.trs-detail-list__txt {
  font-size: 1.8rem;
}
.trs-detail-list__txt .note {
  margin: 8px 0;
  font-size: 1.4rem;
}
.trs-detail-list__txt a:not([class]) {
  color: #007287;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.trs-detail-list__txt a:not([class]):hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .trs-detail-list__hdg {
    margin-bottom: 2.1vw;
    font-size: 4.2vw;
  }
  .trs-detail-list__hdg:nth-of-type(n + 2) {
    margin-top: 6.3vw;
  }
  .trs-detail-list__txt {
    font-size: 3.6vw;
  }
  .trs-detail-list__txt .note {
    margin-top: 1vw;
    font-size: 2.6vw;
  }
  .trs-detail-list__txt a:not([class]) {
    font-size: 3.6vw;
  }
}

.nf-cont {
  margin: 80px 0 77px;
  text-align: center;
}
.nf-cont__hdg-sub {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: 700;
}
.nf-cont__hdg {
  color: #94928c;
  font-family: brandon-grotesque;
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.nf-cont__txt {
  margin-top: 32px;
  font-size: 1.8rem;
}
.nf-cont__btn {
  margin-top: 60px;
}
@media screen and ( max-width: 768px ) {
  .nf-cont {
    margin: 29.4vw 0 25vw;
  }
  .nf-cont__hdg-sub {
    margin-bottom: 2.1vw;
    font-size: 4.2vw;
  }
  .nf-cont__hdg {
    font-size: 10.9vw;
  }
  .nf-cont__txt {
    margin-top: 2.1vw;
    font-size: 3.1vw;
  }
  .nf-cont__btn {
    margin-top: 9.4vw;
  }
}

.mente-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100svw;
  height: 100svh;
  text-align: center;
}
.mente-cont__hdg-sub {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: 700;
}
.mente-cont__hdg {
  color: #94928c;
  font-family: brandon-grotesque;
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.mente-cont__txt {
  margin-top: 32px;
  font-size: 1.8rem;
}
.mente-cont__btn {
  margin-top: 60px;
}
@media screen and ( max-width: 768px ) {
  .mente-cont__hdg-sub {
    margin-bottom: 2.1vw;
    font-size: 4.2vw;
  }
  .mente-cont__hdg {
    font-size: 10.9vw;
  }
  .mente-cont__txt {
    margin-top: 2.1vw;
    font-size: 3.1vw;
  }
  .mente-cont__btn {
    margin-top: 9.4vw;
  }
}

.hdr {
  overflow: hidden;
}

.hdr-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 96px;
  padding: 13px 32px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, visibility 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.hdr-nav.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.hdr-nav.is-fix {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-bottom: 1px solid #f0f0ee;
}
@media screen and (max-width: 1280px) {
  .hdr-nav {
    padding: 13px 2.5vw;
  }
}
@media screen and ( max-width: 768px ) {
  .hdr-nav {
    height: 12.5vw;
    padding: 1.3vw 4.2vw;
  }
}

.hdr-nav-left__logo {
  display: none;
}
.hdr-nav-left__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr-nav-left__item {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr-nav-left__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.hdr-nav-left__link span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.hdr-nav-left__link span.i-fb::before {
  -webkit-mask: url("../img/common/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_fb.svg");
          mask-image: url("../img/common/i_fb.svg");
}
.hdr-nav-left__link span.i-inst::before {
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
}
.hdr-nav-left__link span.i-x::before {
  -webkit-mask: url("../img/common/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_x.svg");
          mask-image: url("../img/common/i_x.svg");
}
.hdr-nav-left__link span.i-line::before {
  -webkit-mask: url("../img/common/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_line.svg");
          mask-image: url("../img/common/i_line.svg");
}
.hdr-nav-left__link:hover span::before {
  background-color: #46423B !important;
}
@media screen and (max-width: 1280px) {
  .hdr-nav-left__item {
    margin-right: 1.9vw;
  }
}
@media screen and ( max-width: 768px ) {
  .hdr-nav-left__logo {
    display: block;
    width: 13.5vw;
  }
  .hdr-nav-left__list {
    display: none;
  }
  .hdr-nav-left__item {
    margin-right: 2.1vw;
  }
  .hdr-nav-left__link span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.hdr-logo {
  width: 192px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}
.hdr-logo.toppage {
  opacity: 0;
  visibility: hidden;
}
.is-scroll .hdr-logo.toppage, .is-fix .hdr-logo.toppage {
  opacity: 1;
  visibility: visible;
}
.hdr-logo__link {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.hdr-logo__link:hover {
  opacity: 0.8;
}
.hdr-logo__link img {
  width: 100%;
}
@media screen and ( max-width: 768px ) {
  .hdr-logo {
    width: 27.3vw;
    height: 7vw;
  }
}

.hdr-nav-right__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr-nav-right__item {
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr-nav-right__item.logo-40th {
  width: 96px;
  height: 70px;
}
.hdr-nav-right__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.hdr-nav-right__item span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.hdr-nav-right__item span.i-bkmk::before {
  -webkit-mask: url("../img/common/i_bkmk.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_bkmk.svg");
          mask-image: url("../img/common/i_bkmk.svg");
}
.hdr-nav-right__item span.i-search::before {
  -webkit-mask: url("../img/common/i_search.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_search.svg");
          mask-image: url("../img/common/i_search.svg");
}
.hdr-nav-right__item span.i-menu::before {
  -webkit-mask: url("../img/common/i_menu.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #635f5a;
  -webkit-mask-image: url("../img/common/i_menu.svg");
          mask-image: url("../img/common/i_menu.svg");
}
.hdr-nav-right__item:hover span::before {
  background-color: #46423B !important;
}
.hdr-nav-right__link-40th {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.hdr-nav-right__link-40th:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .hdr-nav-right__item {
    margin-left: 1.9vw;
  }
  .hdr-nav-right__item.logo-40th {
    width: 7.5vw;
    height: 5.5vw;
  }
}
@media screen and ( max-width: 768px ) {
  .hdr-nav-right__item {
    margin-left: 4.2vw;
  }
  .hdr-nav-right__item.logo-40th {
    display: none;
  }
  .hdr-nav-right__item.bookmark {
    display: none;
  }
  .hdr-nav-right__item span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.hdr-menu {
  width: 334px;
  background: rgba(226, 68, 59, 0.9);
  border-radius: 0px 0px 0px 96px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 58px;
  z-index: 999;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out 0.1s;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out 0.1s, -webkit-transform 0.2s ease-out;
}
.hdr-menu.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.hdr-menu__innr {
  height: calc(100% - 96px);
  overflow-y: auto;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
.hdr-menu__innr::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.hdr-menu__innr::-webkit-scrollbar-thumb {
  background: #000;
  width: 6px;
  border-radius: 6px;
}
.hdr-menu__close {
  position: absolute;
  top: 0;
  right: 20px;
}
.hdr-menu__close-btn {
  display: block;
  width: 48px;
  height: 72px;
  padding: 36px 12px 12px;
  border-radius: 0px 0px 24px 24px;
  background: #000;
}
.hdr-menu__close-btn .i-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.hdr-menu__close-btn .i-close::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -webkit-mask: url("../img/common/i_close.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/i_close.svg");
          mask-image: url("../img/common/i_close.svg");
}
.hdr-menu__logo {
  width: 126px;
  height: 33px;
  margin: 32px auto 42px;
}
@media screen and ( max-width: 768px ) {
  .hdr-menu {
    width: 100vw;
    height: 100lvh;
    background: #e2443b;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 0;
    left: 0;
  }
  .hdr-menu__innr {
    height: 100lvh;
    padding-bottom: 35vw;
  }
  .hdr-menu__close {
    right: 2.1vw;
  }
  .hdr-menu__close-btn {
    width: 12.5vw;
    height: 12.5vw;
    padding: 3.1vw;
    border-radius: 0 0 6.3vw 6.3vw;
  }
  .hdr-menu__close-btn .i-close::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .hdr-menu__logo {
    width: 33.6vw;
    height: 6.3vw;
    margin: 6.3vw auto 7.8vw;
  }
  .hdr-menu__logo img {
    width: 100%;
  }
}

.hdr-menu-list {
  padding: 4px 0 0;
  border-top: 2px solid #fff;
}
.hdr-menu-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-menu-list__link:hover {
  background: #fff;
  color: #E2443B;
}
@media screen and ( max-width: 768px ) {
  .hdr-menu-list {
    padding: 1vw 0 0;
  }
  .hdr-menu-list__link {
    height: 14.6vw;
    padding: 3.1vw;
    font-size: 5.2vw;
  }
}

.hdr-menu-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  padding-top: 32px;
}
.hdr-menu-sns-list__item {
  margin-left: 40px;
}
.hdr-menu-sns-list__item:first-child {
  margin-left: 0;
}
.hdr-menu-sns-list__link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.hdr-menu-sns-list__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.hdr-menu-sns-list__link span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.hdr-menu-sns-list__link span.i-fb::before {
  -webkit-mask: url("../img/common/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/i_fb.svg");
          mask-image: url("../img/common/i_fb.svg");
}
.hdr-menu-sns-list__link span.i-inst::before {
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
}
.hdr-menu-sns-list__link span.i-x::before {
  -webkit-mask: url("../img/common/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/i_x.svg");
          mask-image: url("../img/common/i_x.svg");
}
.hdr-menu-sns-list__link span.i-line::before {
  -webkit-mask: url("../img/common/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/i_line.svg");
          mask-image: url("../img/common/i_line.svg");
}
.hdr-menu-sns-list__link:hover {
  opacity: 0.8;
}
@media screen and ( max-width: 768px ) {
  .hdr-menu-sns-list {
    padding-top: 8.3vw;
  }
  .hdr-menu-sns-list__item {
    margin-left: 10.4vw;
  }
  .hdr-menu-sns-list__item:first-child {
    margin-left: 0;
  }
  .hdr-menu-sns-list__link span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
}

.hdr-menu-link-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.hdr-menu-link-list__item {
  border-left: 1px solid #fff;
  margin-left: 16px;
  padding-left: 16px;
}
.hdr-menu-link-list__item:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.hdr-menu-link-list__link {
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .hdr-menu-link-list {
    margin-top: 8.3vw;
  }
  .hdr-menu-link-list__item {
    margin-left: 4.2vw;
    padding-left: 4.2vw;
  }
}

.hdr-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100lvh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
.hdr-search::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.hdr-search::-webkit-scrollbar-thumb {
  background: #000;
  width: 6px;
  border-radius: 6px;
}
.hdr-search__innr {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.hdr-search__hdg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.hdr-search__hdg01-l {
  font-family: brandon-grotesque;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.hdr-search__hdg01-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding: 0px 19px 0px 16px;
  background: #fff;
  border-radius: 2px 16px 2px 2px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #46423b;
}
.hdr-search__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hdr-search__cnt-left {
  width: 340px;
}
.hdr-search__cnt-right {
  width: 470px;
}
.hdr-search__item {
  margin-top: 32px;
}
.hdr-search__item:first-child {
  margin-top: 0;
}
.hdr-search__hdg02 {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
}
.hdr-search__search-wrap {
  position: relative;
}
.hdr-search__search-input {
  padding: 7px 56px 7px 8px !important;
}
.hdr-search__search-btn {
  width: 24px;
  height: 24px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.hdr-search__search-btn .i-search {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-mask: url("../img/common/i_search.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_search.svg");
          mask-image: url("../img/common/i_search.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.hdr-search__search-btn:hover .i-search {
  background: #635F5A;
}
.hdr-search__cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
.hdr-search__cate-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  background: #fff;
  color: #46423b;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-search__cate-link:hover {
  background: #E2443B;
  color: #fff;
}
.hdr-search__kw-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
.hdr-search__kw-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  background: #fff;
  color: #46423b;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-search__kw-link::before {
  content: "#";
  padding-right: 0.2em;
}
.hdr-search__kw-link:hover {
  background: #E2443B;
  color: #fff;
}
.hdr-search__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  padding: 7px 56px 7px 8px;
  border-radius: 4px;
  position: relative;
}
.hdr-search__date-input-wrap {
  position: relative;
}
.hdr-search__date-input-wrap::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0;
  pointer-events: none;
  -webkit-mask: url("../img/common/i_calendar.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #d4d4d4;
  -webkit-mask-image: url("../img/common/i_calendar.svg");
          mask-image: url("../img/common/i_calendar.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}
.hdr-search__date-input {
  width: 123px;
  padding: 6px 32px 6px 12px !important;
  position: relative;
  border-radius: 2px;
  border: 1px solid #f0f0ee;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-search__date-input:hover {
  background: #46423b;
  color: #fff;
  cursor: pointer;
}
.hdr-search__date-nami {
  padding: 0 0.3em;
}
.hdr-search__date-btn {
  width: 24px;
  height: 24px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.hdr-search__date-btn .i-search {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-mask: url("../img/common/i_search.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_search.svg");
          mask-image: url("../img/common/i_search.svg");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.hdr-search__date-btn:hover .i-search {
  background: #635F5A;
}
.hdr-search__odekake-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px;
  border-radius: 4px;
  background: #fff;
  color: #46423B;
  font-weight: 600;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-search__odekake-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 0.5em;
  -webkit-mask: url("../img/common/i_pin.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_pin.svg");
          mask-image: url("../img/common/i_pin.svg");
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-search__odekake-btn:hover {
  background: #E2443B;
  color: #fff;
}
.hdr-search__odekake-btn:hover::after {
  background: #fff;
}
.hdr-search__svgmap-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
.hdr-search__svgmap-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  background: #fff;
  color: #46423b;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.hdr-search__svgmap-btn-link:hover {
  background: #E2443B;
  color: #fff;
}
.hdr-search__svgmap-btn-link.is-current {
  background: #E2443B;
  color: #fff;
}
.hdr-search__svgmap {
  margin-top: 35px;
}
@media screen and (max-width: 970px) {
  .hdr-search__cnt-left {
    width: 47.4%;
  }
  .hdr-search__cnt-right {
    width: 47.4%;
  }
}
@media screen and ( max-width: 768px ) {
  .hdr-search {
    display: block;
    position: static;
    padding: 14.6vw 6.3vw 35.2vw;
  }
  .hdr-search__innr {
    max-width: inherit;
  }
  .hdr-search__hdg-box {
    display: none;
  }
  .hdr-search__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hdr-search__cnt-left {
    width: auto;
  }
  .hdr-search__cnt-right {
    width: auto;
  }
  .hdr-search__item {
    margin-top: 4.2vw;
  }
  .hdr-search__hdg02 {
    margin-bottom: 1vw;
    font-size: 3.6vw;
  }
  .hdr-search__search-input {
    padding: 1.8vw 10.4vw 1.8vw 2.1vw !important;
  }
  .hdr-search__search-btn {
    width: 6.3vw;
    height: 6.3vw;
    right: 1.8vw;
  }
  .hdr-search__search-btn .i-search {
    width: 6.3vw;
    height: 6.3vw;
  }
  .hdr-search__cate-list {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    row-gap: 2.1vw;
  }
  .hdr-search__cate-link {
    padding: 1.3vw 3.1vw 1.6vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
  .hdr-search__kw-list {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    row-gap: 2.1vw;
  }
  .hdr-search__kw-link {
    padding: 1.3vw 3.1vw 1.6vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
  .hdr-search__date-wrap {
    padding: 1.8vw 14.1vw 1.8vw 2.3vw;
    border-radius: 1vw;
  }
  .hdr-search__date-input-wrap::after {
    width: 6.3vw;
    height: 6.3vw;
    right: 3.4vw;
  }
  .hdr-search__date-input {
    width: 32vw;
    padding: 1.6vw 7.8vw 1.6vw 3.1vw !important;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
  .hdr-search__date-btn {
    width: 6.3vw;
    height: 6.3vw;
    right: 3.4vw;
  }
  .hdr-search__date-btn .i-search {
    width: 6.3vw;
    height: 6.3vw;
  }
  .hdr-search__odekake-btn {
    padding: 2.9vw 4.2vw;
    border-radius: 1vw;
  }
  .hdr-search__odekake-btn::after {
    width: 6.3vw;
    height: 6.3vw;
  }
  .hdr-search__sp-svgmap {
    position: relative;
    line-height: 1;
  }
  .hdr-search__sp-svgmap-oth {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .hdr-search__sp-svgmap-oth-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.3vw 2.1vw 1.8vw 2.1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1vw;
    border: 0.3vw solid #fff;
    background: #94928c;
    color: #fff;
    font-size: 4.2vw;
    font-weight: 600;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .hdr-search__sp-svgmap-oth-link:hover {
    background: #E2443B;
  }
}

.svg-map-border {
  fill: #ffffff;
}

.svg-map-default {
  clip-rule: evenodd;
  fill: #f0f0ee;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.svg-map-default.is-current {
  fill: #E2443B;
}
.svg-map-default:hover {
  cursor: pointer;
  fill: #E2443B;
}

.svg-map-sp-default {
  fill: #94928c;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.svg-map-sp-default:hover {
  cursor: pointer;
  fill: #E2443B;
}

.svg-map-sp-txt {
  fill: #fff;
  pointer-events: none;
}

.ftr {
  background: #F0F0EE;
}
.ftr__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 896px;
  width: 85.2vw;
  margin: 0 auto;
  padding: 46px 0;
}
.ftr__logo-box {
  width: 28.7%;
  max-width: 257px;
}
.ftr__logo {
  width: 192px;
  height: 50px;
  margin: 0 auto;
}
.ftr__logo img {
  max-width: inherit;
  width: 100%;
}
.ftr__logo-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.ftr__logo-link:hover {
  opacity: 0.8;
}
.ftr__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  margin-top: 34px;
}
.ftr__sns-link {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.ftr__sns-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.ftr__sns-link span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.ftr__sns-link span.i-fb::before {
  -webkit-mask: url("../img/common/i_fb.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_fb.svg");
          mask-image: url("../img/common/i_fb.svg");
}
.ftr__sns-link span.i-inst::before {
  -webkit-mask: url("../img/common/i_inst.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_inst.svg");
          mask-image: url("../img/common/i_inst.svg");
}
.ftr__sns-link span.i-x::before {
  -webkit-mask: url("../img/common/i_x.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_x.svg");
          mask-image: url("../img/common/i_x.svg");
}
.ftr__sns-link span.i-line::before {
  -webkit-mask: url("../img/common/i_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_line.svg");
          mask-image: url("../img/common/i_line.svg");
}
.ftr__sns-link:hover {
  opacity: 0.8;
}
.ftr__menu-box {
  width: 52.7%;
  max-width: 472px;
}
.ftr__nav01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
}
.ftr__nav01-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-weight: 700;
  color: #46423B;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.ftr__nav01-link[target=_blank]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  padding-left: 0.3em;
  -webkit-mask: url("../img/common/i_blank.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_blank.svg");
          mask-image: url("../img/common/i_blank.svg");
}
.ftr__nav01-link:hover {
  color: #E2443B;
}
.ftr__nav01-link:hover::after {
  background: #E2443B;
}
.ftr__nav02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 14px;
}
.ftr__nav02-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  color: #46423B;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.ftr__nav02-link[target=_blank]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  padding-left: 0.3em;
  -webkit-mask: url("../img/common/i_blank.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_blank.svg");
          mask-image: url("../img/common/i_blank.svg");
}
.ftr__nav02-link:hover {
  color: #E2443B;
}
.ftr__nav02-link:hover::after {
  background: #E2443B;
}
.ftr__menu-btm {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #94928C;
}
.ftr__nav03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
}
.ftr__nav03-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-size: 1.2rem;
  color: #46423B;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.ftr__nav03-link[target=_blank]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  padding-left: 0.3em;
  -webkit-mask: url("../img/common/i_blank.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #46423B;
  -webkit-mask-image: url("../img/common/i_blank.svg");
          mask-image: url("../img/common/i_blank.svg");
}
.ftr__nav03-link:hover {
  color: #E2443B;
}
.ftr__nav03-link:hover::after {
  background: #E2443B;
}
.ftr__btm {
  padding: 46px 0;
  background: #FFF;
}
.ftr__btm-innr {
  max-width: 1280px;
  width: 85.2vw;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ftr__btm-note {
  font-size: 1.2rem;
}
.ftr__btm-copy {
  font-size: 1rem;
}
@media screen and ( max-width: 768px ) {
  .ftr__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: inherit;
    width: auto;
    padding: 13vw 6.3vw 9.4vw;
  }
  .ftr__logo-box {
    width: 51.3vw;
    max-width: inherit;
    margin: 0 auto;
  }
  .ftr__logo {
    width: 100%;
    height: auto;
  }
  .ftr__sns-list {
    -webkit-column-gap: 6.3vw;
       -moz-column-gap: 6.3vw;
            column-gap: 6.3vw;
    margin-top: 10.4vw;
  }
  .ftr__sns-link span::before {
    width: 6.3vw;
    height: 6.3vw;
  }
  .ftr__menu-box {
    width: auto;
    max-width: inherit;
    margin-top: 12.5vw;
  }
  .ftr__nav01-list {
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
    row-gap: 4.2vw;
  }
  .ftr__nav01-item {
    width: 40.1vw;
  }
  .ftr__nav01-link {
    word-break: break-all;
  }
  .ftr__nav02-list {
    margin-top: 7.8vw;
    -webkit-column-gap: 4.2vw;
       -moz-column-gap: 4.2vw;
            column-gap: 4.2vw;
    row-gap: 4.2vw;
  }
  .ftr__nav02-item {
    width: 40.1vw;
  }
  .ftr__nav02-link {
    word-break: break-all;
  }
  .ftr__menu-btm {
    margin-top: 5.2vw;
    padding-top: 5.2vw;
  }
  .ftr__nav03-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4.2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ftr__nav03-link {
    font-size: 3.1vw;
  }
  .ftr__btm {
    padding: 5.2vw 0 7.8vw;
  }
  .ftr__btm-innr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ftr__btm-note {
    font-size: 2.6vw;
  }
  .ftr__btm-copy {
    font-size: 2.6vw;
  }
}

.btm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 8px 16px;
  width: 560px;
  margin: 0 auto;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%) scale(0.8);
          transform: translateY(100%) scale(0.8);
  -webkit-transition: visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, visibility 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, visibility 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.btm-menu.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%) scale(0.8);
          transform: translateY(100%) scale(0.8);
}
.btm-menu.is-fix {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.btm-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.btm-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin: 4px 0;
  padding: 7px 20px 7px 24px;
  border-radius: 50px;
  background: #46423B;
  color: #FFF;
  font-weight: 700;
  -webkit-transition: margin 0.2s ease-out, background 0.2s ease-out;
  transition: margin 0.2s ease-out, background 0.2s ease-out;
}
.btm-menu__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.btm-menu__link.i-eat::after {
  -webkit-mask: url("../img/common/i_taberu.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/common/i_taberu.svg");
          mask-image: url("../img/common/i_taberu.svg");
}
.btm-menu__link.i-play::after {
  -webkit-mask: url("../img/common/i_asobu.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/common/i_asobu.svg");
          mask-image: url("../img/common/i_asobu.svg");
}
.btm-menu__link.i-live::after {
  -webkit-mask: url("../img/common/i_kurasu.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/common/i_kurasu.svg");
          mask-image: url("../img/common/i_kurasu.svg");
}
.btm-menu__link.i-know::after {
  -webkit-mask: url("../img/common/i_shiru.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #FFF;
  -webkit-mask-image: url("../img/common/i_shiru.svg");
          mask-image: url("../img/common/i_shiru.svg");
}
.btm-menu__link:hover {
  background: #E2443B;
  margin: 6px 0 2px;
}
.btm-menu__pgtp-link {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.btm-menu__pgtp-link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask: url("../img/common/i_arrow_circle_top_line.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #94928C;
  -webkit-mask-image: url("../img/common/i_arrow_circle_top_line.svg");
          mask-image: url("../img/common/i_arrow_circle_top_line.svg");
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.btm-menu__pgtp-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-mask: url("../img/common/i_arrow_circle_top.svg") no-repeat center center/100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #E2443B;
  -webkit-mask-image: url("../img/common/i_arrow_circle_top.svg");
          mask-image: url("../img/common/i_arrow_circle_top.svg");
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.btm-menu__pgtp-link:hover::before {
  opacity: 0;
}
.btm-menu__pgtp-link:hover::after {
  opacity: 1;
}
@media screen and ( max-width: 768px ) {
  .btm-menu {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
    padding: 1.6vw;
    width: 84.9vw;
    border-radius: 17.7vw;
    bottom: 5.2vw;
  }
  .btm-menu__list {
    -webkit-column-gap: 2.1vw;
       -moz-column-gap: 2.1vw;
            column-gap: 2.1vw;
  }
  .btm-menu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 14.6vw;
    height: 14.6vw;
    margin: 0;
    padding: 0;
    border-radius: 14.6vw;
    font-size: 2.6vw;
    text-align: center;
  }
  .btm-menu__link::after {
    content: none;
  }
  .btm-menu__link::before {
    content: "";
    display: block;
    width: 6.3vw;
    height: 6.3vw;
  }
  .btm-menu__link.i-eat::before {
    -webkit-mask: url("../img/common/i_taberu.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #FFF;
    -webkit-mask-image: url("../img/common/i_taberu.svg");
            mask-image: url("../img/common/i_taberu.svg");
  }
  .btm-menu__link.i-play::before {
    -webkit-mask: url("../img/common/i_asobu.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #FFF;
    -webkit-mask-image: url("../img/common/i_asobu.svg");
            mask-image: url("../img/common/i_asobu.svg");
  }
  .btm-menu__link.i-live::before {
    -webkit-mask: url("../img/common/i_kurasu.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #FFF;
    -webkit-mask-image: url("../img/common/i_kurasu.svg");
            mask-image: url("../img/common/i_kurasu.svg");
  }
  .btm-menu__link.i-know::before {
    -webkit-mask: url("../img/common/i_shiru.svg") no-repeat center center/100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #FFF;
    -webkit-mask-image: url("../img/common/i_shiru.svg");
            mask-image: url("../img/common/i_shiru.svg");
  }
  .btm-menu__link:hover {
    background: #E2443B;
    margin: 0;
  }
  .btm-menu__pgtp-link {
    width: 14.6vw;
    height: 14.6vw;
  }
  .btm-menu__pgtp-link::before {
    width: 14.6vw;
    height: 14.6vw;
  }
  .btm-menu__pgtp-link::after {
    width: 14.6vw;
    height: 14.6vw;
  }
}