/* --------------------------------------------------
* header
*/
.site-header {
  padding: 4vw;
}
.site-header .head-logo {
  width: 13.0666666667vw;
}
.site-header .rgt-area {
  width: 53.3333333333vw;
}
.site-header .login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  margin-right: 2.6666666667vw;
}
.site-header .login-btn a {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
}
.site-header .login-btn span {
  width: 100%;
  height: 100%;
}
.site-header .login-btn span::before {
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  margin-right: 0;
}
.site-header .form-btn,
.site-header .menu-btn {
  width: 16vw;
  height: 16vw;
}
.site-header .form-btn {
  margin-right: 2.6666666667vw;
}
.site-header .form-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.site-header .menu-btn span {
  width: 7.4666666667vw;
  border-bottom: 0.8vw solid var(--wht-color-2);
  border-radius: 5.3333333333vw;
}
.site-header .menu-btn span:nth-child(1) {
  top: 6.4vw;
}
.site-header .menu-btn span:nth-child(2) {
  top: 9.3333333333vw;
}
.site-header .nav-wrapper {
  width: 100%;
}
.site-header.is-active .menu-btn span {
  right: 40%;
}
.site-header.is-active .menu-btn span:nth-child(1) {
  top: 4.5333333333vw;
}
.site-header.is-active .menu-btn span:nth-child(2) {
  top: 9.8666666667vw;
}
.site-header .nav-inner {
  padding: 8vw 5.3333333333vw 18.6666666667vw;
}
.site-header .nav-inner .menu-links {
  margin-bottom: 10.6666666667vw;
}
.site-header .nav-inner .menu-links > li > a {
  padding: 5.3333333333vw 0;
  font-size: 3.7333333333vw;
}
.site-header .nav-inner .menu-links > li:first-of-type {
  padding-left: 6.6666666667vw;
}
.site-header .nav-inner .menu-links > li:first-of-type::before {
  top: 5.8666666667vw;
  width: 3.7333333333vw;
  height: 5.3333333333vw;
}
.site-header .nav-inner .menu-links > li:first-of-type .btn-inner {
  margin-left: -6.6666666667vw;
}
.site-header .nav-inner .menu-links .btn-toggle {
  padding: 5.3333333333vw 0;
}
.site-header .nav-inner .menu-links .btn-toggle span {
  font-size: 3.7333333333vw;
}
.site-header .nav-inner .menu-links .btn-toggle span::before, .site-header .nav-inner .menu-links .btn-toggle span::after {
  top: 8vw;
  right: 2.6666666667vw;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
}
.site-header .nav-inner .menu-links .btn-inner {
  margin-top: 5.3333333333vw;
}
.site-header .nav-inner .menu-links .btn-inner li:not(:last-of-type) {
  margin-bottom: 4vw;
}
.site-header .nav-inner .menu-links .btn-inner li a {
  font-size: 3.7333333333vw;
}
.site-header .inner-ttl {
  margin-bottom: 12vw;
  font-size: 9.0666666667vw;
}
.site-header .sns-btn-area .btn-inner li:not(:last-of-type) {
  margin-right: 4vw;
}
.site-header .sns-btn-area .btn-inner li a {
  width: 16vw;
  height: 16vw;
}
.site-header .sns-btn-area .btn-inner li:first-of-type img {
  width: 7.2vw;
  max-width: initial;
}
.site-header .sns-btn-area .btn-inner li:nth-of-type(2) img {
  width: 6.9333333333vw;
  max-width: initial;
}
.site-header .sns-btn-area .btn-inner li:last-of-type img {
  width: 10.4vw;
  max-width: initial;
}
.site-header .fixbtn-area {
  bottom: 0;
  width: 100%;
}
.site-header .fixbtn-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.site-header .fixbtn-area ul.pc {
  display: none;
}
.site-header .fixbtn-area li {
  width: auto;
  height: auto;
}
.site-header .fixbtn-area li:not(:last-of-type) {
  margin-bottom: 0;
}
.site-header .fixbtn-area li a {
  padding: 4vw 0;
  -ms-writing-mode: initial;
  writing-mode: initial;
  border-radius: 0;
}
.site-header .fixbtn-area li .arrow::after {
  margin-top: 0;
  margin-left: 2.6666666667vw;
  border: solid 1.3333333333vw transparent;
  border-left: solid 2vw var(--wht-color-2);
}
.site-header .fixbtn-area li:first-of-type a {
  background: linear-gradient(-270deg, #E5F7CC 0%, #82C391 15%, #6FBA97 75%, #4CA27E 100%);
}

/* --------------------------------------------------
* footer
*/
.site-footer {
  background: url("../img/common/ftr_bg_sp.webp") no-repeat top center;
  background-size: cover;
}
.site-footer .upr-area {
  width: 89.3333333333vw;
  padding: 0 0 16vw;
  margin: 0 auto 16vw;
}
.site-footer .upr-area .wrap {
  width: 66.6666666667vw;
  padding-top: 21.3333333333vw;
}
.site-footer .upr-area .illust {
  top: -12.8vw;
  right: -8vw;
  width: 19.7333333333vw;
}
.site-footer .upr-area .global-nav {
  display: block;
  gap: 0;
}
.site-footer .upr-area .menu-links {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
.site-footer .upr-area .menu-links dt {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
.site-footer .upr-area .menu-links dt .icon::before {
  vertical-align: 0;
  width: 3.7333333333vw;
  height: 5.3333333333vw;
  margin-right: 2.6666666667vw;
}
.site-footer .upr-area .menu-links dd {
  text-align: center;
}
.site-footer .upr-area .menu-links dd:not(:last-of-type) {
  margin-bottom: 5.3333333333vw;
}
.site-footer .upr-area .menu-links li a {
  padding: 5.3333333333vw 0;
  border-radius: 8vw;
}
.site-footer .upr-area .menu-links li:not(:last-of-type) {
  margin-bottom: 4vw;
}
.site-footer .lwr-area {
  margin-bottom: 14.6666666667vw;
}
.site-footer .lwr-area .wrap {
  display: block;
  text-align: center;
}
.site-footer .lwr-area .lft-area {
  width: 100%;
  margin: 0 auto 9.3333333333vw;
}
.site-footer .lwr-area .rgt-area {
  width: 100%;
  margin: 0 auto;
}
.site-footer .lwr-area .logo {
  width: 82.6666666667vw;
  max-width: initial;
  margin-bottom: 1.3333333333vw;
}
.site-footer .lwr-area .access {
  margin-bottom: 5.3333333333vw;
  line-height: 1.5833333333;
}
.site-footer .lwr-area .txt-blk {
  display: block;
}
.site-footer .lwr-area .tel {
  margin-right: 0;
  margin-bottom: 1.3333333333vw;
}
.site-footer .lwr-area .sns-btn-area {
  margin-bottom: 9.3333333333vw;
  text-align: center;
}
.site-footer .lwr-area .btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-footer .lwr-area .btn-inner li:not(:first-of-type) {
  margin-left: 4vw;
}
.site-footer .lwr-area .btn-inner li a {
  width: 16vw;
  height: 16vw;
}
.site-footer .lwr-area .btn-inner li:first-of-type img {
  width: 7.2vw;
  max-width: initial;
}
.site-footer .lwr-area .btn-inner li:nth-of-type(2) img {
  width: 6.9333333333vw;
  max-width: initial;
}
.site-footer .lwr-area .btn-inner li:last-of-type img {
  width: 10.4vw;
  max-width: initial;
}
.site-footer .lwr-area .menu-links {
  display: block;
}
.site-footer .lwr-area .menu-links li {
  margin-bottom: 0;
}
.site-footer .lwr-area .menu-links li:not(:first-of-type) {
  margin-left: 0;
  margin-top: 4vw;
}
.site-footer .copylight {
  padding-bottom: 16vw;
}

/* --------------------------------------------------
* lower
*/
.low-page .page-mv {
  margin-bottom: 12vw;
  background: url("../img/common/low_fv_bg_sp.webp") no-repeat bottom center;
  background-size: cover;
}
.low-page .page-mv .wrap {
  padding: 36vw 0 22.6666666667vw;
}
.low-page .page-mv .page-ttl {
  margin-bottom: 4vw;
  font-size: 5.8666666667vw;
}
.low-page .page-mv .breadcrumb li {
  font-size: 3.2vw;
}
.low-page .page-mv .breadcrumb li:not(:first-child)::before {
  margin: 0 2.6666666667vw 0 1.8666666667vw;
  width: 1.6vw;
  height: 2.4vw;
}
.low-page .page-mv .illust {
  top: 26.6666666667vw;
  right: 2.6666666667vw;
  width: 13.3333333333vw;
}
.low-page .page-mv .bg {
  top: 25.3333333333vw;
  right: -14.6666666667vw;
  width: 62.6666666667vw;
}
.low-page .search-form {
  width: 100%;
  margin-bottom: 32px;
}
.low-page .search-form input {
  flex: 1;
  width: auto;
  padding: 20px;
}
.low-page .search-form button {
  width: 55px;
  height: 55px;
}

#notfound .entry-content {
  margin-bottom: 32vw;
}

/* --------------------------------------------------
* backnumber
*/
.backnumber .illust::after,
.other_issue .illust::after {
  top: -13.3333333333vw;
  right: 3.2vw;
  width: 14.6666666667vw;
  height: 15.4666666667vw;
}
.backnumber .backnumber-swiper,
.other_issue .backnumber-swiper {
  margin-bottom: 8vw;
}
.backnumber .backnumber-swiper .swiper-wrapper,
.other_issue .backnumber-swiper .swiper-wrapper {
  margin-bottom: 0;
}
.backnumber .backnumber-swiper .swiper-wrapper .swiper-slide,
.other_issue .backnumber-swiper .swiper-wrapper .swiper-slide {
  width: 76.5333333333vw;
}
.backnumber .backnumber-swiper .thumbnail,
.other_issue .backnumber-swiper .thumbnail {
  padding-block: 10.1333333333vw;
  margin-bottom: 4vw;
  border-radius: 5.3333333333vw;
}
.backnumber .backnumber-swiper .thumbnail img,
.other_issue .backnumber-swiper .thumbnail img {
  width: 44vw;
}
.backnumber .backnumber-swiper .swiper-buttons .swiper-button-prev,
.backnumber .backnumber-swiper .swiper-buttons .swiper-button-next,
.other_issue .backnumber-swiper .swiper-buttons .swiper-button-prev,
.other_issue .backnumber-swiper .swiper-buttons .swiper-button-next {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}

/* --------------------------------------------------
* bonus
*/
section#bonus {
  margin-bottom: 26.6666666667vw;
}
section#bonus h2 {
  margin-bottom: 10.6666666667vw;
}
section#bonus > p {
  margin-bottom: 5.3333333333vw;
  letter-spacing: 0.04em;
}
section#bonus ul {
  align-items: center;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-bottom: 8vw;
}
section#bonus ul li {
  width: 62.1333333333vw;
  height: 62.1333333333vw;
}
section#bonus ul li img.number {
  position: absolute;
  top: 0;
  width: 15.4666666667vw;
}
section#bonus ul li img.icon {
  z-index: 3;
  object-fit: contain;
}
section#bonus ul li:nth-child(1) img.icon {
  width: 21.8666666667vw;
}
section#bonus ul li:nth-child(2) img.icon {
  width: 16.5333333333vw;
}
section#bonus ul li:nth-child(3) img.icon {
  width: 16.8vw;
}
section#bonus ul li p {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
}

/* --------------------------------------------------
* banner_area
*/
section#banner_area {
  margin-bottom: 16vw;
}
section#banner_area ul {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
section#banner_area ul li {
  flex: 1;
}
section#banner_area ul li a img {
  width: 26.6666666667vw;
}
section#banner_area ul li a p {
  flex: 1;
  text-align: center;
  padding-right: 9.0666666667vw;
  font-size: 4.2666666667vw;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.1em;
  line-height: 1.625;
}
section#banner_area ul li a svg.banner_area_arrow {
  position: absolute;
  bottom: 4vw;
  right: 4vw;
  width: 11.2vw;
  height: 11.2vw;
}
section#banner_area ul li:first-child::before {
  top: -10.6666666667vw;
  width: 12vw;
  height: 12vw;
}/*# sourceMappingURL=common_sp.css.map */