@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;
}

img {
  display: block;
}

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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*メディアクエリー
---------------------------------------------*/
/*カラー
---------------------------------------------*/
.gr {
  color: #1F7137;
}
.wh {
  color: #fff;
}
.bg_gr {
  background-color: #1F7137;
}

/*変数
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eg1 {
  font-family: Questrial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg2 {
  font-family: Source Serif Pro, serif;
  font-weight: 400;
  font-style: normal;
}


/* コンテンツ
---------------------------------------------*/
html {
  visibility: hidden;
  height: 100%;
  margin: 0 auto;
}

html.loading-delay,
html.wf-active {
  visibility: visible;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-style: normal;
  scroll-snap-type: y mandatory;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 970px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

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

@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .w80pc {
    width: 80%;
  }
}

@media screen and (min-width: 970px) {
  .w70pc {
    width: 70%;
  }
}

@media screen and (min-width: 970px) {
  .w60pc {
    width: 60%;
  }
}

@media screen and (min-width: 970px) {
  .w40pc {
    width: 40%;
  }
}

@media screen and (max-width: 970px) {
  .w100sp {
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  .w90sp {
    width: 90%;
  }
}

@media screen and (max-width: 970px) {
  .w80sp {
    width: 80%;
  }
}

@media screen and (max-width: 970px) {
  .w70sp {
    width: 70%;
  }
}

@media screen and (max-width: 970px) {
  .w65sp {
    width: 65%;
  }
}

@media screen and (max-width: 970px) {
  .w60sp {
    width: 60%;
  }
}

@media screen and (max-width: 970px) {
  .w50sp {
    width: 50%;
  }
}

.mla {
  margin-left: auto;
}

.ma {
  margin: 0 auto;
}

.mra {
  margin-right: auto;
}

@media screen and (max-width: 970px) {
  .mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 970px) {
  .mt100 {
    margin-top: 100px !important;
  }
}

.animated {
  animation-duration: 0.8s;
}

/* #lemage::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/back.jpg");
  background-size: cover;
} */

#lemage {
  margin: 0 auto;
  /* Animations */
  /* ---------------------------------------------------
  プロフィール
    --------------------------------------------------- */
  /* ---------------------------------------------------
  レコメンドアイテム
    --------------------------------------------------- */
  /* ---------------------------------------------------
  アーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  navyアーカイブ
    --------------------------------------------------- */
  /* ---------------------------------------------------
  ボタン
  --------------------------------------------------- */
  /* ---------------------------------------------------
  フッター
  --------------------------------------------------- */
}
@media screen and (min-width: 970px) {
  #lemage {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #lemage {
    width: 100%;
  }
}
 #mainarea {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 970px) {
   #mainarea {
    width: 100%;
  }
}
.mainimg {
  height: 100vh;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 970px) {
   .mainimg {
    /* width: 100%;
    height: auto;
    margin: 0 auto; */
    background-image: url(../images/pc_top.jpg);
    /* height: 100vh; */
    /* margin: 0 auto; */
    /* background-size: contain; */
    background-position: top center;
    /* background-repeat: no-repeat; */
  }

}
@media screen and (max-width: 969px) {
   .mainimg {
    /* width: 100%; */
    /* height: auto; */
    background-image: url(../images/sp_top.jpg);
    background-position: top 0% right 20%  ;
  }
}
.mainimg img {
  height: 100vh;
  width: auto;
}
 .main_title {
  position: absolute;
  /* text-align: center; */
  width: 100%;
}
@media screen and (max-width: 970px) {
   .main_title {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (min-width: 970px) {
   .main_title {
    top: 50%;
    left: 36%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

 .main_title h1 {
  width: 60%;
  margin: auto;
  animation-delay: 0.8s;
  display: block;
  /* border-bottom: 1px solid #000; */
  
}
@media screen and (min-width: 970px) {
   .main_title h1 {
    width: 434px;

    
  }
}
@media screen and (max-width: 970px) {
   .main_title h1 {
    font-size: 13px;
    line-height: 1;
  }
}

@media screen and (max-width: 970px) {
   .main_title h1 span {
    font-size: 18px;
  }
}
 .main_title p {
  width: 60%;
  margin: 10px auto 0;
  /* line-height: 2; */
  animation-delay: 1s;
}
@media screen and (min-width: 970px) {
   .main_title p {
    width: 434px;
  }
}
 .scroll_bar {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 970px) {
   .scroll_bar {
    /* bottom: -4%;
    height: 70px; */
  }
}
 .scroll_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0EDA0;
  animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
 #main_read {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 970px) {
   #main_read {
    text-align: center;
    /* padding-top: 70px; */
  }
}
@media screen and (max-width: 970px) {
   #main_read {
    width: 100%;
    /* padding-top: 70px; */
  }
}
@media screen and (max-width: 970px) {
   #main_read li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
   #inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
   #inner {
    width: 100%;
  }
}

 @media screen and (min-width: 970px) {
   .top_img img {
    /* max-width: 1040px;
    margin: auto; */
  }
 }
 /* .img_title {
  position: absolute;
  width: 180px;
  top: 26%;
  right: -32%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
} */

