@charset "UTF-8";
/*
 font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
*/
/*ページ全体のスタイル
------------------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

/*レスポンシブ*/
@media screen and (max-width: 767.9px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
body {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

main {
  margin: auto;
}

section {
  text-align: center;
  margin-bottom: 8rem;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

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

li {
  list-style: none;
}

/* 共通クラス
----------------------------------------------------------*/
@media screen and (max-width: 767.9px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-only {
    display: block;
  }
}

.wrapper {
  max-width: 1200px;
  width: 86.66%;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  .wrapper {
    padding: 0;
  }
}

.page-title {
  font-size: 3rem;
  margin-top: 7rem;
  margin-bottom: 2rem;
  text-align: center;
}

.page-subtitle {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .page-subtitle {
    font-size: 1rem;
  }
}

.page-discription {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .page-discription {
    text-align: left;
  }
}

section {
  max-width: 1200px;
  text-align: center;
}

section img {
  display: block;
  margin: auto;
  width: 75%;
}
@media screen and (max-width: 767.9px) {
  section {
    padding: 0 2.5rem;
  }
}

.section__link {
  display: inline-block;
  font-size: 1.5rem;
}

.container {
  margin-bottom: 15rem;
}

.container:last-of-type {
  margin-bottom: 0;
}

/*
@media screen and (max-width: 767.9px) {
  .container {
    padding-left: 2.5rem;
  }
}
*/
.container__title {
  font-size: 2.5rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .container__title {
    font-size: 2rem;
  }
}
.container__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
.container__discription {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.9px) {
  .container__discription {
    text-align: left;
  }
}

/* header
----------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8) 80%,
    rgba(255, 255, 255, 0)
  );
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 8rem;
}

.site-title a:visited {
  color: #000;
  text-decoration: none;
}

/* footer
----------------------------------------------------------*/
footer {
  height: 5rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul {
  display: flex;
  gap: 3rem;
}
footer a {
  color: #000;
  font-weight: 700;
}

/* index
----------------------------------------------------------*/
#index .container:nth-of-type(5) .container__subtitle {
  letter-spacing: -0.03em;
}

#index .container:nth-last-of-type(3) a img {
  margin-bottom: 3rem;
  display: block;
}

#index .container:nth-last-of-type(2) .container__discription {
  text-align: left;
}
/* top
----------------------------------------------------------*/
#index .top {
  text-align: center;
  margin-top: 5rem;
}

#index .section__title {
  margin-bottom: 2rem;
}

#index .section__discription {
  margin-bottom: 2rem;
}

/* privacy-piolicy
----------------------------------------------------------*/
.privacy-policy {
  text-align: left;
  padding: 0 2.5rem;
}
.privacy-policy .container__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.privacy-policy .container__discription {
  font-size: 0.8rem;
}

/* menu
----------------------------------------------------------*/
#menu .container.norimaki img {
  width: 33%;
}

#menu .container.hutomaki img {
  width: 90%;
}

#menu .container.gunkan img {
  width: 80%;
}

#menu .container.gunkan a {
  display: block;
}

#menu .container.temaki img {
  width: 80%;
}

#menu .section__link:last-of-type {
  margin-top: 5rem;
}

@media screen and (max-width: 767.9px) {
  #menu .container.norimaki img {
    width: 65%;
  }

  #menu .container.hutomaki img {
    width: 100%;
  }

  #menu .container.gunkan img {
    width: 100%;
  }

  #menu .container.temaki img {
    width: 100%;
  }

  #menu .container:nth-of-type(1),
  #menu .container:nth-of-type(8) {
    white-space: nowrap;
  }
}

/* nia
----------------------------------------------------------*/
#nia .container__title {
  margin-bottom: 3rem;
}

#nia .contents .container:nth-of-type(1) img {
  width: 50%;
  margin-top: 1.5rem;
}

#nia .contents .container:nth-of-type(3) img {
  width: 40%;
  margin-top: -2.5rem;
  position: relative;
  z-index: -1;
}

#nia .contents .container:nth-of-type(4) img {
  width: 70%;
  margin-top: -1.5rem;
}

#nia .contents .container:nth-of-type(5) img {
  width: 70%;
  margin-top: 2rem;
}

@media screen and (max-width: 767.9px) {
  #nia .container {
    padding: 0;
  }

  #nia .contents .container:nth-of-type(1) img {
    width: 100%;
  }

  #nia .contents .container:nth-of-type(2) img {
    width: 50%;
  }

  #nia .contents .container:nth-of-type(3) img {
    width: 70%;
    margin-top: -0.5rem;
  }

  #nia .contents .container:nth-of-type(4) img {
    width: 70%;
    margin-top: -0.5rem;
  }
}

