@charset "UTF-8";
@import url("https://use.typekit.net/xmt7kuz.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
}
body.loaded {
  position: static;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer !important;
  transition: opacity 0.25s ease 0s;
}

a:hover,
a:active,
a.active {
  opacity: 0.55;
}

a[href="#"] {
  pointer-events: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.brpc {
  display: none;
}

@media screen and (min-width: 769px) {
  .brpc {
    display: block;
  }
}
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
footer,
nav,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

/* --------------------------------------------------------- loading --------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFFCF0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#loader .logo {
  width: 216px;
}
#loader .logo--text {
  color: #00388E;
  font-family: "oskar", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-style: normal;
  text-align: center;
}
#loader .logo img {
  width: 100%;
  height: auto;
  display: block;
}
#loader .bar {
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.14);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #00388E;
  display: block;
}
#loader.complete {
  opacity: 0;
}

/* --------------------------------------------------------- page --------------------------------------------------------- */
#container {
  width: 100%;
  min-height: 100vh;
  background-color: #FFF;
  position: relative;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 1.15s cubic-bezier(0.19, 1, 0.22, 1) 0.28s;
}

body.show_contents #container {
  opacity: 1;
}

.main_visual {
  width: 50%;
  height: auto;
  min-height: 100vh;
  position: sticky;
  top: var(--sticky-offset, -1px);
  left: 0;
  background-color: #FFF;
  z-index: 1;
}
.main_visual__inner {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.main_visual__placeholder {
  width: 100%;
  height: auto;
  background: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main_visual__placeholder img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main_visual__placeholder p {
  color: #00388E;
  font-family: "oskar", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}

.main_contents {
  width: 50%;
  min-height: 100vh;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  text-align: left;
  overflow: hidden;
}
.main_contents > :not(.site_footer) {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.main_contents > .site_footer {
  width: 100%;
}

.media-placeholder,
.movie-placeholder {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.mark-placeholder {
  background-color: transparent;
  position: relative;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mark-placeholder,
.movie-placeholder {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #999999;
  font-family: "oskar", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}

.index_nav__photo,
.feature_section__kv_photo,
.feature_article__photo,
.photo_pair__item,
.photo_mosaic__item,
.photo_single__item,
.photo_slider,
.photo_offset__item,
.photo_split__item,
.novelty_slider,
.profile__photo {
  overflow: hidden;
}
.index_nav__photo img,
.feature_section__kv_photo img,
.feature_article__photo img,
.photo_pair__item img,
.photo_mosaic__item img,
.photo_single__item img,
.photo_slider img,
.photo_offset__item img,
.photo_split__item img,
.novelty_slider img,
.profile__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: cover;
  display: block;
}

.mark-placeholder img,
.site_footer__brand img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.mark-placeholder img {
  width: 40%;
}

.lead {
  width: 100%;
  background-color: #FFFCF0;
}
.lead__inner {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.lead__title {
  width: calc(100% - 80px);
  max-width: 310px;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  font-style: normal;
  word-break: break-word;
}
.lead__text {
  width: calc(100% - 80px);
  max-width: 310px;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
  word-break: break-word;
}
.lead__mark {
  width: calc(100% - 75px);
  max-width: 315px;
}

.index_nav {
  width: 100%;
  padding: 30px 20px;
  background-color: #FFFCF0;
  text-align: center;
}
.index_nav__title {
  padding-bottom: 30px;
  color: #00388E;
  font-family: "oskar", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.index_nav__list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.index_nav__item {
  width: calc((100% - 20px) / 3);
}
.index_nav__item a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.index_nav__photo {
  width: 100%;
  aspect-ratio: 110/165;
  display: block;
}
.index_nav__label {
  min-height: 1em;
  color: #333333;
  font-family: "oskar", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}
.index_nav__label--small {
  font-size: 1.2rem;
  white-space: normal;
}
.index_nav__arrow {
  width: 30px;
  height: 10px;
  background-image: url("../images/nav_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
}

.feature_section {
  width: 100%;
  background-color: #FFF;
}
.feature_section__kv {
  width: 100%;
  padding: 30px;
  background-color: #ff914d;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.feature_section__kv_photo {
  width: 100%;
  aspect-ratio: 330/482;
  border: 6px solid #FFF;
  background-color: #c9c9c9;
}
.feature_section__kv_text {
  padding-bottom: 20px;
  text-align: center;
  color: #FFF;
}
.feature_section__kv_text h2 {
  margin-bottom: 20px;
  color: #FFF;
  font-family: "oskar", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.feature_section__kv_text p {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
  word-break: break-word;
}

.feature_section--goods .feature_section__kv {
  background-color: #00bf63;
}

.feature_section--illust .feature_section__kv {
  background-color: #FF5757;
}

.feature_section--furniture .feature_article,
.feature_section--goods .feature_article {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}
.feature_section--furniture .feature_article--no-divider,
.feature_section--goods .feature_article--no-divider {
  border-bottom: 0;
  margin-bottom: 0;
}

.feature_section--goods .feature_article--no-divider .feature_article__body {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}

.feature_article {
  width: 100%;
  padding: 90px 30px 30px;
}
.feature_article + .feature_article {
  padding-top: 0;
}
.feature_article__inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.feature_article__photo {
  width: 100%;
}
.feature_article__photo--large {
  aspect-ratio: 330/482;
}
.feature_article__photo--portrait {
  width: 100%;
  max-width: 330px;
  aspect-ratio: 330/495;
}
.feature_article__photo--align-right {
  margin-left: auto;
  margin-right: 0;
}
.feature_article__body {
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
}
.feature_article__body h3 {
  margin-bottom: 20px;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  font-style: normal;
}
.feature_article__body > p {
  margin-bottom: 20px;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
  text-align: left;
  word-break: break-word;
}
.feature_article--wide {
  padding-right: 0;
  padding-left: 0;
}
.feature_article--wide .feature_article__body,
.feature_article--wide .feature_article__photo {
  width: calc(100% - 60px);
}

.feature_article--goods-offset .feature_article__inner {
  align-items: stretch;
}
.feature_article--goods-offset .feature_article__photo--portrait {
  align-self: flex-end;
}
.feature_article--goods-offset .feature_article__body {
  margin-right: auto;
  margin-left: auto;
}

.photo_pair {
  width: 100%;
  aspect-ratio: 324/354;
  position: relative;
}
.photo_pair__item {
  width: calc((100% - 15px) / 2);
  aspect-ratio: 157/236;
  position: absolute;
}
.photo_pair__item:first-child {
  left: 0;
  bottom: 0;
}
.photo_pair__item:last-child {
  right: 0;
  top: 0;
}
.photo_pair--reverse .photo_pair__item:first-child {
  left: auto;
  right: 0;
  bottom: 0;
}
.photo_pair--reverse .photo_pair__item:last-child {
  right: auto;
  left: 0;
  top: 0;
}

.photo_mosaic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.photo_mosaic__item {
  width: 50%;
  aspect-ratio: 195/293;
}
.photo_mosaic__item--wide {
  width: 100%;
  aspect-ratio: 390/260;
}
.photo_mosaic__item--half {
  aspect-ratio: 195/293;
}

.photo_single {
  width: 100%;
  height: 236px;
  position: relative;
}
.photo_single__item {
  width: calc((100% - 15px) / 2);
  max-width: 157px;
  aspect-ratio: 157/236;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .feature_article__photo--pc-large {
    width: 100%;
    max-width: none;
    aspect-ratio: 330/482;
  }
  .feature_section--goods .photo_single {
    width: 100%;
    max-width: 330px;
    height: auto;
    padding-right: 60px;
    align-self: flex-start;
  }
  .feature_section--goods .photo_single__item {
    width: 270px;
    max-width: 100%;
    aspect-ratio: 270/405.86;
    position: relative;
  }
}
.photo_slider_block {
  width: 100%;
  max-width: 330px;
  padding-right: 60px;
  align-self: flex-start;
}

.photo_slider {
  width: 270px;
  max-width: 100%;
  aspect-ratio: 270/405.86;
  position: relative;
  overflow: hidden;
}
.photo_slider li,
.photo_slider .slick-list,
.photo_slider .slick-track,
.photo_slider .slick-slide,
.photo_slider .slick-slide > div {
  height: 100%;
}
.photo_slider li > div,
.photo_slider .media-placeholder {
  width: 100%;
  height: 100%;
}

.photo_slider--fill {
  width: 100%;
  max-width: none;
  aspect-ratio: auto;
}

.photo_offset {
  width: 100%;
  max-width: 330px;
  padding-left: 60px;
  align-self: flex-start;
}
.photo_offset__item {
  width: 270px;
  max-width: 100%;
  aspect-ratio: 270/405;
}

.credits {
  width: 100%;
  max-width: 324px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.credits__item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.credits__item p {
  flex: 0 1 auto;
  color: #333333;
  font-family: "oskar", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-style: normal;
  white-space: nowrap;
}
.credits__item > div {
  flex: 0 0 auto;
}
.credits__item a {
  width: 41px;
  height: 13px;
  border: 1px solid #333333;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-family: "oskar", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  flex: 0 0 auto;
}
.credits__item .item-d-none a {
  display: none;
}

.movie-placeholder {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
}
.movie-placeholder video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.feature_article .mark-placeholder {
  width: 100%;
  max-width: 315px;
  align-self: center;
}

.coming_block {
  width: 100%;
  padding: 70px 30px;
  text-align: center;
}
.coming_block h2 {
  margin-bottom: 30px;
  color: #00388E;
  font-family: "oskar", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.coming_block .media-placeholder {
  width: 100%;
  aspect-ratio: 330/220;
}

.illust_item {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.illust_item__num {
  width: 100%;
  padding-top: 0;
  color: #000;
  font-family: "oskar", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-align: center;
}
.illust_item__body {
  width: 100%;
  padding: 10px 30px 30px;
  text-align: center;
}
.illust_item__body > p {
  margin-bottom: 20px;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
  text-align: left;
  word-break: break-word;
}

.feature_section--illust .feature_section__kv + .illust_item {
  padding-top: 50px;
}

@media screen and (min-width: 769px) {
  .lead__title {
    width: 100%;
    max-width: none;
    font-size: 1.8rem;
  }
  .lead__text {
    width: 100%;
    max-width: none;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .feature_article__body h3,
  .illust_item__body h3 {
    font-size: 1.8rem;
  }
  .feature_article__body > p,
  .illust_item__body > p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .feature_article__body,
  .feature_article--wide .feature_article__body {
    width: 90%;
  }
}
.photo_split {
  width: 100%;
  height: 293px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.photo_split__item {
  width: 50%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .photo_split {
    height: auto;
    align-items: flex-start;
  }
  .photo_split__item {
    height: auto;
  }
  .photo_split__item img {
    height: auto;
    object-fit: contain;
  }
}
.illust_profile {
  width: 100%;
  padding: 0 30px 50px;
  background-color: #FFF;
}
.illust_profile__inner {
  width: 100%;
  padding: 20px;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
}
.illust_profile__inner h2 {
  margin-bottom: 20px;
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
}
.illust_profile__inner p {
  text-align: left;
}
.illust_profile__inner p:not(:last-child) {
  margin-bottom: 10px;
}
.illust_profile__inner a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.feature_article--illust-end {
  padding-top: 0;
}

.novelty {
  width: 100%;
  padding: 30px 30px 0;
  background-color: #FFFCF0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.novelty__photo {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.novelty_slider, .novelty_slider li, .novelty_slider .slick-list, .novelty_slider .slick-track, .novelty_slider .slick-slide, .novelty_slider .slick-slide > div, .novelty_slider .media-placeholder {
  width: 100%;
  height: 100%;
}
.novelty__body {
  width: 100%;
  padding: 10px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.novelty__body h2 {
  color: #00388E;
  font-family: "oskar", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.novelty__body p {
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
}
.novelty__benefit {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.novelty__label {
  width: -moz-max-content;
  width: max-content;
  padding: 6px 10px;
  background-color: #00388E;
  color: #FFF !important;
}
.novelty__note p {
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
}
.novelty__link {
  padding-bottom: 8px;
  border-bottom: 1px solid #00388E;
  color: #00388E;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
}

.profile {
  width: 100%;
  padding: 30px;
  background-color: #FFFCF0;
}
.profile__inner {
  width: 100%;
  padding: 30px;
  border: 1px solid #333333;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.profile__photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.profile__text {
  width: 100%;
}
.profile__text h2 {
  margin-bottom: 30px;
  color: #0c0c0c;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
}
.profile__text p {
  color: #333333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-style: normal;
  word-break: break-word;
}
.profile__text p:not(:last-child) {
  margin-bottom: 15px;
}

.main_contents > .lead,
.main_contents > .index_nav,
.main_contents > .novelty,
.main_contents > .profile {
  width: 100%;
}

.lead__inner,
.index_nav__title,
.index_nav__list {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.novelty__photo,
.novelty__body,
.profile__inner {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.site_footer {
  width: 100%;
  padding: 50px 30px 30px;
  background-color: #e7c334;
  text-align: center;
  color: #FFF;
}
.site_footer__inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.site_footer__inner:not(:last-child) {
  margin-bottom: 40px;
}
.site_footer__brand {
  width: 194px;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "oskar", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.site_footer__brand--acme {
  width: 89px;
  height: 60px;
}
.site_footer p,
.site_footer a {
  color: #FFF;
  font-family: "oskar", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-style: normal;
}
.site_footer__copy {
  padding-top: 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #container {
    display: block;
  }
  .main_visual,
  .main_contents {
    width: 100%;
  }
  .main_visual {
    min-height: 0;
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
  }
  .main_visual__inner {
    height: auto;
    min-height: 0;
  }
  .main_contents {
    min-height: 0;
  }
  .main_contents > :not(.site_footer) {
    width: 100%;
  }
  .lead__inner,
  .index_nav__title,
  .index_nav__list,
  .novelty__photo,
  .novelty__body,
  .profile__inner {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .index_nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .index_nav__list {
    gap: 8px;
  }
  .index_nav__label {
    font-size: 1.2rem;
  }
  .index_nav__label--small {
    font-size: 1.1rem;
  }
  .feature_article,
  .feature_section__kv,
  .illust_profile,
  .novelty,
  .profile,
  .site_footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature_article--wide {
    padding-right: 0;
    padding-left: 0;
  }
  .feature_article--wide .feature_article__body,
  .feature_article--wide .feature_article__photo {
    width: calc(100% - 40px);
  }
  .credits__item {
    align-items: flex-start;
  }
  .credits__item p {
    white-space: normal;
  }
}/*# sourceMappingURL=style.css.map */
