@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
figure,
figcaption,
form,
input,
small,
table,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  appearance: none;
  border: none;
  background: none;
  outline: none;
}
input {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  font-family: inherit;
  color: inherit;
}
select {
  color: inherit;
}
html {
  font-size: 10px;
  font-weight: 500;
  font-family: 'Noto Sans TC', sans-serif;
  color: #5a442e;
  scroll-behavior: smooth;
  background-color: #ffdc65;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.menu-slide-dots > li:first-child:last-child {
  display: none;
}
.l-wrap.top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
.l-wrap.top.is-show {
  opacity: 1;
  visibility: visible;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  backdrop-filter: blur(10px);
  height: 96px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .l-header {
    height: 57px;
    padding: 0 20px 0 12px;
  }
}
.l-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .l-header__main {
    padding: 0;
  }
}
.l-header__logo {
  transition: all 0.2s;
}
.l-header__logo a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  height: 47px;
  width: auto;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .l-header__logo img {
    height: 28px;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .l-header__right {
    gap: 12px;
  }
}
.l-header__purchase {
  transition: opacity 0.2s;
}
.l-header__purchase a {
  display: inline-block;
  font-family: 'vdl-v7marugothic', sans-serif;
  background-color: #fff;
  border: 1.2px solid #5a442e;
  padding: 17px 34px 16px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.285rem;
  transition: all 0.3s;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 992px) {
  .l-header__purchase a {
    font-size: 1.4rem;
    padding: 8px 23px;
  }
}
@media (hover: hover) {
  .l-header__purchase a:hover {
    background-color: #5a442e;
    color: #fff;
  }
}
.l-header__purchase.is-active {
  opacity: 1 !important;
  pointer-events: all !important;
}
.l-header__purchase.is-active a {
  background-color: #5a442e;
  color: #fff;
  border: 1.2px solid #fff;
}
.l-header__logo2 a {
  display: block;
  height: 47px;
  width: 140px;
  display: flex;
  align-items: center;
}
.l-header__logo2 a img{
    width:100%;
}
@media screen and (max-width: 602px) {
  .l-header__logo2 a {
    height: 47px;
    width: 60px;
  }
}

.l-top {
  position: fixed;
  top: 0;
  z-index: 10;
}
.l-top.is-show:after {
  transform: translateX(0);
}
.l-top.is-show .l-header__logo {
  left: -100%;
}
.l-top.is-reserve {
  right: 84px;
  display: flex;
}
.l-wrap.top .l-header {
  background-color: transparent;
  backdrop-filter: blur(0);
}
.l-wrap.top .l-header__logo {
  opacity: 0;
  pointer-events: none;
}
.l-wrap.top .l-header__logo img {
  height: 38px;
}
@media screen and (max-width: 992px) {
  .l-wrap.top .l-header__logo img {
    height: 28px;
  }
}
.l-wrap.top .l-header__purchase {
  opacity: 0;
  pointer-events: none;
}
.l-header.is-scrolled {
  height: 57px;
  background-color: #fff !important;
}
.l-header.is-scrolled .l-header__logo {
  opacity: 1 !important;
  pointer-events: all !important;
}
.l-header.is-scrolled .l-header__logo img {
  height: 38px;
}
@media screen and (max-width: 992px) {
  .l-header.is-scrolled .l-header__logo img {
    height: 28px;
  }
}
.l-header.is-scrolled .l-header__menu {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .l-header.is-scrolled .l-header__menu {
    width: 35px;
    height: 35px;
  }
}
.l-header.is-scrolled .l-header__menu span {
  width: 20px;
}
@media screen and (max-width: 992px) {
  .l-header.is-scrolled .l-header__menu span {
    width: 15px;
  }
}
.l-header.is-scrolled .l-header__menu span::after {
  top: -7px;
}
@media screen and (max-width: 992px) {
  .l-header.is-scrolled .l-header__menu span::after {
    top: -6px;
  }
}
.l-header.is-scrolled .l-header__menu span::before {
  top: 7px;
}
@media screen and (max-width: 992px) {
  .l-header.is-scrolled .l-header__menu span::before {
    top: 6px;
  }
}
.l-header.is-scrolled .l-header__purchase {
  opacity: 1 !important;
  pointer-events: all !important;
}
.l-header.is-scrolled .l-header__purchase a {
  font-size: 1.4rem;
  padding: 12px 34px 12px 36px;
}
@media screen and (max-width: 992px) {
  .l-header.is-scrolled .l-header__purchase a {
    font-size: 1.4rem;
    padding: 8px 23px;
  }
}
.l-header.is-scrolled .l-header__navi {
  padding-top: 70px;
}
.l-header__menu {
  transition: all 0.2s;
  width: 59px;
  height: 59px;
  cursor: pointer;
  position: relative;
  background-color: #5a442e;
  border-radius: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-header__menu {
    width: 35px;
    height: 35px;
  }
}
.l-header__menu span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__menu span {
    width: 15px;
    height: 1px;
  }
}
.l-header__menu span::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  top: -10px;
}
@media screen and (max-width: 992px) {
  .l-header__menu span::after {
    height: 1px;
    top: -6px;
  }
}
.l-header__menu span::before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  top: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__menu span::before {
    height: 1px;
    top: 6px;
  }
}
.l-header__menu.is-active {
  background-color: #fff;
}
.l-header__menu.is-active span {
  background-color: transparent;
}
.l-header__menu.is-active span::after {
  transform: rotate(45deg);
  background-color: #5a442e;
  top: 0 !important;
}
.l-header__menu.is-active span::before {
  transform: rotate(-45deg);
  background-color: #5a442e;
  top: 0 !important;
}
.l-header__navi {
  position: fixed;
  top: 0;
  right: -393px;
  width: 393px;
  height: 100vh;
  max-height: 710px;
  background-color: #5a442e;
  backdrop-filter: blur(15px);
  transition:
    right 0.3s ease-in-out,
    padding 0.2s;
  z-index: 1000;
  padding: 113px 30px 33px 30px;
  overflow-y: auto;
}
@media screen and (max-width: 992px) {
  .l-header__navi {
    width: auto;
  }
}
.l-header__navi.is-active {
  right: 0;
}
.l-header .l-navi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header .l-navi__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header .l-navi__item {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 14px;
}
.l-header .l-navi__item:last-child {
  border: none;
  margin-bottom: 10px;
}
.l-header .l-navi__link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s;
  position: relative;
}
@media (hover: hover) {
  .l-header .l-navi__link:hover {
    opacity: 0.7;
  }
}
.l-header .l-navi__link span {
  color: #ffc833;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2.8px;
  margin-bottom: 8px;
}
.l-header .l-navi__footer {
  padding-top: 8px;
  margin-top: auto;
}
.l-header .l-navi__footer--item {
  margin-bottom: 15px;
}
.l-header .l-navi__footer--link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-header .l-navi__footer--link:hover {
    text-decoration: underline;
  }
}
.l-header .l-navi__sns {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.l-header .l-navi__sns--link {
  display: block;
  width: 37.5px;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .l-header .l-navi__sns--link {
    width: 37.5px;
  }
}
.l-header .l-navi__sns--link img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .l-header .l-navi__sns--link:hover {
    opacity: 0.7;
  }
}

