@charset "UTF-8";
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
.t__min {
  font-family: serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@keyframes scrollDown {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loopCl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* *********************************************
 *
 * default
 *
 ********************************************* */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: bryant-web, monopin-j, sans-serif;
  background: #f5f1ee;
  scroll-behavior: smooth;
}

::selection {
  background-color: #f08984;
  color: #FFFFFF;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 320px) {
  br.__pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  br.__pc {
    display: block;
  }
}

#__mainWrapper {
  position: relative;
  z-index: 1;
  background: #f5f1ee;
  /*
  &.__child {
    &::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: $colorBase;
      opacity: .15;
      background-image: linear-gradient(-90deg, $colorMain 55%, transparent 55%), linear-gradient($colorMain 55%, transparent 55%);
      background-size: 4px 4px;
    }
  }
  */
}
@media screen and (min-width: 320px) {
  #__mainWrapper {
    padding-bottom: 5vw;
    margin-bottom: 70vw;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__mainWrapper {
    padding-bottom: 5vw;
    margin-bottom: 15vw;
    border-radius: 0 0 4.5rem 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__mainWrapper {
    padding-bottom: 5vw;
    margin-bottom: 15vw;
    border-radius: 0 0 4.5rem 4.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__mainWrapper {
    padding-bottom: 5vw;
    margin-bottom: 15vw;
    border-radius: 0 0 4.5rem 4.5rem;
  }
}

/* *********************************************
 *
 * HEADER
 *
 ********************************************* */
#__globalHeader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
#__globalHeader .__headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #__globalHeader .__headerInner {
    padding: 3vw 3vw 0;
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader .__headerInner {
    padding: 1.4vw 3vw 0;
  }
}
@media screen and (min-width: 1025px) {
  #__globalHeader .__headerInner {
    padding: 1.4vw 3vw 0;
  }
}
@media screen and (min-width: 1441px) {
  #__globalHeader .__headerInner {
    padding: 1.4vw 3vw 0;
  }
}

#__headerLogo {
  order: 1;
}
@media screen and (min-width: 320px) {
  #__headerLogo {
    width: 32vw;
  }
}
@media screen and (min-width: 600px) {
  #__headerLogo {
    width: 18vw;
  }
}
@media screen and (min-width: 1025px) {
  #__headerLogo {
    width: 18vw;
  }
}
#__headerLogo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#__headerLogo img {
  display: block;
  width: 100%;
}

#__headerMain {
  order: 2;
  display: flex;
  align-items: center;
}
#__headerMain ul {
  display: flex;
}
@media screen and (min-width: 320px) {
  #__headerMain ul {
    width: 100%;
    position: fixed;
    bottom: 1.5vw;
    left: 1.5vw;
    width: calc(100% - 3vw);
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 600px) {
  #__headerMain ul {
    width: auto;
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain ul {
    width: auto;
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 320px) {
  #__headerMain li {
    width: 25%;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain li {
    width: auto;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain li {
    width: auto;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__headerMain li {
    width: auto;
    margin-right: 1.5rem;
  }
}
#__headerMain a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  color: #f08984;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  #__headerMain a {
    width: 100%;
    font-size: 1.4vw;
    padding: 3vw 0;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain a {
    width: auto;
    font-size: 1.4vw;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain a {
    width: auto;
    font-size: 1.4vw;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__headerMain a {
    width: auto;
    font-size: 1.4vw;
    padding: 0;
  }
}
#__headerMain a:hover {
  opacity: 0.5;
}
#__headerMain a .__icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) {
  #__headerMain a .__icon {
    display: flex;
    height: 6vw;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain a .__icon {
    display: none;
  }
}
#__headerMain a .__icon svg {
  height: 100%;
}
#__headerMain a .__en {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  #__headerMain a .__en {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain a .__en {
    display: inline-block;
  }
}
#__headerMain a .__ja {
  margin-top: 3px;
}
@media screen and (min-width: 320px) {
  #__headerMain a .__ja {
    font-size: 9px;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain a .__ja {
    font-size: 35%;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain a .__ja {
    font-size: 35%;
  }
}
@media screen and (min-width: 1441px) {
  #__headerMain a .__ja {
    font-size: 35%;
  }
}
#__headerMain .__cv {
  background: #f08984;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__headerMain .__cv {
    position: fixed;
    top: 1.5vw;
    right: 1.5vw;
    width: 10vw;
    height: 10vw;
    margin-left: 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain .__cv {
    position: static;
    top: auto;
    right: auto;
    width: 6vw;
    height: 6vw;
    margin-left: 1rem;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain .__cv {
    position: static;
    top: auto;
    right: auto;
    width: 6vw;
    height: 6vw;
    margin-left: 1rem;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1441px) {
  #__headerMain .__cv {
    position: static;
    top: auto;
    right: auto;
    width: 6vw;
    height: 6vw;
    margin-left: 1rem;
    border-radius: 50%;
  }
}
#__headerMain .__cv .__text {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__headerMain .__cv .__text {
    font-size: 12px;
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain .__cv .__text {
    font-size: 12px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain .__cv .__text {
    font-size: 12px;
    display: inline-block;
  }
}
@media screen and (min-width: 1441px) {
  #__headerMain .__cv .__text {
    font-size: 12px;
    display: inline-block;
  }
}
#__headerMain .__cv .__icon {
  display: flex;
  height: auto;
}
@media screen and (min-width: 320px) {
  #__headerMain .__cv .__icon {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  #__headerMain .__cv .__icon {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  #__headerMain .__cv .__icon {
    width: 40%;
  }
}
@media screen and (min-width: 1441px) {
  #__headerMain .__cv .__icon {
    width: 40%;
  }
}
#__headerMain .__cv .__icon svg {
  fill: #FFFFFF;
  width: 100%;
  height: auto;
}

