@charset "UTF-8";
/*******************
	common
*******************/
body {
  font-family: 'Noto Serif JP', sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 auto;
  line-height: 1.8;
  background: #e5e5e5;
}

.header {
  max-width: 100%;
  margin: 0 auto;
  background: #000;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.header__logo {
  width: auto;
  margin: 0 2.5%;
}

.header__logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.header__wlakmanlogo {
  width: auto;
  margin: 0 2.5%;
}

.header__wlakmanlogo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header {
    max-width: 100%;
    margin: 0 auto;
    background: #000;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
  }
  .header__logo {
    width: 35%;
    margin: 0 2.5%;
  }
  .header__wlakmanlogo {
    width: 80%;
    margin: 0 2.5%;
  }
}

.main {
  max-width: 1280px;
  margin: 0 auto;
}

/*************
	キービジュアル
*************/
.key {
  margin: 0;
  padding-bottom: 32.7%;
  background: #fff url(../images/main_bg.jpg) no-repeat center top;
  background-size: 100%;
}

.key__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.8% 0;
  background: #eb7c59;
  color: #fff;
  font-weight: normal;
}

.key__titleText {
  margin: 0;
  padding: 0 0 0 10%;
  font-size: 30px;
}

.key__catch {
  width: 42%;
  padding: 5% 0 0 10%;
}

.key__mainText {
  max-width: 450px;
  margin: 0 0 6.5%;
  font-size: 45px;
  line-height: 1.7;
}

