@charset "UTF-8";
@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/apercu_regular_pro.eot");
  src: url("../fonts/apercu_regular_pro.woff") format("woff"), url("../fonts/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
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; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
div#line {
  background: #006d34;
  text-align: center; }
div#line a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer; }

div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese";
  letter-spacing: 1px;
  height: 100%; }

#header #inHead {
  width: 100%;
  /*justify-content: center;*/ }
#header #inHead h2 img {
  width: 100%;
  display: block; }
#header #inHead ul {
  display: flex; }
#header #inHead ul li:nth-child(1):before {
  content: "";
  padding-right: 0px; }
#header #inHead ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold; }
#header .nav-unshown {
  display: none; }
#header #nav-open {
  font-size: 12px;
  line-height: 1.2; }
#header #nav-open img {
  width: 100%;
  display: block; }

label.batu img {
  width: 100%; }

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%); }

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

div#backnumber {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px; }
div#backnumber p.title {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-weight: bold; }
div#backnumber a {
  color: #000;
  text-decoration: none;
  display: block; }
div#backnumber a img {
  display: block;
  width: 100%; }

.fixedsticky {
  top: 0; }

#mainArea {
  width: 100%;
  background: #1e8d96;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
#mainArea #inMain {
  position: relative;
  width: 100%;
  height: 100%; }
#mainArea #inMain div.title h1 img {
  width: 100%; }
#mainArea #inMain div.scroll {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block; }
#mainArea #inMain div.scroll img {
  width: 100%; }

.textArea div.creditArea {
  display: flex;
  margin-bottom: 10px;
  width: 100%; }
.textArea div.creditArea div.thumb img {
  width: 100%;
  display: block;
  border: 1px solid #ccc; }
.textArea div.creditArea ul {
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% - 120px);
  line-height: 1.8; }
.textArea div.creditArea ul li {
  float: left;
  margin: 0 10px 0 0; }
.textArea div.creditArea ul li:after {
  content: "/";
  padding-left: 10px; }
.textArea div.creditArea ul li:last-child:after {
  content: "";
  padding-left: 0px; }
.textArea div.creditArea ul li a {
  color: #000; }
.textArea div.creditArea ul.left0 {
  padding-left: 0px;
  width: 100%; }

#footArea a {
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  margin: auto;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  text-align: center; }
#footArea a:hover {
  background: #000;
  color: #fff; }

div#copy {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
  border-top: #666 solid 1px; }

#modal-default {
  overflow: hidden; }

#modalInner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Noto Sans Japanese";
  letter-spacing: 1px; }
#modalInner img {
  width: 100%; }
#modalInner p {
  line-height: 1.4; }