/* inbox
----------------------------------------------------------*/
#inbox .container:nth-of-type(1) {
  margin-bottom: -4rem;
}

#inbox .container:nth-of-type(2) img {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

#inbox .container:nth-of-type(3) .container__discription {
  margin-bottom: 2rem;
}

#inbox .container:nth-of-type(3) img {
  margin-bottom: 3rem;
}

#inbox .container:nth-of-type(3) img:nth-child(5) {
  margin-bottom: 0;
}

#inbox .container:nth-of-type(5) img {
  width: 65%;
  margin: 3rem auto;
}

/* norimakineko
----------------------------------------------------------*/
#norimakineko .page-discription {
  margin-top: 2rem;
}

#norimakineko .container__discription {
  margin-bottom: 1rem;
}

#norimakineko .container:nth-of-type(1) .container__discription {
  margin-top: 1rem;
}

#norimakineko .norimakis-talking {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0.5rem;
  border: solid 2px #000;
  margin: 2rem 0;
}

#norimakineko .norimakis-talking img {
  width: calc((100% - 0.5rem) / 2);
}

#norimakineko .norimakis-talking img:last-child {
  width: 100%;
}

#norimakineko .container:nth-of-type(2) .container__discription {
  margin-bottom: 1rem;
}

#norimakineko .container:nth-of-type(2) img {
  width: 70%;
  display: block;
  margin-right: auto;
}

#norimakineko .container.three-marged .container__title {
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
}

#norimakineko .container.three-marged .container__title:nth-of-type(1),
#norimakineko .container.three-marged .container__title:nth-of-type(2),
#norimakineko .container.three-marged .container__title:nth-of-type(4) {
  transform: translateY(-12rem);
}

@media screen and (max-width: 767.9px) {
  #norimakineko .norimakis-talking {
    flex-direction: column;
  }

  #norimakineko .norimakis-talking img {
    width: 100%;
  }

  #norimakineko .wrapper .contents .container:nth-of-type(2) .container__title {
    letter-spacing: -0.03em;
  }

  #norimakineko .wrapper .contents .container:nth-of-type(4) .container__title {
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}

/* character
----------------------------------------------------------*/
#character .container:nth-of-type(3) img,
#character .container:nth-of-type(4) img,
#character .container:nth-of-type(5) img {
  width: 50%;
}

#character .container:last-of-type img {
  width: 70%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767.9px) {
  #character .container {
    padding: 0;
  }

  #character .container__title {
    text-align: center;
  }
}

/* friends
----------------------------------------------------------*/
#friends .container img {
  width: 65%;
}

#friends .page-subtitle {
  font-weight: 700;
}

#friends .page-discription:last-of-type {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767.9px) {
  #friends .container {
    padding: 0;
  }

  #friends .container__title {
    text-align: center;
  }

  #friends .page-subtitle {
    font-size: 2rem;
  }

  #friends .page-discription {
    text-align: center;
  }

  #friends .contents .page-discription:last-of-type {
    text-align: center;
    white-space: nowrap;
  }
}

/* day
----------------------------------------------------------*/
#day .container img {
  width: 65%;
}

#day .container:nth-of-type(4) img,
#day .container:nth-of-type(5) img,
#day .container:nth-of-type(6) img {
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  #day .container {
    padding: 0;
  }

  #day .container__title {
    text-align: center;
  }
}

/* sushineta
----------------------------------------------------------*/
#sushineta .page-subtitle {
  font-size: 2.4rem;
}

#sushineta .page-discription {
  margin-bottom: 5rem;
}

#sushineta img {
  width: 70%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 767.9px) {
  #sushineta .page-discription:last-of-type {
    text-align: center;
  }
}

/* sidemenu
----------------------------------------------------------*/
#sidemenu .page-discription {
  margin-top: 3rem;
  margin-bottom: 10rem;
}

#sidemenu .page-subtitle {
  font-size: 2.5rem;
}

#sidemenu .page-subtitle::before,
#sidemenu .page-subtitle::after {
  content: "----";
}

#sidemenu .section__link {
  text-align: center;
  display: block;
}

@media screen and (max-width: 767.9px) {
  #sidemenu .page-title {
    letter-spacing: -0.08em;
  }
}