.key__text {
  max-width: 400px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (min-width: 1920px) {
  .key__titleText {
    font-size: 26px;
  }
  .key__mainText {
    font-size: 45px;
  }
  .key__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .key {
    padding-bottom: 31%;
  }
  .key__titleText {
    font-size: 2.34681vw;
  }
  .key__catch {
    width: 48%;
    padding: 5% 0 0 10%;
  }
  .key__mainText {
    font-size: 3.52021vw;
  }
  .key__text {
    font-size: 1.69492vw;
  }
}

@media screen and (max-width: 767px) {
  .key {
    margin: 0;
    padding-bottom: 0;
    background: url(../images/main_bg_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .key__title {
    padding: 3% 0;
  }
  .key__titleText {
    padding: 0 0 0 3%;
    font-size: 3.12907vw;
  }
  .key__catch {
    width: auto;
    padding: 5% 0 0;
  }
  .key__mainText {
    max-width: 100%;
    width: 50%;
    margin: 0 0 48% 5%;
    font-weight: bold;
    font-size: 5.21512vw;
  }
  .key__text {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 3%;
    font-size: 3.52021vw;
  }
}

.nav {
  background: #fff;
}

.nav__title {
  margin-bottom: 2.8%;
  text-align: center;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 4%;
}

.nav__list a {
  width: 300px;
  padding: 23px 0 60px;
  display: block;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav__list a:hover {
  opacity: .7;
  transition: all 0.3s;
}

.nav__box {
  font-size: 1.7rem;
}

.nav__icon {
  width: 13%;
  margin: 0 auto 10%;
}

.nav__icon img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.nav__text {
  width: 91%;
  margin: 0 auto;
  font-feature-settings: "palt";
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .nav__title {
    text-align: center;
  }
  .nav__list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 10.9375%;
    padding: 0 0 4%;
  }
  .nav a {
    width: 30%;
    padding: 30px 0 20px;
    display: block;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  .nav__box {
    font-size: 1.7rem;
  }
  .nav__icon {
    margin: 0 auto 5%;
  }
  .nav__icon img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .nav__text {
    width: 91%;
    margin: 0 auto;
    font-size: 2.10039vw;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .nav__title {
    width: 30%;
    margin: 0 auto;
    padding: 5.8% 0;
    text-align: center;
  }
  .nav__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .nav__list {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10%;
  }
  .nav a {
    width: auto;
    margin: 0 0 2%;
    padding: 3% 0;
    display: block;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  .nav__box {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    font-size: 1.7rem;
  }
  .nav__box:after {
    display: flex;
    justify-content: flex-end;
    content: "";
    background: url(../images/arrow_down.png) no-repeat center bottom;
    background-size: contain;
    width: 25px;
    height: 20px;
    margin: 0 5% 0 0;
    padding: 4% 0% 0 0;
  }
  .nav__icon {
    width: 18.8%;
    margin: 0 auto 1%;
    padding: 0 6% 0 5%;
  }
  .nav__icon img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .nav__text {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-feature-settings: "palt";
    line-height: 1;
    font-weight: bold;
    font-size: 3.65059vw;
  }
}

.chap01 {
  position: relative;
  background: url(../images/vol01_chap01.jpg) no-repeat center top;
  background-size: contain;
  margin: 0;
  padding: 0 0 108.8%;
}

.chap01__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  left: 47.8%;
  top: 1.5%;
  max-width: 100%;
  width: 44%;
  margin: 0 auto;
}

.chap01__titleImg {
  width: 13.6%;
  height: auto;
}

.chap01__titleImg img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.chap01__titleText {
  display: block;
  padding: 3% 3% 0 0;
  color: #000;
  font-size: 45px;
  font-weight: lighter;
}

.chap01__textWrap {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  max-width: 600px;
  width: 600px;
  margin: 0 auto;
}

.chap01__text {
  margin-bottom: 0;
  color: #000;
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 1920px) {
  .chap01__titleText {
    font-size: 45px;
  }
  .chap01__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .chap01__titleText {
    font-size: 3.52021vw;
    padding: 3% 0 0 0;
  }
  .chap01__textWrap {
    max-width: 100%;
    width: 50%;
  }
  .chap01__text {
    font-size: 1.56454vw;
  }
}

@media screen and (max-width: 767px) {
  .chap01 {
    position: relative;
    background: #fff url(../images/vol01_chap01_sp.jpg) no-repeat center top;
    background-size: cover;
    margin: 0;
    padding: 0 0 10%;
  }
  .chap01__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
    max-width: 100%;
    width: 66%;
    margin: 0 0 50% 33%;
  }
  .chap01__titleImg {
    width: 13.6%;
    height: auto;
    padding: 6% 0 0;
  }
  .chap01__titleImg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .chap01__titleText {
    display: block;
    padding: 3% 0 0;
    color: #000;
    font-weight: lighter;
    font-size: 5.21512vw;
  }
  .chap01__textWrap {
    position: static;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .chap01__image {
    max-width: 100%;
    width: auto;
    margin: 2% auto;
  }
  .chap01__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .chap01__text {
    margin-bottom: 0;
    padding: 0;
    color: #000;
    font-size: 3.38983vw;
  }
}

.chap02 {
  position: relative;
  background: #fff url(../images/vol01_chap02.jpg) no-repeat center top;
  background-size: contain;
  margin: 0;
  padding: 0 0 130.5%;
}

.chap02__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  left: 24.8%;
  top: 3.5%;
  max-width: 100%;
  width: 44%;
  margin: 0 auto;
}

.chap02__titleImg {
  width: 13.6%;
  height: auto;
}

.chap02__titleImg img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.chap02__titleText {
  display: block;
  padding: 3% 0 0 0;
  color: #fff;
  font-size: 45px;
  font-weight: lighter;
}

.chap02__textWrap {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  max-width: 600px;
  width: 600px;
  margin: 0 auto;
}

.chap02__text {
  margin-bottom: 10%;
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.chap02__images {
  max-width: 600px;
  margin: 0 auto;
}

.chap02__images img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .chap02__titleText {
    font-size: 45px;
  }
  .chap02__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1280px) {
  .chap02 {
    padding: 0 0 130.5%;
  }
  .chap02__titleText {
    font-size: 3.52021vw;
  }
  .chap02__textWrap {
    max-width: 100%;
    width: 50%;
    top: 45%;
  }
  .chap02__text {
    font-size: 1.56454vw;
  }
  .chap02__images {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .chap02__images img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .chap02 {
    position: relative;
    background: #000 url(../images/vol01_chap02_sp.jpg) no-repeat center top;
    background-size: cover;
    margin: 0;
    padding: 0 0 10%;
  }
  .chap02__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
    max-width: 100%;
    width: 66%;
    margin: 0 0 50% 8%;
  }
  .chap02__titleImg {
    width: 13.6%;
    height: auto;
    padding: 6% 0 0;
  }
  .chap02__titleImg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .chap02__titleText {
    display: block;
    padding: 3% 0 0;
    color: #fff;
    font-weight: lighter;
    font-size: 5.21512vw;
  }
  .chap02__textWrap {
    position: static;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .chap02__image {
    max-width: 100%;
    width: auto;
    margin: 2% auto;
  }
  .chap02__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .chap02__text {
    margin-bottom: 0;
    color: #fff;
    font-size: 3.38983vw;
  }
}

.chap03 {
  position: relative;
  background: url(../images/vol01_chap03.jpg) no-repeat center top;
  background-size: contain;
  margin: 0;
  padding: 0 0 111%;
}

.chap03__title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  left: 10.9%;
  top: 3.5%;
  max-width: 100%;
  width: 44%;
  margin: 0 auto;
}

.chap03__titleImg {
  width: 13.6%;
  height: auto;
}

.chap03__titleImg img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.chap03__titleText {
  display: block;
  padding: 3% 0 0 0;
  color: #000;
  font-size: 45px;
  font-weight: lighter;
}

.chap03__textWrap {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 36%;
  max-width: 600px;
  width: 600px;
  margin: 0 auto;
}

.chap03__text {
  margin-bottom: 10%;
  color: #000;
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 1920px) {
  .chap03__titleText {
    font-size: 45px;
  }
  .chap03__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1280px) {
  .chap03__titleText {
    font-size: 3.52021vw;
  }
  .chap03__textWrap {
    max-width: 100%;
    width: 50%;
  }
  .chap03__text {
    font-size: 1.56454vw;
  }
}

@media screen and (max-width: 767px) {
  .chap03 {
    position: relative;
    background: #fff url(../images/vol01_chap03_sp.jpg) no-repeat 75% top;
    background-size: cover;
    margin: 0;
    padding: 0 0 5%;
  }
  .chap03__title {
    display: block;
    position: static;
    max-width: 100%;
    width: 66%;
    margin: 0 0 43% 5%;
    padding: 5% 0 0;
  }
  .chap03__titleImg {
    width: 13.6%;
    height: auto;
  }
  .chap03__titleImg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .chap03__titleText {
    display: block;
    padding: 3% 0 0 0;
    color: #000;
    font-weight: lighter;
    font-size: 5.21512vw;
  }
  .chap03__textWrap {
    position: static;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .chap03__image {
    max-width: 100%;
    width: auto;
    margin: 2% auto;
  }
  .chap03__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .chap03__text {
    margin-bottom: 10%;
    color: #000;
    font-size: 3.38983vw;
  }
}

.next {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 10.9375%;
  background: #fff;
}

.next__text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
}

.next__image {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 0 15%;
}

.next__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.next__figcap {
  font-family: sans-serif;
  font-size: 1.25rem;
}

@media screen and (min-width: 1920px) {
  .next__text {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .next__text {
    font-size: 2.08605vw;
  }
}

@media screen and (max-width: 767px) {
  .next {
    max-width: 1280px;
    margin: 0 auto;
    padding: 5% 2%;
  }
  .next__text {
    font-size: 3.91134vw;
  }
}

/*************
	フッター
*************/
.footer {
  overflow: hidden;
  padding: 38px 0;
  background: #1a1a1a;
}
.footer small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #b0b0b0;
}

@media(max-width:480px) {
  .footer {
    text-align: center;
  }
}
.mod__wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mod__wrapper:after,
.mod__inner:after,
.mod__clearfix:after {
  clear: both;
  display: block;
  content: '';
}

@media(max-width:640px) {
  .mod__wrapper {
    width: 90.625%;
  }
}


.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: none;
}

.br2 {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: block;
  }
  .br2 {
    display: none;
  }
}

.s5-returnToTop {
  height: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
