@charset "UTF-8";

/*
======== table of content. ===============

summary:ワイヤーフレーム要素

==========================================
*/
.forsp { display:none; }
.forpc { display:block; }
.onlysp { opacity: 0; height: 0; }

img { width:100%; height: auto; }

/*----------------------------------------
ベースリンクカラー
------------------------------------------*/
a { text-decoration:none; transition: 0.5s; }
#wrapper a { color:#000; }
#wrapper a.line { text-decoration:underline; }
#wrapper a:hover { color:#999; }

/*----------------------------------------
html
------------------------------------------*/
html { font-size: 62.5%; }

/*----------------------------------------
body
------------------------------------------*/
body { font-family:'Helvetica','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:1.2rem; line-height: 1.5; -webkit-text-size-adjust: 100%; }

#wrapper { opacity: 0; transition: opacity 1s cubic-bezier(0.390, 0.575, 0.565, 1.000); }
#wrapper.on { opacity: 1; }


#plage_content { padding: 8% 9.8%; }

h1,.txt_season { font-family: "Gotham A", "Gotham B"; font-weight: 600; line-height: 125%; }

h1 { margin-bottom: 2%; font-size: 3.5vw; }
.txt_season { margin-bottom: 5%; font-size: 1.2vw; letter-spacing: 0.03em; }


/*左右振り分け*/
.pl_parts { display: flex; justify-content: space-between; }

/*左右*/
.sec_l,
.sec_l_main,
.sec_r { flex-basis: 46.2%; }

.sec_l figure,
.sec_l_main figure,
.sec_r figure { margin-bottom: 4%; }

.sec_r figure.first { margin-bottom: 1%; }

.sec_9_figure { display: flex; }
.sec_9_figure figure { flex-basis: 33.333333333%; }

.slider { min-height: 51.64vw; }

/*1*/

/*2*/
/*2・左*/
#pl_2 .sec_l { margin-top: -14%; }
@media screen and (max-width: 1160px) {
#pl_2 .sec_l { margin-top: -15%; }
}
@media screen and (max-width: 900px) {
#pl_2 .sec_l { margin-top: -20%; }
}

/*2・右*/
#pl_2 .sec_r { margin-top: 8%; }

/*3*/
/*3・左*/
#pl_3 .sec_l { margin-top: -4%; }
@media screen and (max-width: 1160px) {
#pl_3 .sec_l { margin-top: -3%; }
}

/*3・右*/
#pl_3 .sec_r { margin-top: 6%; }

/*4*/
/*4・左*/
#pl_4 .sec_l { margin-top: -6%; }
/*4・右*/
#pl_4 .sec_r { margin-top: 8%; }

/*5*/
/*5・左*/
#pl_5 .sec_l { margin-top: -42%; }
@media screen and (max-width: 1160px) {
#pl_5 .sec_l { margin-top: -46%; }
}
@media screen and (max-width: 900px) {
#pl_5 .sec_l { margin-top: -52%; }
}
@media screen and (min-width: 1280px) {
#pl_5 .sec_l { margin-top: -41%; }
}


/*5・右*/
#pl_5 .sec_r { margin-top: 8%; }

/*6*/
/*6・左*/
#pl_6 .sec_l { margin-top: -6%; }
@media screen and (max-width: 1160px) {
#pl_6 .sec_l { margin-top: -7%; }
}
@media screen and (max-width: 900px) {
#pl_6 .sec_l { margin-top: -9%; }
}

/*6・右*/
#pl_6 .sec_r { margin-top: 6%; }

/*7*/
/*7・左*/
#pl_7 .sec_l { margin-top: -43%; }
@media screen and (max-width: 1160px) {
#pl_7 .sec_l { margin-top: -45%; }
}
@media screen and (max-width: 900px) {
#pl_7 .sec_l { margin-top: -49%; }
}

/*7・右*/
#pl_7 .sec_r { margin-top: 8%; }

/*アニメーション*/

/*初期*/
.photo,
.txt_plage,
.txt_season,
.sec_staff,
.sec_credit { opacity: 0; }

.photo {
transition: opacity 1s cubic-bezier(0.230, 1.000, 0.320, 1.000),
transform 1s cubic-bezier(0.230, 1.000, 0.320, 1.000),
background 1s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color 1s cubic-bezier(0.230, 1.000, 0.320, 1.000); }

.txt_plage,
.txt_season,
.sec_staff,
.sec_credit {
transition: opacity 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000),
transform 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000),
background 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000); }

