@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 {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  body {
    letter-spacing: 0.05rem;
  }
}

/* font
--------------------------------------*/
.ff_ssp_r {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ff_ssp_b {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.ff_orp {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
}

.ff_shm {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fw_lig {
  font-weight: 300;
}

.fw_reg {
  font-weight: 400;
}

.fw_mid {
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  transition: all 0.4s ease-out;
}

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

#page-top,
#page-top span {
  display: inline-block;
  box-sizing: border-box;
}

#page-top {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  text-align: center;
  margin: auto;
  right: 0px;
  bottom: 25px;
  width: 32px;
  height: auto;
  line-height: 5rem;
  font-size: 2rem;
  transition: all 0.4s;
}
#page-top:hover {
  opacity: 0.6;
}
#page-top:hover span {
  background: #fff;
}
#page-top span {
  position: absolute;
  height: 3px;
  background: #fff;
}
#page-top span:nth-of-type(1) {
  top: 46%;
  transform: rotate(-45deg);
  width: 15px;
  left: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(1) {
    width: 12px;
    left: 25%;
  }
}
#page-top span:nth-of-type(2) {
  top: 46%;
  transform: rotate(45deg);
  width: 16px;
  right: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(2) {
    width: 12px;
    right: 25%;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flexbox {
    justify-content: center;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#topArea {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #topArea .main {
    overflow: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  #topArea .main .back {
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  #topArea .main .logo {
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #topArea {
    position: relative;
  }
  #topArea .logo {
    width: 28%;
    position: absolute;
    z-index: 100;
    top: 25px;
    right: 25px;
  }
  #topArea .main {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #topArea .main .back {
    background-image: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }
  #topArea .main .sub2 {
    position: absolute;
    bottom: 0;
    width: 23px;
    right: -70px;
  }
}
#topArea .main_ttl {
  width: 90%;
  margin: 5px auto 0;
}
#topArea .main_ttl .sub {
  width: 5%;
}
#topArea .main_ttl .alce {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#topArea .main_ttl .alce p {
  width: 50%;
  height: 120px;
  font-size: 120px;
  line-height: 1;
}
#topArea .main_ttl .alce .mv3 {
  margin-left: -5px;
}

#read {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #read {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  #read {
    width: 100%;
    padding: 110px 100px;
    position: relative;
    align-items: flex-start;
  }
  #read .sub_ttl {
    position: absolute;
    left: 100px;
    top: 250px;
    width: 30px;
  }
  #read .main_ttl {
    width: 30%;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #read .main_ttl {
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  #read .main_ttl .alce {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #read .main_ttl .alce {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  #read .main_ttl .alce p {
    width: 50%;
    font-size: 166px;
    height: 166px;
    line-height: 1;
  }
}
#read .txt {
  margin-top: 60px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #read .txt {
    width: 59%;
    font-size: 16px;
  }
}
#read .txt .ttl {
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.1rem;
  line-height: 35px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #read .txt .ttl {
    font-size: 38px;
    letter-spacing: 0.2rem;
    line-height: 50px;
  }
}
#read .txt .credit {
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  margin-bottom: 50px;
}
#read .txt .credit .fe {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #read .txt .credit {
    font-size: 22px;
    margin-bottom: 60px;
  }
  #read .txt .credit .fe {
    font-size: 16px;
  }
}
#read .txt .credit .sub {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #read .txt .credit .sub {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0rem;
  }
}

/* mainArea
--------------------------------------*/
#contents {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
#contents #category_area {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#contents .category_box {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents .category_box {
    padding-bottom: 0;
  }
}
#contents .category_box .box_ttl {
  width: 100%;
  padding-left: 10%;
  padding-bottom: 70px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
