﻿@charset "UTF-8";

/* PC&SP共通CSS START*/
#wrap #mainvisual {
  width: 100%;
  height: 100vh;
  background: url("../dir_img/main_bg_01.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  animation: 2s fadeIn;
  opacity: 0;
  animation-fill-mode: forwards;
}

#wrap #mainvisual:before {
  content: '';
  background: inherit;
  background-size: cover;
  animation: .5s blurIn 2s;
  animation-fill-mode: forwards;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

@keyframes blurIn {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(5px);
  }
}

#wrap #mainvisual #logo {
  width: 150px;
  position: absolute;
  top: 70px;
  left: 5.625%;
  z-index: 2;
  animation: 2s fadeIn;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#wrap #mainvisual .text {
  position: absolute;
  top: 18.75%;
  left: 37.5%;
  z-index: 2;
  opacity: 0;
  animation: 2s text 6.7s;
  animation-fill-mode: forwards;
}

@keyframes text {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#wrap #mainvisual .text h1 {
  color: #565960;
  font-weight: normal;
  font-size: 1em;
}

#wrap #mainvisual .text h1 span {
  display: block;
  text-align: center;
  font-size: 0.8125em;
  margin-top: 10px;
}

#wrap #mainvisual #menu {
  position: absolute;
  top: 37.5%;
  left: 26.25%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  animation: 2s list 4.3s;
  animation-fill-mode: forwards;
}

@keyframes list {
  0% {opacity: 0; visibility: hidden;}
  100% {opacity: 1; visibility: visible;}
}

#wrap #mainvisual #menu ul:nth-child(2)::before,
#wrap #mainvisual #menu ul:nth-child(2)::after {
  content: "-";
}

#wrap #mainvisual #menu li {
  line-height: 2.615;
  color: #ccc;
}
.mac #wrap #mainvisual #menu li {
  font-size: 0.86em;
  color: #ccc;
}

#wrap #mainvisual #menu li a {
  font-family: BrownStd-Light, noto-sans-cjk-jp, sans-serif;
  color: #43474f;
  position: relative;
  display: inline-block;
}

#wrap #mainvisual #menu li a {
  font-family: BrownStd-Light, noto-sans-cjk-jp, sans-serif;
  color: #43474f;
  position: relative;
  display: inline-block;
}

#wrap #mainvisual #main_img {
  width: 56.25%;
  position: absolute;
  top: 37.5%;
  right: 0;
  z-index: 2;
  opacity: 0;
  animation: 2s main_img 4.7s;
  animation-fill-mode: forwards;
}

@keyframes main_img {
  0% {opacity: 0; transform: translateX(-50px);}
  100% {opacity: 1; transform: translateX(0);}
}

#wrap #mainvisual #main_img .img_relative {
  position: relative;
}

#wrap #mainvisual #main_img .img_relative .cautionBlock {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

/* 再訪問時 */
body.revisit #wrap #mainvisual {
  animation: 0s fadeIn;
  animation-fill-mode: forwards;
}

body.revisit #wrap #mainvisual:before {
  animation: 0s blurIn;
  animation-fill-mode: forwards;
}

body.revisit #wrap #mainvisual #logo {
  animation: 0s fadeIn;
  animation-fill-mode: forwards;
}

body.revisit #wrap #mainvisual .text {
  animation: 0s text;
  animation-fill-mode: forwards;
}

body.revisit #wrap #mainvisual #menu {
  animation: 0s list;
  animation-fill-mode: forwards;
}

body.revisit #wrap #mainvisual #main_img {
  animation: 0s main_img;
  animation-fill-mode: forwards;
}

#wrap #concept {
  width: 100%;
  background: url("../dir_img/concept_bg_01.jpg") no-repeat left top;
  background-size: cover;
  padding: 18% 0 4% 5%;
  opacity: 0;
  transition: all 3s cubic-bezier(0.55, 0, 1, 0.45);
  position: relative;
}

#wrap #concept.active {
  opacity: 1;
}

#wrap #concept .textBlock_01 p {
  color: #fff;
  font-size: 0.875em;
}

#wrap #concept .btn a {
  display: block;
  width: 300px;
  margin: 40px 0 0;
  padding: 10px 0;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  text-decoration: none;
  border: solid 1px #fff;
  background-color: rgba(29,27,26,0.7);
  transition: all 1s;
}

#wrap #concept .btn a:hover {
  background-color: rgba(142,141,141,0.7);
}

#wrap #concept .cautionBlock {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

#wrap section#contents_01.active {
  background: url("../dir_img/contents_bg_01.jpg") no-repeat right top;
  position: relative;
}

#wrap section#contents_01 .contents_inner {
  position: relative;
  width: 67.5%;
  margin: 0 auto;
  padding: 200px 0 220px;
}

