@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: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  color: #000;
  font-weight: normal;
  background-color: #dfe5d7;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

div#mainArea {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  div#mainArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  div#mainArea {
    margin: 0 auto;
  }
}
div#mainArea .main_item {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  div#mainArea .main_item {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item {
    max-width: 840px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  div#mainArea .main_item .title {
    width: 66%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item .title {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item .main_img {
    width: 80%;
    margin: 20px auto;
  }
}
div#mainArea .main_item .main_images {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item .main_images {
    width: 60%;
  }
}

.read {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .read {
    margin: 20px auto 80px;
  }
}
@media screen and (min-width: 1000px) {
  .read {
    width: 800px;
    margin: 60px auto 80px;
  }
}
.read .read_title {
  width: 42%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .read .read_title {
    width: 250px;
  }
}
.read p {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .read p {
    width: 70%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

hr {
  width: 90%;
  margin: 10px auto;
}
@media screen and (min-width: 1000px) {
  hr {
    width: 600px;
  }
}

.menu {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 999px) {
  .menu {
    padding: 40px 0 0;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .menu {
    width: 800px;
    margin: 0 auto 140px;
    padding: 50px 0 0;
  }
}
.menu p {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 22px;
}
@media screen and (min-width: 1000px) {
  .menu p {
    margin: 30px auto;
    font-size: 30px;
  }
}
.menu .item {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .menu .item {
    font-size: 20px;
  }
}
.menu .item span {
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .menu .item_images {
    width: 90%;
    margin: 10px auto;
  }
}
@media screen and (min-width: 1000px) {
  .menu .item_images {
    max-width: 400px;
    font-size: 24px;
    margin: 10px auto 40px;
  }
}
.menu .color ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .menu .color ul {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .menu .color ul {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
  }
}
.menu .color ul li {
  width: 45%;
  padding: 12px 3px;
  box-sizing: border-box;
  margin: 0 4px 8px;
}
.menu .color ul li:nth-child(1) {
  background-color: #ffffff;
}
.menu .color ul li:nth-child(2) {
  background-color: #E5C6B6;
}
.menu .color ul li:nth-child(3) {
  background-color: #E3D09D;
}
.menu .color ul li:nth-child(4) {
  background-color: #000000;
}
.menu .color ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .menu .color ul li a {
    font-size: 13px;
  }
}
.menu .color ul li a span {
  color: #fff;
}
.menu .color ul li img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .menu .color ul li img {
    width: 100%;
  }
}
.menu .care img {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .menu .care img {
    max-width: 200px;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #content {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  #content {
    max-width: 800px;
  }
}

#content .circle {
  width: 100px;
  height: 50px;
  border-radius: 50%/100% 100% 0 0;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .circle {
    width: 200px;
    height: 100px;
  }
}
@media screen and (max-width: 999px) {
  #content .section {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section {
    margin: 0 auto;
    padding: 0 0;
  }
}
#content .section .num {
  letter-spacing: 1px;
  font-size: 24px;
  text-align: center;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 1000px) {
  #content .section .num {
    margin: 80px auto 0;
    font-size: 32px;
  }
}
#content .section .num .border {
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #content .section .num .border {
    width: 550px;
    padding: 20px;
  }
}
#content .section .sec_inner .side03 {
  display: flex;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .side03 {
    width: 800px;
    margin: 0 auto;
  }
}
#content .section .sec_inner .fukidashi {
  width: 40%;
  margin: 20% auto 0 30%;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .fukidashi {
    width: 100px;
  }
}
#content .section .sec_inner .fukidashi_long {
  width: 40%;
  margin: 20% 30% 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .fukidashi_long {
    width: 100px;
  }
}
#content .section .sec_inner .line {
  border-bottom: 2px solid #674111;
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .line {
    width: 90%;
    margin: 4px auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .line {
    display: none !important;
  }
}
#content .section .sec_inner .picArea {
  margin-top: 8%;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .picArea {
    width: 66%;
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .picArea img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .picArea img {
    width: 100%;
    margin: 0 auto;
  }
}
#content .section .sec_inner .textArea {
  width: 100%;
  margin: 8% auto 0;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea {
    width: 100%;
    margin: 8% auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
  }
}
#content .section .sec_inner .textArea p.comment {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea p.comment {
    width: 100%;
    font-size: 1.4rem;
  }
}
#content .section .sec_inner .textArea .credit_area {
  margin: 15% 0;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area {
    margin: 15% auto 0;
    max-width: 200px;
  }
}
#content .section .sec_inner .textArea .credit_area .item {
  font-size: 11px;
  margin-bottom: 5%;
}
#content .section .sec_inner .textArea .credit_area .item a {
  display: flex;
  justify-content: space-between;
}
#content .section .sec_inner .textArea .credit_area .item a .item_img {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area .item a .item_img {
    width: 40%;
  }
}
#content .section .sec_inner .textArea .credit_area .item a .item_credit {
  width: 50%;
  text-align: center;
  padding-left: 5%;
}
#content .section .sec_inner .textArea .credit_area .item a .item_credit p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area .item a .item_credit p {
    font-size: 15px;
  }
}
#content .section .sec_inner .textArea .credit_area .item a .item_credit p:nth-child(2) {
  margin-bottom: 10px;
  font-size: 11px;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area .item a .item_credit p:nth-child(2) {
    font-size: 13px;
  }
}
#content .section .sec_inner .textArea .credit_area .item a .item_credit span {
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 6% 2%;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  max-width: 50%;
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .textArea .credit_area .item a .item_credit span {
    max-width: 60%;
  }
}
#content .section .sec_inner .textArea .credit_area .item a .item_credit span:hover {
  background-color: #000;
  color: #fff;
}
#content .section .sec_inner .textArea .credit_area p {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area p {
    font-size: 14px;
  }
}
#content .section .staff {
  letter-spacing: 1px;
  margin-top: 10%;
  margin-bottom: 100px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 1000px) {
  #content .section .staff {
    margin: 80px auto 180px;
  }
}
#content .section .staff h3 {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #content .section .staff h3 {
    font-size: 3vw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff h3 {
    font-size: 1.4vw;
    margin-bottom: 60px;
  }
}
#content .section .staff .head-border {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  #content .section .staff .head-border {
    width: 400px;
    margin: 20px auto 10px;
  }
}
#content .section .staff .head-border:before,
#content .section .staff .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
#content .section .staff .head-border:before {
  margin-right: 1rem;
}
#content .section .staff .head-border:after {
  margin-left: 1rem;
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile {
    width: 80%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile {
    width: 500px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile div.img {
    width: 28%;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.img {
    width: 120px;
  }
}
#content .section .staff .profile div.img img {
  border-radius: 50%;
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile div.detail {
    width: 45%;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail {
    width: 180px;
    margin-left: 20px;
  }
}
#content .section .staff .profile div.detail h2 {
  font-style: normal;
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile div.detail h2 {
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
#content .section .staff .profile div.detail h2 span {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail h2 span {
    font-size: 2rem;
  }
}
#content .section .staff .profile div.detail ul li {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail ul li {
    font-size: 1.6rem;
  }
}
#content .section .staff .profile div.detail ul li a {
  display: flex;
  margin-bottom: 8px;
  text-decoration: underline;
}
#content .section .staff .profile div.detail ul li img {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}
#content .section .staff .line {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 999px) {
  #content .section .staff .line {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .line {
    width: 400px;
    margin: 0 auto;
  }
}

.moviebox {
  width: 90%;
  margin: 10% auto;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 1000px) {
  .moviebox {
    margin: 5% auto 10%;
  }
}
.moviebox h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .moviebox h2 {
    font-size: 30px;
  }
}
.moviebox h3 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .moviebox h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

footer {
  width: 96%;
  margin: 20px auto 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  footer {
    width: 800px;
    margin: 0 auto;
  }
}
footer .snsbox {
  margin-bottom: 60px;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  footer .snsbox {
    margin-bottom: 50px;
  }
}
footer .snsbox a {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  footer .snsbox a {
    font-size: 2rem;
    text-align: left;
  }
}
footer .logo {
  width: 55%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  footer .logo {
    width: 300px;
    margin: 0 auto 30px;
  }
}
footer h4 {
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  footer h4 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(166, 164, 164, 0.5);
}
@media screen and (max-width: 999px) {
  #page-top {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}

.opacity {
  animation: opacity 1.6s ease-in-out 1 both;
}

.opacity01 {
  opacity: 1 !important;
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none !important;
  }
}

div[class*=section] {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 1000px) {
  div[class*=section] {
    margin-bottom: 140px !important;
  }
}

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */