@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --inner:100rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --baseColor:#383737;
  --brown:#694D29;
  --green:#019845;
  --bgGreen:#EBF6DA;
  --bgGreenPale:#F0FBF5;
  --greenDeco:#E4F3CB;
  --circleDark:#4A9E3E;
  --circleLight:#A1E062;
  --yellow:#FFCC00;
  --gray:#B7B3AE;
  --black:#000;
  --txtGray:#333;
  --txtDark:#111;
  --white:#fff;
  --shadow: 0.5rem 0.5rem 0 rgba(105, 77, 41, 0.2);
  --shadowCard: 0.5rem 0.5rem 0 rgba(187, 214, 86, 0.5);
}

.eng {
  font-family: var(--fontEN);
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --inner:100rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --baseColor:#383737;
  --brown:#694D29;
  --green:#019845;
  --bgGreen:#EBF6DA;
  --bgGreenPale:#F0FBF5;
  --greenDeco:#E4F3CB;
  --circleDark:#4A9E3E;
  --circleLight:#A1E062;
  --yellow:#FFCC00;
  --gray:#B7B3AE;
  --black:#000;
  --txtGray:#333;
  --txtDark:#111;
  --white:#fff;
  --shadow: 0.5rem 0.5rem 0 rgba(105, 77, 41, 0.2);
  --shadowCard: 0.5rem 0.5rem 0 rgba(187, 214, 86, 0.5);
}

.eng {
  font-family: var(--fontEN);
}

* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: min(62.5%, 0.625vw);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  color: var(--baseColor);
  font-family: "A1ゴシック R", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
body * {
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 767px) {
  body sup {
    top: 0.6rem;
  }
  body img {
    width: 100%;
    max-width: inherit;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}

img, svg {
  display: block;
  max-width: 100%;
}

svg {
  width: 100%;
  height: 100%;
  fill: var(--baseColor);
  overflow: visible;
}

a {
  color: var(--baseColor);
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
  cursor: pointer;
}
@media screen and (1025px <= width) {
  a:hover img {
    opacity: 0.7;
  }
}
a img {
  transition: opacity 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 7rem;
  font-size: 0;
  line-height: 0;
  z-index: 1000;
}
header .logo {
  position: absolute;
  top: 1.6rem;
  left: 2.5rem;
  width: 22rem;
  margin: 0 0 0 0;
}
header #menu {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  background: url(../img/icon-menu.svg) center center no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}
header #menu:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header #menuclose {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  background: url(../img/icon-menu2.svg) center center no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}
header #menuclose:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header .insta {
  position: absolute;
  top: 1.7rem;
  right: 2.5rem;
  width: 3rem;
}
header img {
  width: auto;
}
header ul.header-menu {
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 2rem;
}
header ul.header-menu li {
  display: inline-block;
  height: 2rem;
  margin-left: 2rem;
}
header ul.header-menu li:first-child {
  margin-left: 0;
}
header ul.header-menu li a {
  display: block;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "A1ゴシック R", "A1 Gothic R";
}
header ul.header-menu li a:hover {
  text-decoration: underline;
}
header ul.header-menu-sub {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 7rem;
  height: 2rem;
}
header ul.header-menu-sub li {
  display: inline-block;
  height: 2rem;
  margin-left: 2rem;
}
header ul.header-menu-sub li:first-child {
  margin-left: 0;
}
header ul.header-menu-sub li a {
  display: block;
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "A1ゴシック R", "A1 Gothic R";
}
header ul.header-menu-sub li a:hover {
  text-decoration: underline;
}

nav {
  display: none;
}

.pageTop a {
  display: block;
  width: 4rem;
}