/* *********************************************
*
* FOOTER
*
********************************************* */
#__globalFooter {
  position: relative;
}

#__footerBottom {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #f08984;
  color: #FFFFFF;
}
#__footerBottom .__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__footerBottom .__inner {
    padding: 60vw 5vw 30vw;
  }
}
@media screen and (min-width: 600px) {
  #__footerBottom .__inner {
    padding: 15vw 10vw 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__footerBottom .__inner {
    padding: 15vw 10vw 5vw;
  }
}
@media screen and (min-width: 1441px) {
  #__footerBottom .__inner {
    padding: 15vw 10vw 5vw;
  }
}
#__footerBottom .__top {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__footerBottom .__top {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__footerBottom .__top {
    display: block;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  #__footerBottom .__top {
    display: block;
    width: 30%;
  }
}
@media screen and (min-width: 1441px) {
  #__footerBottom .__top {
    display: block;
    width: 30%;
  }
}
#__footerBottom .__top img {
  display: block;
  height: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  #__footerBottom .__top img {
    margin: 0 auto 1rem;
    width: 40%;
  }
}
@media screen and (min-width: 600px) {
  #__footerBottom .__top img {
    margin: 0;
    width: 15vw;
  }
}
@media screen and (min-width: 1025px) {
  #__footerBottom .__top img {
    margin: 0;
    width: 15vw;
  }
}
@media screen and (min-width: 1441px) {
  #__footerBottom .__top img {
    margin: 0;
    width: 15vw;
  }
}
@media screen and (min-width: 320px) {
  #__footerBottom .__top .__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 600px) {
  #__footerBottom .__top .__copy {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__footerBottom .__top .__copy {
    font-size: 0.87vw;
  }
}
@media screen and (min-width: 1441px) {
  #__footerBottom .__top .__copy {
    font-size: 0.87vw;
  }
}
@media screen and (min-width: 320px) {
  #__footerBottom .__bottom {
    display: none;
    width: 65%;
  }
}
@media screen and (min-width: 600px) {
  #__footerBottom .__bottom {
    display: block;
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  #__footerBottom .__bottom {
    display: block;
    width: 65%;
  }
}
@media screen and (min-width: 1441px) {
  #__footerBottom .__bottom {
    display: block;
    width: 65%;
  }
}
#__footerBottom .__bottom ul {
  display: flex;
  flex-wrap: wrap;
}
#__footerBottom .__bottom li {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
#__footerBottom .__bottom li::after {
  content: "/";
  margin: 0 1.5rem;
}
#__footerBottom .__bottom li:last-child::after {
  display: none;
}
#__footerBottom .__bottom a {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
#__footerBottom .__bottom a .__en {
  display: none;
}
@media screen and (min-width: 320px) {
  #__footerBottom .__bottom a .__ja {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__footerBottom .__bottom a .__ja {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__footerBottom .__bottom a .__ja {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__footerBottom .__bottom a .__ja {
    font-size: 1vw;
  }
}
#__footerBottom svg {
  display: none;
}

/* *********************************************
*
* FRONT PAGE
*
********************************************* */
.__section {
  position: relative;
  overflow: hidden;
}

#__topFv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FFFFFF;
}
#__topFv .__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topFv .__mv {
    padding: 14vw 0 0 10vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__mv {
    padding: 9vw 0 0 15vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__mv {
    padding: 9vw 0 0 15vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__mv {
    padding: 9vw 0 0 15vw;
  }
}
#__topFv .__mv .__img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topFv .__mv .__img {
    padding-bottom: 72.56%;
    border-radius: 1rem 0 0 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__mv .__img {
    padding-bottom: 55.56%;
    border-radius: 3rem 0 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__mv .__img {
    padding-bottom: 55.56%;
    border-radius: 3rem 0 0 3rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__mv .__img {
    padding-bottom: 55.56%;
    border-radius: 3rem 0 0 3rem;
  }
}
#__topFv .__mv .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#__topFv .__copy, #__topFv .__scr {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 320px) {
  #__topFv .__copy {
    padding: 0 0 20vw 3vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__copy {
    padding: 0 0 13vw 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__copy {
    padding: 0 0 13vw 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__copy {
    padding: 0 0 13vw 10vw;
  }
}
@media screen and (min-width: 320px) {
  #__topFv .__copy h2 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__copy h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__copy h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__copy h2 {
    font-size: 2.4vw;
  }
}
#__topFv .__copy span {
  display: inline-block;
  background: #f08984;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#__topFv .__enSliderBody {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topFv .__enSliderBody {
    margin-top: 15vw;
    mix-blend-mode: unset;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__enSliderBody {
    margin-top: -5vw;
    mix-blend-mode: overlay;
    text-shadow: unset;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__enSliderBody {
    margin-top: -5vw;
    mix-blend-mode: overlay;
    text-shadow: unset;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__enSliderBody {
    margin-top: -5vw;
    mix-blend-mode: overlay;
    text-shadow: unset;
  }
}
#__topFv .__enSliderBody, #__topFv .__enSliderWrapper {
  display: flex;
}
#__topFv .__enSliderWrapper {
  animation: loopCl linear 50000ms infinite both;
}
#__topFv .__enSliderWrapper div {
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #__topFv .__enSliderWrapper div {
    width: 138vw;
    font-size: 20vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__enSliderWrapper div {
    width: 82vw;
    font-size: 12vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__enSliderWrapper div {
    width: 82vw;
    font-size: 12vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__enSliderWrapper div {
    width: 82vw;
    font-size: 12vw;
  }
}
#__topFv .__scr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__topFv .__scr {
    width: 9vw;
    padding-top: 15vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__scr {
    width: 14vw;
    padding-top: 20vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__scr {
    width: 14vw;
    padding-top: 20vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFv .__scr {
    width: 14vw;
    padding-top: 20vw;
  }
}
#__topFv .__scr .__text {
  writing-mode: vertical-lr;
  color: #f08984;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 320px) {
  #__topFv .__scr .__text {
    font-size: 8px;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__scr .__text {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__scr .__text {
    font-size: 12px;
  }
}
#__topFv .__scr .__border {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topFv .__scr .__border {
    width: 3px;
    height: 60px;
  }
}
@media screen and (min-width: 600px) {
  #__topFv .__scr .__border {
    width: 4px;
    height: 90px;
  }
}
@media screen and (min-width: 1025px) {
  #__topFv .__scr .__border {
    width: 4px;
    height: 90px;
  }
}
#__topFv .__scr .__border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f08984;
  opacity: 0.3;
}
#__topFv .__scr .__border span {
  display: block;
  width: 100%;
  height: 100%;
  background: #f08984;
  animation: scrollDown 2000ms ease infinite both;
}

