@charset "UTF-8";

body,
html {
  height: 100%
}

*,
::after,
::before {
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit
}

pre,
textarea {
  overflow: auto
}

template {
  display: none
}

details,
main,
summary {
  display: block
}

input[type=number] {
  width: auto
}

input[type=search] {
  -webkit-appearance: textfield
}

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

progress {
  display: inline-block
}

small {
  font-size: 75%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

textarea {
  resize: vertical
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

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

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

input {
  line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: button
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace
}

ol,
ul {
  list-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

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

fieldset {
  border: 0
}

:root {
  --base-size: 1.6rem;
  --color-white: #fff;
  --color-black: #000;
  --hover: #46b035
}

/* @font-face {
  font-family: WAKOROMAN;
  font-weight: 400;
  font-style: normal;
  src: url(../font/WAKOROMAN.otf) format("opentype")
} */

html {
  font-size: inherit
}

body {
  background-color: #f2f2f2;
  word-wrap: break-word;
  color: #212121;
  font-family: ryo-gothic-plusn, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  line-height: 1.6875;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%
}

a {
  text-decoration: none;
  color: #00f
}

a:visited {
  color: navy
}

a:hover {
  text-decoration: none;
  color: #fff
}

a:active {
  text-decoration: none;
  color: #ff8000
}

a[href^="tel:"]:hover {
  color: #00f
}

@media (min-width:768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  border: 1px solid #212121;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121
}

@media (min-width:768px) {
  .button {
    padding-right: .625rem;
    min-width: 15rem;
    transition: background-color .25s cubic-bezier(.39, .575, .565, 1), color .25s cubic-bezier(.39, .575, .565, 1);
    font-size: .8125rem;
    padding-block: .625rem
  }

  .button:hover {
    opacity: 1 !important;
    transition: background-color .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1);
    background-color: #212121;
    color: #fff !important
  }

  .button:hover::after {
    opacity: 0;
    transition: transform .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
    transform: translate(35%, -50%)
  }

  .button:hover::before {
    opacity: 1;
    transition: transform .3s .15s cubic-bezier(.25, .46, .45, .94), opacity .35s .15s cubic-bezier(.39, .575, .565, 1);
    transform: translate(0, -50%);
    background-color: #fff
  }
}

@media (max-width:767.98px) {
  .button {
    padding-right: .625rem;
    min-width: 14.375rem;
    font-size: .75rem;
    padding-block: .625rem
  }
}

.button:visited {
  color: #212121
}

.button::after,
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #212121;
  -webkit-mask-image: url(https://wako.itembox.design/item/assets/img/ashoka/common/icon_arrow.svg);
  mask-image: url(https://wako.itembox.design/item/assets/img/ashoka/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain
}

@media (min-width:768px) {

  .button::after,
  .button::before {
    right: .625rem;
    width: 1.75rem;
    height: .75rem
  }
}

@media (max-width:767.98px) {

  .button::after,
  .button::before {
    right: .3125rem;
    width: 1.5rem;
    height: .625rem
  }
}

.button::before {
  opacity: 0;
  transform: translate(-35%, -50%)
}

.section {
  display: flex;
  flex-flow: column
}

@media (min-width:768px) {
  .section {
    gap: 1.875rem
  }
}

@media (max-width:767.98px) {
  .section {
    gap: 2rem
  }
}

.section .section_heading {
  text-align: center;
  letter-spacing: .05em;
  color: #212121;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  line-height: 120%
}

@media (min-width:768px) {
  .section .section_heading {
    font-size: 2.5rem
  }
}

@media (max-width:767.98px) {
  .section .section_heading {
    font-size: 1.75rem
  }
}

.section .section_lead {
  text-align: center;
  color: #212121;
  line-height: 220%
}

@media (min-width:768px) {
  .section .section_lead {
    font-size: .875rem
  }
}

@media (max-width:767.98px) {
  .section .section_lead {
    font-size: .8125rem
  }
}

.section .section_lead span {
  display: inline-block
}

.section .section_images {
  display: flex
}

@media (min-width:768px) {
  .section .section_images {
    margin-top: 2.5rem;
    gap: 1.5rem
  }

  .section .section_images img {
    width: 100%;
    height: 100%;
    max-height: 20.5rem;
    -o-object-fit: contain;
    object-fit: contain
  }
}

@media (max-width:767.98px) {
  .section .section_images {
    flex-flow: column;
    margin-top: 2rem;
    gap: .75rem
  }

  .section .section_images img {
    width: 100%
  }
}

.section .section_images.--wakocraft {
  justify-content: center
}

@media (min-width:768px) {
  .section .section_images.--wakocraft img {
    max-height: 22.3125rem
  }
}

.section .section_images_wrap {
  display: flex
}

@media (min-width:768px) {
  .section .section_images_wrap {
    gap: 1.5rem
  }
}

@media (max-width:767.98px) {
  .section .section_images_wrap {
    gap: .75rem
  }

  .section .section_images_wrap div,
  .section .section_images_wrap picture {
    flex: 1
  }
}

.movie {
  overflow: hidden;
  position: relative
}

.movie .movie_icon {
  display: flex;
  align-items: center;
  position: absolute;
  letter-spacing: .05em;
  pointer-events: none;
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  line-height: 1
}

@media (min-width:768px) {
  .movie .movie_icon {
    right: 2rem;
    bottom: 2rem;
    font-size: 1.125rem;
    gap: 1rem
  }
}

@media (max-width:767.98px) {
  .movie .movie_icon {
    right: .875rem;
    bottom: .875rem;
    font-size: .875rem;
    gap: .5rem
  }
}

.movie .movie_icon span {
  display: inline-block
}

@media (min-width:768px) {
  .movie .movie_icon span img {
    width: 3.25rem;
    height: 3.25rem
  }
}

@media (max-width:767.98px) {
  .movie .movie_icon span img {
    width: 1.6875rem;
    height: 1.6875rem
  }
}

.movie button {
  position: relative
}

.movie button::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
  background-color: rgba(0, 0, 0, .25)
}

@media (min-width:768px) {
  .movie:hover button::after {
    opacity: 1;
    transition: opacity .25s cubic-bezier(.39, .575, .565, 1)
  }
}

.link {
  position: relative;
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1)
}

.link .link_text {
  position: relative;
  z-index: 1;
  padding-bottom: .25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: .05em;
  color: #282727;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  line-height: 100%
}

@media (min-width:768px) {
  .link .link_text {
    font-size: .875rem
  }
}

@media (max-width:767.98px) {
  .link .link_text {
    font-size: .875rem
  }
}

.link .link_text::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform .3s cubic-bezier(.39, .575, .565, 1);
  transform: scaleX(1);
  transform-origin: left;
  background-color: #282727
}