#wrap section#contents_01 .contents_inner .col2 {
  display: flex;
  justify-content: space-between;
}

#wrap section#contents_01 .contents_inner .col2 .col {
  width: 50%;
  margin-right: 35px;
}

#wrap section#contents_01 .contents_inner .col2 .col:last-child {
  margin-right: 0;
}

#wrap section#contents_01 .contents_inner .col2 .text {
  color: #eaecf0;
  line-height: 3;
  font-size: 0.875em;
}

#wrap section#contents_01 .contents_inner .col2 .text .link {
  margin: 30px 0 0 50px;
}

#wrap section#contents_01 .contents_inner .col2 .text .link a,
#wrap section#contents_01 .contents_inner .col2 .text .link span {
  line-height: normal;
  color: #a5a5a5;
  font-size: 1.07em;
  display: inline-block;
  position: relative;
  padding-left: 120px;
}

#wrap section#contents_01 .contents_inner .col2 .text .link a::before,
#wrap section#contents_01 .contents_inner .col2 .text .link span::before {
	position: absolute;
	top: 7px;
	left: 90px;
	height: 1px;
	width: 10px;
	background: linear-gradient(to left, transparent 50%, #a5a5a5 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;  
	content: '';
	display: block;
  transform: rotate(225deg);
}

#wrap section#contents_01 .contents_inner .col2 .text .link a::after,
#wrap section#contents_01 .contents_inner .col2 .text .link span::after {
	content: "";
	width: 100px;
	height: 1px;
	background: linear-gradient(to left, transparent 50%, #a5a5a5 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;
	display: block;
	position: absolute;
	top: 11px;
  left: 0;
}

#wrap section#contents_01 .contents_inner .col2 .text .link a:hover:before {
	animation: btn_line 1s 0.4s forwards;
}

#wrap section#contents_01 .contents_inner .col2 .text .link a:hover:after {
	animation: btn_line 1s forwards;
}

@keyframes btn_line {
	0% {
		background-position:-400% 400%;
	}

	50% {
		background-position:-434% 400%;
	}

	51% {
		background-position:-466% 400%;
	}

	100% {
		background-position:-500% 400%;
	}
}

#wrap section#contents_01 .contents_inner .col2 .img {
  width: 620px;
  position: relative;
}

#wrap section#contents_01 .contents_inner .col2 .img .cautionBlock {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

#wrap section#contents_02 {
  background-color: #e2dddb;
}

#wrap section#contents_02 .contents_inner {
  /*position: relative;
  z-index: 2;*/
  width: 67.5%;
  margin: 0 auto;
  padding: 130px 0 120px;
}

#wrap section#contents_02 .contents_inner .col2 {
  transform: translate(0,50px);
  display: flex;
  opacity: 0;
}

#wrap section#contents_02.active .contents_inner .col2 {
  transform: translate(0,0);
  transition: all 2s;
  opacity: 1;
}

#wrap section#contents_02 .contents_inner .col2 .col {
  width: 38.88%;
  /*margin: 0 auto;*/
  display: flex;
  flex-direction: column;
}

#wrap section#contents_02 .contents_inner .col2 .col .img {
  position: relative;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #wrap section#contents_02 .contents_inner .col2 .col .img { min-height: 0%; } /* IE11 */
}

#wrap section#contents_02 .contents_inner .col2 .col .cautionBlock {
  position: absolute;
  right: 3px;
  bottom: 1px;
  color: #fff;
  font-size: 0.5em;
}

#wrap section#contents_02 .contents_inner .col2 .col p.head {
  font-family: BrownStd-Light, noto-sans-cjk-jp, sans-serif;
  font-size: 1.1875em;
  margin: 20px 0 25px;
}

#wrap section#contents_02 .contents_inner .col2 .col p {
  font-size: 0.875em;
  line-height: 2;
  margin-bottom: 45px;
}

#wrap section#contents_02 .contents_inner .col2 .col .link {
  text-align: right;
  margin-top: auto;
}

#wrap section#contents_02 .contents_inner .col2 .col .link a,
#wrap section#contents_02 .contents_inner .col2 .col .link span {
  line-height: normal;
  color: #43474f;
  font-size: 0.9375em;
  display: inline-block;
  position: relative;
  padding-left: 120px;
}

#wrap section#contents_02 .contents_inner .col2 .col .link a::before,
#wrap section#contents_02 .contents_inner .col2 .col .link span::before {
	position: absolute;
	top: 7px;
	left: 90px;
	height: 1px;
	width: 10px;
	background: linear-gradient(to left, transparent 50%, #43474f 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;  
	content: '';
	display: block;
  transform: rotate(225deg);
}