#__topAbout .__inner {
  position: relative;
  display: grid;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__topAbout .__inner {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    padding: 25vw 0 20vw;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__inner {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    padding: 10vw 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__inner {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__inner {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    padding: 5vw 0;
  }
}
#__topAbout .__inner::before {
  content: "“";
  font-weight: 900;
  color: #f08984;
  position: absolute;
}
@media screen and (min-width: 320px) {
  #__topAbout .__inner::before {
    font-size: 13.4vw;
    top: 15vw;
    left: -5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__inner::before {
    font-size: 8.4vw;
    top: 4vw;
    left: auto;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__inner::before {
    font-size: 5.4vw;
    top: 2vw;
    left: auto;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__inner::before {
    font-size: 5.4vw;
    top: 2vw;
    left: auto;
  }
}
#__topAbout .__copy {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__topAbout .__copy {
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__copy {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__copy {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__copy {
    padding-left: 5vw;
  }
}
#__topAbout .__copy h2 {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  #__topAbout .__copy h2 {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__copy h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__copy h2 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__copy h2 {
    font-size: 2.2vw;
  }
}
#__topAbout .__copy div {
  opacity: 0.45;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 320px) {
  #__topAbout .__copy div {
    font-size: 2.8vw;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__copy div {
    font-size: 1.3vw;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__copy div {
    font-size: 1vw;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__copy div {
    font-size: 1vw;
    margin-top: 1.5rem;
  }
}
#__topAbout .__desc p {
  line-height: 2.2;
}
@media screen and (min-width: 320px) {
  #__topAbout .__desc p {
    font-size: 3.2vw;
    padding: 2rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__desc p {
    font-size: 1.4vw;
    padding: 4.5vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__desc p {
    font-size: 1vw;
    padding: 4.5vw 0 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__desc p {
    font-size: 1vw;
    padding: 4.5vw 0 0;
  }
}

.__vertHead {
  display: flex;
}
.__vertHead .__headEn, .__vertHead .__headJa {
  font-weight: 700;
  color: #f08984;
  writing-mode: vertical-lr;
}
.__vertHead .__headEn {
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
}
@media screen and (min-width: 320px) {
  .__vertHead .__headEn {
    font-size: 8.4vw;
  }
}
@media screen and (min-width: 600px) {
  .__vertHead .__headEn {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .__vertHead .__headEn {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1441px) {
  .__vertHead .__headEn {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 320px) {
  .__vertHead .__headJa {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  .__vertHead .__headJa {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .__vertHead .__headJa {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1441px) {
  .__vertHead .__headJa {
    font-size: 1.2vw;
  }
}

.__contentInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .__contentInner {
    padding: 10vw 3vw;
  }
}
@media screen and (min-width: 600px) {
  .__contentInner {
    padding: 5vw 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .__contentInner {
    padding: 5vw 5vw;
  }
}
@media screen and (min-width: 1441px) {
  .__contentInner {
    padding: 5vw 5vw;
  }
}
@media screen and (min-width: 320px) {
  .__contentInner .__contentChild {
    width: 70vw;
  }
}
@media screen and (min-width: 600px) {
  .__contentInner .__contentChild {
    width: 77vw;
  }
}
@media screen and (min-width: 1025px) {
  .__contentInner .__contentChild {
    width: 77vw;
  }
}
@media screen and (min-width: 1441px) {
  .__contentInner .__contentChild {
    width: 77vw;
  }
}

#__topMovie::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  background: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #__topMovie::after {
    height: 75%;
  }
}
@media screen and (min-width: 600px) {
  #__topMovie::after {
    height: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMovie::after {
    height: 50%;
  }
}
@media screen and (min-width: 1441px) {
  #__topMovie::after {
    height: 50%;
  }
}
#__topMovie .__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topMovie .__inner {
    padding: 5vw 3vw 10vw;
  }
}
@media screen and (min-width: 600px) {
  #__topMovie .__inner {
    padding: 5vw 5vw 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topMovie .__inner {
    padding: 5vw 5vw 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topMovie .__inner {
    padding: 5vw 5vw 10vw;
  }
}
#__topMovie .__list {
  display: grid;
}
@media screen and (min-width: 320px) {
  #__topMovie .__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMovie .__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topMovie .__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topMovie .__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
#__topMovie a {
  position: relative;
  display: block;
}
#__topMovie a:hover img {
  transform: scale(1.05);
}
#__topMovie a:hover svg {
  transform: scale(1.2);
}
#__topMovie a .__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
#__topMovie a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
#__topMovie a .__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#__topMovie a svg {
  display: block;
  fill: #FFFFFF;
  height: auto;
  transition: transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #__topMovie a svg {
    width: 15%;
  }
}
@media screen and (min-width: 600px) {
  #__topMovie a svg {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMovie a svg {
    width: 15%;
  }
}
@media screen and (min-width: 1441px) {
  #__topMovie a svg {
    width: 15%;
  }
}