.link .link_text.--modal {
  padding-right: 1rem
}

.link .link_text.--modal::after {
  content: "";
  position: absolute;
  top: calc(50% - .125rem);
  right: 0;
  width: .5rem;
  height: .5rem;
  transform: translateY(-50%);
  background-image: url(https://wako.itembox.design/item/assets/img/ashoka/common/icon_modal.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.link .link_text.--link {
  padding-right: 1.5rem
}

.link .link_text.--link::after {
  content: "";
  position: absolute;
  top: calc(50% - .125rem);
  right: 0;
  width: 1.125rem;
  height: .625rem;
  transform: translateY(-50%);
  background-image: url(https://wako.itembox.design/item/assets/img/ashoka/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.link .link_text.--close {
  padding-right: 1rem;
  color: #fff;
  font-size: 1rem
}

.link .link_text.--close::before {
  z-index: 1;
  transform: scale(1) !important;
  background-color: #fff
}

.link .link_text.--close::after {
  content: "";
  position: absolute;
  top: calc(50% - .125rem);
  right: 0;
  width: .75rem;
  height: .75rem;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
  -webkit-mask-image: url(https://wako.itembox.design/item/assets/img/ashoka/common/icon_modal.svg);
  mask-image: url(https://wako.itembox.design/item/assets/img/ashoka/common/icon_modal.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain
}

.link:hover {
  opacity: .8;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1)
}

.link:hover .link_text::before {
  transition: transform .25s cubic-bezier(.39, .575, .565, 1);
  transform: scaleX(0);
  transform-origin: right
}

.link:visited {
  color: #282727
}

.c-swiper_next,
.c-swiper_prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%)
}

@media (min-width:768px) {

  .c-swiper_next,
  .c-swiper_prev {
    width: 1.875rem;
    height: 3.75rem;
    transition: filter .25s cubic-bezier(.39, .575, .565, 1)
  }

  .c-swiper_next:hover,
  .c-swiper_prev:hover {
    transition: filter .3s cubic-bezier(.39, .575, .565, 1);
    filter: brightness(.8)
  }
}

@media (max-width:767.98px) {

  .c-swiper_next,
  .c-swiper_prev {
    width: 1.0625rem;
    height: 2rem
  }
}

.c-swiper_next.swiper-button-disabled,
.c-swiper_prev.swiper-button-disabled {
  opacity: .3
}

@media (min-width:768px) {
  .c-swiper_prev {
    left: -3.75rem
  }
}

@media (max-width:767.98px) {
  .c-swiper_prev {
    left: -1.6875rem
  }
}

.c-swiper_prev img {
  transform: rotate(180deg)
}

@media (min-width:768px) {
  .c-swiper_next {
    right: -3.75rem
  }
}

@media (max-width:767.98px) {
  .c-swiper_next {
    right: -1.6875rem
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden
}

@media (max-width:767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden
}

@media (max-width:767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden
  }
}

@media (min-width:768px) and (max-width:1279.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden
  }
}