/* @media screen and (min-width: 970px) {
   .img_title {
    top: -11%;
    left: -5%;
    font-size: 80px;
  }
} */

 .img_text {
  font-size: 10px;
  margin-top: 18px;
}
@media screen and (min-width: 970px) {
   .img_text {
    font-size: 13px;
    line-height: 2;
    text-align: center;
    margin: 40px auto 60px;
  }
}
/* ---------------------------------------------------
credit
--------------------------------------------------- */
 .credit_box {
  margin-top: 40px;
}

 .credit {
  position: absolute;
  bottom: 15%;
}
.credit p {
  line-height: 2;
}
 .left_credit p {
  font-size: 10px;
  line-height: 1.5;
}
 .credit .buy_btn {
  font-size: 9px;
  border: 1px solid ;
  padding: 0 12px;
  transition: .2s all;
}
 .credit .buy_btn:hover {
  background: #000;
  color: #fff;
}
 .credit .brand {
  color: #BCB7B7;
}
@media screen and (min-width: 970px) {
   .left_credit p {
    font-size: 12px;
    line-height: 1.5;
  }

   .credit .buy_btn {
    font-size: 11px;
  }
}
.slide-in {
	  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* ---------------------------------------------------
box
--------------------------------------------------- */
 .fade_img {
  width: 49.5%;
  overflow: hidden;
}
 .fade_img img {
  width: 100%;
}
.img_wrap {
  position: relative;
  height: 100vh;
}

.box1 {
  background-color: #427F75;
  height: 120vh;
}

.box1 .first_img_box {
  position: relative;
  height: 50vh;
}

.box1 .first_img {
  position: absolute;
  top: 25%;
  left: 25%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  /* width: 50%; */
  width: 48%;
} 

.box1 .second_img {
  position: absolute;
  top: 5%;
  left: 25%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  /* width: 50%; */
  width: 48%;
} 

.box1 .second_img_box {
  position: relative;
  height: 50vh;
  /* padding-top: 20px; */
  margin-top: 20px;
}

.box1 .first_line {
  position: absolute;
  top: 20%;
  left: 19%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 47%;
  z-index: 1;
}

.box1 .second_line {
  position: absolute;
  top: 8%;
  left: 32%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 47%;
  z-index: 1;
}

.box1 .img_title {
  position: absolute;
  width: 180px;
  top: 21%;
  right: -35%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
}
.box1 .credit {
  position: absolute;
  /* top: 95%; */
  top: 100%;
  right: 18%;
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .box1 .img_wrap .sp_wrap {
    display: none;
  }
  .box1 .img_wrap .img_box {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }

  .box1 .img_wrap .img_box .first_img {
    position: relative;
  }

  .box1 .img_wrap .img_box .first_img::after {
    content: "";
    position: absolute;
    border: 1px solid;
    width: 100%;
    height: 100%;
  }

  .box1 .img_title {
    width: 400px;
    top: 31%;
    left: initial;
    right: -53%;
  }
  .box1 .credit {
    text-align: right;
    right: initial;
    left: 13%;
    top: initial;
    bottom: 5%;
  }
  .box1 {
    /* height: 100vh; */
  }
  .box1 .first_img_box,
  .box1 .second_img_box {
    /* position: relative; */
    width: 25%;
    height: initial;
    padding-top: 0;
  }
  .box1 .img_box {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-evenly;
  }
  .box1 .first_img_box {
    margin-left: 20%;
  }
  .box1 .second_img_box {
    margin-right: 15%;
  }
  .box1 .first_img,
  .box1 .second_img {
    top: 0;
    left: 0;
    width: 100%;
  }

  /* .box1 .first_line {
    z-index: -10;
    height: 96%;
    top: -9%;
    left: -17%;
    width: 100%;
  }
  .box1 .second_line {
    z-index: -10;
    height: 96%;
    top: 12%;
    left: 17%;
    width: 100%;
  } */
  .box1 .first_line {
    z-index: 1;
    top: -7%;
    left: -7%;
    width: 98%;
  }
  .box1 .second_line {
    z-index: 1;
    top: 4%;
    left: 10%;
    width: 97%;
  }
}
.box2 {
  margin-top: 200px;
}
.box2 .first_img {
  width: 75%;
  margin-left: auto;
  margin-right: 7%;
}
.box2 .second_img {
  width: 40%;
  margin-top: -6%;
}
.box2 .img_credit {
  display: flex;
  align-items: flex-end;
}
.flex_credit {
  position: initial;
  /* margin-left: 7%; */
}
.box2 .flex_credit {
  margin-left: 7%;
  left: 19%;
}
#block02 {
  position: relative;
}
#block02 ul::before {
  content: "";
  display: block;
  padding-top: calc(1800 / 1500 * 100%);
}
#block02 ul::after {
  content: "";
  display: block;
  padding-bottom: 200px;
}
#block02 ul {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
#block02 ul li {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  -webkit-transition: .5s;
  transition: .5s;
}