#wrap section#contents_02 .contents_inner .col2 .col .link a::after,
#wrap section#contents_02 .contents_inner .col2 .col .link span::after {
	content: "";
	width: 100px;
	height: 1px;
	background: linear-gradient(to left, transparent 50%, #43474f 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;
	display: block;
	position: absolute;
	top: 11px;
  left: 0;
}

#wrap section#contents_02 .contents_inner .col2 .col .link a:hover:before {
	animation: btn_line 1s 0.4s forwards;
}

#wrap section#contents_02 .contents_inner .col2 .col .link a:hover:after {
	animation: btn_line 1s forwards;
}
/* PC&SP共通CSS END*/

/* PCのみCSS START */
@media screen and (min-width: 960px) {
  #wrap #mainvisual #menu li a::after {
    position: absolute;
    bottom: 8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #666;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  #wrap #mainvisual #menu li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* PCのみCSS END */

/* タブレットのみCSS START */
@media screen and (min-width: 600px) and (max-width: 959px) {
}
/* タブレットのみCSS END */

/* SPのみCSS START */
@media screen and (max-width: 959px) {
  .pc {display: none!important;}
  .sp {display: block!important;}

  #wrap #mainvisual,
  #wrap #mainvisual:before {
    background: url("../dir_img/sp_main_bg_01.jpg") no-repeat center top;
  }

  #wrap #mainvisual #logo {
    width: 17.1875%;
    top: 6.25%;
    left: 6.25%;
  }
  
  #wrap #mainvisual .text {
    width: 77%;
    top: 21.56%;
    left: 13.75%;
  }

  #wrap #mainvisual #main_img {
    width: 93.75%;
  }
  
  #wrap #mainvisual nav#menu {
    display: none;
  }
  
  #wrap #concept {
    width: 100%;
    height: auto;
    background: none;
    background-color: #e2dddb;
    background-size: auto;
    text-align: center;
    padding: 0;
    opacity: 0;
    transition: all 3s cubic-bezier(0.55, 0, 1, 0.45);
  }
  
  #wrap #concept .img_relative {
    position: relative;
  }
  
  #wrap #concept .textBlock_01 {
    padding: 40px 0 65px;
  }
  
  #wrap #concept .textBlock_01 p {
    color: #43474f;
    line-height: 2;
  }

  #wrap #concept .btn a {
    display: block;
    width: 78.125%;
    margin: 25px auto 0;
    padding: 15px 0;
    color: #43474f;
    font-size: 0.875em;
    text-align: center;
    text-decoration: none;
    border: solid 1px #43474f;
    background-color: #e2dddb;
  }

  #wrap section#contents_01 .contents_inner {
    width: 90%;
    padding: 60px 0 80px;
  }
  
  #wrap section#contents_01 .contents_inner .col2 {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  
  #wrap section#contents_01 .contents_inner .col2 .col {
    width: 100%;
    margin-right: 0;
  }
  
  #wrap section#contents_01 .contents_inner .col2:last-child {
    margin-bottom: 0;
  }

  #wrap section#contents_01 .contents_inner .col2 .text {
    padding-top: 20px;
    line-height: 2;
  }
  
  #wrap section#contents_01 .contents_inner .col2 .text .link {
    margin: 20px 0 0 20px;
  }
  
  #wrap section#contents_01 .contents_inner .col2 .text .link a,
  #wrap section#contents_01 .contents_inner .col2 .text .link span {
    padding-left: 70px;
  }
  
  #wrap section#contents_01 .contents_inner .col2 .text .link a::before,
  #wrap section#contents_01 .contents_inner .col2 .text .link span::before {
    left: 42px;
    top: 8px;
  }
  
  #wrap section#contents_01 .contents_inner .col2 .text .link a::after,
  #wrap section#contents_01 .contents_inner .col2 .text .link span::after {
    width: 50px;
  }

  #wrap section#contents_01 .contents_inner .col2 .img {
    width: 84%;
    margin-left: auto;
  }
  
  #wrap section#contents_02 .contents_inner {
    padding: 50px 0;
  }
  
  #wrap section#contents_02 .contents_inner .col2 {
    flex-direction: column;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col {
    width: 100%;
    margin-bottom: 30px;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col:last-child {
    margin-bottom: 0;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col p.head {
    margin: 10px 0;
    font-weight: bold;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col p {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col .link a,
  #wrap section#contents_02 .contents_inner .col2 .col .link span {
    padding-left: 70px;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col .link a::after,
  #wrap section#contents_02 .contents_inner .col2 .col .link span::after {
    width: 50px;
  }
  
  #wrap section#contents_02 .contents_inner .col2 .col .link a::before,
  #wrap section#contents_02 .contents_inner .col2 .col .link span::before {
    left: 41px;
  }

}
/* SPのみCSS END */