#__topNewstart::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 50%;
  background: #FFFFFF;
}
#__topNewstart .__mv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__mv {
    padding: 0 0 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__mv {
    padding: 0 0 0 17vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__mv {
    padding: 0 0 0 17vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__mv {
    padding: 0 0 0 17vw;
  }
}
#__topNewstart .__mv .__img {
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__mv .__img {
    padding-bottom: 50.56%;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__mv .__img {
    padding-bottom: 35.56%;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__mv .__img {
    padding-bottom: 35.56%;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__mv .__img {
    padding-bottom: 35.56%;
  }
}
#__topNewstart .__mv .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#__topNewstart .__inner {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 0 2rem 2rem 0;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__inner {
    width: 95vw;
    margin-top: -10vw;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__inner {
    width: 60vw;
    margin-top: -10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__inner {
    width: 60vw;
    margin-top: -10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__inner {
    width: 60vw;
    margin-top: -10vw;
  }
}
#__topNewstart .__contentChild {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__contentChild {
    width: 65vw;
    padding: 1rem 1rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__contentChild {
    width: 40vw;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__contentChild {
    width: 40vw;
    padding: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__contentChild {
    width: 40vw;
    padding: 0;
  }
}
#__topNewstart .__simpleDesc {
  line-height: 1.8;
  width: 100%;
}
#__topNewstart .__simpleDesc h3 {
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__simpleDesc h3 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__simpleDesc h3 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__simpleDesc h3 {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__simpleDesc h3 {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 320px) {
  #__topNewstart .__simpleDesc p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__simpleDesc p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__simpleDesc p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__simpleDesc p {
    font-size: 1vw;
  }
}
#__topNewstart .__articleList {
  padding-top: 1.5rem;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__articleList {
    width: 140%;
    margin-left: -37%;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__articleList {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__articleList {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__articleList {
    width: 100%;
    margin-left: 0;
  }
}
#__topNewstart .__articleList li {
  margin-bottom: 0.5rem;
}
#__topNewstart .__articleList a {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 3px 3px 20px -10px rgba(0, 0, 0, 0.3);
  transition: transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__articleList a {
    padding: 0.75rem 1.5rem;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__articleList a {
    padding: 0.75rem 1.5rem;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__articleList a {
    padding: 0.75rem 1.5rem;
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__articleList a {
    padding: 0.75rem 1.5rem;
    font-size: 1.1vw;
  }
}
#__topNewstart .__articleList a:hover {
  transform: translateX(1rem);
}
#__topNewstart .__articleList a:hover p {
  text-decoration: none;
}
#__topNewstart .__articleList a:hover svg {
  transform: translateX(0.5rem);
}
#__topNewstart .__articleList a time {
  font-size: 80%;
  opacity: 0.6;
}
#__topNewstart .__articleList a p {
  color: #f08984;
  font-weight: 700;
  margin-left: 1rem;
  text-decoration: underline;
}
#__topNewstart .__articleList a svg {
  position: absolute;
  fill: #f08984;
  height: auto;
  transition: transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #__topNewstart .__articleList a svg {
    width: 3.4vw;
    right: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topNewstart .__articleList a svg {
    width: 2.2vw;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topNewstart .__articleList a svg {
    width: 1.4vw;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topNewstart .__articleList a svg {
    width: 1.4vw;
    right: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  #__topOther {
    padding: 20vw 0;
  }
}
@media screen and (min-width: 600px) {
  #__topOther {
    padding: 10vw 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther {
    padding: 10vw 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther {
    padding: 10vw 0;
  }
}
#__topOther .__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#__topOther .__mv {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__topOther .__mv {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__mv {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__mv {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__mv {
    width: 50%;
  }
}
#__topOther .__mv .__img {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topOther .__mv .__img {
    padding-bottom: 50%;
    border-radius: 0;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__mv .__img {
    padding-bottom: 90%;
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__mv .__img {
    padding-bottom: 90%;
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__mv .__img {
    padding-bottom: 90%;
    border-radius: 0 2rem 2rem 0;
  }
}
#__topOther .__mv .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#__topOther .__link {
  padding: 0 5vw 0 5vw;
}
@media screen and (min-width: 320px) {
  #__topOther .__link {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__link {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__link {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__link {
    width: 50%;
  }
}
#__topOther .__link h2 {
  color: #f08984;
  font-weight: 700;
  border-bottom: solid 1px;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 320px) {
  #__topOther .__link h2 {
    font-size: 4.6vw;
    padding: 2rem 0 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__link h2 {
    font-size: 1.6vw;
    padding: 3rem 0 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__link h2 {
    font-size: 1.6vw;
    padding: 3rem 0 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__link h2 {
    font-size: 1.6vw;
    padding: 3rem 0 1rem;
    margin-bottom: 2rem;
  }
}
#__topOther .__link ul {
  display: grid;
}
@media screen and (min-width: 320px) {
  #__topOther .__link ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__link ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__link ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__link ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
#__topOther .__link a {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__topOther .__link a {
    padding: 1rem;
    font-size: 4.8vw;
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__link a {
    padding: 1.5rem;
    font-size: 2.8vw;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__link a {
    padding: 1.5rem;
    font-size: 1.8vw;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__link a {
    padding: 1.5rem;
    font-size: 1.8vw;
    border-radius: 1rem;
  }
}
#__topOther .__link .__linkJa {
  font-size: 50%;
  padding-top: 5px;
}
#__topOther .__link .__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  #__topOther .__link .__icon {
    width: 6vw;
    height: 6vw;
    top: calc(50% - 3vw);
    right: 1rem;
    border: solid 1px #f08984;
  }
}
@media screen and (min-width: 600px) {
  #__topOther .__link .__icon {
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
    right: 2rem;
    border: solid 2px #f08984;
  }
}
@media screen and (min-width: 1025px) {
  #__topOther .__link .__icon {
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
    right: 2rem;
    border: solid 2px #f08984;
  }
}
@media screen and (min-width: 1441px) {
  #__topOther .__link .__icon {
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
    right: 2rem;
    border: solid 2px #f08984;
  }
}
#__topOther .__link .__icon svg {
  display: block;
  fill: #f08984;
  width: 40%;
  height: auto;
}