#contents .category_box .box_ttl div {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents .category_box .box_ttl {
    padding-top: 130px;
  }
}
#contents .category_box .box_ttl .no {
  width: auto;
  height: 60px;
}
@media screen and (min-width: 769px) {
  #contents .category_box .box_ttl {
    padding-right: 10%;
  }
  #contents .category_box .box_ttl .no {
    margin-left: auto;
    height: 100px;
  }
}
#contents .category_box .img_box {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents .category_box .img_box {
    padding-bottom: 250px;
  }
}
#contents .category_box .img_box .top {
  margin-bottom: 40px;
}
#contents .category_box .img_box .name {
  position: absolute;
  letter-spacing: 2rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #contents .category_box .img_box .name {
    top: 450px;
    right: 12px;
    font-size: 110px;
    line-height: 0.6;
    writing-mode: tb;
  }
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .name {
    font-size: 150px;
    height: 50px;
    bottom: -10px;
    right: 10%;
  }
}
#contents .category_box .img_box .ph_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box {
    width: 80%;
    padding: 100px 0 50px;
    margin: 50px auto 0;
    align-items: flex-start;
  }
}
#contents .category_box .img_box .ph_box .ph {
  overflow: hidden;
}
#contents .category_box .img_box .ph_box .ph._01 {
  width: 90%;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box .ph._01 {
    width: 48%;
    order: 2;
    margin-bottom: 0;
  }
}
#contents .category_box .img_box .ph_box .ph._02 {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box .ph._02 {
    width: 48%;
    order: 1;
    margin-top: 200px;
  }
}
#contents .category_box .img_box .ph_box .ph._03 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box .ph._03 {
    width: 42%;
    margin: 0;
  }
}
#contents .category_box .img_box .ph_box .point {
  width: 80%;
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box .point {
    width: 43%;
    margin: 0;
    margin-top: -10px;
  }
}
#contents .category_box .img_box .ph_box .point .ttl {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box .point .ttl {
    font-size: 26px;
    letter-spacing: 0.08rem;
  }
}
#contents .category_box .img_box .ph_box .point .txt {
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .ph_box .point .txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08rem;
  }
}
#contents .category_box .img_box .link {
  margin-top: 60px;
  margin-left: 10%;
  font-size: 12px;
  letter-spacing: 0.5rem;
}
#contents .category_box .img_box .link .item {
  justify-content: flex-start;
}
#contents .category_box .img_box .link a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box .link {
    margin-left: 0;
    bottom: 50px;
    font-size: 15px;
  }
}
#contents #category_02 .name {
  top: auto;
  right: auto;
  left: 0px;
  bottom: 30%;
}
@media screen and (min-width: 769px) {
  #contents #category_02 .name {
    bottom: -40px;
    left: auto;
    right: -4%;
  }
}
#contents #category_02 .ph._01 {
  width: 70%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #contents #category_02 .ph._01 {
    width: 37%;
    order: 2;
  }
}
#contents #category_02 .ph._02 {
  width: 90%;
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  #contents #category_02 .ph._02 {
    width: 50%;
    order: 1;
  }
}
#contents #category_02 .ph._03 {
  width: 100%;
  margin: 200px auto 0;
}
@media screen and (min-width: 769px) {
  #contents #category_02 .ph._03 {
    width: 60%;
    margin-top: 0;
    order: 3;
  }
}
#contents #category_02 .ph._04 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents #category_02 .ph._04 {
    width: 40%;
    margin: 0;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  #contents #category_02 .box_ttl .no {
    margin-left: 0;
  }
  #contents #category_02 .point {
    order: 2;
  }
}
#contents #category_03 .name {
  top: -20px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  #contents #category_03 .name {
    left: 13%;
    right: auto;
    top: -10px;
    bottom: auto;
  }
}
#contents #category_03 .ph._01 {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #contents #category_03 .ph._01 {
    width: 60%;
  }
}
#contents #category_03 .ph._02 {
  width: 90%;
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  #contents #category_03 .ph._02 {
    width: 37%;
    order: 2;
    margin-top: 0px;
    margin-right: 5%;
  }
}
#contents #category_03 .ph._03 {
  width: 90%;
  margin: 70px 0 0 auto;
}
@media screen and (min-width: 769px) {
  #contents #category_03 .ph._03 {
    width: 40%;
    order: 1;
    margin: 0;
    margin-top: 180px;
  }
}
#contents #category_03 .ph._04 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents #category_03 .ph._04 {
    width: 35%;
    margin: 0;
    margin-right: 10%;
  }
}
@media screen and (min-width: 769px) {
  #contents #category_03 .ph_box {
    width: 100%;
  }
  #contents #category_03 .point {
    margin-left: 10%;
    width: 34%;
  }
}
#contents #category_04 .name {
  top: 18%;
  right: auto;
  left: 0px;
}
@media screen and (min-width: 769px) {
  #contents #category_04 .name {
    top: 150px;
    left: auto;
    right: 15%;
    bottom: 0;
    align-items: flex-start;
  }
}
#contents #category_04 .ph._01 {
  width: 70%;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #contents #category_04 .ph._01 {
    width: 40%;
    margin-top: 0;
    margin-left: 8%;
    order: 1;
  }
}
#contents #category_04 .ph._02 {
  width: 90%;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #contents #category_04 .ph._02 {
    width: 40%;
    order: 2;
    margin-top: 350px;
  }
}
#contents #category_04 .ph._04 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents #category_04 .ph._04 {
    order: 1;
    width: 35%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 769px) {
  #contents #category_04 .ph_box {
    width: 100%;
  }
  #contents #category_04 .box_ttl .no {
    margin-left: 0;
  }
  #contents #category_04 .point {
    width: 35%;
    order: 2;
    margin-right: 10%;
  }
}

