@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
html {
  background: #fff;
  font-size: 10px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-size: 1.6rem;
  max-width: 1200px;
  margin: 0 auto;
}
body.is-active {
  overflow: hidden;
  width: 100%;
}
h1 {
  font-size: 3.2rem;
}
h1 > img {
  vertical-align: bottom;
}
header .hamburger {
  background-color: #f3bcc9;
  position: fixed;
  top: 10px;
  right: calc((100% - 1200px) / 2 + 2rem);
  z-index: 150;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .hamburger {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }
}
header .hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 4px;
  background-color: #fff;
  transition: transform 0.3s;
  border-radius: 12px;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header .hamburger span {
    font-size: 0.75rem;
    height: 2px;
  }
}
header .hamburger span:nth-child(1) {
  top: 20%;
}
header .hamburger span:nth-child(2) {
  height: 0;
  top: 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .hamburger span:nth-child(2) {
    top: 30%;
  }
}
header .hamburger span:nth-child(3) {
  top: 80%;
}
header .hamburger.is-active {
  background-color: #fff;
}
header .hamburger.is-active span {
  background-color: #000;
}
header .hamburger.is-active span:nth-child(1) {
  top: 40%;
  transform: translate(-50%, -50%) rotate(135deg);
}
header .hamburger.is-active span:nth-child(2) {
  color: transparent;
}
header .hamburger.is-active span:nth-child(2):before {
  content: "close";
  position: absolute;
  opacity: 1;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  header .hamburger.is-active span:nth-child(2):before {
    font-size: 0.75rem;
    top: 9px;
    right: 3px;
  }
}
header .hamburger.is-active span:nth-child(3) {
  top: 40%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
header .drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #f9dee4, #f9dee4 8%, #f3bcc9 8%, #f3bcc9);
  transition: opacity 0.3s, visibility 0.3s;
}
header .drawer.is-active {
  visibility: visible;
  opacity: 1;
}
header .drawer .drawer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
header .drawer .drawer-inner .drawer-title {
  background-color: #f9dee4;
  margin: 3rem 0 0 3.4rem;
}
@media screen and (max-width: 768px) {
  header .drawer .drawer-inner .drawer-title {
    margin: 1.3rem 0 0 3.4rem;
  }
}
header .drawer .drawer-inner .drawer-title > p {
  color: #000;
  font-family: Josefin Sans, sans-serif;
  font-size: 4rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  header .drawer .drawer-inner .drawer-title > p {
    font-size: 2.4rem;
  }
}
header .drawer .drawer-inner .drawer__nav {
  margin: 8rem 0 0 3.4rem;
}
@media screen and (max-width: 768px) {
  header .drawer .drawer-inner .drawer__nav {
    margin: 3.5rem 0 0 3.4rem;
  }
}
header .drawer .drawer-inner .drawer__nav .drawer__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
header .drawer .drawer-inner .drawer__nav .drawer__list .drawer__item:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #000;
  margin-top: 1.5rem;
}
header .drawer .drawer-inner .drawer__nav .drawer__list .drawer__item .drawer__link {
  color: #000;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  header .drawer .drawer-inner .drawer__nav .drawer__list .drawer__item .drawer__link {
    font-size: 2.4rem;
  }
}
header .drawer .drawer-inner .drawer__nav .drawer__list .drawer__item > ul > li {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  header .drawer .drawer-inner .drawer__nav .drawer__list .drawer__item > ul > li {
    font-size: 1.1rem;
  }
}
header a {
  color: inherit;
  text-decoration: none;
}
header img {
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: italic;
  vertical-align: middle;
  shape-margin: 0.75rem;
}
img {
  width: 100%;
}
li {
  list-style: none;
}
h3 {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
    margin-top: 0;
  }
}
main section {
  text-align: center;
}
main section > * {
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.2s;
}
main section > *.inview {
  opacity: 1;
}
main section > h2 {
  font-family: Josefin Sans, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section > h2 {
    font-size: 3.2rem;
    margin-top: 0;
  }
}
main section > p {
  font-size: 3rem;
  font-weight: 500;
  font-family: Noto Sans JP, sans-serif;
}
@media screen and (max-width: 768px) {
  main section > p {
    font-size: 1rem;
  }
}
.fv {
  margin: 9rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .fv {
    margin: 4.5rem 2rem 0;
  }
}
.news {
  background-image: url(/assets/images/rurutan_bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 5rem 10rem;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 4.5rem 3.5rem;
  }
}
.news > h2,
.news > p {
  color: #f3bcc9;
}
.news .news_list {
  display: flex;
  justify-content: space-between;
  gap: 1.7rem;
  margin: 1.4rem 2rem 0;
}
.news .news_list .news_item {
  width: 100%;
}
.news .news_list .news_item > img {
  width: 100%;
}
.news .news_list .news_item > p {
  font-size: 2rem;
  font-weight: 400;
  font-family: zen maru gothic;
  text-align: initial;
  padding-inline: 0.2rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item > p {
    font-size: 1rem;
  }
}
.activity_info {
  background-image: url(/assets/images/rurutan_bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 2.1rem;
}
.activity_info > h2,
.activity_info > p {
  color: #fff;
  opacity: 0.7;
}
.activity_info .about_movie > ul {
  display: flex;
  justify-content: space-between;
  gap: 4.3rem;
  margin: 4rem 15rem 0;
}
@media screen and (max-width: 768px) {
  .activity_info .about_movie > ul {
    margin: 1.4rem 3.5rem 0;
  }
}
.activity_info .about_movie > ul > li > a {
  width: 80%;
  display: inline-block;
}
.activity_info .about_movie .about_movie_txt {
  margin: 2.3rem 0 0;
}
.activity_info .about_movie .about_movie_txt > p {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .activity_info .about_movie .about_movie_txt > p {
    font-size: 1rem;
  }
}
.activity_info .about_activities {
  gap: 5.1rem;
}
.activity_info .about_activities .about_produce {
  margin: 10rem 20rem 0;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .activity_info .about_activities .about_produce {
    margin: 1.4rem 3.5rem 0;
  }
}
.activity_info .about_activities .about_produce > h3 {
  margin-top: 0.2rem;
}
.profile {
  background-image: url(/assets/images/rurutan_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 5rem;
  margin-block: -0.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .profile {
    padding-block: -0.5rem;
  }
}
.profile > h2,
.profile > p {
  color: #f3bcc9;
}
.profile .profile_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -8.5rem 1.5rem 0;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .profile .profile_container {
    justify-content: space-between;
    gap: 0;
  }
}
.profile .profile_container > img {
  width: 48%;
  margin-top: 10rem;
}
.profile .profile_container .profile_details {
  margin-top: 10rem;
}
.profile .profile_container .profile_details .profile_name > p {
  font-size: 4rem;
  font-weight: 300;
  font-family: Noto Sans JP, sans-serif;
  text-align: left;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .profile .profile_container .profile_details .profile_name > p {
    font-size: 2rem;
  }
}
.profile .profile_container .profile_details .profile_name > p + p {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 8rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profile .profile_container .profile_details .profile_name > p + p {
    font-size: 4rem;
  }
}
.profile .profile_container .profile_details .profile_name > p + p + p {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  margin: 1rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .profile .profile_container .profile_details .profile_name > p + p + p {
    font-size: 1rem;
  }
}
.profile .profile_career {
  margin: 3rem 3rem 0;
}
.profile .profile_career > p {
  font-size: 4rem;
  font-weight: 300;
  font-family: Noto Sans JP, sans-serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profile .profile_career > p {
    font-size: 2rem;
  }
}
.profile .profile_career > ul {
  text-align: start;
}
.profile .profile_career > ul > li {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .profile .profile_career > ul > li {
    font-size: 1rem;
  }
}
.profile .profile_career > ul > li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .profile .profile_career > ul > li:before {
    width: 5px;
    height: 5px;
    margin: -2.5px 5px 0 0;
  }
}
.profile .profile_result {
  margin: 2rem 3rem 0;
}
.profile .profile_result > p {
  font-size: 4rem;
  font-weight: 300;
  font-family: Noto Sans JP, sans-serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profile .profile_result > p {
    font-size: 2rem;
  }
}
.profile .profile_result > p + p {
  font-family: Zen Maru Gothic, serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .profile .profile_result > p + p {
    font-size: 1rem;
  }
}
.media_info {
  background-image: url(/assets/images/rurutan_bg4.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 5rem 2.4rem;
  margin-top: -0.5rem;
}
.media_info > h2,
.media_info > p {
  color: #fff;
  opacity: 0.7;
}
.media_info .media_info_details {
  margin-top: 25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .media_info .media_info_details {
    margin-top: 11rem;
  }
}
.media_info .media_info_details > img {
  width: 60%;
  top: -22rem;
  right: 3rem;
  text-align: right;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .media_info .media_info_details > img {
    top: -10rem;
  }
}
.media_info .media_info_details > a > img {
  width: 57%;
  margin-top: -4.5rem;
  position: static;
}
.sns {
  background-image: url(/assets/images/rurutan_bg5.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 4.5rem 3rem;
  margin-top: -1rem;
}
.sns > h2 {
  color: #f3bcc9;
}
.sns > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 5rem 10rem 0;
  padding-bottom: 10rem;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .sns > ul {
    margin: 2rem 3.6rem 0 4rem;
    padding-bottom: 0;
    gap: 1.4rem;
  }
}
.sns > ul > li > a > img {
  width: 100%;
  vertical-align: bottom;
}
.single_news {
  margin: 4rem 2rem 0;
}
.single_news h1.page_title {
  background-color: #f3bcc9;
  color: #fff;
  padding-block: 4rem;
}
.single_news .news_contents {
  padding: 10rem 0;
  text-align: left;
  max-width: 85rem;
  margin: 0 auto;
}
.single_news .news_contents > .date {
  font-size: 2rem;
}
.single_news .news_contents > h2 {
  font-size: 2rem;
  margin-top: 1rem;
}
.single_news .news_contents .image_container {
  margin: 2rem auto;
  text-align: center;
}
.single_news .news_contents .news_text {
  font-size: 1.5rem;
  font-weight: 300;
}