/* ===== Shared page styles (moved from common.css) ===== */
.l-main {
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .l-main {
    overflow: clip;
  }
}
.l-main__inner {
  background-image: url('assets/img/common/main_bg.webp');
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  padding: 0 0 58px;
}
@media screen and (max-width: 992px) {
  .l-main__inner {
    padding: 0 20px 78px;
    background-size: 100%;
    background-image: url('assets/img/common/main_bg_sp.webp');
  }
}
.l-main__inner:before {
  content: '';
  width: 100%;
  height: 144px;
  background-image: url('assets/img/common/main_bg_top.webp');
  background-size: 10%;
  background-repeat: repeat-x;
  background-position: top center;
  position: absolute;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .l-main__inner:before {
    background-size: 12%;
  }
}
@media screen and (max-width: 992px) {
  .l-main__inner:before {
    background-size: 30%;
    height: 55px;
    top: -55px;
  }
}
.l-main__inner > * {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-main__inner > * {
    max-width: 500px;
    margin: auto;
  }
}
.l-main__inner .l-contents {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 991px) {
  .l-main__inner .l-contents {
    max-width: 1080px;
    max-width: 1120px;
  }
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents {
    padding: 0;
    min-height: auto;
  }
}
.l-main__inner .l-contents p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 65px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents p {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 26px;
  }
}
.l-main__inner .l-contents p.u-center {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents p.u-center {
    text-align: left;
  }
}
.l-main__inner .l-contents p.u-right {
  text-align: right;
}
.l-main__inner .l-contents p.heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents p.heading {
    font-size: 2rem;
  }
}
.l-main__inner .l-contents p.u-small {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents p.u-small {
    font-size: 1.5rem;
  }
}
.l-main__inner .l-contents p.u-small02 {
  font-size: 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents p.u-small02 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.l-main__inner .l-contents p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-main__inner .l-contents p a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.l-main__inner .l-contents p a.c-button {
  text-decoration: none;
}
.l-main__inner .l-contents p.c-button a {
  text-decoration: none;
}
.l-main__inner .l-contents p span.tag {
  background-color: #ffe065;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 10px;
  padding: 2px 12px 3px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents p span.tag {
    font-size: 1.5rem;
  }
}
.l-main__inner .l-contents.u-center {
  text-align: center;
}
.l-main__inner .l-contents h2.u-center,
.l-main__inner .l-contents h3.u-center,
.l-main__inner .l-contents h4.u-center,
.l-main__inner .l-contents h5.u-center {
  text-align: center;
}
.l-main__inner .l-contents h2 {
  font-weight: 900;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 12px;
    margin-top: 32px;
  }
}
.l-main__inner .l-contents h3 {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents h3 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 8px;
  }
}
.l-main__inner .l-contents h4 {
  font-weight: 900;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents h4 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 8px;
  }
}
.l-main__inner .l-contents figure {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents figure {
    margin-bottom: 30px;
    text-align: left;
  }
}
.l-main__inner .l-contents figure img {
  max-width: 100%;
  border-radius: 10px;
}
.l-main__inner .l-contents figure figcaption {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents figure figcaption {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}
.l-main__inner .l-contents a {
  transition: 0.3s;
}
@media (hover: hover) {
  .l-main__inner .l-contents a:hover {
    opacity: 0.6;
  }
}
.l-main__inner .l-contents table {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents table {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}
.l-main__inner .l-contents table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
.l-main__inner .l-contents table tbody tr:first-child td {
  border-radius: 0 10px 0 0;
}
.l-main__inner .l-contents table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.l-main__inner .l-contents table tbody tr:last-child td {
  border-radius: 0 0 10px 0;
}
.l-main__inner .l-contents table tbody tr th,
.l-main__inner .l-contents table tbody tr td {
  padding: 15px 13px 14px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents table tbody tr th,
  .l-main__inner .l-contents table tbody tr td {
    padding: 15px 12px 14px;
  }
}
.l-main__inner .l-contents table tbody tr th {
  background-color: #f7e16e;
  width: 16%;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents table tbody tr th {
    width: 26%;
    vertical-align: baseline;
  }
}
.l-main__inner .l-contents table tbody tr td {
  background-color: #fff;
}
.l-main__inner .l-contents .table-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 1134px) {
  .l-main__inner .l-contents .table-area {
    margin-bottom: 0;
  }
}
.l-main__inner .l-contents .table-area__wrapper {
  overflow-x: scroll;
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}
.l-main__inner .l-contents .table-area__wrapper table {
  width: 1080px;
  margin-bottom: 0;
}
.l-main__inner .l-contents .table-note {
  display: none;
}
@media screen and (max-width: 1134px) {
  .l-main__inner .l-contents .table-note {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.l-main__inner .l-contents ul,
.l-main__inner .l-contents ol {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 auto 70px;
}
@media screen and (min-width: 991px) {
  .l-main__inner .l-contents ul,
  .l-main__inner .l-contents ol {
    max-width: 1080px;
  }
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents ul,
  .l-main__inner .l-contents ol {
    font-size: 1.8rem;
    margin-bottom: 38px;
  }
}
.l-main__inner .l-contents ul li,
.l-main__inner .l-contents ol li {
  margin-bottom: 10px;
  list-style: none;
  text-indent: -1.7rem;
  padding-left: 2rem;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents ul li,
  .l-main__inner .l-contents ol li {
    margin-bottom: 2px;
    line-height: 1.6;
    text-indent: -1.3rem;
    padding-left: 1.8rem;
  }
}
.l-main__inner .l-contents ul li.is-red,
.l-main__inner .l-contents ol li.is-red {
  color: #f03;
}
.l-main__inner .l-contents ul li a,
.l-main__inner .l-contents ol li a {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-main__inner .l-contents ul li a:hover,
  .l-main__inner .l-contents ol li a:hover {
    text-decoration: none;
  }
}
.l-main__inner .l-contents ul.u-small,
.l-main__inner .l-contents ol.u-small {
  font-size: 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents ul.u-small,
  .l-main__inner .l-contents ol.u-small {
    font-size: 1.4rem;
  }
}
.l-main__inner .l-contents ul li:before {
  content: '・';
  padding-left: 1rem;
  display: inline-block;
}
.l-main__inner .l-contents ol li {
  counter-increment: cnt;
}
.l-main__inner .l-contents ol li:before {
  content: counter(cnt) '.';
  padding-right: 2px;
}
.l-main__inner .l-contents .column-block {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block {
    flex-direction: column;
    gap: 2px;
  }
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-bg {
    gap: 20px;
  }
}
.l-main__inner .l-contents .column-block.u-bg .column-block__item {
  background-color: #f3e9d7;
  border-radius: 10px;
  padding: 17px 27px;
}
.l-main__inner .l-contents .column-block.u-bg .column-block__item p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-bg .column-block__item p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-main__inner .l-contents .column-block.u-two {
  flex-wrap: wrap;
  gap: 60px 36px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-two {
    flex-direction: column;
    gap: 40px 0;
  }
}
.l-main__inner .l-contents .column-block.u-two > * {
  width: calc((100% - 36px) / 2);
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-two > * {
    width: 100%;
  }
}
.l-main__inner .l-contents .column-block.u-button {
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-button {
    flex-direction: row;
    gap: 10px;
  }
}
.l-main__inner .l-contents .column-block.u-button .c-button {
  width: calc((100% - 12px) / 2);
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-button .c-button {
    margin-top: 22px;
  }
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block.u-button .c-button a {
    margin-top: 0;
  }
}
.l-main__inner .l-contents .column-block.u-center {
  justify-content: center;
}
.l-main__inner .l-contents .column-block figure {
  margin-bottom: 0;
}
.l-main__inner .l-contents .column-block__item {
  background-color: #f3e9d7;
  border-radius: 10px;
  padding: 25px 18px;
}
.l-main__inner .l-contents .column-block__item--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block__item--title {
    font-size: 1.8rem;
  }
}
.l-main__inner .l-contents .column-block__item--text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .column-block__item--text {
    font-size: 1.5rem;
  }
}
.l-main__inner .l-contents__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents__img {
    margin-bottom: 30px;
  }
}
.l-main__inner .l-contents__img img {
  border-radius: 10px;
  max-width: 100%;
}
.l-main__inner .l-contents picture {
  display: block;
  text-align: center;
}
.l-main__inner .l-contents ~ .l-contents {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents ~ .l-contents {
    margin-top: 40px;
  }
}
.l-main__inner .l-contents .bg-yellow {
  text-align: center;
  padding: 30px 35px;
  position: relative;
  background-color: rgba(255, 238, 146, 0.34);
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .bg-yellow {
    padding: 25px;
  }
}
.l-main__inner .l-contents .bg-yellow h5 {
  font-size: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .bg-yellow h5 {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 26px;
  }
}
.l-main__inner .l-contents .bg-yellow p {
  text-align: left;
  margin-bottom: 0;
  line-height: 2.5;
}
@media screen and (max-width: 992px) {
  .l-main__inner .l-contents .bg-yellow p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-main .is-small-contents ul {
  font-size: 1.8rem;
}
.l-main .is-small-contents p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .l-main .is-small-contents p {
    font-size: 1.5rem;
  }
}
.l-footer {
  background-color: #6f5f4f;
  text-align: center;
  color: #fff;
  padding: 52px 20px 80px;
}
@media screen and (max-width: 992px) {
  .l-footer {
    padding: 66px 30px 36px;
  }
}
.l-footer__logo {
  max-width: 1110px;
  margin: auto;
  position: relative;
}
.l-footer__logo img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .l-footer__logo img {
    width: 130px;
  }
}
.l-footer__character {
  display: none;
}
.l-footer__inner {
  max-width: 1080px;
  margin: 28px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 66px;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    margin-top: 24px;
    display: block;
  }
}
.l-footer__menu {
  text-align: left;
  max-width: 558px;
  min-width: 370px;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .l-footer__menu {
    max-width: none;
    width: 100%;
    margin: 30px auto 0;
    min-width: auto;
  }
}
.l-footer__menu--item {
  border-bottom: 1px solid #a49688;
  margin-bottom: 23px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 992px) {
  .l-footer__menu--item {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
@media (hover: hover) {
  .l-footer__menu--item:hover {
    opacity: 0.7;
  }
}
.l-footer__menu--item:last-child {
  margin-bottom: 0;
}
.l-footer__menu--link {
  font-size: 2.5rem;
  display: block;
  padding-bottom: 22px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .l-footer__menu--link {
    font-size: 1.5rem;
    padding-bottom: 14px;
  }
}
.l-footer__right {
  text-align: left;
}
.l-footer__text {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .l-footer__text {
    font-size: 1.5rem;
    display: block !important;
  }
}
.l-footer__x {
  background-color: #f9f6ec;
  border-radius: 20px;
  padding: 16px 14px 16px 21px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 517px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 992px) {
  .l-footer__x {
    max-width: 328px;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 9px 8px 9px 12px;
    gap: 13px;
  }
}
.l-footer__x.is-sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-footer__x.is-sp {
    display: flex;
  }
}
@media (hover: hover) {
  .l-footer__x:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__x--icon {
    width: 62px;
  }
}
.l-footer__x p {
  font-size: 2.5rem;
  font-weight: 500;
  color: #6f5f4f;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .l-footer__x p {
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: -0.1px;
    line-height: 1.3;
  }
}
.l-footer__x--share {
  width: 44px;
}
@media screen and (max-width: 992px) {
  .l-footer__x--share {
    width: 26px;
  }
}
.l-footer__submenu {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 2rem;
  width: 455px;
  gap: 24px 42px;
}
@media screen and (max-width: 992px) {
  .l-footer__submenu {
    width: 100%;
    margin-top: 16px;
    font-size: 1.2rem;
    gap: 12px 28px;
  }
}
@media (hover: hover) {
  .l-footer__submenu--link:hover {
    text-decoration: underline;
  }
}
.l-footer__copy {
  margin-top: 60px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .l-footer__copy {
    margin-top: 44px;
    font-size: 1.5rem;
  }
}
.l-footer__sns {
  display: flex;
  gap: 30px;
  padding-left: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .l-footer__sns {
    justify-content: center;
    margin-top: 17px;
    padding-left: 0;
  }
}
.l-footer__sns--link {
  display: block;
  width: 91.6px;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .l-footer__sns--link {
    width: 47.2px;
  }
}
.l-footer__sns--link img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .l-footer__sns--link:hover {
    opacity: 0.7;
  }
}
.l-wrap.top .l-footer__logo .l-footer__character {
  width: 270px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -52px;
  right: -20px;
  transform-origin: bottom center;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.top .l-footer__logo .l-footer__character {
    width: 168px;
    top: -330px;
    right: 0;
    left: 18px;
    margin: auto;
  }
}
.l-wrap.top .l-footer__logo .l-footer__character.is-visible {
  animation:
    dropOnly 0.5s ease-out forwards,
    swayOnly 1.2s ease-out 0.6s forwards;
}
@keyframes dropOnly {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes swayOnly {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  35% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  65% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
h2.c-heading {
  font-size: 4.9rem;
  font-family: 'Cherry Bomb One',"Noto Sans TC", system-ui;
  letter-spacing: 9.8px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  h2.c-heading {
    font-size: 2.9rem;
    letter-spacing: 6px;
    margin-bottom: 0;
  }
}
h2.c-heading span {
  color: #ffc833;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  display: block;
  margin-top: 8px;
  line-height: 0.8;
  letter-spacing: 3px;
}
@media screen and (max-width: 992px) {
  h2.c-heading span {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
h2.c-heading span.is-zenmaru {
  color: #5a442e;
  display: inline;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-size: 4.6rem;
  letter-spacing: 9.8px;
}
@media screen and (max-width: 992px) {
  h2.c-heading span.is-zenmaru {
    font-size: 2.7rem;
  }
}
h2.c-heading.is-white span {
  color: #fff;
}
h5.c-heading--lv5 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 2.1;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  h5.c-heading--lv5 {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
h5.c-heading--lv5.is-letter-narrow {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  h5.c-heading--lv5 span {
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
  }
}
h4.c-heading--lv4.is-small {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  h4.c-heading--lv4.is-small {
    text-align: center;
    font-size: 1.8rem;
  }
}
.c-button {
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 992px) {
  .c-button {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.c-button a {
  background-color: #6f5f4f;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  display: inline-block;
  padding: 16px 34px 16px 56px;
  border: 2px solid #6f5f4f;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .c-button a {
    padding: 11px 18px 10px 34px;
    min-width: auto;
  }
}
@media (hover: hover) {
  .c-button a:hover {
    background-color: #fff;
    color: #6f5f4f;
  }
}
.c-button a span {
  font-size: 2.531rem;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 992px) {
  .c-button a span {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.c-button a span:after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url('assets/img/common/icon_button.svg');
  background-size: contain;
  display: block;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-button a span:after {
    width: 22px;
    height: 22px;
  }
}
.c-button.u-tel a,
.c-button.u-mail a {
  background-color: #f3e9d7;
  border-color: #f3e9d7;
  color: #5a442e;
  padding: 14px 18px 16px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .c-button.u-tel a,
  .c-button.u-mail a {
    padding: 13px 18px 12px 16px;
    width: 100%;
  }
}
@media (hover: hover) {
  .c-button.u-tel a:hover,
  .c-button.u-mail a:hover {
    background-color: #fff;
  }
}
.c-button.u-tel a span,
.c-button.u-mail a span {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .c-button.u-tel a span,
  .c-button.u-mail a span {
    font-size: 1.5rem;
  }
}
.c-button.u-tel a span:before,
.c-button.u-mail a span:before {
  content: '';
  background-image: url('assets/img/common/icon_tel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  margin-top: 1px;
}
@media screen and (max-width: 992px) {
  .c-button.u-tel a span:before,
  .c-button.u-mail a span:before {
    margin-right: 16px;
  }
}
.c-button.u-tel a span:after,
.c-button.u-mail a span:after {
  content: '';
  width: 44px;
  height: 44px;
  background-image: url('assets/img/common/icon_target.svg');
  display: block;
  margin-left: 27px;
  margin-top: 1px;
}
@media screen and (max-width: 992px) {
  .c-button.u-tel a span:after,
  .c-button.u-mail a span:after {
    width: 27px;
    height: 27px;
  }
}
.c-button.u-tel a span:before {
  width: 36px;
  height: 35px;
  background-image: url('assets/img/common/icon_tel.svg');
}
@media screen and (max-width: 992px) {
  .c-button.u-tel a span:before {
    width: 28px;
    height: 28px;
  }
}
.c-button.u-mail a span:before {
  width: 36px;
  height: 28px;
  background-image: url('assets/img/common/icon_mail.svg');
}
@media screen and (max-width: 992px) {
  .c-button.u-mail a span:before {
    width: 28px;
    height: 21px;
  }
}
.c-button.u-target a {
  padding: 19px 75px 20px 54px;
}
@media screen and (max-width: 992px) {
  .c-button.u-target a {
    padding: 14px 48px 15px 23px;
    min-width: 304px;
  }
}
.c-button.u-target a span {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .c-button.u-target a span {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
  }
}
.c-button.u-target a span:after {
  background-image: url('assets/img/common/icon_target.svg');
  position: absolute;
  right: 15px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.c-button.u-center a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button.u-white a {
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) {
  .c-button.u-white a:hover {
    background-color: #5a442e;
    border-color: #5a442e;
  }
  .c-button.u-white a:hover span {
    color: #fff;
  }
}
.c-button.u-white a span {
  color: #5a442e;
}
.windows-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
  gap: 28px;
}
@media screen and (max-width: 992px) {
  .windows-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 992px) {
  .windows-wrapper .c-button {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .windows-wrapper .c-button a {
    min-width: 304px;
  }
}
.c-button-w-fixed {
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.c-button-w-fixed a {
  background-color: #6f5f4f;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  display: inline-flex;
  border: 2px solid #6f5f4f;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 458px;
  height: 80px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed a {
    display: flex;
    width: 100%;
    height: 60px;
    min-width: auto;
  }
}
@media (hover: hover) {
  .c-button-w-fixed a:hover {
    background-color: #fff;
    color: #6f5f4f;
  }
}
.c-button-w-fixed a span {
  font-size: 2.531rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.3s;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed a span {
    font-size: 1.5rem;
  }
}
.c-button-w-fixed a span:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 38px;
  height: 38px;
  background-image: url('assets/img/common/icon_button.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed a span:after {
    width: 22px;
    height: 22px;
  }
}
.c-button-w-fixed.u-tel a,
.c-button-w-fixed.u-mail a {
  background-color: #f3e9d7;
  border-color: #f3e9d7;
  color: #5a442e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 20px 55px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-tel a,
  .c-button-w-fixed.u-mail a {
    padding: 15px 45px;
    width: 100%;
  }
}
@media (hover: hover) {
  .c-button-w-fixed.u-tel a:hover,
  .c-button-w-fixed.u-mail a:hover {
    background-color: #fff;
  }
}
.c-button-w-fixed.u-tel a span,
.c-button-w-fixed.u-mail a span {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-tel a span,
  .c-button-w-fixed.u-mail a span {
    font-size: 1.5rem;
  }
}
.c-button-w-fixed.u-tel a span:before,
.c-button-w-fixed.u-mail a span:before {
  content: '';
  background-image: url('assets/img/common/icon_tel.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  position: absolute;
  left: 24px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-tel a span:before,
  .c-button-w-fixed.u-mail a span:before {
    margin-right: 16px;
    left: 20px;
  }
}
.c-button-w-fixed.u-dl a {
  background-color: #f3e9d7;
  border-color: #f3e9d7;
  color: #5a442e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 20px 55px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-dl a {
    padding: 15px 45px;
    width: 100%;
  }
}
@media (hover: hover) {
  .c-button-w-fixed.u-dl a:hover {
    background-color: #fff;
  }
}
.c-button-w-fixed.u-dl a span {
  font-size: 2.2rem;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-dl a span {
    font-size: 1.5rem;
  }
}
.c-button-w-fixed.u-dl a span::after {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  background-image: url(assets/img/common/dl.svg);
  width: 28px;
  height: 28px;
}
.c-button-w-fixed.u-tel a span:before {
  width: 36px;
  height: 35px;
  background-image: url('assets/img/common/icon_tel.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-tel a span:before {
    width: 28px;
    height: 28px;
  }
}
.c-button-w-fixed.u-mail a span:before {
  width: 36px;
  height: 28px;
  background-image: url('assets/img/common/icon_mail.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-mail a span:before {
    width: 28px;
    height: 21px;
  }
}
.c-button-w-fixed.u-target a {
  padding: 20px 55px;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-target a {
    padding: 15px 45px;
    min-width: 304px;
  }
}
.c-button-w-fixed.u-target a span {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .c-button-w-fixed.u-target a span {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
  }
}
.c-button-w-fixed.u-target a span:after {
  background-image: url('assets/img/common/icon_target.svg');
  position: absolute;
  right: 15px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.c-button-w-fixed.u-center a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button-w-fixed.u-white a {
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) {
  .c-button-w-fixed.u-white a:hover {
    background-color: #5a442e;
    border-color: #5a442e;
  }
  .c-button-w-fixed.u-white a:hover span {
    color: #fff;
  }
}
.c-button-w-fixed.u-white a span {
  color: #5a442e;
}
.page-title {
  display: flex;
  width: 100%;
  height: 535px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  background-image: url('assets/img/common/page-title_bg.png');
  background-position: top -50px center;
  background-size: 587px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .page-title {
    padding: 0 20px;
    height: 235px;
  }
}
.page-title h2 {
  display: inline-block;
  font-family: 'Cherry Bomb One', system-ui;
  font-size: 4.9rem;
  letter-spacing: 6.2px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .page-title h2 {
    font-size: 3.1rem;
    letter-spacing: 4.65px;
  }
}
.page-title h2 span {
  display: block;
  font-size: 3.4rem;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
  letter-spacing: 5.1px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .page-title h2 span {
    font-size: 2rem;
    margin-top: 2px;
  }
}
.page-title h2 span.is-zenmaru {
  color: #5a442e;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 800;
  font-size: 4.2rem;
  letter-spacing: 4px;
  text-shadow:
    -0.2px -0.2px 0 #5a442e,
    0.2px -0.2px 0 #5a442e,
    -0.2px 0.2px 0 #5a442e,
    0.2px 0.2px 0 #5a442e;
}
@media screen and (max-width: 992px) {
  .page-title h2 span.is-zenmaru {
    font-size: 3.2rem;
    text-shadow: none;
  }
}
@media screen and (max-width: 992px) {
  .page-title h2 span.is-small {
    font-size: 2.5rem;
  }
}
.content-title {
  text-align: center;
  margin: 0 auto 70px;
}
@media screen and (max-width: 992px) {
  .content-title {
    margin-bottom: 30px;
  }
}
.content-title img {
  width: 335px;
}
@media screen and (max-width: 992px) {
  .content-title img {
    width: 244px;
  }
}
.content-title p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 38px;
}
@media screen and (max-width: 992px) {
  .content-title p {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .content-title h3 {
    text-align: center !important;
  }
}
.content-title__heading {
  display: inline-flex;
  min-width: 335px;
  padding-left: 50px;
  padding-right: 50px;
  height: 90px;
  align-items: center;
  justify-content: center;
  background-color: #ffe065;
  background-image: url(assets/img/common/btn_line.svg);
  background-repeat: repeat-x;
  background-position: center bottom 12px;
  border-radius: 8px;
  margin: 0 auto !important;
  padding-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .content-title__heading {
    min-width: 0;
    height: 52px;
    border-radius: 8px;
    background-position: center bottom 4px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-title__heading span {
  color: #5a442e;
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .content-title__heading span {
    font-size: 2.4rem;
  }
}
.l-main__inner .lead {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .lead {
    margin-bottom: 46px;
    padding-top: 20px;
  }
}
.l-main__inner .lead::after {
  content: '';
  width: 64%;
  height: 10px;
  background-image: url('assets/img/common/line_dash.svg');
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .l-main__inner .lead::after {
    content: none;
  }
}
.l-main__inner .lead__inner {
  width: 700px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-main__inner .lead__inner {
    width: 100%;
  }
}
.l-main__inner .lead__inner h2 {
  font-size: 3.4rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .l-main__inner .lead__inner h2 {
    font-size: 1.8rem;
    letter-spacing: 2.7px;
    margin-bottom: 18px;
  }
}
.l-main__inner .lead__inner p {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .l-main__inner .lead__inner p {
    font-size: 1.4rem !important;
    letter-spacing: 2.1px;
    max-width: 340px;
    margin: auto;
    text-align: left;
  }
}
.l-main__inner .lead.is-noimg:after {
  content: none;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .pager {
    margin: 0 auto;
    max-width: 330px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.pager button,
.pager select {
  font-size: 2rem;
  font-weight: 700;
}
.pager__prev,
.pager__next {
  font-family: 'Zen Maru Gothic', sans-serif;
  display: flex;
  align-items: center;
  padding: 0 30px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
  color: #5a442e;
}
@media screen and (max-width: 992px) {
  .pager__prev,
  .pager__next {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}
.pager__prev:disabled,
.pager__next:disabled {
  pointer-events: none;
  filter: grayscale(100%) brightness(90%);
  opacity: 0.5;
}
@media (hover: hover) {
  .pager__prev:hover,
  .pager__next:hover {
    opacity: 0.7;
  }
}
.pager__prev img,
.pager__next img {
  width: 44px;
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .pager__prev img,
  .pager__next img {
    width: 27px;
    margin: 0 8px;
  }
}
.pager__prev {
  order: 1;
}
@media screen and (max-width: 992px) {
  .pager__prev {
    padding: 0 30px 0 0;
  }
}
.pager__prev img {
  transform: scale(-1, 1);
}
.pager__next {
  order: 3;
}
@media screen and (max-width: 992px) {
  .pager__next {
    padding: 0 0 0 30px;
  }
}
.pager__select {
  width: 220px;
  color: #fff;
  background-color: #6f5f4f;
  border: 2px solid #6f5f4f;
  border-radius: 80px;
  text-align: center;
  padding: 12px 10px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('assets/img/common/arrow_bottom.svg');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 10px;
  order: 2;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .pager__select {
    font-size: 1.8rem;
    letter-spacing: 2.7px;
    padding: 10px 10px 9px;
    order: 1;
    width: 100%;
  }
}
@media (hover: hover) {
  .pager__select:hover {
    background-color: #fff;
    color: #6f5f4f;
    background-image: url('assets/img/common/arrow_bottom_brown.svg');
  }
}
@media screen and (max-width: 992px) {
  .pager.is-bottom {
    background: none;
  }
}
@media screen and (max-width: 992px) {
  .pager.is-bottom .pager__select {
    order: 3;
  }
}
@media screen and (max-width: 992px) {
  .pager.is-bottom .pager__next {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .pager.is-bottom .pager__next,
  .pager.is-bottom .pager__prev {
    margin: 40px 0 20px;
  }
}
.pager-news {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .pager-news {
    margin-top: 40px;
  }
}
.pager-news__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 26px;
}
@media screen and (max-width: 992px) {
  .pager-news__list {
    gap: 16px;
  }
}
.pager-news__item.is-active .pager-news__link {
  background-color: #5a442e;
  color: #ffc833;
  pointer-events: none;
}
.pager-news__item.is-prev .pager-news__link {
  padding: 0;
  transform: scale(-1, 1);
}
.pager-news__item.is-next .pager-news__link {
  padding: 0;
}
.pager-news__item.is-prev .pager-news__link,
.pager-news__item.is-next .pager-news__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager-news__link {
  display: block;
  padding: 8.5px 10px 5px 10px;
  border-radius: 100px;
  font-size: 2.5rem;
  font-weight: 500;
  width: 44px;
  height: 44px;
  background: #ffc833;
  transition: opacity 0.3s;
}
@media screen and (max-width: 992px) {
  .pager-news__link {
    font-size: 1.5rem;
    width: 33px;
    height: 33px;
  }
}
.pager-news__link:hover {
  opacity: 0.7;
}
.accordion {
  max-width: 1080px;
  margin: 0 auto 90px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .accordion {
    max-width: none;
    margin-top: 20px;
  }
}
.accordion__details {
  margin-bottom: 15px;
  padding-bottom: 10px;
  background-image: url('assets/img/common/line_dash_side.svg');
  background-repeat: repeat-x;
  background-position: center bottom;
}
@media screen and (max-width: 992px) {
  .accordion__details {
    margin-bottom: 8px;
  }
}
.accordion__details--summary {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .accordion__details--summary {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.accordion__details--summary:before {
  content: '';
  background-image: url('assets/img/common/icon-question.svg');
  width: 41px;
  height: 38px;
  margin-right: 10px;
  margin-top: 6px;
}
.accordion__details--summary .btn {
  position: absolute;
  top: 60%;
  right: 36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .accordion__details--summary .btn {
    top: 52%;
    right: 18px;
  }
}
.accordion__details--summary .btn::after {
  content: '';
  background-image: url('assets/img/common/accordion_icon02.svg');
  background-size: contain;
  width: 21px;
  height: 12px;
  display: block;
  transition: transform 0.3s ease;
}
.accordion__details--summary.is-active .btn:after {
  transform: rotate(180deg);
}
.accordion__details--content {
  padding: 10px 46px 10px 51px;
  display: none;
}
@media screen and (max-width: 992px) {
  .accordion__details--content {
    padding: 12px 10px 10px;
  }
}
.accordion__details--content p {
  font-size: 2rem !important;
  line-height: 1.5 !important;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .accordion__details--content p {
    font-size: 1.5rem !important;
  }
}
.accordion__details--content p:last-of-type {
  margin: 0 0 0;
}
.fadein,
.fadein02 {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}
.fadein.is-active,
.fadein02.is-active {
  opacity: 1;
  translate: 0;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
  transition-duration: 0.4s;
  transition-delay: 0.3s;
}
.c-loading {
  top: -200vh;
  width: 0px;
  height: 0px;
  position: fixed;
  background: #ffc833;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  z-index: 9999;
  transition: transform 1s ease;
  opacity: 0;
  overflow: hidden;
}
.c-loading.is-show {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.c-loading__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-loading__loader .item {
  width: 20px;
  height: 20px;
}
.c-loading__loader .item:nth-last-child(1) {
  animation: loading 0.6s 0.1s linear infinite;
}
.c-loading__loader .item:nth-last-child(2) {
  animation: loading 0.6s 0.2s linear infinite;
}
.c-loading__loader .item:nth-last-child(3) {
  animation: loading 0.6s 0.3s linear infinite;
}
.c-loading__text {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}
.c-loading__text span {
  font-size: 3rem;
}
.c-loading__text span:nth-child(2) {
  font-size: 2rem;
}
.c-loading.is-hide {
  transform: translateY(-150vh);
}
@keyframes loading {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.c-video-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  top: 120vh;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 20px;
  transition: all 0.2s;
}
.c-video-modal.is-active {
  display: flex;
  opacity: 1;
  top: 0;
}
.c-video-modal__inner {
  position: relative;
  width: 100%;
  max-height: 80vh;
  aspect-ratio: 16/9;
  background: #000;
}
@media screen and (max-width: 992px) {
  .c-video-modal__inner {
    aspect-ratio: 9/16;
  }
}
.c-video-modal__close {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.c-video-modal__close::before {
  text-align: right;
  content: '×';
}
.c-video-modal__video-pc {
  width: 100%;
  height: 100%;
}
.c-video-modal__video-pc video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .c-video-modal__video-pc {
    display: none;
  }
}
.c-video-modal__video-sp {
  display: none;
  width: 100%;
  height: 100%;
}
.c-video-modal__video-sp video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .c-video-modal__video-sp {
    display: block;
  }
}
.c-error__heading {
  text-align: center !important;
}
.c-error__text {
  text-align: center;
}
.c-anchor {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .c-anchor {
    justify-content: flex-start;
    gap: 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .c-anchor li {
    width: 50%;
  }
}
.c-anchor a {
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  font-weight: 400;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .c-anchor a {
    font-size: 1.4rem;
    align-items: center;
    font-weight: 600;
  }
}
.c-anchor a::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(assets/img/common/anchor.svg);
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .c-anchor a::before {
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .c-anchor a {
    transition: all 0.2s;
  }
  .c-anchor a:hover {
    opacity: 0.7;
  }
}
.c-anchor-target {
  scroll-margin-top: 100px;
}
ul.c-list,
ol.c-list {
  color: #000;
  font-size: 2.1rem !important;
  line-height: 1.4 !important;
  text-align: left;
  margin: 0 auto 70px;
}
@media screen and (max-width: 992px) {
  ul.c-list,
  ol.c-list {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
}
ul.c-list li + li,
ol.c-list li + li {
  margin-top: 1em;
}
ul.c-list li,
ol.c-list li {
  margin-bottom: 10px;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  ul.c-list li,
  ol.c-list li {
    margin-bottom: 2px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }
}
ul.c-list li.is-red,
ol.c-list li.is-red {
  color: #f03;
}
ul.c-list li a,
ol.c-list li a {
  text-decoration: underline;
}
@media (hover: hover) {
  ul.c-list li a:hover,
  ol.c-list li a:hover {
    text-decoration: none;
  }
}
ul.c-list.u-small,
ol.c-list.u-small {
  font-size: 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 992px) {
  ul.c-list.u-small,
  ol.c-list.u-small {
    font-size: 1.4rem;
  }
}
ul.c-list li:before {
  content: '・';
  padding-left: 1em;
  display: inline-block;
}
ol.c-list li {
  counter-increment: cnt;
}
ol.c-list li:before {
  content: counter(cnt) '.';
  padding-right: 2px;
}
.top-mv {
  text-align: center;
}
.top-mv:after {
  content: '';
  display: block;
  width: 100%;
  height: 550px;
  background-size: 2072px auto;
  background-image: url('assets/img/top/mv_bg.webp');
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 430px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.top-mv__app {
  position: absolute;
  bottom: 192px;
  right: 16px;
  z-index: 3;
  width: 88px;
  transition: all 0.2s;
  cursor: pointer;
  display: block;
}
@media (hover: hover) {
  .top-mv__app:hover {
    transform: scale(1.05);
    filter: brightness(1.05) saturate(1.05);
  }
}
.top-mv__app img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .top-mv__app {
    bottom: 180px;
    width: 80px;
  }
}
.top-mv__play {
  position: absolute;
  bottom: 81px;
  right: 16px;
  z-index: 3;
  width: 88px;
  transition: all 0.2s;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .top-mv__play:hover {
    transform: scale(1.05);
    filter: brightness(1.05) saturate(1.05);
  }
}
.top-mv__play img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .top-mv__play {
    width: 80px;
  }
}
.top-mv__img {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 850px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 992px) {
  .top-mv__img {
    max-width: 100%;
    aspect-ratio: auto;
  }
}
.top-mv__img video {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .top-mv__img video {
    width: 100%;
    height: auto;
  }
}
.top-mv__info {
  padding-top: 15px;
  width: 850px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
}
.top-mv__info:first-child {
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  .top-mv__info {
    width: 100%;
    padding: 15px 20px 0;
  }
}
.top-mv__info__inner {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  padding: 20px 25px;
}
@media screen and (max-width: 992px) {
  .top-mv__info__inner {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
.top-mv__info__inner img {
  width: 60px;
}
.top-mv__info--text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .top-mv__info--text {
    flex-direction: column;
    gap: 6px;
    font-size: 1.5rem;
  }
}
.top-mv__info--date {
  display: block;
  font-weight: 700;
  flex-shrink: 0;
}
.top-mv__info--title {
  display: block;
  font-weight: 400;
}
@media (hover: hover) {
  .top-mv__info__inner:hover .top-mv__info--title {
    text-decoration: underline;
  }
}
.top-lead {
  margin-top: 54px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-lead {
    margin-top: 26px;
  }
}
.top-lead:after {
  content: '';
  width: 514px;
  height: 514px;
  display: block;
  position: absolute;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.4) 0%, rgba(245, 245, 245, 0.4) 18%, rgba(245, 245, 245, 0.4) 28%, transparent 70%);
  background-size: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-lead:after {
    min-height: 305px;
    aspect-ratio: 1/1;
    width: auto;
    height: 100%;
  }
}
.top-lead h1 {
  font-family: 'Cherry Bomb One',"Noto Sans TC", system-ui;
  font-size: 4.9rem;
  letter-spacing: 9px;
  position: relative;
  z-index: 2;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .top-lead h1 {
    font-size: 2.9rem;
    line-height: 1.3;
    letter-spacing: 7px;
  }
}
.top-lead h1 span {
  font-size: 6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .top-lead h1 span {
    font-size: 2.7rem;
    margin-right: -3px;
  }
}
.top-lead__text {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-lead__text {
    margin-top: 28px;
  }
}
.top-lead__text p {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .top-lead__text p {
    font-size: 1.5rem;
  }
}
.top-lead__text p.is-mini {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 14px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 992px) {
  .top-lead__text p.is-mini {
    font-size: 1.2rem;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .top-lead__text p.is-mini:nth-of-type(1) {
    margin-top: -10px;
  }
}
.top-lead.is-noimg:after {
  content: none;
}
.top .top-lead {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .top .top-lead {
    margin-top: 60px;
  }
}
.top-about .top-lead__text p:after,
.top-life .top-lead__text p:after,
.top-accessory .top-lead__text p:after {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.top-about .top-lead {
  margin-top: 0;
}
.top-about .top-lead__text {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-about .top-lead__text {
    margin-top: 26px;
  }
}
.top-about .top-lead__text p img {
  position: absolute;
  width: 228px;
  height: auto;
  right: -240px;
  bottom: -10px;
}
.top-life .top-lead {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .top-life .top-lead {
    text-align: center;
    margin: 0 30px;
  }
}
.top-life .top-lead__text {
  margin-top: 28px;
}
@media screen and (max-width: 992px) {
  .top-life .top-lead__text {
    margin-top: 16px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.top-life .top-lead__text p {
  line-height: 1.6;
}
.top-life .top-lead__text p img {
  position: absolute;
  width: 196px;
  height: auto;
  left: -190px;
  top: -150px;
}
@media screen and (max-width: 1200px) {
  .top-life .top-lead__text p img {
    width: 120px;
    left: -12px;
    top: -247px;
  }
}
.top-talk .top-lead {
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  .top-talk .top-lead__text {
    margin-top: 9px;
    margin-bottom: 18px;
  }
}
.top-talk .top-lead__text p:after {
  content: none;
}
.top-accessory .top-lead {
  margin-top: 0;
}
.top-accessory .top-lead__text {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-accessory .top-lead__text {
    margin-top: 18px;
  }
}
.top-accessory .top-lead__text p img {
  position: absolute;
  width: 223px;
  height: auto;
  right: -229px;
  bottom: -10px;
}
@media screen and (max-width: 992px) {
  .top-accessory .top-lead__text p img {
    width: 123px;
    right: -65px;
    bottom: 26px;
  }
}
.top-app .top-lead {
  margin-top: 0;
}
.top-app .top-lead__text {
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .top-app .top-lead__text {
    margin-top: 26px;
    text-align: center;
  }
}
.top-app .top-lead__text p:after {
  content: none;
}
.top-app .top-lead__title {
  font-size: 3.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .top-app .top-lead__title {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 8px;
  }
}
.top-support .top-lead {
  margin-top: 0;
}
.top-support .top-lead__title {
  font-size: 3rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 992px) {
  .top-support .top-lead__title {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
.top-support .top-lead__text {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-support .top-lead__text {
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
  }
}
.top-support .top-lead__text p img {
  position: absolute;
  width: 183px;
  height: auto;
  left: -175px;
  bottom: 50px;
}
@media screen and (max-width: 992px) {
  .top-support .top-lead__text p img {
    width: 136px;
    height: auto;
    left: 0;
    bottom: 0px;
    top: -200px;
  }
}
.top-story .top-lead {
  padding-bottom: 43px;
  background-size: 58%;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .top-story .top-lead {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.top-story .top-lead__text {
  padding-top: 10px;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .top-story .top-lead__text {
    margin-top: 14px;
    padding-top: 0;
  }
}
.top-about {
  margin: 70px 0 0;
  padding: 230px 20px 220px;
  position: relative;
  background-image: url('assets/img/top/about_bg_top.webp'), url('assets/img/top/about_bg_bottom.webp'), url('assets/img/top/about_bg.webp');
  background-position:
    top center,
    bottom center,
    center center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .top-about {
    margin: 28px 0 0;
    padding: 91px 20px 185px;
    background-image: url('assets/img/top/about_bg_top_sp.webp'), url('assets/img/top/about_bg_sp_bottom.webp'), url('assets/img/top/about_bg_sp.webp');
    background-position:
      top center,
      bottom -1px center,
      center center;
  }
}
.top-about:before,
.top-about:after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.top-about:before {
  background-image: url('assets/img/top/about_deco01.webp');
  background-size: contain;
  width: 510px;
  height: 365px;
  right: 123px;
  top: -70px;
}
@media screen and (max-width: 1200px) {
  .top-about:before {
    right: -2%;
  }
}
@media screen and (max-width: 992px) {
  .top-about:before {
    width: 345px;
    height: 254px;
    right: -275px;
    top: -16px;
  }
}
.top-about:after {
  background-image: url('assets/img/top/about_deco02.webp');
  background-size: contain;
  max-width: 531px;
  width: 480px;
  height: 552px;
  bottom: -11px;
}
@media screen and (max-width: 1200px) {
  .top-about:after {
    left: -10%;
  }
}
@media screen and (max-width: 992px) {
  .top-about:after {
    background-image: url('assets/img/top/about_deco02_sp.webp');
    max-width: none;
    width: 400px;
    height: 240px;
    left: -244px;
    top: auto;
    bottom: -45px;
  }
}
.top-about__video {
  position: relative;
  width: 100%;
}
.top-about__video--item {
  text-align: center;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-about__video--item {
    max-width: 557px;
    margin: 20px auto 0;
  }
}
.top-about__video--item iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .top-about__video img {
    position: absolute;
    width: 142px;
    height: auto;
    right: 0;
    left: 120px;
    bottom: -214px;
    margin: auto;
    transform: rotate(-2deg);
  }
}
.top-can {
  margin: 50px 0 0;
  padding: 0 20px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-can {
    margin-top: 36px;
  }
}
.top-can__item {
  max-width: 1222px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .top-can__item {
    max-width: none;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.top-can__item:last-child {
  margin-bottom: 0;
}
.top-can__item--text {
  order: 1;
  margin-right: 4vw;
  height: 514px;
  min-width: 514px;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-can__item--text {
    height: auto;
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-top: 14px;
    padding-bottom: 28px;
  }
}
.top-can__item--text:after {
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.4) 0%, rgba(245, 245, 245, 0.4) 18%, rgba(245, 245, 245, 0.4) 28%, transparent 70%);
  background-size: 90%;
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .top-can__item--text:after {
    width: 300px;
    height: 300px;
  }
}
.top-can__item--text.is-right {
  order: 2;
  margin-right: 0;
  margin-left: 4vw;
}
@media screen and (max-width: 992px) {
  .top-can__item--text.is-right {
    order: 1;
    margin-left: 0;
  }
}
.top-can__item--text h3 {
  font-size: 3.5rem;
  font-weight: 700;
  padding: 0 9px 22px 9px;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .top-can__item--text h3 {
    font-size: 2.2rem;
    padding: 0 6px 12px 6px;
    line-height: 2.2;
  }
}
.top-can__item--text h3 span {
  position: relative;
}
.top-can__item--text h3 span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3.5px;
  background-image: url('assets/img/top/border_dashe-white.svg');
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-can__item--text h3 span:after {
    height: 2px;
    bottom: -4px;
  }
}
.top-can__item--text p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-can__item--text p {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
.top-can__item--text p:before,
.top-can__item--text p:after {
  content: '';
  background: #5a442e;
  position: absolute;
  bottom: -6px;
  top: 0;
  margin: auto;
  width: 2px;
  height: 80%;
  border-radius: 3px;
}
.top-can__item--text p:before {
  left: -34px;
  transform: rotate(-20deg);
}
.top-can__item--text p:after {
  right: -33px;
  transform: rotate(20deg);
}
.top-can__item--img {
  order: 1;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .top-can__item--img {
    max-width: 556.875px;
    width: 100%;
  }
}
.top-can__item--img img {
  max-width: 556.875px;
  width: 100%;
}
.top-can__item--video {
  position: relative;
  overflow: hidden;
  clip-path: url('#videoMask');
  -webkit-clip-path: url('#videoMask');
}
.top-can__item--video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-can__item--video .play-btn {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.top-can__item--link {
  position: absolute;
  bottom: 0;
  right: -21px;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .top-can__item--link {
    right: -12px;
  }
}
@media (hover: hover) {
  .top-can__item--link:hover {
    transform: scale(1.05);
    filter: brightness(1.05) saturate(1.05);
  }
}
.top-can__item--link img {
  width: 126px;
  height: 126px;
}
@media screen and (max-width: 992px) {
  .top-can__item--link img {
    width: 95px;
    height: 95px;
  }
}
.top-can-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  max-width: 1096px;
  margin: 110px auto 70px;
}
.top-can-block .top-can-block__item:nth-child(3) {
  grid-column: 1/-1;
}
@media screen and (max-width: 992px) {
  .top-can-block {
    grid-template-columns: 1fr;
    margin-top: 45px;
    margin-bottom: 33px;
  }
  .top-can-block .top-can-block__item:nth-child(3) {
    grid-column: auto;
  }
}
.top-can-block__item {
  background: #f5f5f5;
  padding: 10px 23px 40px;
  border-radius: 13px;
}
@media screen and (max-width: 992px) {
  .top-can-block__item {
    padding: 15px 10px 30px;
  }
}
.top-can-block__item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-image: url(assets/img/top/can_line.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
  margin-bottom: 25px;
  min-height: 88px;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-header {
    margin-bottom: 10px;
    padding-bottom: 15px;
    min-height: auto;
  }
}
.top-can-block__item-header h3 {
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 600;
  color: #ffb533;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-header h3 {
    font-size: 2.2rem;
  }
}
.top-can-block__item-icon-wrap {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-icon-wrap {
    width: 70px;
  }
}
.top-can-block__item-icon {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-icon.is-icon1 {
    width: 63px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .top-can-block__item-icon.is-icon2 {
    width: 65px;
    height: auto;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 992px) {
  .top-can-block__item-icon.is-icon3 {
    width: 69px;
    height: auto;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 992px) {
  .top-can-block__item-contents {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.top-can-block__item-body {
  margin-bottom: 20px;
}
.top-can-block__item-body p {
  font-size: 2.5rem;
  line-height: 1.6;
  color: #5a442e;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-body p {
    font-size: 1.5rem;
  }
}
.top-can-block__item-video {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 20px;
}
.top-can-block__item-video iframe {
  width: 100%;
  height: 100%;
}
.top-can-block__item-footer {
  text-align: center;
}
.top-can-block__item-link {
  font-size: 2.5rem;
  line-height: 1;
  color: #5a442e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-link {
    font-size: 1.5rem;
  }
}
.top-can-block__item-link:after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(assets/img/common/icon_button.svg);
  background-size: contain;
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .top-can-block__item-link:after {
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .top-can-block__item-link {
    transition: all 0.2s;
  }
  .top-can-block__item-link:hover {
    opacity: 0.7;
  }
}
.top-can-block__item.is-column {
  display: flex;
  gap: 0;
  padding: 40px 20px;
}
@media screen and (max-width: 992px) {
  .top-can-block__item.is-column {
    display: block;
    padding: 15px 10px 30px;
  }
}
.top-can-block__item.is-column .top-can-block__item-header {
  width: auto;
  padding-left: 35px;
  padding-right: 50px;
  margin-bottom: 0;
  background-image: url(assets/img/top/can_line_vertical.svg);
  background-repeat: repeat-y;
  background-position: right top;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .top-can-block__item.is-column .top-can-block__item-header {
    white-space: initial;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-image: url(assets/img/top/can_line.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 25px;
    margin-bottom: 10px;
  }
}
.top-can-block__item.is-column .top-can-block__item-contents {
  padding-left: 60px;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .top-can-block__item.is-column .top-can-block__item-contents {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.top-can-block__item.is-column .top-can-block__item-footer {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .top-can-block__item.is-column .top-can-block__item-footer {
    text-align: center;
  }
}
.top-life {
  margin: 50px 0 0;
  padding: 294px 0 248px;
  background-image: url('assets/img/top/life_bg_top.webp'), url('assets/img/top/life_bg_bottom.webp'), url('assets/img/top/life_bg.webp');
  background-position:
    top center,
    bottom center,
    center center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-life {
    padding-bottom: 200px;
    background-size: 110%;
  }
}
@media screen and (max-width: 992px) {
  .top-life {
    margin-top: 82px;
    padding: 120px 0 110px;
    background-image: url('assets/img/top/life_bg_sp_top.webp'), url('assets/img/top/life_bg_sp_bottom.webp'), url('assets/img/top/life_bg_sp.webp');
  }
}
.top-life__deco01 {
  width: 528px;
  height: auto;
  position: absolute;
  top: 50px;
  right: 60px;
}
@media screen and (max-width: 1200px) {
  .top-life__deco01 {
    width: 272px;
    top: -54px;
    right: -70px;
  }
}
.top-life:after {
  content: '';
  width: 722px;
  height: 908px;
  background-image: url('assets/img/top/story_deco01.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -450px;
  left: -126px;
}
@media screen and (max-width: 1200px) {
  .top-life:after {
    width: 400px;
    height: 506px;
    bottom: -300px;
    left: -98px;
  }
}
@media screen and (max-width: 992px) {
  .top-life:after {
    display: none;
  }
}
.top-life__slidewrapper {
  position: relative;
}
.top-life__slider {
  margin: 65px auto 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-life__slider {
    margin: 40px auto 0;
    display: none;
  }
}
.top-life__slider .slick-center {
  opacity: 1 !important;
  z-index: 2;
}
.top-life__slider .slick-center::before {
  opacity: 0;
  z-index: -1;
}
.top-life .slick-arrow {
  position: absolute;
  width: 840px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.top-life .slick-arrow .slick-prev,
.top-life .slick-arrow .slick-next {
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  position: absolute;
  padding: 0;
  margin: 0;
}
.top-life .slick-arrow .slick-prev {
  transform: rotate(90deg);
  left: 30px;
  right: auto;
}
.top-life .slick-arrow .slick-prev img {
  width: 30px;
  height: 19px;
}
.top-life .slick-arrow .slick-next {
  transform: rotate(-90deg);
  right: 30px;
  left: auto;
}
.top-life .slick-arrow .slick-next img {
  width: 30px;
  height: 19px;
}
.top-life__slide {
  width: 640px;
  margin: 0 50px;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .top-life__slide {
    width: 100%;
    margin: 0;
  }
}
.top-life__slide img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(0) !important;
}
.top-life__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .top-life__slide::before {
    content: none;
  }
}
.top-life__slide--link {
  position: absolute;
  width: 125px;
  height: 125px;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
}
@media (hover: hover) {
  .top-life__slide--link:hover {
    transform: scale(1.05);
    filter: brightness(1.05) saturate(1.05);
  }
}
.swiper-container {
  display: none;
}
@media screen and (max-width: 992px) {
  .swiper-container {
    display: block;
    overflow: hidden;
  }
}
.swiper-container,
.swiper-slide {
  height: 100vh;
  width: 100%;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:root {
  --vh: 100dvh;
  --header-height: 57px;
}
.top-life-slider {
  width: 100%;
  display: none;
}
@media screen and (max-width: 992px) {
  .top-life-slider {
    display: block;
  }
}
.top-life-slider__item {
  height: calc(var(--vh) - var(--header-height));
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 57px;
  overflow: hidden;
  background: transparent;
}
.top-life-slider__img {
  width: 100%;
  height: 100%;
}
.top-life-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.top-life-slider__btn {
  position: absolute;
  bottom: 60px;
  right: 10px;
  width: 80px;
  z-index: 10;
  padding: 0;
  border: none;
  background: none;
}
.top-life-slider__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.top-talk {
  max-width: 1190px;
  margin: 122px auto 88px;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-talk {
    flex-direction: column;
    max-width: none;
    margin: 135px 30px 40px;
    padding-bottom: 0;
  }
}
.top-talk__left {
  margin-right: 94px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .top-talk__left {
    margin-right: 60px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 992px) {
  .top-talk__left {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -14px;
    margin-bottom: 5px;
    order: 2;
    text-align: center;
  }
}
.top-talk__left h2.c-heading {
  color: #ffdc65;
  font-size: 4.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .top-talk__left h2.c-heading {
    font-size: 2.5rem;
    letter-spacing: 5px;
  }
}
.top-talk__left h2.c-heading span {
  color: #ffdc65;
  font-size: 3.6rem;
}
@media screen and (max-width: 992px) {
  .top-talk__left h2.c-heading span {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 992px) {
  .top-talk__left .top-lead {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .top-talk__left .top-lead__text {
    text-align: center;
  }
}
.top-talk__right {
  width: 418px;
  order: 2;
  margin-top: -84px;
}
@media screen and (max-width: 1200px) {
  .top-talk__right {
    width: 40vw;
  }
}
@media screen and (max-width: 992px) {
  .top-talk__right {
    width: 100%;
    text-align: center;
    margin-top: -130px;
    order: 1;
  }
}
.top-talk__right img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .top-talk__right img {
    display: block;
    margin: auto;
    max-width: 286px;
  }
}
.top-story {
  display: flex;
  align-items: center;
  max-width: 1135px;
  margin: 68px auto 164px;
  padding-left: 66px;
  gap: 55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-story {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .top-story {
    display: block;
    max-width: none;
    margin: 25px 0 0;
    padding: 0 30px;
  }
}
.top-story:after {
  content: '';
  width: 885px;
  height: 741px;
  background-image: url('assets/img/top/story_deco02.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -49px;
  right: -447px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top-story:after {
    width: 400px;
    height: 332px;
    bottom: -126px;
    right: -100px;
  }
}
@media screen and (max-width: 992px) {
  .top-story:after {
    width: 548px;
    height: 467px;
    bottom: 43px;
    right: -100px;
    left: -100px;
    margin: auto;
  }
}
.top-story__right,
.top-story__left {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .top-story__right,
  .top-story__left {
    width: 100%;
    text-align: center;
  }
}
.top-story__right img,
.top-story__left img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .top-story__right img,
  .top-story__left img {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .top-story__left {
    margin-bottom: 24px;
  }
}
.top-story .c-heading {
  margin-bottom: 10px;
}
.top-accessory {
  padding: 125px 20px 132px;
  position: relative;
  background-image: url(assets/img/top/accessory_bg.webp);
  background-size: 2206px 900px;
}
.top-accessory::before {
  content: '';
  display: block;
  background-image: url(assets/img/top/accessory_bg-top.webp);
  width: 100%;
  height: 80px;
  background-size: 2206px 80px;
  position: absolute;
  left: 0;
  top: -8px;
}
.top-accessory::after {
  content: '';
  display: block;
  background-image: url(assets/img/top/accessory_bg-bottom.webp);
  width: 100%;
  height: 80px;
  background-size: 2206px 80px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
@media screen and (max-width: 992px) {
  .top-accessory {
    background-image: url('assets/img/top/accessory_bg_top_sp.webp'), url('assets/img/top/accessory_bg_bottom_sp.webp'), url('assets/img/top/accessory_bg_sp.webp');
    background-repeat: repeat-x, repeat-x, repeat;
    background-size: auto;
    background-position:
      top center,
      bottom center,
      center center;
    max-width: none;
    margin-top: 62px;
    padding: 64px 0 76px;
  }
}
.top-accessory__slider {
  margin: 40px auto 0;
}
@media screen and (max-width: 992px) {
  .top-accessory__slider {
    max-width: none;
    margin-top: 38px;
  }
}
.top-accessory__sliderwrapper {
  max-width: 1240px;
  position: relative;
  margin: auto;
}
.top-accessory .slick-prev,
.top-accessory .slick-next {
  cursor: pointer;
  top: 29%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-accessory .slick-prev img,
.top-accessory .slick-next img {
  width: 26px;
  height: 18px;
}
@media screen and (max-width: 992px) {
  .top-accessory .slick-prev img,
  .top-accessory .slick-next img {
    height: 10px;
    width: 18px;
  }
}
.top-accessory .slick-prev {
  left: calc(50% - 195px);
}
@media (max-width: 1240px) {
  .top-accessory .slick-prev {
    left: calc(50% - 15.4vw);
  }
}
@media (max-width: 992px) {
  .top-accessory .slick-prev {
    left: calc(50% - 110px);
  }
}
.top-accessory .slick-prev img {
  transform: rotate(90deg);
}
.top-accessory .slick-next {
  left: calc(50% + 195px);
}
@media (max-width: 1240px) {
  .top-accessory .slick-next {
    left: calc(50% + 15.4vw);
  }
}
@media (max-width: 992px) {
  .top-accessory .slick-next {
    left: calc(50% + 110px);
  }
}
.top-accessory .slick-next img {
  transform: rotate(-90deg);
}
.top-accessory__slide {
  text-align: left;
  margin: 0 30px;
}
@media screen and (max-width: 992px) {
  .top-accessory__slide {
    width: 180px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.top-accessory__slide a {
  transition: all 0.2s;
}
@media (hover: hover) {
  .top-accessory__slide a:hover {
    opacity: 0.8;
  }
}
.top-accessory__slide img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-accessory__slide img {
    max-width: none;
    width: 100%;
  }
}
.top-accessory__slide--item {
  display: inline-block;
  margin-top: 18px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.66;
}
@media screen and (max-width: 992px) {
  .top-accessory__slide--item {
    font-size: 1.8rem;
  }
}
.top-accessory__slide--price {
  font-size: 2.5rem;
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .top-accessory__slide--price {
    font-size: 1.5rem;
  }
}
.top-accessory .slick-dots {
  display: flex;
  justify-content: center;
  margin: 28px 0 9px;
}
@media screen and (max-width: 992px) {
  .top-accessory .slick-dots {
    margin: 15px 0 0;
  }
}
.top-accessory .slick-dots li {
  margin: 0 7px;
}
@media screen and (max-width: 992px) {
  .top-accessory .slick-dots li {
    margin: 0 3px;
  }
}
.top-accessory .slick-dots li button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .top-accessory .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.top-accessory .slick-dots li.slick-active button {
  background: #aeaeae;
}
@media screen and (max-width: 992px) {
  .top-accessory .c-button {
    margin-top: 26px;
  }
}
.top-accessory .coming-soon {
  background-color: #fff;
  border-radius: 20px;
  width: 1080px;
  margin: 44px auto 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .top-accessory .coming-soon {
    width: auto;
    margin: 28px 30px 0;
    border-radius: 30px;
  }
}
.top-accessory .coming-soon h2 {
  margin-bottom: 0;
  font-size: 3.5rem;
  letter-spacing: 7px;
}
@media screen and (max-width: 992px) {
  .top-accessory .coming-soon h2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
.top-app {
  padding: 172px 20px 74px;
}
@media screen and (max-width: 992px) {
  .top-app {
    padding: 0 20px;
    scroll-margin-top: 70px;
  }
}
.top-app__inner {
  display: flex;
  gap: 72px;
  max-width: 1002px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-app__inner {
    display: block;
  }
}
.top-app__inner.is-memory {
  margin-top: 46px;
}
.top-app__inner.is-memory .top-app__right {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .top-app__inner.is-memory .top-app__left img {
    max-height: 128px;
  }
}
.top-app__right {
  order: 2;
  margin-top: 82px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .top-app__right {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .top-app__right .top-lead__text p {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    display: block !important;
  }
}
.top-app__button {
  margin-top: 32px;
  text-align: left;
  display: flex !important;
  gap: 30px;
  max-width: 567px;
}
.top-app__button img {
  width: 100%;
  height: auto;
}
.top-app__button.is-sp {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .top-app__button.is-sp {
    display: flex !important;
    justify-content: center;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-app__button a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .top-app__button a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .top-app__button a img {
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .top-app__left {
    margin-top: 20px;
    text-align: center;
  }
}
.top-app__left img {
  max-width: 305px;
}
@media screen and (max-width: 992px) {
  .top-app__left img {
    max-height: 442px;
  }
}
.top-support {
  padding: 180px 0 224px;
  background-image: url('assets/img/top/support_bg_top.webp'), url('assets/img/top/support_bg_bottom.webp'), url('assets/img/top/support_bg.webp');
  background-position:
    top center,
    bottom -1px center,
    center center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100%, 100%, contain;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-support {
    padding: 178px 0 200px;
    background-image: url('assets/img/top/support_bg_top_sp.webp'), url('assets/img/top/support_bg_bottom_sp.webp'), url('assets/img/top/support_bg_sp.webp');
  }
}
@media screen and (max-width: 992px) {
  .top-support {
    margin-top: 42px;
    padding: 112px 0 70px;
    background-size: 100%;
  }
}
.top-support__main {
  position: relative;
  z-index: 2;
}
.top-support__support {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 1118px;
  margin: 64px auto 124px;
  padding: 0 20px;
  gap: 34px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .top-support__support {
    max-width: none;
    margin: 28px 20px 46px;
    padding: 0;
    display: block;
  }
}
.top-support__accordion {
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-support__accordion {
    max-width: none;
    margin-top: 20px;
  }
}
.top-support__details {
  border-top: 2.4px solid #a49688;
  background-color: #fff;
}
.top-support__details:last-of-type {
  border-bottom: 2.4px solid #a49688;
}
.top-support__details--summary {
  position: relative;
  display: block;
  padding: 20px 90px 20px 36px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .top-support__details--summary {
    padding: 20px 64px 20px 22px;
    font-size: 1.5rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }
}
.top-support__details--summary .btn {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .top-support__details--summary .btn {
    top: 52%;
    right: 18px;
  }
}
.top-support__details--summary .btn::after {
  content: '';
  background-image: url('assets/img/top/accordion_icon.svg');
  background-size: contain;
  width: 43px;
  height: 26px;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 992px) {
  .top-support__details--summary .btn::after {
    width: 26px;
    height: 15px;
  }
}
.top-support__details--summary.is-active .btn:after {
  transform: rotate(180deg);
}
.top-support__details--content {
  padding: 32px 16px 32px;
  margin: 0 20px;
  display: none;
  border-top: 1px solid #a49688;
}
@media screen and (max-width: 992px) {
  .top-support__details--content {
    padding: 20px 10px 24px;
  }
}
.top-support__details--content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 2.1rem !important;
  line-height: 1.5 !important;
  text-align: left;
  font-weight: 400 !important;
}
@media screen and (max-width: 992px) {
  .top-support__details--content p {
    font-size: 1.5rem !important;
    line-height: 1.5;
  }
}
.top-support__details--content p:last-of-type {
  margin: 0 0 0;
}
.top-support .c-button {
  margin-top: 54px;
}
@media screen and (max-width: 992px) {
  .top-support .c-button {
    margin-top: 30px;
  }
}
.top-support__deco {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .top-support__deco {
    margin-top: 0;
  }
}
.top-support__deco--01 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-support__deco--01 {
    width: 100%;
  }
}
.top-support__deco--02 {
  height: 607px;
  position: absolute;
  top: -172px;
  right: -42px;
}
@media screen and (max-width: 1200px) {
  .top-support__deco--02 {
    width: 240px;
    height: auto;
    top: -32px;
    right: auto;
    left: -130px;
  }
}
.top-support__reserv {
  margin: 120px auto 0;
}
@media screen and (max-width: 992px) {
  .top-support__reserv {
    margin-top: 47px;
  }
}
.top-support__reserv .c-button a {
  min-width: 272px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv .c-button a {
    min-width: auto;
  }
}
.top-support__reserv__inner {
  border: 2.4px solid #6f5f4f;
  padding: 65px 97px 52px 62px;
  max-width: 1080px;
  border-radius: 30px;
  margin: 20px auto 0;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__inner {
    margin-top: 32px;
    max-width: none;
    width: 100%;
    padding: 34px;
    margin-top: 10px;
    border-radius: 20px;
    border-width: 1px;
  }
}
@media screen and (max-width: 1200px) {
  .top-support__reserv {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.top-support__reserv--title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .top-support__reserv--title {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 992px) {
  .top-support__reserv--price img {
    max-width: 500px;
  }
}
.top-support__reserv__plan {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan {
    margin-top: 30px;
  }
}
.top-support__reserv__plan--title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.top-support__reserv__plan--text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--text {
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
.top-support__reserv__plan--wrapper {
  display: flex;
  gap: 30px;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--wrapper {
    display: block;
  }
}
.top-support__reserv__plan--item {
  background-color: #fff;
  border-radius: 16px;
  width: calc((100% - 30px) / 2);
  padding-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--item {
    width: 100%;
    padding-bottom: 19px;
    margin-bottom: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-support__reserv__plan--item--sub {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--item--sub {
    font-size: 1.4rem;
  }
}
.top-support__reserv__plan--item--title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 20px 8px 15px 8px;
  border-bottom: 1px solid #ffb533;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--item--title {
    font-size: 2rem;
    padding: 18px 8px 15px 8px;
  }
}
.top-support__reserv__plan--item--price {
  font-size: 2rem;
  margin-bottom: 14px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--item--price {
    font-size: 1.6rem;
  }
}
.top-support__reserv__plan--item--price strong {
  font-weight: 700;
  font-size: 2.7rem;
  padding-left: 5px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--item--price strong {
    font-size: 2rem;
  }
}
.top-support__reserv__plan--item--text {
  font-size: 1.7rem;
  padding: 0 8px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--item--text {
    font-size: 1.5rem;
  }
}
.top-support__reserv__plan--item--text span {
  font-weight: 700;
}
.top-support__reserv__plan--note {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .top-support__reserv__plan--note {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 20px auto 0;
    text-align: left;
    max-width: 500px;
  }
}
.top-support__reserv02 {
  margin: 70px auto 0;
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 992px) {
  .top-support__reserv02 + .top-support__reserv02 {
    margin-top: 20px;
  }
}
.top-support__reserv02__inner {
  display: flex;
  align-items: center;
  max-width: 1120px;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02__inner {
    display: block;
    max-width: none;
  }
}
.top-support__reserv02--text {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 700;
  order: 1;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02--text {
    font-size: 1.5rem;
    margin: 0 7px;
  }
}
.top-support__reserv02--button {
  order: 2;
  font-size: 3.6rem;
  font-weight: 700;
  background-color: #ffde65;
  border: 2.4px solid #ffde65;
  text-align: center;
  border-radius: 70px;
  width: 500px;
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 36px 20px 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02--button {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 18px;
    padding: 22px 20px 20px;
    gap: 9px;
    border-radius: 50px;
  }
}
@media (hover: hover) {
  .top-support__reserv02--button:hover {
    background-color: #fff;
  }
}
.top-support__reserv02--button:after {
  content: '';
  width: 39.4px;
  height: 39.4px;
  background-image: url('assets/img/common/icon_button_brown.svg');
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02--button:after {
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
    margin-top: -1px;
  }
}
.top-support__reserv02--button img {
  width: 500px;
}
.top-support__reserv02--button.is-purchase {
  position: relative;
  height: 302px;
  padding-top: 28px;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02--button.is-purchase {
    height: 178px;
    padding-top: 17px;
  }
}
.top-support__reserv02--button.is-purchase .top-support__reserv02__img {
  position: absolute;
  width: 325px;
  height: auto;
  bottom: -70px;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02--button.is-purchase .top-support__reserv02__img {
    width: 192px;
    height: auto;
    bottom: -40px;
  }
}
.top-support__reserv02--button.is-purchase .top-support__reserv02__img img {
  max-width: 100%;
  transition: transform 0.2s;
}
.top-support__reserv02--button.is-purchase.is-visible .top-support__reserv02__img {
  animation: popIn 0.6s ease forwards;
}
.top-support__reserv02--button.is-purchase:hover {
  background-color: #ffde65;
}
.top-support__reserv02--button.is-purchase:hover img {
  transform: scale(1.04, 1.04) translateY(-10px) !important;
  transform: translateY(-25px) !important;
}
.top-support__reserv02.is-sub {
  margin-top: 190px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02.is-sub {
    margin-top: 90px;
  }
}
.top-support__reserv02.is-sub::before {
  content: '';
  width: 100%;
  height: 84px;
  background-image: url('assets/img/common/line_dash_support.svg');
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
}
@media screen and (max-width: 992px) {
  .top-support__reserv02.is-sub::before {
    background-image: url('assets/img/common/line_dash_support_sp.svg');
    background-size: contain;
    width: 100vw;
    top: -50px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.top-support__faq {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .top-support__faq {
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .l-wrap.top .top-support__reserv02 {
    display: block;
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-news {
  padding: 86px 20px 166px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .top-news {
    padding: 32px 30px 204px;
  }
}
.top-news h2.c-heading {
  margin-bottom: 22px;
}
.top-news__list {
  max-width: 1080px;
  margin: 34px auto 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .top-news__list {
    margin-top: 14px;
  }
}
.top-news__item {
  border-bottom: 2px solid #a39587;
  padding: 34px 5px 36px;
}
@media screen and (max-width: 992px) {
  .top-news__item {
    padding: 18px 0 22px;
    border-bottom: 1px solid #a39587;
  }
}
.top-news__item:first-child {
  border-top: 2px solid #a39587;
}
@media screen and (max-width: 992px) {
  .top-news__item:first-child {
    padding: 18px 0 22px;
    border-top: 1px solid #a39587;
  }
}
.top-news__header {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 14px;
  margin-left: -6px;
}
@media screen and (max-width: 992px) {
  .top-news__header {
    font-size: 1.4rem;
    margin-bottom: 10px;
    gap: 12px;
  }
}
.top-news__header--tag {
  color: #fff;
  font-weight: 500;
  background-color: #64c9cc;
  border-radius: 50px;
  padding: 9px 32px 11px;
  min-width: 160px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .top-news__header--tag {
    padding: 6px 10px 8px;
    min-width: 100px;
  }
}
.top-news__header--tag.is-yellow {
  background-color: #fab51e;
}
.top-news__header--tag.is-green {
  background-color: #56bc5b;
}
.top-news__header--tag.is-blue {
  background-color: #7d8ebe;
}
.top-news__header--tag.is-red {
  background-color: #ef6c40;
}
.top-news__header--date {
  font-weight: 700;
}
.top-news__link {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .top-news__link {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .top-news__link:hover {
    text-decoration: underline;
  }
}
.top-news .c-button {
  margin-top: 58px;
}
@media screen and (max-width: 992px) {
  .top-news .c-button {
    margin-top: 28px;
  }
}
.l-wrap.news .top-news {
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.news .top-news {
    padding-bottom: 0;
  }
}
.l-wrap.comic .lead__inner .l-footer__x {
  width: 452px;
  text-align: left;
  margin: -24px auto 26px;
  background-color: #fff;
  padding: 11px 14px 12px 18px;
  gap: 18px;
  border: 1px solid rgba(111, 95, 79, 0.2);
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .lead__inner .l-footer__x {
    max-width: 300px;
    border-radius: 10px;
  }
}
.l-wrap.comic .lead__inner .l-footer__x p {
  line-height: 1.4;
}
.l-wrap.comic .lead__inner .l-footer__x--icon {
  width: 84px;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .lead__inner .l-footer__x--icon {
    width: 50px;
  }
}
.l-wrap.comic .lead__inner .l-footer__x--share {
  margin-left: auto;
}
.l-wrap.comic .lead__inner p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
.l-wrap.comic .lead__inner .comic_deco01,
.l-wrap.comic .lead__inner .comic_deco02 {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .lead__inner .comic_deco01,
  .l-wrap.comic .lead__inner .comic_deco02 {
    display: none;
  }
}
.l-wrap.comic .lead__inner .comic_deco01 {
  width: 192px;
  height: 175px;
  top: -56px;
  left: -173px;
}
.l-wrap.comic .lead__inner .comic_deco02 {
  width: 185px;
  height: 214px;
  top: -48px;
  right: -145px;
}
.l-wrap.comic .l-contents .comic-content {
  padding-top: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .l-contents .comic-content {
    padding-top: 0;
  }
}
.l-wrap.comic .l-contents .comic-content__title {
  margin: 50px auto 36px;
  font-size: 3.8rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .l-contents .comic-content__title {
    font-size: 2.4rem;
    font-weight: 900;
    margin: 40px auto 18px;
  }
}
.l-wrap.comic .l-contents .comic-content__title--number {
  display: block;
  margin-bottom: 14px;
  font-size: 3.3rem;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .l-contents .comic-content__title--number {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 12px;
  }
}
.l-wrap.comic .l-contents .comic-content__img {
  width: 400px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .l-contents .comic-content__img {
    width: 100%;
  }
}
.l-wrap.comic .l-contents .comic-content__img img {
  max-width: 100%;
}
.l-wrap.comic .l-contents .comic-content:before,
.l-wrap.comic .l-contents .comic-content:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .l-wrap.comic .l-contents .comic-content:before,
  .l-wrap.comic .l-contents .comic-content:after {
    content: none;
  }
}
.l-wrap.comic .l-contents .comic-content:before,
.l-wrap.comic .l-contents .comic-content:after {
  background-image: url('assets/img/comic/comic_deco01.webp');
  width: 572px;
  height: 389px;
}
.l-wrap.comic .l-contents .comic-content:before {
  top: 35px;
  left: -380px;
}
.l-wrap.comic .l-contents .comic-content:after {
  top: -340px;
  right: -390px;
  transform: rotate(-30deg);
}
.l-wrap.spec .lead {
  padding-bottom: 180px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .lead {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.l-wrap.spec .lead .spec_deco01,
.l-wrap.spec .lead .spec_deco02 {
  position: absolute;
}
.l-wrap.spec .lead .spec_deco01 {
  width: 269px;
  height: auto;
  top: 60px;
  right: -320px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .lead .spec_deco01 {
    position: relative;
    top: auto;
    right: auto;
    max-width: 162px;
    height: auto;
    margin-top: 30px;
    transform: translateX(-20px);
  }
}
.l-wrap.spec .lead .spec_deco02 {
  width: 353px;
  height: 428px;
  top: -10px;
  left: 50px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .lead .spec_deco02 {
    display: none;
  }
}
.l-wrap.spec .feature-content {
  max-width: 1350px;
  margin: 122px auto 200px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content {
    max-width: 500px;
    margin: 0 auto 100px;
  }
}
.l-wrap.spec .feature-content__item {
  max-width: 1055px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 96px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__item {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto 60px;
    gap: 24px;
  }
}
.l-wrap.spec .feature-content__item.with-video {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__item.with-video {
    margin-bottom: 0;
  }
}
.l-wrap.spec .feature-content__item:last-child {
  margin-bottom: 0;
}
.l-wrap.spec .feature-content__item.is-right .feature-content__desc {
  order: 2;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__item.is-right .feature-content__desc {
    order: 1;
  }
}
.l-wrap.spec .feature-content__item.is-right .feature-content__img {
  order: 1;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__item.is-right .feature-content__img {
    order: 2;
  }
}
.l-wrap.spec .feature-content__desc {
  width: 516px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__desc {
    width: 100%;
  }
}
.l-wrap.spec .feature-content__heading {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 14px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }
}
.l-wrap.spec .feature-content__heading p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__heading p {
    font-size: 1.8rem;
    font-weight: 900;
    margin-top: 0;
  }
}
.l-wrap.spec .feature-content__heading > img {
  width: 80px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__heading > img {
    width: 54px;
  }
}
.l-wrap.spec .feature-content__text {
  margin-top: 25px;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__text {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-wrap.spec .feature-content__img {
  width: 500px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__img {
    width: 100%;
  }
}
.l-wrap.spec .feature-content__img img {
  max-width: 100%;
}
.l-wrap.spec .feature-content__video {
  margin-bottom: 96px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .feature-content__video {
    margin-bottom: 60px;
  }
}
.l-wrap.spec .feature-content__video-inner {
  text-align: center;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 2;
}
.l-wrap.spec .feature-content__video-inner iframe {
  width: 100%;
  height: 100%;
}
.l-wrap.spec .can-content {
  display: flex;
  margin: 70px auto 120px;
}
@media screen and (min-width: 991px) {
  .l-wrap.spec .can-content {
    max-width: 1120px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content {
    flex-direction: column;
    margin: 10px auto 28px;
  }
}
.l-wrap.spec .can-content__item {
  background-image: url('assets/img/common/line_dash_vertical.svg');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 14px;
  margin-right: 17px;
  width: 33.33333%;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content__item {
    width: 100%;
    background-image: url('assets/img/common/line_dash_side.svg');
    background-position: bottom center;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 26px;
    margin-bottom: 40px;
    background-repeat: repeat-x;
  }
}
.l-wrap.spec .can-content__item:last-child {
  background-image: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content__item:last-child {
    background-image: url('assets/img/common/line_dash_side.svg');
  }
}
.l-wrap.spec .can-content__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content__heading {
    margin-bottom: 15px;
  }
}
.l-wrap.spec .can-content__heading img {
  width: 80px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content__heading img {
    width: 54px;
  }
}
.l-wrap.spec .can-content__heading p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content__heading p {
    font-size: 1.8rem;
  }
}
.l-wrap.spec .can-content__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .can-content__text {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 1.2px;
  }
}
.l-wrap.spec .spec-content {
  margin: 70px auto 0;
}
@media screen and (min-width: 991px) {
  .l-wrap.spec .spec-content {
    max-width: 1080px;
  }
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .spec-content {
    margin-top: 10px;
    max-width: 500px;
  }
}
.l-wrap.spec .spec-content table {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .spec-content table {
    margin-bottom: 10px;
  }
}
.l-wrap.spec .spec-content__notes {
  font-size: 1.4rem;
  counter-reset: note;
  padding-left: 0;
}
.l-wrap.spec .spec-content__notes li {
  counter-increment: note;
  margin-bottom: 0;
  position: relative;
  padding-left: 3rem;
  text-indent: 0rem;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .spec-content__notes li {
    padding-left: 3.3rem;
  }
}
.l-wrap.spec .spec-content__notes li::before {
  content: '※' counter(note);
  position: absolute;
  left: 0;
  padding-right: 6px;
}
.l-wrap.spec .spec-content__note p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .l-wrap.spec .spec-content__note p {
    font-size: 1.1rem;
  }
}
.l-wrap.support .lead-top {
  padding-bottom: 100px;
  margin-bottom: 80px;
}
.l-wrap.support .lead-top__text {
  font-size: 2.5rem;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead-top__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.l-wrap.support .lead-top__inner {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead-top {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.l-wrap.support .lead-top::after {
  content: '';
  width: 100%;
  max-width: 928px;
  height: 10px;
  background-image: url('assets/img/common/line_dash.svg');
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead-top::after {
    content: none;
  }
}
.l-wrap.support .lead-top .support_deco01 {
  position: absolute;
  width: 273px;
  height: auto;
  top: 10px;
  right: -260px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead-top .support_deco01 {
    position: relative;
    top: auto;
    right: auto;
    max-width: 161px;
    height: auto;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-wrap.support .lead-top .support_deco02 {
  position: absolute;
  left: 0;
  bottom: 24px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead-top .support_deco02 {
    display: none;
  }
}
.l-wrap.support .lead {
  margin-bottom: 0;
}
.l-wrap.support .lead::after {
  display: none;
}
.l-wrap.support .lead .lead__inner h2 {
  font-size: 2.5rem;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead .lead__inner h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.l-wrap.support .lead .lead__inner p {
  font-weight: 400;
  font-size: 2.5rem !important;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .lead .lead__inner p {
    font-size: 1.3rem !important;
  }
}
.l-wrap.support .plan-content {
  margin-top: 70px;
  margin-bottom: 138px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .plan-content {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
.l-wrap.support .plan-content__item {
  max-width: 1080px;
  margin: 88px auto 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .plan-content__item {
    margin-top: 40px;
  }
}
.l-wrap.support .plan-content__item:first-child {
  margin-top: 0;
}
.l-wrap.support .plan-content__item img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .plan-content__item img {
    width: 100%;
  }
}
.l-wrap.support .plan-content p {
  line-height: 2.5;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .plan-content p {
    line-height: 1.8;
  }
}
.l-wrap.support .prepare {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare {
    border-radius: 18px;
    margin-bottom: 30px;
  }
}
.l-wrap.support .prepare h4 {
  background-color: #5a442e;
  padding: 15px 5px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 32px 32px 0 0;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare h4 {
    font-size: 1.8rem;
    padding: 8px 5px;
    border-radius: 18px 18px 0 0;
  }
}
.l-wrap.support .prepare-item {
  padding: 25px 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare-item {
    padding: 25px 30px;
  }
}
.l-wrap.support .prepare-item__data {
  display: inline;
  margin-left: -0.3em;
}
.l-wrap.support .prepare-item__data span {
  width: 220px;
  white-space: nowrap;
  display: inline-block;
  text-indent: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare-item__data span {
    width: 140px;
  }
}
.l-wrap.support .prepare-item__data a {
  display: inline-flex;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare-item__data a {
    gap: 5px;
  }
}
.l-wrap.support .prepare-item__data a::after {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(assets/img/common/icon_button.svg);
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare-item__data a::after {
    width: 17px;
    height: 17px;
  }
}
.l-wrap.support .prepare-item li {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare-item li {
    font-size: 1.3rem;
  }
}
.l-wrap.support .prepare-item li + li {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .prepare-item li + li {
    margin-top: 10px;
  }
}
.l-wrap.support .use-content-block__video {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.l-wrap.support .use-content-block__video > div {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-wrap.support .use-content-block__video > div > iframe {
  width: 100%;
  height: 100%;
}
.l-wrap.support .use-content-block__text {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .use-content-block__text {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 15px;
  }
}
.l-wrap.support .use-content-block__caption {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .use-content-block__caption {
    padding-top: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
}
.l-wrap.support .use-content-block + .use-content-block {
  margin-top: 73px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .use-content-block + .use-content-block {
    margin-top: 40px;
  }
}
.l-wrap.support .use-cotent-dl {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .use-cotent-dl {
    margin-bottom: 30px;
  }
}
.l-wrap.support .faq-content {
  margin-top: 160px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .faq-content {
    margin-top: 68px;
  }
}
.l-wrap.support .faq-content__block h4 {
  font-size: 2.7rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .faq-content__block h4 {
    font-size: 1.7rem;
  }
}
.l-wrap.support .faq-content__block .top-support__accordion {
  padding: 0;
  margin-top: 10px;
}
.l-wrap.support .faq-content__block + .faq-content__block {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .l-wrap.support .faq-content__block + .faq-content__block {
    font-size: 47px;
  }
}
.l-wrap.support .use-content + .use-content {
  margin-top: 85px;
}
.l-wrap.store .store_deco02 {
  position: absolute;
  left: 0;
  top: 40px;
}
@media screen and (max-width: 992px) {
  .l-wrap.store .store_deco02 {
    display: none;
  }
}
.l-wrap.store .store-content {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.l-wrap.store .store-content .store_deco01 {
  position: absolute;
  width: 313px;
  top: -68px;
  right: -100px;
}
@media screen and (max-width: 992px) {
  .l-wrap.store .store-content .store_deco01 {
    position: relative;
    right: auto;
    max-width: 190px;
    height: auto;
    top: auto;
    right: auto;
    margin: 30px auto;
    display: block;
  }
}
.l-wrap.store .store-content__title {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  .l-wrap.store .store-content__title {
    font-size: 2.6rem;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.l-wrap.store .store-content__item {
  width: 100%;
  height: 158px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .l-wrap.store .store-content__item {
    height: 92px;
  }
}
.l-wrap.store .store-content__item img {
  display: block;
  max-width: 450px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .l-wrap.store .store-content__item img {
    max-width: 260px;
  }
}
@media (hover: hover) {
  .l-wrap.store .store-content__item:hover {
    filter: brightness(110%);
  }
}
.l-wrap.store .l-main__inner {
  padding-bottom: 0;
}
.store-attention {
  padding-top: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .store-attention {
    padding-top: 0;
  }
}
.store-attention__inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #918272;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .store-attention__inner {
    padding: 20px;
  }
}
.store-attention__text {
  font-size: 2.1rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .store-attention__text {
    font-size: 1.6rem !important;
    text-align: left;
  }
}
.store-list {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 12px;
}
@media screen and (max-width: 992px) {
  .store-list {
    grid-template-columns: 1fr;
  }
}
.store-list__item {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  line-height: 1.6 !important;
  display: flex;
}
.store-list__item::before {
  display: none !important;
}
.store-list__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  text-align: center;
  background: #f3e9d7;
  border: 2px solid #f3e9d7;
  border-radius: 6px;
  text-decoration: none;
  color: #5a442e;
  height: 100%;
  font-size: 1.7rem !important;
  text-decoration: none !important;
  border-radius: 150px;
  transition: all 0.2s;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 992px) {
  .store-list__link {
    font-size: 1.4rem !important;
  }
}
@media (hover: hover) {
  .store-list__link:hover {
    background: #fff;
  }
}
.store-list__link::after {
  position: absolute;
  right: 6px;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(assets/img/common/icon_target.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 992px) {
  .store-list__link::after {
    right: 15px;
    width: 22px;
    height: 22px;
  }
}
.l-wrap.news .news-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 732px;
  margin: auto;
  gap: 24px 36px;
}
@media screen and (max-width: 992px) {
  .l-wrap.news .news-tag__wrapper {
    gap: 20px 14px;
    max-width: none;
  }
}
.l-wrap.news .news-tag__item {
  width: calc((100% - 72px) / 3);
  display: none;
}
@media screen and (max-width: 992px) {
  .l-wrap.news .news-tag__item {
    width: calc((100% - 28px) / 3);
  }
}
.l-wrap.news .news-tag__item.is-show {
  display: block;
}
.l-wrap.news .news-tag__link {
  padding: 14px 20px 13px;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 80px;
  color: #6f5f4f;
  border: 1px solid rgba(111, 95, 79, 0.2);
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .l-wrap.news .news-tag__link {
    padding: 10px 20px 11px;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .l-wrap.news .news-tag__link:hover {
    background-color: #6f5f4f;
    color: #fff;
  }
}
.l-wrap.news .news-tag__link.is-active {
  background-color: #6f5f4f;
  color: #fff;
  border: 1px solid #6f5f4f;
}
@media (hover: hover) {
  .l-wrap.news .news-tag__link.is-active:hover {
    background-color: #fff;
    color: #6f5f4f;
  }
}
@media screen and (max-width: 992px) {
  .l-wrap.news .top-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-wrap.news .top-news__item {
  font-weight: 500;
  padding: 24px 5px 24px;
}
.l-wrap.news .top-news__header--date {
  font-weight: 500;
}
.l-wrap.news-detail .l-main__inner {
  padding-top: 162px;
}
@media screen and (max-width: 992px) {
  .l-wrap.news-detail .l-main__inner {
    padding-top: 106px;
  }
}
.l-wrap.news-detail .l-main__inner:before {
  content: none;
}
.l-wrap.news-detail .l-main__inner .news-head {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px 28px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-wrap.news-detail .l-main__inner .news-head {
    max-width: none;
    margin-bottom: 40px;
    padding: 0 0 20px;
  }
}
.l-wrap.news-detail .l-main__inner .news-head:after {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background-image: url('assets/img/common/line_dash.svg');
  background-repeat: repeat-x;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.news-detail .l-main__inner .news-head:after {
    background-image: url('assets/img/common/line_dash_news_sp.svg');
  }
}
.l-wrap.news-detail .l-main__inner .news-head .top-news__header {
  margin-bottom: 36px;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .l-wrap.news-detail .l-main__inner .news-head .top-news__header {
    margin-bottom: 12px;
  }
}
.l-wrap.news-detail .l-main__inner .news-head .top-news__header .top-news__header--date {
  font-weight: 500;
}
.l-wrap.news-detail .l-main__inner .news-head .top-news__link {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 3.8px;
}
@media screen and (max-width: 992px) {
  .l-wrap.news-detail .l-main__inner .news-head .top-news__link {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .l-wrap.news-detail .l-main__inner .news-head .top-news__link:hover {
    text-decoration: none;
  }
}
.l-wrap.news-detail .l-main__inner .l-contents {
  max-width: 1120px;
}
.l-wrap.news-detail .l-main__inner .c-button {
  margin-top: 85px;
}
.l-wrap.news-detail .l-main__inner .c-button span {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .l-wrap.news-detail .l-main__inner .c-button span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .u-pc {
    display: none !important;
  }
}
.u-sp {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .u-sp {
    display: inline-block !important;
  }
}
.u-sp02 {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-sp02 {
    display: block;
  }
}
.u-img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 992px) {
  .mt-25 {
    margin-top: 14px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 992px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 992px) {
  .mt-100 {
    margin-top: 40px !important;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 992px) {
  .mb-10 {
    margin-bottom: 6px !important;
  }
}
.mb-25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 992px) {
  .mb-25 {
    margin-bottom: 16px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 992px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}
/*# sourceMappingURL=common.css.map */