#modalInner p a.linkBtn {
  display: block;
  margin-top: 15px;
  padding: 10px 0;
  width: 100%;
  background: #006d34;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  div#line {
    height: 30px;
    line-height: 30px; }

  #header {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    background: #fff;
    z-index: 101;
    border-bottom: 1px solid #eee; }
  #header #inHead {
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    height: 75px; }
  #header #inHead div#inner {
    display: flex;
    width: calc(100% - 75px); }
  #header #inHead div#menu {
    width: 75px;
    height: auto; }
  #header #inHead h2 {
    width: 200px; }
  #header #inHead ul {
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-right: 10px; }
  #header #inHead ul li {
    margin-left: 10px; }
  #header #inHead ul li:before {
    content: "/";
    padding-right: 10px; }
  #header #nav-open {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-flow: column;
    box-sizing: border-box;
    padding: 15px; }

  label.batu {
    width: 60px;
    position: fixed;
    right: 0;
    top: 0;
    position: fixed;
    padding: 15px;
    box-sizing: border-box; }

  div#backnumber p.title {
    font-size: 18px; }
  div#backnumber a {
    padding: 0 25px;
    margin-top: 35px; }
  div#backnumber a p {
    font-size: 14px;
    margin-top: 5px; }
  div#backnumber a p span {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px; }

  .fixedsticky {
    top: 0; }

  #mainArea {
    background: url(../images/title_cover.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100vh; }
  #mainArea #inMain div.title {
    position: absolute;
    top: 50%;
    left: 8%;
    right: 0;
    bottom: 0;
    width: 360px;
    margin-top: -97.5px; }
  #mainArea #inMain div.title h1 {
    margin-bottom: 15px; }
  #mainArea #inMain div.title p {
    font-size: 14px; }
  #mainArea #inMain div.scroll {
    width: 32px; }
  #mainArea #inMain div.scroll img {
    width: 100%; }

  #contents {
    position: relative;
    z-index: 100;
    margin-top: 100vh;
    background: #fff; }

  .section01 {
    display: flex;
    height: calc(100vh - 75px);
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: -75px;
    padding-top: 75px; }

  .section02 {
    display: flex;
    height: calc(100vh - 75px);
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: row-reverse wrap;
    margin-top: -75px;
    padding-top: 75px; }

  .textArea {
    box-sizing: border-box;
    padding: 30px;
    width: 40%;
    font-size: 14px; }
  .textArea h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
  .textArea h3 span {
    font-size: 16px; }
  .textArea p {
    margin-bottom: 25px; }
  .textArea div.creditArea div.thumb {
    width: 120px;
    height: auto; }
  .textArea div.creditArea ul {
    font-size: 12px; }
  .textArea div.creditArea ul li:after {
    content: "/";
    padding-left: 10px; }
  .textArea div.creditArea ul li:last-child:after {
    content: "";
    padding-left: 0px; }
  .textArea div.creditArea ul li a {
    color: #000; }
  .textArea div.creditArea ul.left0 {
    padding-left: 0px;
    width: 100%; }

  .imgArea {
    width: 60%;
    height: 100%; }

  #imgArea01 {
    height: 100%;
    background: url(../images/cover01.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea02 {
    height: 100%;
    background: url(../images/cover02.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea03 {
    height: 100%;
    background: url(../images/cover03.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea04 {
    height: 100%;
    background: url(../images/cover04.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea05 {
    height: 100%;
    background: url(../images/cover05.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom; }

  #footArea {
    width: 100%;
    padding: 100px 0; }
  #footArea a {
    width: 480px;
    margin-bottom: 20px; }

  .pcNone {
    display: none; }

  .spNone {
    display: block; }

  div.close-btn {
    font-size: 24px;
    float: right;
    padding: 0px 5px 0 5px; }

  #modalInner {
    padding: 30px 30px 30px; }
  #modalInner p {
    margin-top: 15px;
    font-size: 14px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  div#line {
    line-height: 1.4; }
  div#line a {
    font-size: 12px;
    padding: 10px 0 10px; }

  #header {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 101; }
  #header #inHead {
    display: flex;
    padding: 0 0px;
    box-sizing: border-box;
    justify-content: center;
    height: 80px; }
  #header #inHead div#inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: calc(100% - 75px);
    box-sizing: border-box;
    padding-left: 5px; }
  #header #inHead div#menu {
    width: 75px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px; }
  #header #inHead h2 {
    width: 145px;
    margin-bottom: 4px;
    margin-left: 4px; }
  #header #inHead ul {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px; }
  #header #inHead ul li {
    font-size: 11px;
    margin-left: 5px; }
  #header #inHead ul li:before {
    content: "/";
    padding-right: 5px; }
  #header #nav-open {
    width: 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-flow: column; }

  label.batu {
    width: 30px;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px 10px; }

  #nav-content {
    width: 65%; }

  div#backnumber p.title {
    font-size: 16px; }
  div#backnumber a {
    width: 80%;
    margin: 30px auto 0; }
  div#backnumber a p {
    font-size: 12px;
    margin-top: 5px; }
  div#backnumber a p span {
    font-size: 10px;
    display: inline-block;
    margin-right: 5px; }

  .fixedsticky {
    top: 0; }

  #mainArea {
    background: url(../images/title_cover_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: calc(100vh - 75px); }
  #mainArea #inMain div.title {
    width: 240px;
    padding-top: 20%;
    margin: auto; }
  #mainArea #inMain div.title h1 {
    margin-bottom: 10px; }
  #mainArea #inMain div.title p {
    font-size: 12px; }
  #mainArea #inMain div.scroll {
    width: 24px; }
  #mainArea #inMain div.scroll img {
    width: 100%; }

  #contents {
    position: relative;
    z-index: 100;
    margin-top: calc(100vh - 75px);
    background: #fff; }

  .section01 {
    width: 100%;
    /*height: 110vh;*/
    display: flex;
    flex-direction: column;
    margin-top: -75px;
    padding-top: 75px; }

  .section02 {
    width: 100%;
    /*height: 110vh;*/
    display: flex;
    flex-direction: column;
    margin-top: -75px;
    padding-top: 75px; }

  .textArea {
    box-sizing: border-box;
    padding: 10px 10px 30px;
    width: 100%;
    height: 50%;
    font-size: 12px; }
  .textArea h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px; }
  .textArea h3 span {
    font-size: 14px; }
  .textArea p {
    margin: 10px 0 20px; }
  .textArea div.creditArea div.thumb {
    width: 120px;
    height: auto; }
  .textArea div.creditArea ul {
    font-size: 10px; }
  .textArea div.creditArea ul li:after {
    content: "/";
    padding-left: 10px; }
  .textArea div.creditArea ul li:last-child:after {
    content: "";
    padding-left: 0px; }
  .textArea div.creditArea ul li a {
    color: #000; }
  .textArea div.creditArea ul.left0 {
    padding-left: 0px;
    width: 100%; }

  .imgArea {
    display: block;
    width: 100%; }

  #imgArea01 {
    height: 100%;
    background: url(../images/cover01.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  .imgArea00::before {
    display: block;
    content: "";
    padding-bottom: calc(1137 / 1200 * 100%); }

  #imgArea02 {
    height: 100%;
    background: url(../images/cover02.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea03 {
    height: 100%;
    background: url(../images/cover03.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea04 {
    height: 100%;
    background: url(../images/cover04.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #imgArea05 {
    height: 100%;
    background: url(../images/cover05.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }

  #footArea {
    width: 100%;
    padding: 30px 0; }
  #footArea a {
    width: 80%;
    margin-bottom: 20px;
    font-size: 12px; }

  .pcNone {
    display: block; }

  .spNone {
    display: none; }

  .iziModal {
    width: 90%; }

  div.close-btn {
    font-size: 24px;
    float: right;
    padding: 0px 2px 0 2px; }

  #modalInner {
    width: 100%;
    margin: auto;
    padding: 0 15px 15px 15px; }
  #modalInner p {
    margin-top: 15px;
    font-size: 12px; } }
/* XSP
----------------------------------------*/
@media screen and (max-width: 320px) {
  #header #inHead ul li {
    font-size: 10px;
    margin-left: 4px; }
  #header #inHead ul li:before {
    content: "/";
    padding-right: 4px; }

  .fixedsticky {
    top: 0; }

  #mainArea #inMain div.scroll img {
    width: 100%; }

  .textArea div.creditArea ul li:after {
    content: "/";
    padding-left: 10px; }
  .textArea div.creditArea ul li:last-child:after {
    content: "";
    padding-left: 0px; }
  .textArea div.creditArea ul li a {
    color: #000; }
  .textArea div.creditArea ul.left0 {
    padding-left: 0px;
    width: 100%; } }