@media screen and (min-width: 1330px) {
  header ul.header-menu {
    width: 85rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1330px) {
  header ul.header-menu li {
    margin-left: 1rem;
  }
  header ul.header-menu li a {
    font-size: 1.2rem;
  }
  header ul.header-menu-sub li {
    margin-left: 1rem;
  }
  header ul.header-menu-sub li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header ul.header-menu {
    display: none;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 2rem;
    left: 3rem;
    background: url(../img/icon-menu.svg) center center no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  header .logo {
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 17.1rem;
    margin: 0 0 0 -8.5rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 10.66vw;
    font-size: 0;
    line-height: 0;
    z-index: 900;
  }
  header .logo {
    position: absolute;
    top: 2.66vw;
    left: 50%;
    width: 30vw;
    margin: 0 0 0 -15vw;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 2.66vw;
    left: 3.33vw;
    background: url(../img/icon-menu.svg) center center no-repeat;
    background-size: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
    cursor: pointer;
  }
  header #menuclose {
    display: none;
    position: absolute;
    top: 2.66vw;
    left: 3.33vw;
    background: url(../img/icon-menu2.svg) center center no-repeat;
    background-size: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
    cursor: pointer;
  }
  header .insta {
    position: absolute;
    top: 2.66vw;
    right: 3.33vw;
    width: 5.33vw;
  }
  header img {
    width: 100%;
    height: auto;
  }
  header ul.header-menu, header ul.header-menu-sub {
    display: none;
  }
  nav {
    display: block;
    position: fixed;
    top: 10.66vw;
    left: -100%;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 10.66vw);
    overflow: hidden;
    z-index: 1000;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  nav.active {
    left: 0px;
  }
  nav .menu {
    position: relative;
    float: left;
    background: rgba(144, 196, 36, 0.95);
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  nav .menu .title {
    width: 26.66vw;
    padding: 6.66vw 0 6.66vw 6.66vw;
  }
  nav .menu .menu1 li {
    border-bottom: 1px solid #e3e3cc;
  }
  nav .menu .menu1 li a {
    display: block;
    font-family: "A1ゴシック R", "A1 Gothic R";
    width: 100%;
    height: 13.33vw;
    padding: 0 0 0 15.33vw;
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 13.33vw;
    color: #111;
    text-decoration: none;
  }
  nav .menu .menu1 li:nth-child(1) a {
    background: url(../img/menu-icon_00.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(2) a {
    background: url(../img/menu-icon_01.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(3) a {
    background: url(../img/menu-icon_02.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(4) a {
    background: url(../img/menu-icon_03.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(5) a {
    background: url(../img/menu-icon_04.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(6) a {
    background: url(../img/menu-icon_05.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(7) a {
    background: url(../img/menu-icon_06.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu2 {
    border-bottom: 1px solid #e3e3cc;
    overflow: hidden;
  }
  nav .menu .menu2 li {
    float: left;
    width: 50%;
  }
  nav .menu .menu2 li:nth-child(2) {
    border-left: 1px solid #e3e3cc;
  }
  nav .menu .menu2 li a {
    display: block;
    width: 100%;
    height: 13.33vw;
    padding: 0 0 0 11.33vw;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 13.33vw;
    color: #111;
    text-decoration: none;
  }
  nav .menu .menu2 li:nth-child(1) a {
    background: url(../img/menu-icon_07.svg) 4vw center no-repeat;
    background-size: 5.33vw;
  }
  nav .menu .menu2 li:nth-child(2) a {
    background: url(../img/menu-icon_08.svg) 4vw center no-repeat;
    background-size: 5.33vw;
  }
  nav .menu .close {
    cursor: pointer;
    height: 16vw;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 16vw;
    text-align: center;
    color: #111;
  }
  nav > .close {
    position: relative;
    float: left;
    background: rgba(227, 227, 204, 0.95);
    width: 13.33%;
    height: 100vh;
    z-index: 2;
  }
  nav > .close img {
    position: absolute;
    top: 8vw;
    left: -4vw;
    width: 16vw;
  }
}
footer {
  position: relative;
  border-top: 0.3rem solid #ddd;
  width: 100%;
  height: 10rem;
  background: #fff;
  padding: 0 3rem;
}
footer a {
  background: none;
  padding: 0 0 0 0;
}
footer .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  font-size: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
footer .mail {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 22rem;
  height: 4rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
footer .mail a {
  display: block;
  border-radius: 4rem;
  width: 100%;
  height: 4rem;
  background: #90c424;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
footer .insta {
  position: absolute;
  top: 50%;
  right: 27rem;
  width: 4rem;
  height: 4rem;
  padding: 0.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
footer .copy {
  position: absolute;
  top: 50%;
  left: 3rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #66554e;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  footer {
    position: relative;
    border-top: 3px solid #ddd;
    width: 100%;
    background: #fff;
    padding: 52px 2.66vw 15px 2.66vw;
  }
  footer .mail {
    position: absolute;
    top: 7.66vw;
    right: 2.66vw;
    width: 26%;
    z-index: 2;
  }
  footer .mail a {
    display: block;
    border-radius: 20vw;
    background: #90c424;
    width: 100%;
    height: 8vw;
    font-size: 2.66vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  footer .insta {
    position: absolute;
    top: 7.66vw;
    right: 30vw;
    width: 8vw;
    z-index: 2;
  }
  footer .copy {
    position: absolute;
    top: 7.66vw;
    left: 2.66vw;
    text-align: left;
    font-size: 2.5vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    color: #66554e;
    z-index: 1;
  }
  footer .logo {
    position: relative;
    width: 36%;
    /*margin: 0 auto;*/
    font-size: 0;
    z-index: 2;
  }
}
main {
  font-family: var(--fontJA);
  font-weight: 700;
  font-style: normal;
  color: var(--brown);
  font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .brPc {
    display: none;
  }
}

.brSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .brSp {
    display: inline;
  }
}

.mv {
  position: relative;
  background: var(--bgGreen);
  overflow-x: clip;
}

.mv__inner {
  position: relative;
  width: min(160rem, 100%);
  height: 74rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: auto;
    padding-bottom: 0;
  }
}

.mv__deco {
  position: absolute;
  inset: 0;
}

.mv__circle {
  position: absolute;
  width: 100rem;
  height: 100rem;
  border-style: solid;
  border-width: 15rem;
  border-radius: 50%;
}
.mv__circle--01 {
  top: -40rem;
  left: -56rem;
  border-color: var(--circleDark);
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .mv__circle--01 {
    top: -5rem;
    left: -15rem;
    width: 32rem;
    height: 32rem;
    border-width: 4.6rem;
  }
}
.mv__circle--02 {
  top: -6rem;
  left: 58rem;
  border-color: var(--circleLight);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .mv__circle--02 {
    top: 20rem;
    left: 18rem;
    width: 44rem;
    height: 44rem;
    border-width: 4.6rem;
  }
}

.mv__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 112.6rem;
  padding-top: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__body {
    position: relative;
    width: 100%;
    padding-top: 8rem;
  }
}

.mv__badge {
  position: relative;
  display: inline-block;
  width: 18rem;
  height: 4rem;
  border-radius: 999px;
  background: var(--green);
  font-size: 2rem;
  line-height: 4rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .mv__badge {
    width: 14rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
.mv__badge::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.49rem solid var(--green);
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
}
@media screen and (max-width: 767px) {
  .mv__badge::after {
    border-top-width: 1.1rem;
    border-right-width: 0.7rem;
    border-left-width: 0.7rem;
  }
}

.mv__read {
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .mv__read {
    margin-top: 2.2rem;
    font-size: 1.7rem;
  }
}

.mv__readSub {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .mv__readSub {
    font-size: 1.4rem;
  }
}

.mv__ttl {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    margin-top: 1.8rem;
  }
}

.mv__ttlRow {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
  height: 8rem;
  border-radius: 0.5rem;
  background: var(--white);
  font-size: 5rem;
  line-height: 8rem;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .mv__ttlRow {
    height: 5rem;
    padding: 0 1.5rem;
    font-size: 2.8rem;
    line-height: 5rem;
  }
}
.mv__ttlRow + .mv__ttlRow {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mv__ttlRow + .mv__ttlRow {
    margin-top: 0.8rem;
  }
}

.mv__ttlSub {
  font-size: 4rem;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .mv__ttlSub {
    font-size: 2.2rem;
  }
}

.mv__txt {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

.mv__ph {
  position: absolute;
  top: 13.2rem;
  left: 86rem;
  width: 44rem;
  height: 58.3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__ph {
    position: relative;
    top: 0;
    left: 0;
    width: 30rem;
    height: auto;
    aspect-ratio: 440/583;
    margin: 2rem auto 0;
  }
}
.mv__ph img {
  position: absolute;
  top: 0.04%;
  left: 8.81%;
  width: 82.38%;
  height: 117.94%;
}

.mv__items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: stretch;
  position: absolute;
  top: 60rem;
  left: 52rem;
  width: 56rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__items {
    position: relative;
    top: 0;
    left: 0;
    width: 28rem;
    margin: -12rem auto 0;
  }
}

.mv__item:nth-child(1) {
  width: 14.7rem;
}
.mv__item:nth-child(2) {
  width: 14.5rem;
}
.mv__item:nth-child(3) {
  width: 15.3rem;
}
@media screen and (max-width: 767px) {
  .mv__item:nth-child(1) {
    width: 7.35rem;
  }
  .mv__item:nth-child(2) {
    width: 7.25rem;
  }
  .mv__item:nth-child(3) {
    width: 7.65rem;
  }
}
.mv__item img {
  width: 100%;
}

.movie {
  position: relative;
  padding: 10rem 0 2rem;
  background: var(--white);
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 5rem 0 4rem;
  }
}

.movie__wave--top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--white);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .movie__wave--top {
    height: 4rem;
  }
}
.movie__wave--top {
  top: -10rem;
}
@media screen and (max-width: 767px) {
  .movie__wave--top {
    top: -4rem;
  }
}
.movie__wave--bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--white);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .movie__wave--bottom {
    height: 4rem;
  }
}
.movie__wave--bottom {
  bottom: -10rem;
}
@media screen and (max-width: 767px) {
  .movie__wave--bottom {
    bottom: -4rem;
  }
}

.movie__decos {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.movie__deco {
  position: absolute;
  top: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .movie__deco {
    top: 4rem;
  }
}
.movie__deco--left {
  left: calc(50% - 90rem);
  width: 49.4604rem;
  height: 40rem;
  background-image: url(../img/movie_ob01.svg);
}
@media screen and (max-width: 767px) {
  .movie__deco--left {
    left: -5rem;
    width: 19.8rem;
    height: 16rem;
  }
}
.movie__deco--right {
  left: calc(50% + 42.5rem);
  width: 47.5316rem;
  height: 40rem;
  background-image: url(../img/movie_ob02.svg);
}
@media screen and (max-width: 767px) {
  .movie__deco--right {
    left: 22rem;
    width: 19rem;
    height: 16rem;
  }
}

.movie__head {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .movie__head {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    gap: 1.2rem;
    width: 33.5rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

.movie__badge {
  flex-shrink: 0;
  width: 12rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.08rem;
  text-align: center;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .movie__badge {
    width: 11rem;
    height: 2.6rem;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
}

.movie__ttl {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.12rem;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .movie__ttl {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    text-align: center;
  }
}

.movie__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  gap: 2rem;
  width: 120rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .movie__body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 2rem;
    width: 33.5rem;
    max-width: calc(100% - 4rem);
    margin-top: 2.5rem;
  }
}

.movie__player {
  position: relative;
  width: 80rem;
  aspect-ratio: 800/450;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--gray);
  box-shadow: var(--shadow);
}
@media screen and (max-width: 767px) {
  .movie__player {
    width: 100%;
  }
}
.movie__player.is-playing .movie__play {
  opacity: 0;
  pointer-events: none;
}

.movie__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie__play {
  position: absolute;
  inset: 0;
  width: 12rem;
  height: 12rem;
  margin: auto;
  cursor: pointer;
  transition: opacity var(--transition-duration);
}
@media screen and (max-width: 767px) {
  .movie__play {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (1025px <= width) {
  .movie__play:hover {
    opacity: 0.7;
  }
}
.movie__play img {
  width: 100%;
}

.movie__chapter {
  width: 38rem;
  padding: 6rem 0 2rem;
  border-radius: 1rem;
  background: var(--bgGreen);
  box-shadow: var(--shadow);
}
@media screen and (max-width: 767px) {
  .movie__chapter {
    width: 100%;
    padding: 2.5rem 0;
  }
}

.movie__chapterTtl {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .movie__chapterTtl {
    font-size: 1.8rem;
  }
}

.movie__list {
  margin-top: 2.6rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .movie__list {
    margin-top: 1.5rem;
    padding-left: 2.5rem;
  }
}

.movie__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 4.5rem;
  text-align: left;
  color: var(--black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .movie__link {
    gap: 1.5rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (1025px <= width) {
  .movie__link:hover {
    opacity: 0.7;
  }
}
.movie__link span {
  text-decoration: underline;
}

.movie__time {
  flex-shrink: 0;
}

.card {
  position: relative;
  height: 35rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadowCard);
}
@media screen and (max-width: 767px) {
  .card {
    height: auto;
  }
}

.card__num {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--brown);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .card__num {
    top: -1.7rem;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

.card__ttl {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .card__ttl {
    margin-top: 2.6rem;
    font-size: 1.8rem;
  }
}

.card__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .card__icon {
    position: static;
    transform: none;
    margin: 2rem auto 0;
  }
}
.card__icon img {
  width: 100%;
}

.linkBtn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 1rem;
  width: 50rem;
  max-width: calc(100% - 4rem);
  height: 7rem;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--green);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.045rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .linkBtn {
    width: 28rem;
    height: 5.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (1025px <= width) {
  .linkBtn:hover {
    opacity: 0.7;
  }
}
.linkBtn::after {
  content: "";
  flex-shrink: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid var(--white);
}

.point {
  padding: 20rem 0 4rem;
  background: var(--bgGreen);
}
@media screen and (max-width: 767px) {
  .point {
    padding: 7rem 0 3rem;
  }
}

.point__head {
  position: relative;
  width: min(160rem, 100%);
  margin: 0 auto;
}

.point__ttl {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.14rem;
  text-align: center;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .point__ttl {
    width: 31rem;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.7333333333;
  }
}
.point__ttl span {
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .point__ttl span {
    font-size: 1.6rem;
  }
}

.point__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.point__deco--left {
  top: -3rem;
  left: 28rem;
  width: 10rem;
  height: 8.894rem;
  background-image: url(../img/point_ob01.svg);
}
@media screen and (max-width: 767px) {
  .point__deco--left {
    top: 4.5rem;
    left: 1.5rem;
    width: 4rem;
    height: 4.002rem;
  }
}
.point__deco--right {
  top: -2.7rem;
  left: 122rem;
  width: 10rem;
  height: 8.394rem;
  background-image: url(../img/point_ob02.svg);
}
@media screen and (max-width: 767px) {
  .point__deco--right {
    top: 4.5rem;
    left: auto;
    right: 1.5rem;
    width: 4rem;
    height: 3.777rem;
  }
}

.point__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 120.1rem;
  margin: 6.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .point__list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 4rem;
    width: 33.5rem;
    max-width: calc(100% - 4rem);
    margin-top: 4rem;
  }
}

.point__item {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .point__item {
    width: 100%;
  }
}

.point__txt {
  width: 23rem;
  margin: 1.9rem auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--txtGray);
}
@media screen and (max-width: 767px) {
  .point__txt {
    width: 28.5rem;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.reason {
  padding: 4rem 0 16rem;
  background: var(--bgGreen);
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 3rem 0 7rem;
  }
}

.reason__head {
  position: relative;
  width: min(160rem, 100%);
  margin: 0 auto;
}

.reason__read {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  text-align: center;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .reason__read {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.reason__ttl {
  margin-top: 1.6rem;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.14rem;
  text-align: center;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .reason__ttl {
    width: 31rem;
    margin: 1.4rem auto 0;
    font-size: 1.8rem;
    line-height: 1.7333333333;
  }
}
.reason__ttl span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .reason__ttl span {
    font-size: 1.6rem;
  }
}

.reason__deco {
  position: absolute;
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.reason__deco--left {
  top: -0.5rem;
  left: 34rem;
  width: 8rem;
  height: 7.3693rem;
  background-image: url(../img/reason_ob01.svg);
}
@media screen and (max-width: 767px) {
  .reason__deco--left {
    top: 6rem;
    left: 2.5rem;
    width: 4rem;
    height: 4.145rem;
  }
}
.reason__deco--right {
  top: -1rem;
  left: 118rem;
  width: 8rem;
  height: 8.37rem;
  background-image: url(../img/reason_ob02.svg);
}
@media screen and (max-width: 767px) {
  .reason__deco--right {
    top: 6rem;
    left: auto;
    right: 2.5rem;
    width: 4rem;
    height: 4.708rem;
  }
}

.reason__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 120.2rem;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .reason__list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 4rem;
    width: 33.5rem;
    max-width: calc(100% - 4rem);
    margin-top: 4rem;
  }
}

.reason__item {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .reason__item {
    width: 100%;
  }
}

.reason__txt {
  width: 32rem;
  margin: 1.7rem auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--txtDark);
}
@media screen and (max-width: 767px) {
  .reason__txt {
    width: 28.5rem;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.lineup {
  position: relative;
  padding: 0 0 6rem;
  background: var(--white);
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 1.5rem 0 4rem;
  }
}

.lineup__wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--white);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lineup__wave {
    height: 4rem;
  }
}
.lineup__wave {
  top: -10rem;
}
@media screen and (max-width: 767px) {
  .lineup__wave {
    top: -4rem;
  }
}

.lineup__read {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  text-align: center;
  color: var(--brown);
}
@media screen and (max-width: 767px) {
  .lineup__read {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.lineup__ttl {
  position: relative;
  margin-top: 1.6rem;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .lineup__ttl {
    margin-top: 1.2rem;
    font-size: 1.7rem;
    line-height: 1.5294117647;
  }
}

.lineup__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  left: 1.5rem;
  width: 117rem;
  row-gap: 4rem;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .lineup__list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    left: 0;
    gap: 3rem;
    width: 33.5rem;
    max-width: calc(100% - 4rem);
    margin-top: 4rem;
  }
}

.lineup__item {
  position: relative;
  width: 55rem;
  height: 25rem;
  padding: 3rem 3rem 0 16rem;
  border-radius: 1rem;
  background: var(--bgGreenPale);
}
@media screen and (max-width: 767px) {
  .lineup__item {
    width: 100%;
    height: auto;
    padding: 2.5rem 2rem 2.5rem 11.5rem;
  }
}

.lineup__ph {
  position: absolute;
  top: -2rem;
  left: 5.15rem;
  transform: translateX(-50%);
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .lineup__ph {
    top: 50%;
    left: 6rem;
    transform: translate(-50%, -50%);
    height: 10rem;
  }
}
.lineup__ph--wide {
  top: 3.5rem;
  height: 11.9rem;
}
@media screen and (max-width: 767px) {
  .lineup__ph--wide {
    top: 50%;
    height: 6.3rem;
  }
}
.lineup__ph img {
  width: auto;
  height: 100%;
  filter: drop-shadow(0.5rem 0.5rem 0 var(--white));
}

.lineup__cardTtl {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .lineup__cardTtl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.lineup__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .lineup__btn {
    margin-top: 4rem;
  }
}

.lineup__txt {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--txtGray);
}
@media screen and (max-width: 767px) {
  .lineup__txt {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}

.profile {
  padding: 0 0 10.3rem;
}
@media screen and (max-width: 767px) {
  .profile {
    padding-bottom: 5rem;
  }
}

.profile__inner {
  width: 120rem;
  max-width: calc(100% - 4rem);
  padding: 4rem 5rem;
  margin: 0 auto;
  border-radius: 1rem;
  background: var(--greenDeco);
}
@media screen and (max-width: 767px) {
  .profile__inner {
    width: 33.5rem;
    padding: 2.5rem 2rem;
  }
}

.profile__ttl {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .profile__ttl {
    font-size: 1.7rem;
    line-height: 1.5294117647;
  }
}

.profile__role {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .profile__role {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
}

.profile__txt {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--txtGray);
}
@media screen and (max-width: 767px) {
  .profile__txt {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