#block02 .credit {
  text-align: right;
  top: 66%;
  right: 10%;
}


#block02 ul li.active {
  /* opacity: 1; */
}

@media screen and (min-width: 751px) {
  .box2 {
    margin-bottom: 200px;
  }
  .box2 .first_img {
    width: 40%;
    margin-right: 9%;
  }
  .box2 .img_credit {
    flex-direction: row-reverse;
  }
  .box2 .second_img {
    width: 30%;
    margin-top: -14%;
    margin-right: 45%;
  }
  .box2 .flex_credit {
    text-align: right;
    margin-right: 3%;
  }
  #block02 {
    margin-bottom: 100px;
    max-width: 1440px;
  }
  #block02 ul {
    width: 45%;
    margin-top: 6%;
  }
  #block02 .img_title {
    width: 23%;
    bottom: initial;
    transform: rotate(0deg);
    left: 18.5%;
    top: 44%;
  }
  #block02 .credit {
    text-align: left;
    top: initial;
    bottom: 10%;
    right: 14%;
  }
  #block02 ul::before {
    content: "";
    display: block;
    padding-top: calc(1800 / 1500 * 100%);
    padding-top: calc(1800 / 1800 * 100%);
  }
  #block02 ul::after {
    content: "";
    padding-bottom: 0;
  }
}

.box3 {
  position: relative;
  margin-bottom: 150px;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  /* margin-top: 300px; */
}
.box3 .credit {
  right: 4%;
  bottom: 4%;
}

@media screen and (min-width: 751px) {
  .box3 {
    margin-top: 200px;
    /* margin-top: 0; */
    margin-bottom: 300px;
  }
}

.box4 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.box4 .first_img {
  width: 60%;
  margin-left: auto;
}
.box4 .second_img {
  width: 56%;
  margin-top: 25%;
  margin-left: 6%;
}
.box4 .credit {
  position: initial;
  margin-top: 10%;
  margin-left: 6%;
}

@media screen and (min-width: 751px) {
  .box4 {
    position: relative;
    margin-top: 300px;
    margin-bottom: 300px;
  }
  .box4 .first_img {
    width: 32%;
    margin-right: 11%;
  }
  .box4 .second_img {
    width: 32%;
    margin-top: -15%;
    margin-left: 29%;
  }
  .box4 .credit {
    position: absolute;
    text-align: right;
    left: 11%;
    bottom: -.5%;
  }
}