/* *********************************************
*
* PAGE
*
********************************************* */
#__pageMv {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__pageMv {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 1441px) {
  #__pageMv {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 320px) {
  #__pageMv .__inner {
    padding: 35vw 5vw 8vw;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__inner {
    padding: 20vw 10vw 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__inner {
    padding: 20vw 10vw 5vw;
  }
}
@media screen and (min-width: 1441px) {
  #__pageMv .__inner {
    padding: 20vw 10vw 5vw;
  }
}
#__pageMv .__inner h1 {
  position: relative;
  z-index: 1;
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  #__pageMv .__inner h1 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__inner h1 {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__inner h1 {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1441px) {
  #__pageMv .__inner h1 {
    font-size: 1.4vw;
  }
}
#__pageMv .__inner h1 span {
  background: #f08984;
  color: #FFFFFF;
  border-radius: 5rem;
  padding: 10px 20px;
}
#__pageMv .__inner .__thisEng {
  position: absolute;
  font-weight: 900;
  color: #f08984;
  opacity: 0.1;
}
@media screen and (min-width: 320px) {
  #__pageMv .__inner .__thisEng {
    font-size: 25vw;
    top: 13vw;
    left: -2vw;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__inner .__thisEng {
    font-size: 15vw;
    top: 8vw;
    left: -2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__inner .__thisEng {
    font-size: 15vw;
    top: 8vw;
    left: -2vw;
  }
}
@media screen and (min-width: 1441px) {
  #__pageMv .__inner .__thisEng {
    font-size: 15vw;
    top: 8vw;
    left: -2vw;
  }
}
#__pageMv .__imgSliderBody {
  position: relative;
  z-index: 1;
  display: flex;
}
#__pageMv .__imgSliderBody .__sliderItem {
  display: flex;
}
@media screen and (min-width: 320px) {
  #__pageMv .__imgSliderBody .__sliderItem div {
    width: 70vw;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__imgSliderBody .__sliderItem div {
    width: 45vw;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__imgSliderBody .__sliderItem div {
    width: 45vw;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  #__pageMv .__imgSliderBody .__sliderItem div {
    width: 45vw;
    margin-right: 2rem;
  }
}
#__pageMv .__imgSliderBody .__img {
  position: relative;
  padding-bottom: 55.56%;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
#__pageMv .__imgSliderBody .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#__pageMv .__sliderBody {
  opacity: 0.4;
}
#__pageMv .__sliderBody, #__pageMv .__sliderItem {
  display: flex;
}
#__pageMv .__sliderItem {
  animation: loopCl 50000ms linear infinite both;
}
#__pageMv .__sliderItem div {
  font-weight: 900;
  color: #f08984;
}
@media screen and (min-width: 320px) {
  #__pageMv .__sliderItem div {
    font-size: 20.4vw;
    width: 138vw;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__sliderItem div {
    font-size: 10.4vw;
    width: 70vw;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__sliderItem div {
    font-size: 10.4vw;
    width: 70vw;
  }
}
@media screen and (min-width: 1441px) {
  #__pageMv .__sliderItem div {
    font-size: 10.4vw;
    width: 70vw;
  }
}

