@charset "UTF-8";
.main {
  padding: 0; }

/* Reset
====================*/
.contents {
  padding: 0; }

/* Common
====================*/
p {
  color: #0f0f0f; }

.white {
  color: #fff; }

.black {
  color: black; }

.pink {
  color: #e84091; }

.p-top-bottom {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.p-left-right {
  padding-left: 4rem;
  padding-right: 4rem; }

.m-1etter--leftright {
  margin-left: 0.2em;
  margin-right: 0.2em; }

.m-1etter--right {
  margin-right: 0.8em; }

.mb-20 {
  margin-bottom: 2rem; }

.content-separator {
  position: relative;
  border-top: 4px solid #0f0f0f; }
  .content-separator::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #0f0f0f;
    width: 100%;
    height: 1px; }

.content-header {
  position: relative;
  margin-bottom: 5rem;
  color: #0f0f0f;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center; }
  .content-header::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0f0f0f;
    width: 0;
    height: 2px;
    transition: width .5s ease-out; }
  .content-header.show::after {
    width: 40%; }

.content-box {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 3rem;
  border: 1px solid #0f0f0f;
  padding: 3rem 2rem;
  background-color: #fff; }

.content-box__header {
  position: absolute;
  left: 2rem;
  top: -2rem;
  background-color: #0f0f0f;
  padding: 0.6rem 2rem;
  color: #fff; }

.guide {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold; }

.text {
  margin-bottom: 2rem; }

.font--middle {
  font-size: 0.8em; }

.font--small {
  font-size: 0.5em; }

.font--big {
  font-size: 1.4em;
  vertical-align: baseline;
  font-weight: bold; }

.font--letter-sp-small {
  letter-spacing: -0.1em; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.btn__link {
  display: inline-block;
  background-color: #0f0f0f;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none; }
  .btn__link--square {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    width: 220px;
    font-size: 1.6rem; }
  .btn__link--raunded-corners {
    border-radius: 2.2rem; }
  .btn__link .fa {
    vertical-align: middle; }
  .btn__link .fa-chevron-right, .btn__link .fa-chevron-down {
    margin-left: 1rem;
    transition: transform 0.5s ease; }
  .btn__link:link, .btn__link:visited, .btn__link:hover {
    color: #fff; }
  .btn__link:hover .fa-chevron-right {
    transform: translateX(6px); }
  .btn__link:hover .fa-chevron-down {
    transform: translateY(4px); }

.link--map {
  display: inline-block;
  margin-left: 1rem;
  border: 1px solid #e84091;
  border-radius: 0.4rem;
  padding: 0 0.6rem;
  color: #e84091;
  text-decoration: none; }
  .link--map:link, .link--map:visited {
    color: #e84091; }

.item-list .item {
  list-style-type: disc;
  margin-bottom: 2rem;
  margin-left: 2rem; }
  .item-list .item:last-of-type {
    margin-bottom: 0; }

.flow-list .item {
  margin-bottom: 2rem;
  padding-left: 1.3em;
  text-indent: -1.3em; }

.list-link:hover {
  text-decoration: none; }

.img__figure {
  margin-bottom: 2rem; }

.img__caption {
  margin-top: 1rem;
  color: #938450; }

/* First View
===============================*/
.firstview {
  background-color: #e84091;
  padding-top: 3rem; }

.firstview__lead {
  margin: 0 3rem 3rem;
  color: #0f0f0f;
  font-style: italic; }

.firstview__title {
  margin: 0 3rem 3rem;
  width: 50%; }

.firstview__day {
  margin: 0 3rem 3rem;
  font-size: 4rem;
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 1; }
  .firstview__day span {
    vertical-align: middle; }

.firstview__lineup {
  background-color: #fff; }

.firstview__list {
  background-color: #0f0f0f; }

.firstview__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #fff;
  background-color: #fff;
  padding: 2rem 0;
  text-decoration: none; }
  .firstview__link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    transition: width 0.3s linear; }
  .firstview__link:hover::before {
    width: 0%; }
  .firstview__link:hover {
    opacity: 1; }

.firstview__list:nth-of-type(2n) .firstview__link {
  flex-direction: row-reverse; }
  .firstview__list:nth-of-type(2n) .firstview__link .firstview__img-outer {
    left: auto;
    right: 0; }
  .firstview__list:nth-of-type(2n) .firstview__link .firstview__item-title {
    padding-left: 0;
    padding-right: 27%;
    text-align: right; }
  .firstview__list:nth-of-type(2n) .firstview__link .firstview__item-day {
    left: 10px;
    right: unset; }

.firstview__list:last-of-type .firstview__link {
  border-bottom: none; }

.firstview__item {
  position: relative;
  width: 85%; }

.firstview__img-outer {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 24%;
  transform: translateY(-50%); }

.firstview__item-img {
  border-radius: 50%; }

.firstview__item-title {
  padding-left: 27%;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  mix-blend-mode: difference; }

.firstview__item-day {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  width: auto;
  transform: translateY(-50%);
  color: #938450;
  font-size: 5rem;
  font-family: 'Frank Ruhl Libre', serif;
  font-style: italic;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1; }

.firstview__item-day-small {
  display: block;
  font-size: 0.4em; }

/* concept
====================*/
.concept__header::after {
  content: none; }

.concept__text {
  margin-bottom: 3rem;
  line-height: 2; }

.concept__note {
  margin-bottom: 2rem; }
  .concept__note .fa {
    vertical-align: middle; }
  .concept__note a:hover {
    color: #333;
    text-decoration: none; }

/* lunch
====================*/
.lunch {
  position: relative; }

.lunch__bg {
  position: absolute;
  top: 160px;
  right: 10px;
  width: 30%;
  height: 300px;
  background: url("/res/img/rww/bg_lunch.png") no-repeat center top/contain; }
  .lunch__bg.show {
    animation-name: rotate_kakukaku;
    animation-duration: 2s;
    transform-origin: center 20px; }

@keyframes rotate_kakukaku {
  0%, 24%, 50%, 74%, 100% {
    transform: rotate(0deg); }
  25%, 49%, 75%, 99% {
    transform: rotate(5deg); } }

/* Counseling
====================*/
.counseling {
  position: relative; }

.counseling__bg {
  position: absolute;
  bottom: 4px;
  left: 10px;
  width: 20%;
  height: 150px;
  background: url("/res/img/rww/bg_counseling.png") no-repeat center bottom/contain; }

.counseling__bg-heart {
  position: absolute;
  bottom: 60px;
  left: calc(20% + 10px);
  width: 8%;
  height: 50px;
  background: url("/res/img/rww/bg_counseling-heart.png") no-repeat center bottom/contain; }
  .counseling__bg-heart.show {
    animation-name: flash;
    animation-duration: 2s; }

@keyframes flash {
  0%, 24%, 50%, 74%, 100% {
    opacity: 1; }
  25%, 49%, 75%, 99% {
    opacity: 0; } }

/* Event
====================*/
.event {
  border-top: 2px solid #0f0f0f;
  padding-top: 2px; }

.event__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  border-top: 1px solid #0f0f0f;
  border-bottom: 1px solid #0f0f0f; }

.event__header-shape {
  position: relative;
  background-color: #0f0f0f;
  padding: 2rem;
  width: 80%;
  height: 100px;
  color: #fff;
  font-size: 1.9rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.4; }
  .event__header-shape::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-width: 50px 20px 50px 20px;
    border-color: #0f0f0f transparent transparent #0f0f0f;
    border-style: solid; }

.event__header-day {
  width: 17%;
  padding: 0 1rem;
  color: #938450;
  font-size: 5.5rem;
  font-family: 'Frank Ruhl Libre', serif;
  font-style: italic;
  text-align: center;
  letter-spacing: 0em;
  line-height: 0.8; }

.event__header-day-small {
  display: block;
  font-size: 0.4em; }

.teacher {
  margin: 0 auto 4rem;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease-out, transform .5s ease-out; }
  .teacher.show {
    opacity: 1;
    transform: translateY(0); }

.teacher__outer-img {
  margin: 0 auto 2rem;
  width: 200px;
  height: 200px; }

.teacher__img {
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

.teacher__box {
  position: relative;
  margin: 0 auto 1rem;
  border: 1px solid #0f0f0f;
  padding: 0.8rem;
  width: 260px; }
  .teacher__box::before, .teacher__box::after {
    content: '';
    position: absolute;
    border: 1px solid #0f0f0f;
    width: 1rem;
    height: 1rem; }
  .teacher__box::before {
    left: 100%;
    bottom: 100%; }
  .teacher__box::after {
    right: 100%;
    top: 100%; }

.teacher__name {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1; }

.teacher__name-small {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem; }

.event__detail {
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .event__detail::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .event__detail--flower::before {
    background-image: url(/res/img/rww/bg_flower.jpg); }
  .event__detail--dinner::before {
    background-image: url(/res/img/rww/bg_dinner.jpg); }
  .event__detail--makeup::before {
    background-image: url(/res/img/rww/bg_makeup.jpg); }
  .event__detail--camera::before {
    background-image: url(/res/img/rww/bg_camera.jpg); }

.event__box {
  margin-bottom: 3rem;
  border: 1px solid #0f0f0f;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease-out, transform .5s ease-out; }
  .event__box.show {
    opacity: 1;
    transform: translateY(0); }
  .event__box div {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #0f0f0f; }
    .event__box div:last-of-type {
      border-bottom: none; }

.event__dt {
  background-color: #e84091;
  padding: 1rem;
  width: 22%;
  color: #0f0f0f;
  text-align: center; }
  .event__dt--teacher {
    margin: 0 auto;
    padding: 1rem 2rem;
    width: 6em; }

.event__dd {
  padding: 1rem 1.6rem;
  margin: 0 auto;
  width: 78%; }

.event__content-item {
  padding-left: 1.3em;
  text-indent: -1.3em; }

/* Application
====================*/
.low-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%; }

.application__line {
  width: 35%;
  text-indent: 0; }

.application__line--btn img {
  height: auto; }

.application .btn__link {
  text-indent: 0; }

.application__notes {
  margin-top: 3rem; }

.note {
  padding-left: 1.3em;
  text-indent: -1.3em; }
  .note::before {
    content: '※ '; }

/* Plans
====================*/
.plans {
  background-color: #e84091; }

.plans__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }

.plans__company-name {
  width: calc(100% - 40px);
  font-size: 1.8rem;
  font-weight: bold; }

.plans__btn-detail {
  width: 30px;
  text-align: right; }
  .plans__btn-detail .fa-chevron-down {
    vertical-align: middle;
    transition: transform 1s ease; }
  .plans__btn-detail.on .fa-chevron-down {
    transform: rotate(180deg); }

.plans__body {
  max-height: 0;
  overflow: hidden;
  transition: margin-top 1s ease, max-height .5s ease-in-out; }
  .plans__body.on {
    margin-top: 2rem;
    max-height: 5000px; }
  .plans__body .content-box {
    margin-bottom: 0; }

.plans__pr-box {
  margin-bottom: 3rem; }

.plans__pr-header {
  display: inline-block;
  margin-bottom: 1rem;
  border: 1px solid #938450;
  background-color: #fff;
  padding: 0.6rem 2rem;
  color: #938450; }

.plans__pr-text {
  color: #938450; }
  .plans__pr-text a {
    color: #938450; }

.plans__plan__header {
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #0f0f0f;
  padding: 0.6rem 2rem;
  color: #fff; }

.plans__plan-name {
  margin-bottom: 2rem;
  border-bottom: 1px solid #0f0f0f;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold; }

.plans__outer-img {
  margin: 0 auto 2rem; }

/* Footer
====================*/
.footer--week {
  background-color: #0f0f0f; }

.logo {
  margin-bottom: 2rem;
  width: 80%; }

.lobo__link {
  display: block; }

.fixedbtn {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 1s, pointer-events 1s; }
  .fixedbtn.on {
    opacity: 1;
    pointer-events: auto; }

.fixedbtn__btn {
  display: flex;
  align-items: center;
  width: 160px; }

.fixedweekbtn__link {
  margin-left: 1rem;
  width: calc(100% - 2rem); }
  .fixedweekbtn__link img {
    height: auto; }

.fixedbtn__arrow {
  font-size: 3rem; }

.operation {
  position: fixed;
  right: 3rem;
  bottom: 3rem; }

/* Teacher profile */
.btn--profile {
  cursor: pointer; }

.teacher_profile {
  margin: 0 auto;
  background-color: #f7f4eb;
  padding: 0 2rem;
  border-radius: 2rem;
  max-height: 0;
  text-align: left;
  opacity: 0;
  transition: all 1s ease-in-out; }
  .teacher_profile.on {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-height: 100%;
    opacity: 1; }

.teacher_profile__txt {
  margin-bottom: 2rem; }

.teacher_profile__closebtn {
  margin-left: calc(100% - 40px);
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer; }

.teacher_profile__closebtn span::before,
.teacher_profile__closebtn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 4%;
  margin: -2% 0 0 -42%;
  background: #0f0f0f; }

.teacher_profile__closebtn span::before {
  transform: rotate(-45deg); }

.teacher_profile__closebtn span::after {
  transform: rotate(45deg); }

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/ }

@media (min-width: 40.0625em) {
  /*641*/ }

@media (min-width: 30.0625em) {
  /*481*/ }

/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/
  .operation {
    right: 1rem;
    bottom: 1rem; } }

@media (max-width: 30em) {
  /*480*/
  .p-top-bottom {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .p-left-right {
    padding-left: 2rem;
    padding-right: 2rem; }
  .content-header {
    margin-bottom: 4rem;
    font-size: 2.2rem; }
  .firstview__lead {
    margin: 0 2rem 2rem;
    font-size: 1.4rem; }
  .firstview__title {
    margin: 0 2rem 2rem;
    width: 60%; }
  .firstview__day {
    margin: 0 2rem 2rem;
    font-size: 3.2rem; }
  .firstview__item-title {
    font-size: 1.6rem; }
  .firstview__item-day {
    z-index: auto;
    font-size: 3rem; }
  .img__caption {
    margin-top: 0.6rem;
    font-size: 1.4rem; }
  /* event */
  .event__header-shape {
    padding: 2rem 0 2rem 2rem;
    width: 86%;
    height: 86px;
    font-size: 1.6rem; }
    .event__header-shape::after {
      border-width: 43px 13px 43px 13px; }
  .event__header-day {
    width: 13%;
    padding: 0 0.4rem;
    font-size: 2.5rem;
    line-height: 1; }
  .teacher {
    margin: 0 auto 2rem; }
  .teacher__outer-img {
    width: 180px;
    height: 180px; }
  .low-items {
    width: 100%; }
  .application__line {
    width: 40%; }
  .plans__plan {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2rem; }
  .plans__pr-header {
    padding: 0.6rem 1rem; }
  .plans__plan__header {
    padding: 0.6rem 1rem; }
  .plans__plan-name {
    font-size: 1.6rem; }
  .fixedbtn__btn {
    width: 140px; }
  .fixedweekbtn__link--application {
    padding: 0.8rem 0; }
  .teacher_profile__header {
    font-size: 1.8rem; } }

@media (max-width: 23.75em) {
  /*380*/
  .teacher__outer-img {
    width: 160px;
    height: 160px; }
  .event__box div {
    display: block;
    border-bottom: none; }
  .event__dt {
    padding: 0.8rem;
    width: 100%;
    text-align: center; }
    .event__dt--teacher {
      width: 6em; }
  .event__dd {
    padding: 1rem;
    width: 100%; } }

@media (max-width: 22.5em) {
  /*360*/
  .firstview__item-title {
    font-size: 1.4rem; }
  .firstview__day {
    font-size: 3rem; }
  /* event */
  .event__header-shape {
    width: 82%;
    height: 100px; }
    .event__header-shape::after {
      border-width: 50px 20px 50px 20px; }
    .event__header-shape--dinner {
      letter-spacing: 0em;
      font-size: 1.5rem; } }

@media (max-width: 21.25em) {
  /*340*/
  .p-top-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .p-left-right {
    padding-left: 1.6rem;
    padding-right: 1.6rem; }
  .content-box {
    margin-bottom: 2rem;
    padding: 2rem 1rem; }
  .content-header {
    margin-bottom: 3rem;
    font-size: 2.0rem; }
  .guide {
    font-size: 1.6rem; }
  .btn__link--square {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem; }
  .firstview {
    padding: 2rem 0; }
  .firstview__lead {
    margin: 0 1.6rem 2rem;
    font-size: 1.3rem; }
  .firstview__title {
    margin: 0 1.6rem 1.6rem; }
  .firstview__day {
    margin: 0 1.6rem 2rem;
    font-size: 2.8rem; }
  .lunch__bg {
    top: 130px;
    height: 100px; }
  .teacher_profile {
    padding: 0 1rem; }
  .teacher_profile__closebtn {
    margin-left: calc(100% - 30px);
    width: 30px;
    height: 30px; }
  .plans__plan {
    padding: 1.6rem 1rem; }
  .plans__company-name {
    font-size: 1.6rem; }
  .footer--week {
    padding-bottom: 7rem; }
  .fixedweekbtn__link {
    margin-left: 0.5rem; }
  .fixedbtn__arrow {
    font-size: 2rem; } }