.box5 {
  position: relative;
  height: 100vh;
  background: #427f75;
}
.box5 .img {
  position: absolute;
  top: 30%;
  left: 8%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 85vw;
}
.box5 .line {
  position: absolute;
  top: 28.5%;
  left: 4.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 92vw;
}
.box5 .credit {
  left: 5%;
  bottom: 10%;
}
@media screen and (min-width: 751px) {
  .box5 {
    height: 120vh;
  }
  .box5 .img {
    top: 19%;
  left: 27%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 45vw;
  }
  .box5 .line {
    top: 17%;
  left: 25.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 48vw;
  }
  /* .box5 .img {
    top: 19%;
  left: 27%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 48vw;
  }
  .box5 .line {
    top: 17%;
  left: 25.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 48vw;
  } */
  .box5 .credit {
    text-align: right;
    left: 15%;
    bottom: 18.5%;
  }
}
.box6 {
  position: relative;
}
.box6_img_box {
  position: relative;
}
.box6 .main_img {
  width: 80%;
  padding-top: 30%;
  padding-bottom: 30%;
  margin-left: auto;
}
.box6 .img_title {
  position: absolute;
  width: 180px;
  top: initial;
  top: 32%;
  right: initial;
  left: -6%;
  z-index: 10;
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
}
.box6 .credit {
  top: 88%;
  left: 20%;
}
@media screen and (min-width: 751px) {
  .box6 .img_title {
    width: 320px;
    top: 30%;
    left: 15%;
    transform: rotate(0deg);
  }
  .box6 .main_img {
    width: 42%;
    padding-top: 20%;
    padding-bottom: 20%;
    margin: auto;
  }
  .box6 .credit {
    top: initial;
    bottom: 20%;
    left: initial;
    right: 18%;
  }
}
#block07 {
  height: 100vh;
  overflow: hidden;
  margin-bottom: 100px;
}
#block07 .side-scroll {
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

#block07 .side-scroll-list {
  white-space: nowrap;
  font-size: 0;
  margin-top: 100px;
}
#block07 .side-scroll-list li {
  width: 300px;
  display: inline-block;
}
.box7 .credit {
  text-align: right;
  bottom: 7%;
  right: 6%;
}
@media screen and (min-width: 751px) {
  .box7 .flex {
    display: flex;
  }
  .box7 .img_wrap2
   {
    width: 30%;
    left: 36%;
  }
  .box7 .first_img {
    margin-bottom: 0;
    margin-right: 4px;
  }
  .box7 .credit {
    bottom: 7%;
    right: 3%;
  }
}
.box8 {
  position: relative;
  margin-top: 150px;
  margin-bottom: 300px;
}
.box8 .first_img {
  width: 54%;
  margin: auto;
  margin-bottom: 150px;
}
.box8 .second_img {
  width: 80%;
  margin: auto;
  margin-bottom: 50%;
}
.box8 .third_img {
  width: 60%;
}
.box8 .credit {
  /* left: 67%; */
  right: 10%;
  bottom: -15%;
  text-align: right;
}
@media screen and (min-width: 751px)  {
  .box8 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .box8 .first_img {
    width: 33%;
    margin-left: 16%;
    margin-bottom: 0;
  }
  .box8 .second_img {
    width: 33%;
    margin-top: -14%;
    margin-left: 46%;
    margin-bottom: 10%;
  }
  .box8 .credit {
    text-align: left;
    /* left: 13%; */
    bottom: -0.5%;
  }
}
.box9 {
  background-image: url(../images/9_bg_sp.jpg);
  background-size: cover;
  position: relative;
  height: 120vh;
}

.box9 .img {
  position: absolute;
  top: 12.5%;
  left: 8%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 85vw;
}
.box9 .line {
  position: absolute;
  top: 10%;
  left: 4.5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 92vw;
}
.box9 .credit {
  left: 5%;
  bottom: 12%;
}
@media screen and (min-width: 751px) {
  .box9 {
    background-image: url(../images/9_bg.jpg);
    background-size: cover;
    position: relative;
    height: 120vh;
  }
  .box9 .img {
    position: absolute;
    top: 16%;
    left: 39%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 30vw;
  }
  .box9 .line {
    position: absolute;
    top: 13.5%;
    left: 38%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 32vw;
  }
  /* .box9 .line {
    position: absolute;
    top: 18%;
    left: 37.5%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 30vw;
  } */
  .box9 .credit {
    text-align: right;
    bottom: 12%;
    left: 26%;
  }
}
.side-scroll {
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.side-scroll-list {
  white-space: nowrap;
  font-size: 0;
  margin-top: 100px;
}
.side-scroll-list li {
  width: 300px;
  display: inline-block;
}

@media screen and (min-width: 751px) {

  .side-scroll-pc-list {
    display: flex;
    width: 100%;
  }

  .box7 {
    position: relative;
  }


}


@media screen and (min-width: 751px) {

}

@media screen and (max-width: 750px) {
  #block02 ul {
    width: 80%;
    margin-top: 100px;
  }
}