/*左から右初期*/
.photo_main,
.photo_3_1,
.photo_6,
.photo_10,
.photo_11_2 { transform: translateX(-10%); }

.txt_plage,
.txt_season,
.sec_staff,
.sec_credit_7 { transform: translateX(-4%); }

/*右から左初期*/
.photo_1,
.photo_3_2,
.photo_7,
.photo_8,
.photo_11_1 { transform: translateX(10%); }

.sec_credit_1 { transform: translateX(4%); }

/*下から上初期*/
.photo_2,
.photo_5,
.photo_9_1,
.photo_9_2,
.photo_9_3,
.photo_13 { transform: translateY(10%); }

.sec_credit_2,
.sec_credit_4,
.sec_credit_5,
.sec_credit_7 { transform: translateY(4%); }

/*上から下初期*/
.photo_4,
.photo_12 { transform: translateY(-5%); }

.sec_credit_3,
.sec_credit_6,
.sec_credit_9 { transform: translateY(-4%); }

/*1*/
.txt_plage { transition-delay: .2s; }
.txt_season { transition-delay: .4s; }
.sec_staff  { transition-delay: .8s; }

.photo_1 { transition-delay: .3s; }
.sec_credit_1 { transition-delay: .6s; }

/*2*/
.photo_2 { transition-delay: .7s; }
.photo_3_2 { transition-delay: .2s; }

/*5*/
.photo_9_2 { transition-delay: .2s; }
.photo_9_3 { transition-delay: .4s; }

/*6*/
.photo_11_2 { transition-delay: .3s; }

/*アニメ完了時*/
.anim_l_r,.anim_r_l,.anim_b_t,.anim_t_b { opacity: 1; }

.portrait .photo_13 { opacity: 1!important; }

/*左から右アニメ完了時・右から左アニメ完了時*/
.anim_l_r,
.anim_r_l { transform: translateX(0); }

/*下から上アニメ完了時・上から下アニメ完了時*/
.anim_b_t,
.anim_t_b { transform: translateY(0); }

/*アニメーション*/

.sec_movie {
  position: relative;
  width: 100%;
  margin-top: 6%;
  padding-bottom: 56.25%;
}

.sec_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/****** 文字要素設定 ******/
/* スタクレ */
.sec_staff { }
.txt_staff { line-height: 120%; }
.txt_staff p { margin-bottom: .2em; font-size: 0.8rem; font-family: "Gotham A", "Gotham B"; text-transform: uppercase; }


.logo { width:8.4%; margin: 0 auto 3.81%; }


/* クレジット */
.sec_credit { }

.sec_credit p { font-size:.9rem; font-family: "Gotham A", "Gotham B"; }
    
.sec_credit p a { position: relative; display: block; padding-bottom: 0.6em; color:#000; z-index: 100; }

.sec_credit p:last-child a { padding-bottom: 0; }
	
#wrapper .sec_credit p a:hover { color:#567263; }
#wrapper .sec_credit p a.nolink:hover { color:#000; cursor: default; }

.sec_credit p a .sec_item { text-decoration: underline; }

.sec_credit p a.nolink .sec_item { text-decoration: none; } 
.sec_credit p a .sec_item { position:relative; display:inline-block; z-index:10; }
.sec_credit p .forpc { padding-right: 0.5em; display: inline-block; }



/****** その他要素設定 ******/
.loading { display: flex; align-items: center; justify-content: center; background-color: #fff;
opacity: 1;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 1040;
transform: translateZ(1000px);
transform-style: preserve-3d;
transition: opacity 0.5s; }

.loading.body_init { opacity: 0; z-index: -1; }


/*----------------------------------------
wrapper
------------------------------------------*/
#wrapper { width:100%; margin:0 auto; }


/*----------------------------------------
ヘッダー
------------------------------------------*/
/* header */
#top-head {
    /* top: -100px; */
    position: fixed;
    width: 100%;
    line-height: 1;
    z-index: 999;
	box-sizing: border-box;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	margin: 5% auto auto 6.5%;
}
#top-head .logo img { width:100%; max-width: 156px; height: auto; }