@media screen and (min-width: 320px) {
  #__faqBody .__inner {
    padding: 10vw 5vw 8vw;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody .__inner {
    padding: 5vw 20vw 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody .__inner {
    padding: 5vw 20vw 8vw;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody .__inner {
    padding: 5vw 20vw 8vw;
  }
}
#__faqBody label {
  position: relative;
  cursor: pointer;
  display: block;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: max-height 400ms ease;
}
@media screen and (min-width: 320px) {
  #__faqBody label {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody label {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody label {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody label {
    border-radius: 3rem;
  }
}
#__faqBody input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#__faqBody input:checked + dl {
  background: #f08984;
  color: #FFFFFF;
}
#__faqBody input:checked + dl svg {
  fill: #FFFFFF;
  transform: rotate(315deg);
}
#__faqBody input:checked + dl dt .__num {
  color: #FFFFFF;
}
#__faqBody input:checked + dl dd {
  max-height: 100vh;
  height: auto;
  padding-top: 1rem;
}
#__faqBody dl {
  display: block;
  width: 100%;
  background: #FFFFFF;
  transition: max-height 400ms ease, background-color 400ms ease;
}
@media screen and (min-width: 320px) {
  #__faqBody dl {
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody dl {
    padding: 2rem 3.5rem 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody dl {
    padding: 2rem 3.5rem 2.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody dl {
    padding: 2rem 3.5rem 2.5rem;
  }
}
#__faqBody dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__faqBody dt .__block {
    width: calc(100% - 10vw);
  }
}
@media screen and (min-width: 600px) {
  #__faqBody dt .__block {
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody dt .__block {
    width: calc(100% - 5vw);
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody dt .__block {
    width: calc(100% - 5vw);
  }
}
#__faqBody dt .__num {
  display: flex;
  align-items: center;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #f08984;
}
@media screen and (min-width: 320px) {
  #__faqBody dt .__num {
    font-size: 3vw;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody dt .__num {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody dt .__num {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody dt .__num {
    font-size: 1vw;
  }
}
#__faqBody dt .__num::before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 80%;
}
#__faqBody dt p {
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  #__faqBody dt p {
    font-size: 4.24vw;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody dt p {
    font-size: 2.44vw;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody dt p {
    font-size: 1.64vw;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody dt p {
    font-size: 1.64vw;
  }
}
@media screen and (min-width: 320px) {
  #__faqBody dt .__icon {
    width: 6vw;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody dt .__icon {
    width: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody dt .__icon {
    width: 3vw;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody dt .__icon {
    width: 3vw;
  }
}
#__faqBody dt svg {
  display: block;
  fill: #f08984;
  width: 100%;
  height: auto;
  transition: fill 400ms ease, transform 700ms ease;
}
#__faqBody dd {
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
}
@media screen and (min-width: 320px) {
  #__faqBody dd {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__faqBody dd {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__faqBody dd {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__faqBody dd {
    font-size: 0.9vw;
  }
}

@media screen and (min-width: 320px) {
  #__clubBody .__inner {
    padding: 5vw 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__clubBody .__inner {
    padding: 5vw 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__clubBody .__inner {
    padding: 5vw 5vw;
  }
}
@media screen and (min-width: 1441px) {
  #__clubBody .__inner {
    padding: 5vw 5vw;
  }
}

.__clubListBody {
  display: grid;
}
@media screen and (min-width: 320px) {
  .__clubListBody {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  .__clubListBody {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .__clubListBody {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 1441px) {
  .__clubListBody {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

.__clubListItem {
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 320px) {
  .__clubListItem {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__clubListItem {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__clubListItem {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .__clubListItem {
    padding: 1.5rem;
  }
}
.__clubListItem .__clubImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.56%;
  border-radius: 10px;
  overflow: hidden;
}
.__clubListItem .__clubImg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.__clubListItem .__clubTitle {
  font-weight: 700;
  color: #f08984;
}
@media screen and (min-width: 320px) {
  .__clubListItem .__clubTitle {
    font-size: 3.8vw;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  .__clubListItem .__clubTitle {
    font-size: 1.2vw;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .__clubListItem .__clubTitle {
    font-size: 1.2vw;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1441px) {
  .__clubListItem .__clubTitle {
    font-size: 1.2vw;
    padding: 1rem 0;
  }
}
.__clubListItem .__clubContent {
  overflow-y: scroll;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .__clubListItem .__clubContent {
    font-size: 3.2vw;
    height: 25vw;
  }
}
@media screen and (min-width: 600px) {
  .__clubListItem .__clubContent {
    font-size: 1.4vw;
    height: 12vw;
  }
}
@media screen and (min-width: 1025px) {
  .__clubListItem .__clubContent {
    font-size: 1vw;
    height: 12vw;
  }
}
@media screen and (min-width: 1441px) {
  .__clubListItem .__clubContent {
    font-size: 0.9vw;
    height: 12vw;
  }
}
.__clubListItem .__clubContent::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.__clubListItem .__clubContent::-webkit-scrollbar-track {
  background-color: #f5f1ee;
}
.__clubListItem .__clubContent::-webkit-scrollbar-thumb {
  background-color: #f08984;
  border-radius: 10px;
}
.__clubListItem .__clubContent strong, .__clubListItem .__clubContent b, .__clubListItem .__clubContent h2, .__clubListItem .__clubContent h3 {
  font-weight: 700;
  padding-bottom: 3px;
}

.__headCommon {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .__headCommon {
    padding: 2rem 0 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon {
    padding: 2rem 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon {
    padding: 2rem 0 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon {
    padding: 2rem 0 1.5rem;
  }
}
.__headCommon::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/__flower.png") center center/contain no-repeat;
}
@media screen and (min-width: 320px) {
  .__headCommon::before {
    width: 30px;
    height: 30px;
    top: 30px;
    right: -35px;
    left: auto;
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 600px) {
  .__headCommon::before {
    width: 40px;
    height: 40px;
    top: 25px;
    right: auto;
    left: -45px;
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon::before {
    width: 40px;
    height: 40px;
    top: 25px;
    right: auto;
    left: -45px;
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon::before {
    width: 40px;
    height: 40px;
    top: 25px;
    right: auto;
    left: -45px;
    transform: scaleX(1);
  }
}
.__headCommon .__headEn, .__headCommon __headJa {
  font-weight: 900;
}
.__headCommon .__headEn {
  color: #f08984;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headEn {
    font-size: 9.8vw;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headEn {
    font-size: 5.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headEn {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headEn {
    font-size: 3.8vw;
  }
}
.__headCommon .__headJa {
  display: inline-block;
  background: #f08984;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5rem;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headJa {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headJa {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headJa {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headJa {
    font-size: 0.9vw;
  }
}

@media screen and (min-width: 320px) {
  #__supportIntro .__inner {
    padding: 10vw 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__supportIntro .__inner {
    padding: 5vw 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__supportIntro .__inner {
    padding: 5vw 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__supportIntro .__inner {
    padding: 5vw 10vw;
  }
}
#__supportIntro .__infoBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__supportIntro .__text {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__supportIntro .__text {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #__supportIntro .__text {
    width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  #__supportIntro .__text {
    width: 50%;
  }
}
#__supportIntro .__text h3 {
  color: #f08984;
  margin-bottom: 1rem;
  font-weight: 900;
  line-height: 1.6;
  padding: 1rem 0 0;
}
@media screen and (min-width: 320px) {
  #__supportIntro .__text h3 {
    font-size: 5.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__supportIntro .__text h3 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__supportIntro .__text h3 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1441px) {
  #__supportIntro .__text h3 {
    font-size: 2.2vw;
  }
}
#__supportIntro .__text p {
  line-height: 1.8;
  opacity: 0.85;
}
@media screen and (min-width: 320px) {
  #__supportIntro .__text p {
    font-size: 3.4vw;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__supportIntro .__text p {
    font-size: 1.4vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #__supportIntro .__text p {
    font-size: 1vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1441px) {
  #__supportIntro .__text p {
    font-size: 0.9vw;
    margin-bottom: 0;
  }
}
#__supportIntro .__imgWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  #__supportIntro .__imgWrapper {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__supportIntro .__imgWrapper {
    width: 45%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__supportIntro .__imgWrapper {
    width: 45%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__supportIntro .__imgWrapper {
    width: 45%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
#__supportIntro .__imgWrapper .__imgInner {
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__supportIntro .__imgWrapper .__imgInner {
    padding-bottom: 55%;
  }
}
@media screen and (min-width: 600px) {
  #__supportIntro .__imgWrapper .__imgInner {
    padding-bottom: 45%;
  }
}
@media screen and (min-width: 1025px) {
  #__supportIntro .__imgWrapper .__imgInner {
    padding-bottom: 45%;
  }
}
@media screen and (min-width: 1441px) {
  #__supportIntro .__imgWrapper .__imgInner {
    padding-bottom: 45%;
  }
}
#__supportIntro .__imgWrapper .__imgInner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#__supportMission .__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__supportMission .__inner {
    padding: 10vw 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__supportMission .__inner {
    padding: 5vw 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__supportMission .__inner {
    padding: 5vw 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__supportMission .__inner {
    padding: 5vw 10vw;
  }
}
@media screen and (min-width: 320px) {
  #__supportMission .__headCommon {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  #__supportMission .__headCommon {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  #__supportMission .__headCommon {
    width: 30%;
  }
}
@media screen and (min-width: 1441px) {
  #__supportMission .__headCommon {
    width: 30%;
  }
}
@media screen and (min-width: 320px) {
  #__supportMission .__content {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__supportMission .__content {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  #__supportMission .__content {
    width: 65%;
  }
}
@media screen and (min-width: 1441px) {
  #__supportMission .__content {
    width: 65%;
  }
}
#__supportMission .__content li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
#__supportMission .__content li .__num {
  font-weight: 900;
  -webkit-text-stroke: 1px #333;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #__supportMission .__content li .__num {
    font-size: 12.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__supportMission .__content li .__num {
    font-size: 9.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__supportMission .__content li .__num {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1441px) {
  #__supportMission .__content li .__num {
    font-size: 6.4vw;
  }
}
#__supportMission .__content li h3 {
  font-weight: 900;
  padding: 0 0 1.5rem;
}
@media screen and (min-width: 320px) {
  #__supportMission .__content li h3 {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 600px) {
  #__supportMission .__content li h3 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #__supportMission .__content li h3 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1441px) {
  #__supportMission .__content li h3 {
    font-size: 1.8vw;
  }
}
#__supportMission .__content li p {
  line-height: 1.8;
  opacity: 0.85;
}
@media screen and (min-width: 320px) {
  #__supportMission .__content li p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__supportMission .__content li p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__supportMission .__content li p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__supportMission .__content li p {
    font-size: 0.9vw;
  }
}

#__gakkaList {
  overflow: visible;
}
#__gakkaList .__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__inner {
    padding: 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__inner {
    padding: 5vw 5vw 5vw 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__inner {
    padding: 5vw 5vw 5vw 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__inner {
    padding: 5vw 5vw 5vw 10vw;
  }
}
@media screen and (min-width: 320px) {
  #__gakkaList nav {
    display: none;
    width: 35%;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList nav {
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList nav {
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList nav {
    display: block;
    width: 35%;
  }
}
#__gakkaList nav ul {
  position: sticky;
  top: 10vw;
}
#__gakkaList nav h3 {
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: #f08984;
}
@media screen and (min-width: 320px) {
  #__gakkaList nav h3 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList nav h3 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList nav h3 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList nav h3 {
    font-size: 1.2vw;
  }
}
#__gakkaList nav a {
  position: relative;
  display: flex;
  width: 100%;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 5px;
  transition: background-color 400ms ease;
}
@media screen and (min-width: 320px) {
  #__gakkaList nav a {
    padding: 10px 20px;
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList nav a {
    padding: 10px 20px;
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList nav a {
    padding: 10px 20px;
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList nav a {
    padding: 10px 20px;
    font-size: 1.1vw;
  }
}
#__gakkaList nav a:hover {
  background: rgba(255, 255, 255, 0.85);
}
#__gakkaList nav a .__num {
  font-size: 65%;
  margin-right: 5px;
}
#__gakkaList nav a .__icon {
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #__gakkaList nav a .__icon {
    width: 2.4vw;
    height: 2.4vw;
    top: calc(50% - 1.2vw);
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList nav a .__icon {
    width: 2.4vw;
    height: 2.4vw;
    top: calc(50% - 1.2vw);
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList nav a .__icon {
    width: 2.4vw;
    height: 2.4vw;
    top: calc(50% - 1.2vw);
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList nav a .__icon {
    width: 2.4vw;
    height: 2.4vw;
    top: calc(50% - 1.2vw);
  }
}
#__gakkaList nav a .__icon svg {
  fill: #f08984;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner {
    width: 55%;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner {
    width: 55%;
  }
}
#__gakkaList .__listInner .__blockInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__blockInner {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__blockInner {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__blockInner {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.5rem 0 0;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__blockInner {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.5rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__blockInner .__blockThumb {
    width: 45%;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__blockInner .__blockThumb {
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__blockInner .__blockThumb {
    width: 35%;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__blockInner .__blockThumb {
    width: 35%;
  }
}
#__gakkaList .__listInner .__blockInner .__blockThumb img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__blockInner .__blockText {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__blockInner .__blockText {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__blockInner .__blockText {
    width: 60%;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__blockInner .__blockText {
    width: 60%;
  }
}
#__gakkaList .__listInner section {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner section {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner section {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner section {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner section {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
#__gakkaList .__listInner .__tbl dl {
  background: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__tbl dl {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__tbl dl {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__tbl dl {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__tbl dl {
    padding: 1.5rem;
  }
}
#__gakkaList .__listInner .__tbl dt {
  position: relative;
  font-weight: 900;
  color: #f08984;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__tbl dt {
    font-size: 4.24vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__tbl dt {
    font-size: 2.24vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__tbl dt {
    font-size: 1.24vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__tbl dt {
    font-size: 1.24vw;
  }
}
#__gakkaList .__listInner .__tbl dd {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__tbl dd {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__tbl dd {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__tbl dd {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__tbl dd {
    font-size: 0.9vw;
  }
}
#__gakkaList .__listInner .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__img {
    border-radius: 0;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__img {
    border-radius: 1rem;
  }
}
#__gakkaList .__listInner .__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__title {
    font-size: 4.6vw;
    padding: 1rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__title {
    font-size: 1.6vw;
    padding: 1rem 0;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__title {
    font-size: 1.6vw;
    padding: 1rem 0;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__title {
    font-size: 1.6vw;
    padding: 1rem 0;
    text-align: left;
  }
}
#__gakkaList .__listInner .__title * {
  font-weight: 900;
}
#__gakkaList .__listInner .__title .__en {
  font-size: 50%;
  margin-top: 5px;
}
#__gakkaList .__listInner p {
  line-height: 1.8;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner p {
    font-size: 0.9vw;
  }
}
#__gakkaList .__listInner .__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #f08984;
  color: #FFFFFF;
  font-weight: 900;
  border-radius: 10px;
  margin-top: 1rem;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__btn {
    width: 90%;
    font-size: 3.6vw;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__btn {
    width: 100%;
    font-size: 1.5vw;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__btn {
    width: 100%;
    font-size: 1.2vw;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__btn {
    width: 100%;
    font-size: 1.1vw;
    padding: 1rem 0;
  }
}
#__gakkaList .__listInner .__btn svg {
  display: block;
  fill: #FFFFFF;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #__gakkaList .__listInner .__btn svg {
    width: 6.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__gakkaList .__listInner .__btn svg {
    width: 4.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__gakkaList .__listInner .__btn svg {
    width: 2.4vw;
  }
}
@media screen and (min-width: 1441px) {
  #__gakkaList .__listInner .__btn svg {
    width: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .__pickListBody {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 600px) {
  .__pickListBody {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .__pickListBody {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1441px) {
  .__pickListBody {
    margin-bottom: 5vw;
  }
}
.__pickListBody article a {
  display: block;
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 3px 3px 30px -10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  .__pickListBody article a {
    padding: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .__pickListBody article a {
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__pickListBody article a {
    padding: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .__pickListBody article a {
    padding: 1rem;
  }
}
.__pickListBody article figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  border-radius: 10px;
  overflow: hidden;
}
.__pickListBody article figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.__pickListBody article p {
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .__pickListBody article p {
    font-size: 3.6vw;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  .__pickListBody article p {
    font-size: 1.6vw;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .__pickListBody article p {
    font-size: 1.2vw;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1441px) {
  .__pickListBody article p {
    font-size: 1.2vw;
    padding: 0.5rem 0;
  }
}
.__pickListBody article .__time {
  text-align: right;
  opacity: 0.8;
  font-size: 85%;
}

@media screen and (min-width: 320px) {
  #__singleBody .__inner {
    padding: 20vw 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__singleBody .__inner {
    padding: 10vw 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__singleBody .__inner {
    padding: 10vw 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__singleBody .__inner {
    padding: 10vw 10vw;
  }
}
#__singleBody header .__info {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__singleBody header .__info {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__singleBody header .__info {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__singleBody header .__info {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__singleBody header .__info {
    font-size: 1vw;
  }
}
#__singleBody header .__cat {
  color: #f08984;
  margin-right: 10px;
}
#__singleBody header time {
  opacity: 0.6;
}
#__singleBody h1 {
  font-weight: 900;
  padding: 1rem 0 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  #__singleBody h1 {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 600px) {
  #__singleBody h1 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #__singleBody h1 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1441px) {
  #__singleBody h1 {
    font-size: 2.8vw;
  }
}
#__singleBody article {
  line-height: 1.78;
}
@media screen and (min-width: 320px) {
  #__singleBody article {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__singleBody article {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__singleBody article {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__singleBody article {
    font-size: 1vw;
  }
}
#__singleBody article p {
  margin-bottom: 2rem;
}
#__singleBody article img {
  border-radius: 10px;
  max-width: 100%;
}

@media screen and (min-width: 320px) {
  #__thisBody.__contentLity .lity-iframe-container {
    padding-top: 150%;
  }
}
@media screen and (min-width: 600px) {
  #__thisBody.__contentLity .lity-iframe-container {
    padding-top: 55%;
  }
}
@media screen and (min-width: 1025px) {
  #__thisBody.__contentLity .lity-iframe-container {
    padding-top: 55%;
  }
}
@media screen and (min-width: 1441px) {
  #__thisBody.__contentLity .lity-iframe-container {
    padding-top: 55%;
  }
}

@media screen and (min-width: 320px) {
  #__ogVoices .__inner {
    padding: 10vw 0 10vw 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__ogVoices .__inner {
    padding: 5vw 0 0 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__ogVoices .__inner {
    padding: 5vw 0 0 10vw;
  }
}
@media screen and (min-width: 1441px) {
  #__ogVoices .__inner {
    padding: 5vw 0 0 10vw;
  }
}/*# sourceMappingURL=style.css.map */