/* endArea
--------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #footer {
    padding-top: 300px;
  }
}
#footer .staff {
  width: 80%;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #footer .staff {
    width: 580px;
    align-items: center;
  }
}
#footer .staff img {
  width: 35%;
}
@media screen and (min-width: 769px) {
  #footer .staff img {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #footer .staff .name {
    width: 60%;
    font-size: 14px;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #footer .staff .name {
    width: 405px;
    font-size: 16px;
    text-align: left;
  }
}
#footer .staff .name .kanji {
  margin-top: -5px;
}
@media screen and (min-width: 769px) {
  #footer .staff .name .kanji {
    margin-top: -10px;
  }
}
#footer .staff .name .sub {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #footer .staff .name .sub {
    font-size: 13px;
    margin-left: -24%;
  }
}
#footer .staff .name a {
  font-weight: bold;
  font-size: 11px;
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  #footer .staff .name a {
    font-size: 10px;
  }
}
#footer .staff .txt {
  width: 100%;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: -0.03rem;
}
@media screen and (min-width: 769px) {
  #footer .staff .txt {
    margin-top: 15px;
    line-height: 1.8;
    text-align: justify;
  }
}
#footer .staff02 {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #footer .staff02 {
    margin: 150px auto;
  }
  #footer .staff02 p {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  #footer .staff02 {
    margin: 200px auto 100px;
  }
  #footer .staff02 p {
    display: inline-block;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.08rem;
  }
}
#footer #logo {
  text-align: center;
  margin-bottom: 50px;
}
#footer #logo a {
  display: inline-block;
}
#footer #logo a img {
  margin: 0 auto;
  width: 250px;
}
@media screen and (min-width: 769px) {
  #footer #logo a img {
    width: 210px;
  }
}
#footer #logo:hover a img:hover {
  filter: alpha(opacity=60); /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)"; /* IE 8と9 */
  -moz-opacity: 0.6; /* Firefox , Netscape */
  -khtml-opacity: 0.6; /* Safari 1系 */
  opacity: 0.6;
  zoom: 1; /*IE*/
  transition: all 0.6s ease-out;
}
#footer #copyright {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: 0rem;
  padding-bottom: 100px;
}

.anime_up {
  transform: translate(0, 150%);
  transition: 0.9s;
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
}

.mv2 {
  transition-delay: 0.5s;
}

.mv3 {
  transition-delay: 0.7s;
}

.mv4 {
  transition-delay: 0.9s;
}

.anime_up.is_active {
  transform: translate(0, 0);
}

.anime_fade {
  opacity: 0;
  transition-delay: 0.5s;
  transition: 1s;
  transition-timing-function: ease-in-out;
}

.anime_fade.is_active {
  opacity: 1;
}

.eachTextAnime span {
  display: block;
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.5s ease-out forwards;
  animation-delay: 1s;
  margin-left: 3px;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
.bac_img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .bac_img {
    background-image: url(../images/img01_0pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bac_img {
    background-image: url(../images/img01_0.jpg);
  }
}
@media screen and (min-width: 769px) {
  .bac_img.active02 {
    background-image: url(../images/img02_0pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bac_img.active02 {
    background-image: url(../images/img02_0.jpg);
  }
}
@media screen and (min-width: 769px) {
  .bac_img.active02.active03 {
    background-image: url(../images/img03_0pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bac_img.active02.active03 {
    background-image: url(../images/img03_0.jpg);
  }
}
@media screen and (min-width: 769px) {
  .bac_img.active02.active03.active04 {
    background-image: url(../images/img04_0pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .bac_img.active02.active03.active04 {
    background-image: url(../images/img04_0.jpg);
  }
}

.area {
  margin-top: 357px;
}/*# sourceMappingURL=style.css.map */