@media (min-width:768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden
  }
}

@media (max-width:1279.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden
  }
}

@media (min-width:1280px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden
  }
}

@media (min-width:1280px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden
}

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

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto
}

.u-invisible {
  visibility: hidden
}

.clearfix::after {
  content: "";
  display: block;
  clear: both
}

.u-align-bottom {
  vertical-align: text-bottom;
  font-size: 1rem;
  line-height: 1
}

@media print {

  *,
  ::after,
  ::before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

html {
  height: auto
}

@media (min-width:768px) {
  main {
    margin-top: 108px
  }
}

@media (max-width:767.98px) {
  main {
    margin-top: 86px
  }
}

.webapp-layout-master a {
  color: #fff
}

.l-breadcrumb-area {
  margin-top: 0
}

.l-footer a,
.l-header a {
  transition: all .4s ease;
  text-decoration: none;
  color: #000
}

.anchor {
  opacity: 0;
  position: fixed;
  z-index: 80;
  left: 0;
  width: 100%;
  transition: top .4s ease, opacity .3s cubic-bezier(.39, .575, .565, 1), visibility .3s cubic-bezier(.39, .575, .565, 1)
}

@media (min-width:768px) {
  .anchor {
    top: 49px
  }
}

@media (max-width:767.98px) {
  .anchor {
    visibility: hidden;
    overflow: auto;
    opacity: 0;
    top: 0 !important;
    height: 100vh;
    pointer-events: none
  }
}

.anchor.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: initial
}

.anchor .anchor_inner {
  display: flex;
  justify-content: center
}

@media (min-width:768px) {
  .anchor .anchor_inner {
    display: flex !important;
    background-color: #000;
    gap: 1.875rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
  }
}

@media (max-width:767.98px) {
  .anchor .anchor_inner {
    flex-flow: column;
    justify-content: initial;
    height: auto;
    min-height: 100vh;
    transition: opacity .3s cubic-bezier(.39, .575, .565, 1), visibility .3s cubic-bezier(.39, .575, .565, 1);
    background: #000;
    pointer-events: auto;
    padding-block: 6rem 2.5rem;
    padding-inline: 1.625rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
  }

  .anchor .anchor_inner[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
  }
}

.anchor .anchor_inner.is-scroll {
  background: #000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px)
}

.anchor .anchor_inner a {
  display: inline-block;
  letter-spacing: .05em;
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 120%
}

@media (min-width:768px) {
  .anchor .anchor_inner a {
    transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
    font-size: 1rem;
    padding-block: 1rem
  }

  .anchor .anchor_inner a:hover {
    opacity: .65
  }
}

@media screen and (max-width:1024px) {
  .anchor .anchor_inner a {
    font-size: .875rem
  }
}

@media (max-width:767.98px) {
  .anchor .anchor_inner a {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 1.625rem;
    padding-block: 2rem
  }

  .anchor .anchor_inner a:last-child {
    margin-bottom: 3.125rem;
    border-bottom: none
  }
}

.anchor_button {
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 81;
  top: 50px;
  left: 0;
  width: 100%;
  height: 2.75rem;
  transition: background-color .3s cubic-bezier(.39, .575, .565, 1), top .4s ease;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: auto;
  padding-inline: 1rem
}

@media (min-width:768px) {
  .anchor_button {
    display: none
  }
}

.anchor_button img {
  transition: opacity .3s cubic-bezier(.39, .575, .565, 1)
}

.anchor_button span {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  width: 1.5rem;
  height: .5rem
}

.anchor_button span::after,
.anchor_button span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: transform .3s cubic-bezier(.39, .575, .565, 1);
  background-color: #fff
}

.anchor_button span::before {
  top: 0;
  transform-origin: left
}

.anchor_button span::after {
  bottom: 0;
  transform-origin: left
}

.anchor_button[aria-expanded=true] {
  background-color: transparent
}

.anchor_button[aria-expanded=true] img {
  opacity: 0
}

.anchor_button[aria-expanded=true] span::before {
  transform: rotate(17deg)
}

.anchor_button[aria-expanded=true] span::after {
  transform: rotate(-17deg)
}

.fixed_banner {
  opacity: 0;
  position: fixed;
  z-index: 10
}

@media (min-width:768px) {
  .fixed_banner {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 17rem;
    transition: filter .3s cubic-bezier(.39, .575, .565, 1)
  }

  .fixed_banner:hover {
    transition: filter .25s cubic-bezier(.39, .575, .565, 1);
    filter: brightness(.9)
  }
}

@media (max-width:767.98px) {
  .fixed_banner {
    right: .625rem;
    bottom: .625rem;
    width: 54.4vw
  }
}
