@charset "utf-8";

/*--------------------------------------
main
----------------------------------------*/
#main {
	width:100%;
	background: url(../images/mainvisual.jpg) no-repeat center top;
	background-size:cover;
	position:relative;
	height:130vw;
}

#main #laurel{
	width:80%;
	margin:0 auto;
}

#main #catch{
	width:62%;
	margin:0 auto;
}

#main h1{
	width:55%;
	margin:0 auto;
	padding-top:52%;
}

#main h2{
	width:4%;
	position:absolute;
	left:68%;
	top:20%;
}

#main h3{
	width:26%;
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:8%;
}

#main #left_bnr{
	width:26%;
	position:absolute;
	left:3%;
	top:13%;
}

#main #left_bnr ul{
	width:100%;
	position:relative;
  justify-content: center;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main #left_bnr ul li{
	margin-bottom:7%;
}

#main #left_bnr ul li:nth-child(1){
	width:90%;
}

#billing{
	width:100%;
	margin:0 auto;
	padding-top:6%;
}

#photo ul{
	width:100%;
	margin:auto;
  justify-content: space-between;
  align-items: start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#photo ul li:nth-child(1),
#photo ul li:nth-child(2){
	width:50%;
}

#photo ul li:nth-child(3),
#photo ul li:nth-child(4),
#photo ul li:nth-child(5){
	width:33.3333%;
}

#sns ul{
	width:40%;
	margin:6% auto 0;
  justify-content: space-between;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sns ul li{
	width:27%;
}

#bnr{
	width:44%;
	margin:0 auto;
	padding-top:7%;
}

#mark{
	width:50%;
	margin:0 auto;
	padding-top:6%;
}

#bnr_mvtk{
	width:88%;
	margin:0 auto;
	padding:10% 0 5%;
}

.mvtk-widgets {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}

#mvtk-widgets-container {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#mvtk-widgets-container::before {
  pointer-events: none;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #535353;
  border-radius: 5px;
}

#caution{
	color:#333333;
	text-align:center;
	font-size:2.6vw;
	margin:3% auto 4%;
	line-height:1.6;
}

.img_block{
	margin-top:10%;
}

.name{
	font-size:6.0vw;
	text-align:center;
	margin-top:10%;
}

.name span{
	font-size:4.0vw;
}

.txt{
	font-size:3.4vw;
	width:80%;
	margin:6% auto 0;
	line-height:1.7;
}

#comment{
	padding-bottom:10%;
}

.intro_catch{
	font-size:5.4vw;
	text-align:center;
	line-height:1.6;
	padding:11% 0 2%;
}

footer{
	background-color:#f5ea2c;
	margin-top:10%;
	padding:6% 0 15%;
}

footer h2{
	width:58%;
	margin:0 auto;
	padding:10% 0 8%;
}

#share ul{
	width:230px;
	margin:4% auto 0;
  justify-content: space-between;
  align-items: start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#share ul li:nth-child(2){
	/*margin-top:8px;*/
}

#copy{
	font-size:2.0vw;
	text-align:center;
	padding:5% 0;
}


/*--------------------------------------
animation
----------------------------------------*/

#main #laurel,
#main #left_bnr,
#main #catch,
#main h1,
#main h2,
#main h3,
#main h4,
#sns,
#bnr,
#mark,
#comment .title,
#comment .name1,
#comment .name2,
#comment .name3,
#comment .message1,
#comment .message2,
#comment .message3,
.img1,
#introduction .title,
#introduction .intro_catch,
#introduction p,
#photo ul li{
	opacity:0;
}

.is_loaded #main h2 {
  animation: fadeIn 1.0s ease 0.5s forwards;
}

.is_loaded #main h4 {
  animation: fadeIn 1.3s ease 1.1s forwards;
}

.is_loaded #main h1 {
  animation: open_bler 1.8s ease 2.0s forwards;
}


.is_loaded #main h3 {
  animation: fadeIn 1.3s ease 2.6s forwards;
}

.is_loaded #main #laurel {
  animation: open_bler 1.8s ease 2.2s forwards;
}

.is_loaded #main #catch {
  animation: open_bler 1.8s ease 2.4s forwards;
}

.is_loaded #main #left_bnr {
  animation: open_bler 1.8s ease 2.6s forwards;
}

.is_loaded #sns {
  animation: fadeIn 1.0s ease 1.5s forwards;
}

.is_loaded #bnr {
  animation: fadeIn 1.0s ease 1.7s forwards;
}

.is_loaded #mark {
  animation: fadeIn 1.0s ease 1.9s forwards;
}

/*
.is_loaded #navi {
  animation: fadeIn 1.0s ease 1.9s forwards;
}
*/

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

@keyframes slideIn {
	0% { right: -300px; opacity:0;}
	100% { right: 0; opacity:1;}
}

@keyframes open_bler {
  0% {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
		opacity:0;
  }
  100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
		opacity:1.0;
  }
}

.img1.is_loaded {
  animation: fadeIn 1.0s ease 0.3s forwards;
}

#comment.is_loaded .title {
  animation: fadeIn 1.0s ease 0.5s forwards;
}

#comment.is_loaded .name1 {
  animation: fadeIn 1.0s ease 0.8s forwards;
}

#comment.is_loaded .message1 {
  animation: fadeIn 1.0s ease 1.1s forwards;
}

#comment.is_loaded .name2 {
  animation: fadeIn 1.0s ease 1.4s forwards;
}

#comment.is_loaded .message2 {
  animation: fadeIn 1.0s ease 1.7s forwards;
}

#comment.is_loaded .name3 {
  animation: fadeIn 1.0s ease 2.0s forwards;
}

#comment.is_loaded .message3 {
  animation: fadeIn 1.0s ease 2.3s forwards;
}

#introduction.is_loaded .title {
  animation: fadeIn 1.0s ease 0.8s forwards;
}

#introduction.is_loaded .intro_catch {
  animation: fadeIn 1.0s ease 1.1s forwards;
}

#introduction.is_loaded p {
  animation: fadeIn 1.0s ease 1.4s forwards;
}

#photo.is_loaded ul li:nth-child(1) {
  animation: fadeIn 1.0s ease 0.4s forwards;
}

#photo.is_loaded ul li:nth-child(2) {
  animation: fadeIn 1.0s ease 0.6s forwards;
}

#photo.is_loaded ul li:nth-child(3) {
  animation: fadeIn 1.0s ease 0.8s forwards;
}

#photo.is_loaded ul li:nth-child(4) {
  animation: fadeIn 1.0s ease 1.0s forwards;
}

#photo.is_loaded ul li:nth-child(5) {
  animation: fadeIn 1.0s ease 1.2s forwards;
}