@media screen and (min-width: 970px) {
   .boxinto {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 970px) {
   .box {
    padding: 120px 0;
  }
}
@media screen and (max-width: 970px) {
   .box {
    padding: 100px 0;
  }
   .box .box_txt {
    width: 80%;
    margin: 30px auto;
  }
}
 .box .img_top {
  margin-top: 70px !important;
}
@media screen and (min-width: 970px) {
   .box .img_top {
    margin-top: 100px !important;
  }
}
 .box h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 17px;
}
@media screen and (min-width: 970px) {
   .box h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 970px) {
   .box .box_txt {
    width: 90%;
    text-align: center;
    font-size: 13px;
    margin: 30px auto;

  }
}
 .box .img_posi {
  position: relative;
}
@media screen and (min-width: 970px) {
   .box .img_posi {
    height: 600px;
  }
}
@media screen and (max-width: 970px) {
   .box .img_posi {
    height: 400px;
    width: 90%;
    margin: 0 auto;
  }
}
 .box .img_posi .itemin {
  position: absolute;
}
@media screen and (min-width: 970px) {
   .box .img_posi .itemin {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 970px) {
   .box .img_posi .itemin {
    width: 55%;
  }
}
 .box .img_posi .itemin:nth-child(2) {
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 970px) {
   .box .img_posi .itemin:nth-child(2) {
    right: 0;
  }
}
 .box .img_posi2 {
  position: relative;
}
@media screen and (min-width: 970px) {
   .box .img_posi2 {
    height: 700px;
  }
}
@media screen and (max-width: 970px) {
   .box .img_posi2 {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
 .box .img_posi2 .itemin {
  position: absolute;
  width: calc(100% / 2);
}
 .box .img_posi2 .itemin:nth-child(1) {
  top: 0;
  left: 100px;
}
@media screen and (max-width: 970px) {
   .box .img_posi2 .itemin:nth-child(1) {
    left: 50px;
  }
}
 .box .img_posi2 .itemin:nth-child(2) {
  bottom: 0;
  right: 0;
}
 .box .credit {
  text-align: center;
  line-height: 1.8;
}
 .box .credit .price {
  text-decoration: underline;
}
 .box .credit .itemname {
  color: #A7A7A7;
}
 .box_wrap .credit .soon {
  pointer-events: none;
}
 

 h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 970px) {
   h3 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 970px) {
   .parallax-bg {
    padding: 15%;
  }
}


 .btnarea {
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 80px;
}
 .sf {
  text-align: center;
  padding-bottom: 10px;
}
 #btn {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
   #btn {
    width: 400px;
  }
}
@media screen and (max-width: 970px) {
   #btn {
    width: 90%;
  }
}

 #btn a {
  border: 1px solid #000;
  margin-bottom: 30px;
  padding: 17px 0;
  transition: .2s all;
}
 #btn a:hover {
  background: #000;
  color: #fff;
}
.footer {
  position: relative;
  z-index: 100;
  background: #427f75;
  text-align: center;
  padding: 95px 0 40px; }
  .footer__text {
    width: 80%;
    margin: auto;
    font-size: 13px;
    color: #1f7137;
    background: white;
    padding: 19px 20px; }
    .footer__text a {
      text-decoration: none;
      color: #1f7137;
    }
    @media screen and (min-width: 767px) {
      .footer__text {
        width: 30%;
        font-size: 15px; } }
  .footer__imgText {
    width: 65%;
    margin: 62px auto 0; }
    @media screen and (min-width: 767px) {
      .footer__imgText {
        width: 25%; } }
  .footer__img {
    width: 100%; }
  .footer__copy {
    color: #fff;
    margin-top: 12px;
    font-size: 9px;
    font-weight: bold; }
 a.credit_first {
  margin: 10px auto;
}
 #to_top {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 970px) {
   #to_top {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
 #to_top span:first-child {
  width: 15px;
  height: 15px;
  display: flex;
}
 #to_top span:first-child img {
  width: 100%;
}
@media screen and (max-width: 970px) {
   #to_top span:first-child img {
    max-width: 15px;
  }
}
@media screen and (min-width: 970px) {
   #to_top span:first-child img {
    max-width: 25px;
  }
}

/* inview */
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* ANIMATION
--------------------------------------*/