/* Landscape Mode */
@media screen and (orientation: landscape) {
    #top-head .logo img { width:13%; }
}
#top-head .logo { display: none; }
#top-head .logo a:hover img { opacity: 0.9; }
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	right:0;
	top:0;
	background-color:rgba(51,51,51,0.9);
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	padding: 110px 30px 20px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 100;
	will-change: transform;
	position:fixed;
	transform: translateZ(0) translateX(100%);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	transform: translateX(0px) translateY(0px);
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color:#fff;
	font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500; line-height:1; letter-spacing: 0.1em;
	padding: 10px 0;
}
#top-head #global-nav ul li a:hover { opacity: 0.6; }
/* ハンバーガー */
#nav-toggle {
	position: absolute;
	display: block;
	padding:0;
	right:2%;
	top:25px;
	background:none; 
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 101;
}
    
#nav-toggle div {
    position: relative;
}
/* ハンバーガー */
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.open #nav-toggle span { background-color: #fff; }
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}


/*フッタナビゲーション*/
.gnav { width:630px; margin:100px auto 60px; white-space: nowrap; }
.ipad .gnav { width: 680px; }
	.gnav.bottom_1 { margin-bottom:140px; }

	.gnav li { float:left; margin-right:35px; font-size:1.1rem; font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 500; line-height:1; letter-spacing: 0.1em; }
	.gnav li.gnav_ig { margin-right:0; }
	#wrapper #foot_vol25 .gnav li a { color:#fff; }

	#wrapper #foot_vol25 .gnav li a:hover,
	#wrapper #foot_vol25 a:hover { color:#eee; }

/*フッター*/
#cruise_footer { width:100%; margin-top:15px; padding:45px 0; text-align:center; box-sizing:border-box; }
	#cruise_footer li { display:inline-block; font-size:9px; font-weight:700; letter-spacing: 0.06em; }
	#cruise_footer li a { padding-right:8px; color:#000; }
	#cruise_footer li.footer_last a { padding-right:0; }
	#cruise_footer li a:after { content:"　|"; }
	#cruise_footer li.footer_last a:after { content:""; }
	
/*
$linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
$ease: cubic-bezier(0.250, 0.100, 0.250, 1.000);
$ease-in: cubic-bezier(0.420, 0.000, 1.000, 1.000);
$ease-out: cubic-bezier(0.000, 0.000, 0.580, 1.000);
$ease-in-out: cubic-bezier(0.420, 0.000, 0.580, 1.000);

$easeInQuad: cubic-bezier(0.550, 0.085, 0.680, 0.530);
$easeInCubic: cubic-bezier(0.550, 0.055, 0.675, 0.190);
$easeInQuart: cubic-bezier(0.895, 0.030, 0.685, 0.220);
$easeInQuint: cubic-bezier(0.755, 0.050, 0.855, 0.060);
$easeInSine: cubic-bezier(0.470, 0.000, 0.745, 0.715);
$easeInExpo: cubic-bezier(0.950, 0.050, 0.795, 0.035);
$easeInCirc: cubic-bezier(0.600, 0.040, 0.980, 0.335);
$easeInBack: cubic-bezier(0.600, -0.280, 0.735, 0.045);

$easeOutQuad: cubic-bezier(0.250, 0.460, 0.450, 0.940);
$easeOutCubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
$easeOutQuart: cubic-bezier(0.165, 0.840, 0.440, 1.000);
$easeOutQuint: cubic-bezier(0.230, 1.000, 0.320, 1.000);
$easeOutSine: cubic-bezier(0.390, 0.575, 0.565, 1.000);
$easeOutExpo: cubic-bezier(0.190, 1.000, 0.220, 1.000);
$easeOutCirc: cubic-bezier(0.075, 0.820, 0.165, 1.000);
$easeOutBack: cubic-bezier(0.175, 0.885, 0.320, 1.275);

$easeInOutQuad: cubic-bezier(0.455, 0.030, 0.515, 0.955);
$easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1.000);
$easeInOutQuart: cubic-bezier(0.770, 0.000, 0.275, 1.000);
$easeInOutQuint: cubic-bezier(0.860, 0.000, 0.070, 1.000);
$easeInOutSine: cubic-bezier(0.445, 0.050, 0.550, 0.950);
$easeInOutExpo: cubic-bezier(1.000, 0.000, 0.000, 1.000);
$easeInOutCirc: cubic-bezier(0.785, 0.135, 0.150, 0.860);
$easeInOutBack: cubic-bezier(0.680, -0.550, 0.265, 1.550);
*/


/*ローディング*/	
.spinner {
  /* margin: 100px auto 0;*/
  width: 70px;
  text-align: center;
}
.spinner p { color:#567263; font-size: 1.1rem; text-align: center; }
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #567263;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
