@charset"utf-8";

/*###########################################################################################*/
/* reset */
/*###########################################################################################*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
table {
	border-collapse: collapse;
	border-spacing:0;
}

/* custom reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

/*###########################################################################################*/
/* MEDIA QUERY FORMAT */
/*###########################################################################################*/
.tb { display: none; }
.pc { display: none; }
.sp { display: block; }

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.sp { display: none;  }
	.tb { display: block; }
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.tb { display: none; }
	.pc { display: block; }
}


/*###########################################################################################*/
/* レイアウトベース */
/*###########################################################################################*/
html {
	font-size: 62.5%;
	/* sets the root font to 10px */
}

body {
	color: #505050;
	font-size: 1.3rem;
	/* default font to 14px */
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	min-height: 100%;
	overflow-y: hidden;
	position: relative;
}

main {
	position: relative;
}

.f-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-bold{
	font-weight: bold;
}

.f-line {
	text-decoration: underline;
}

html body .f-no-line {
	text-decoration: none;
}

.section{
	padding: 5rem 0;
}

.section-header{
	margin-top: 60px;
	padding: 5rem 0;
}

.inner{
	margin: 0 auto;
	padding: 0 4%;
}

.inner-small{
	margin: 0 auto;
	padding: 0 4%;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.inner-small {
		padding: 0;
		width: 540px;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.section{
		padding: 8rem 0;
	}

	.section-header{
		margin-top: 70px;
		padding: 8rem 0;
	}

	.inner {
		max-width: 1000px;
		padding: 0;
	}

}

/*###########################################################################################*/
/* 共通 */
/*###########################################################################################*/
img {
	max-width: 100%;
	height: auto;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #505050;
	outline: none;
	text-decoration: none;
}

a.underline,
a.white-line{
	color: #00306d;
	border-bottom: 1px dotted #00306d;
	text-decoration: none;    
}

a.white-line{
	color: #fff;
	border-color: #fff;
}

/* 見出し */

.headline{
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.headline{
		font-size: 2.4rem;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	/* ホバーアニメーション */

	.anime-line,
	.anime-line-white {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}

	.anime-line:before,
	.anime-line-white:before {
		background: #505050;
		bottom: -1px;
		content: "";
		height: 1px;
		opacity: 0.8;
		position: absolute;
		transform: scale(0, 1);
		transform-origin: right;
		transition: transform 0.4s ease;
		width: 100%;
	}

	.anime-line:hover:before,
	.anime-line-white:hover:before {
		transform-origin: left;
		transform: scale(1, 1);
	}

	.anime-line-white:before {
		background: #fff;
	}
}

.object-fit-img{
    object-fit: cover;
}

.a-center{
	text-align: center;
}

.a-left{
	text-align: left;
}

.a-right{
	text-align: right;
}

.va-bottom{
	vertical-align: bottom;
}

.bold { font-weight: bold; }
.cf { *zoom: 1; }
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after { clear: both; }

.color-red{ color: red; }
.color-white{ color: #FFF; }
.color-pink{ color: #e56a7e; }

.bg-shell-pink{ background: #f96482; }
.bg-powder-pink{ background: #fff4f4; }
.bg-powder-pink-grunge{
    background: url(/img/grunge.png) repeat 0 0, #f7f0ea;
}
.bg-shell-pink-border{
    background-color: #f96482;
    background-image:
	repeating-linear-gradient(-45deg,#f96c88, #f96c88 7px,transparent 0, transparent 14px);
}

.pink-shadow{
    color: #e56a7e;
    text-shadow:
            1px 1px 1px #fff, -1px -1px 1px #fff,
           -1px 1px 1px #fff,  1px -1px 1px #fff,
            1px 0px 1px #fff, -1px -0px 1px #fff,
            0px 1px 1px #fff,  0px -1px 1px #fff;
}
.black-shadow{
    color: #fff;
    text-shadow:
            1px 1px 1px #505050, -1px -1px 1px #505050,
           -1px 1px 1px #505050,  1px -1px 1px #505050,
            1px 0px 1px #505050, -1px -0px 1px #505050,
            0px 1px 1px #505050,  0px -1px 1px #505050;
}
a.black-shadow{
    color: #fff;
}
a.black-shadow:hover{
    opacity: 0.6;
}

/* for tl */
.bg-cream{ background: #f7eeed; }
.bg-cream-grunge{ background:url(/img/grunge.png) repeat 0 0, #f7f0ea; }


/* letter-spacing */

.ls-1{
	letter-spacing: 0.1rem;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */
	.ls-sm-1 {
		letter-spacing: 0.1rem;
	}
}

@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
	.ls-lg-1 {
		letter-spacing: 0.1rem;
	}
}


/* line-height */

.lh-10{
	line-height: 1;
}

.lh-16{
	line-height: 1.6;
}

.lh-18{
	line-height: 1.8;
}

.lh-20{
	line-height: 2;
}

.lh-22{
	line-height: 2.2;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */
	.lh-sm-10 {
		line-height: 1;
	}
	
	.lh-sm-12 {
		line-height: 1.2;
	}
	
	.lh-sm-14 {
		line-height: 1.4;
	}

	.lh-sm-16 {
		line-height: 1.6;
	}

	.lh-sm-18 {
		line-height: 1.8;
	}

	.lh-sm-20 {
		line-height: 2;
	}

	.lh-sm-22 {
		line-height: 2.2;
	}
}

@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.lh-lg-10 {
		line-height: 1;
	}
	
	.lh-lg-12 {
		line-height: 1.2;
	}
	
	.lh-lg-14 {
		line-height: 1.4;
	}

	.lh-lg-16 {
		line-height: 1.6;
	}

	.lh-lg-18 {
		line-height: 1.8;
	}

	.lh-lg-20 {
		line-height: 2;
	}

	.lh-lg-22 {
		line-height: 2.2;
	}
}

/* font */

.f-white{
	color: #fff;
}

.text-12{
	font-size: 1.2rem;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.text-sm-10{
		font-size: 1rem;
	}

	.text-sm-11{
		font-size: 1.1rem;
	}

	.text-sm-12{
		font-size: 1.2rem;
	}

	.text-sm-13{
		font-size: 1.3rem;
	}

	.text-sm-14{
		font-size: 1.4rem;
	}

	.text-sm-15{
		font-size: 1.5rem;
	}

	.text-sm-16{
		font-size: 1.6rem;
	}

	.text-sm-18{
		font-size: 1.8rem;
	}

	.text-sm-19{
		font-size: 1.9rem;
	}

	.text-sm-20{
		font-size: 2rem;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	/* 幅768px以上 - 991以下に適用されるCSS（タブレット）*/

	.text-tb-10{
		font-size: 1.0rem;
	}

}


@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.text-lg-10{
		font-size: 1.0rem;
	}
	
	.text-lg-11{
		font-size: 1.1rem;
	}
	
	.text-lg-12{
		font-size: 1.2rem;
	}
	
	.text-lg-13{
		font-size: 1.3rem;
	}
	
	.text-lg-14{
		font-size: 1.4rem;
	}

	.text-lg-15{
		font-size: 1.5rem;
	}


	.text-lg-16{
		font-size: 1.6rem;
	}

	.text-lg-20{
		font-size: 2rem;
	}
}

/*###########################################################################################*/
/* margine */
/*###########################################################################################*/

.m10 { margin: 0.8rem; }
.m20 { margin: 1.6rem; }
.m30 { margin: 2.4rem; }
.m40 { margin: 3.2rem; }
.m50 { margin: 4rem; }
.m60 { margin: 4.8rem; }
.m70 { margin: 5.6rem; }
.m80 { margin: 6.4rem; }
.m90 { margin: 7.2rem; }
.m100 { margin: 8rem; }
.mb10 { margin-bottom: 0.8rem; }
.mb20 { margin-bottom: 1.6rem; }
.mb30 { margin-bottom: 2.4rem; }
.mb40 { margin-bottom: 3.2rem; }
.mb50 { margin-bottom: 4rem; }
.mb60 { margin-bottom: 4.8rem; }
.mb70 { margin-bottom: 5.6rem; }
.mb80 { margin-bottom: 6.4rem; }
.mb90 { margin-bottom: 7.2rem; }
.mb100 { margin-bottom: 8rem; }
.mt10 { margin-top: 0.8rem; }
.mt20 { margin-top: 1.6rem; }
.mt30 { margin-top: 2.4rem; }
.mt40 { margin-top: 3.2rem; }
.mt50 { margin-top: 4rem; }
.mt60 { margin-top: 4.8rem; }
.mt70 { margin-top: 5.6rem; }
.mt80 { margin-top: 6.4rem; }
.mt90 { margin-top: 7.2rem; }
.mt100 { margin-top: 8rem; }
.ml10 { margin-left: 0.8rem; }
.ml20 { margin-left: 1.6rem; }
.ml30 { margin-left: 2.4rem; }
.ml40 { margin-left: 3.2rem; }
.ml50 { margin-left: 4rem; }
.ml60 { margin-left: 4.8rem; }
.ml70 { margin-left: 5.6rem; }
.ml80 { margin-left: 6.4rem; }
.ml90 { margin-left: 7.2rem; }
.ml100 { margin-left: 8rem; }
.mr10 { margin-right: 0.8rem; }
.mr20 { margin-right: 1.6rem; }
.mr30 { margin-right: 2.4rem; }
.mr40 { margin-right: 3.2rem; }
.mr50 { margin-right: 4rem; }
.mr60 { margin-right: 4.8rem; }
.mr70 { margin-right: 5.6rem; }
.mr80 { margin-right: 6.4rem; }
.mr90 { margin-right: 7.2rem; }
.mr100 { margin-right: 8rem; }

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.m0 { margin: 0; }
	.m10 { margin: 1rem; }
	.m20 { margin: 2rem; }
	.m30 { margin: 3rem; }
	.m40 { margin: 4rem; }
	.m50 { margin: 5rem; }
	.m60 { margin: 6rem; }
	.m70 { margin: 7rem; }
	.m80 { margin: 8rem; }
	.m90 { margin: 9rem; }
	.m100 { margin: 10rem; }
	.mb0 { margin: 0; }
	.mb5 { margin-bottom: 0.5rem; }
	.mb10 { margin-bottom: 1rem; }
	.mb20 { margin-bottom: 2rem; }
	.mb30 { margin-bottom: 3rem; }
	.mb40 { margin-bottom: 4rem; }
	.mb50 { margin-bottom: 5rem }
	.mb60 { margin-bottom: 6rem; }
	.mb70 { margin-bottom: 7rem; }
	.mb80 { margin-bottom: 8rem; }
	.mb90 { margin-bottom: 9rem; }
	.mb100 { margin-bottom: 10rem; }
	.mt0 { margin-top: 0; }
	.mt5 { margin-top: 0.5rem; }
	.mt10 { margin-top: 1rem; }
	.mt20 { margin-top: 2rem; }
	.mt30 { margin-top: 3rem; }
	.mt40 { margin-top: 4rem; }
	.mt50 { margin-top: 5rem; }
	.mt60 { margin-top: 6rem; }
	.mt70 { margin-top: 7rem; }
	.mt80 { margin-top: 8rem; }
	.mt90 { margin-top: 9rem; }
	.mt100 { margin-top: 10rem; }
	.ml0 { margin-left: 0; }
	.ml5 { margin-left: 0.5rem; }
	.ml10 { margin-left: 1rem; }
	.ml20 { margin-left: 2rem; }
	.ml30 { margin-left: 3rem; }
	.ml40 { margin-left: 4rem; }
	.ml50 { margin-left: 5rem; }
	.ml60 { margin-left: 6rem; }
	.ml70 { margin-left: 7rem; }
	.ml80 { margin-left: 8rem; }
	.ml90 { margin-left: 9rem; }
	.ml100 { margin-left: 10rem; }
	.mr0 { margin-right: 0; }
	.mr5 { margin-right: 0.5rem; }
	.mr10 { margin-right: 1rem; }
	.mr20 { margin-right: 2rem; }
	.mr30 { margin-right: 3rem; }
	.mr40 { margin-right: 4rem; }
	.mr50 { margin-right: 5rem; }
	.mr60 { margin-right: 6rem; }
	.mr70 { margin-right: 7rem; }
	.mr80 { margin-right: 8rem; }
	.mr90 { margin-right: 9rem; }
	.mr100 { margin-right: 10rem; }
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
	/*タブレット*/

	img.w100 { width: 100%; }
	.m10 { margin: 1.02vw; }
	.m20 { margin: 2.04vw; }
	.m30 { margin: 3.06vw; }
	.m40 { margin: 4.08vw; }
	.m50 { margin: 5.1vw; }
	.m60 { margin: 6.12vw; }
	.m70 { margin: 7.14vw; }
	.m80 { margin: 8.16vw; }
	.m90 { margin: 9.18vw; }
	.m100 { margin: 10.2vw; }
	.mb10 { margin-bottom: 1.02vw; }
	.mb20 { margin-bottom: 2.04vw; }
	.mb30 { margin-bottom: 3.06vw; }
	.mb40 { margin-bottom: 4.08vw; }
	.mb50 { margin-bottom: 5.1vw; }
	.mb60 { margin-bottom: 6.12vw; }
	.mb70 { margin-bottom: 7.14vw; }
	.mb80 { margin-bottom: 8.16vw; }
	.mb90 { margin-bottom: 91.8vw; }
	.mb100 { margin-bottom: 10.2vw; }
	.mt10 { margin-top: 1.02vw; }
	.mt20 { margin-top: 2.04vw; }
	.mt30 { margin-top: 3.06vw; }
	.mt40 { margin-top: 4.08vw; }
	.mt50 { margin-top: 5.1vw; }
	.mt60 { margin-top: 6.12vw; }
	.mt70 { margin-top: 7.14vw; }
	.mt80 { margin-top: 8.16vw; }
	.mt90 { margin-top: 9.18vw; }
	.mt100 { margin-top: 10.2vw; }
	.ml10 { margin-left: 1.02vw; }
	.ml20 { margin-left: 2.04vw; }
	.ml30 { margin-left: 3.06vw; }
	.ml40 { margin-left: 4.08vw; }
	.ml50 { margin-left: 5.1vw; }
	.ml60 { margin-left: 6.12vw; }
	.ml70 { margin-left: 7.14vw; }
	.ml80 { margin-left: 8.16vw; }
	.ml90 { margin-left: 9.18vw; }
	.ml100 { margin-left: 10.2vw; }
	.mr10 { margin-right: 1.02vw; }
	.mr20 { margin-right: 2.04vw; }
	.mr30 { margin-right: 3.06vw; }
	.mr40 { margin-right: 4.08vw; }
	.mr50 { margin-right: 5.1vw; }
	.mr60 { margin-right: 6.12vw; }
	.mr70 { margin-right: 7.14vw; }
	.mr80 { margin-right: 8.16vw; }
	.mr90 { margin-right: 9.18vw; }
	.mr100 { margin-right: 10.2vw; }
}


/*###########################################################################################*/
/* Animation */
/*###########################################################################################*/
.fade-animation {
	position: relative;
	transform: translate3d(0, 60px, 0);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.fade-animation.is-anime {
	 transform: translate3d(0, 0, 0);
	 opacity: 1;
 }

.slidefade-animation {
	position: relative;
	transform: translate3d(-60px, 0, 0);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.slidefade-animation.is-anime {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.fade-animation.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.opacity-animation {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

.opacity-animation.active,
.opacity-animation.is-anime {
	opacity: 1;
}

.slide-animation {
	transform: translate3d(-100.5%, 0, 0);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide-animation:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	transform-origin: right;
	transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.slide-animation.active,
.slide-animation.is-anime {
	transform: translate3d(0, 0, 0);
}

.slide-animation.active:before,
.slide-animation.is-anime:before {
	transform: translate3d(0, 0, 0) scale(0, 1);
}


/*###########################################################################################*/
/* button */
/*###########################################################################################*/

.btn-wrap{
	align-items: center;
	display: flex;
	justify-content: center;
}
.btn{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	border: none;
	background: #f96482;
	color: #FFF;
    padding: 1.2rem 0;
    border-radius: 5rem;
    width: 200px;
}
.btn:after{
	content: "";
    position: absolute;
    background: url(/img/icon/icon_arrow_next.png) no-repeat 50%;
    right: 0.8rem;
    width: 0.8rem;
    height: 1rem;
}
a.btn{
	cursor: pointer;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.btn{
		width:200px;
	}
}

button.btn{
	display: block;
}

a.btn{
	color: #FFF;
}

.btn:not(.disabled):hover{
	background: #ea4f6e;
}

.btn.disabled{
	background: #ddd !important;
}


/*----------------------------------------------------------------
Grobal menu
----------------------------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.header a {
	color: #fff;
	font-family: imperial-urw, sans-serif;
	letter-spacing: 1px;
}

.header-nav-sp {
	opacity: 0;
}

.header-nav-sp.fixed {
	opacity: 1;
}

.header-nav-sp .wrap {
	background: #fff;
	display: flex;
	height: 60px;
	position: fixed;
	top: 0;
	transition: opacity 0.8s ease, transform 0.5s;
	width: 100%;
	z-index: 11;
}

.header-nav-sp .header-logo {
	padding: 0 0 0 1rem;
}
.header-logo .header-logo-img {
	width: 160px;
	margin-top: 1.2rem;
}
.header-logo .header-star-img {
	width: 35px;
	vertical-align: top;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
	/* スマホ横のみ */

	.header-logo .header-logo-img{
		width: 180px;
	}
}

.header-nav-sp .header-btn {
	align-items: center;
	cursor: pointer;
	display: none;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.8s, transform 0.5s;
	width: 60px;
	z-index: 14;
}

.header-nav-sp .header-btn.is-shown {
	display: flex;
}

.header-nav-sp .header-btn .header-btn-bar-hum {
    background-color: #f96482;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    width: 18px;
}

.header-nav-sp .header-btn.active .header-btn-bar-hum {
	background-color: #fff;
}
.header-nav-sp .header-btn.active.pink .header-btn-bar-hum {
	background-color: #f96482;
}

.header-nav-sp .header-btn .header-btn-bar-hum:last-child {
	margin-bottom: 0;
}

.header-nav-sp .header-btn.active .header-btn-bar-hum:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
}

.header-nav-sp .header-btn.active .header-btn-bar-hum:nth-child(2) {
	opacity: 0;
}

.header-nav-sp .header-btn.active .header-btn-bar-hum:nth-child(3) {
	top: -8px;
	transform: rotate(-45deg);
}

.header-nav-sp .header-btn .header-btn-bar-txt {
	bottom: 9px;
	color: #fff;
	font-size: 0.8rem;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	transform: translateX(-50%);
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.header-nav-sp .header-btn .header-btn-bar-txt {
		font-size: 0.5rem;
	}
}

/* ハンバーガーメニューのリスト */

.header-nav {
	box-sizing: border-box;
	background-color: rgb(249 100 130 / 95%);
	height: 100%;
	transform: translate3d(-100%, 0, 0);
	transform-origin: left;
	transition: opacity 0.7s ease 0s, transform 0.7s cubic-bezier(0.45, 0.05, 0.14, 0.99) 0s;
	opacity: 0;
	overflow-y: scroll;
	pointer-events: none;
	position: fixed;
	width: 100%;
	z-index: 13;
}

.header-nav.is-active {
	min-height: 100vh;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.header-nav .header-nav-list {
	padding-top: 8rem;
	width: 100%;
}

.header-nav .header-nav-list .header-nav-item {
	color: #fff;
	border-bottom: 1px solid #ff7a95;
	margin: auto;
	position: relative;
	text-align: left;
}

.header-nav .header-nav-list .header-nav-item:last-child{
	border-bottom: 0;
}

.header-nav .header-nav-list .header-nav-item.about-company {
	padding: 0 7%;
}

.header-nav-btn {
	display: block;
	padding: 16px 7%;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac {
	cursor: pointer;
	position: relative;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac::before,
.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac::after {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 1.5px;
	margin: auto;
	position: absolute;
	right: 4%;
	top: 0;
	transition: transform 0.3s ease;
	width: 12px;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac::after {
	transform: rotate(90deg);
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac.active::before {
	opacity: 0;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac.active::after {
	transform: rotate(180deg);
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac .header-nav-btn {
	display: inline-block;
	position: relative;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac .header-nav-btn span {
	display: inline-block;
	position: relative;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-ac .header-nav-btn span:before {
	background: #c8c8c8;
	bottom: -6px;
	content: '';
	height: 2px;
	opacity: 0.8;
	position: absolute;
	transform: translate3d(0, 0, 0) scale(0, 1);
	transform-origin: right;
	transition: transform 0.4s ease;
	width: 100%;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-logo{
	margin: 30px 0;
}

.header-nav .header-nav-list .header-nav-item .header-nav-btn-tel{
	margin-bottom: 30px;
}

.header-nav .header-nav-list .header-nav-item .header-nav-item-company-txt{
	line-height: 1.6;
}


/* ハンバーガーメニューのサブリスト */

.header-nav-sub-list {
	display: none;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}

.header-nav-sub-list.active {
	display: block;
}

.header-nav-sub-item {
	opacity: 0;
	transform: translate3d(18px, 0, 0);
	transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}

.header-nav-btn-ac.active + .header-nav-sub-list .header-nav-sub-item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.header-nav-sub-item .header-nav-sub-btn {
	display: block;
	font-size: 1.3rem;
	padding: 10px 7% 10px 7%;
	position: relative;
}

.header-nav-sub-item:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

@media screen and (max-width:320px){
	/* 幅320px以下に適用されるCSS（iphone5/SE）*/

	.header-nav-sp .header-logo {
		height: 60px;
	}

	.header-nav-sp.fixed .header-logo .header-logo-img{
		width: 220px;
	}

	.header-nav-sp .wrap{
		padding-right: 60px;
	}

	.header-nav-sp .header-btn{
		height: 60px;
		width: 60px;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.header a{
		font-size: 1.1rem;
	}

	.header-nav-pc {
		position: fixed;
		display: block;
		height: 60px;
		width: 100%;
	}

	.header-nav-pc-wrap{
		display: flex;
	}

	/* TOPページ専用 */

	.header-nav-pc.animate {
		position: relative;
	}

	.header-nav-pc.fixed {
		background: #fff;
		color: #f96482;
		display: block;
		position: fixed;
		top: 0;
		opacity: 1;
	}

	.header-nav-pc.fixed a,
	.header-nav-pc.fixed .header-name {
		color: #f96482;
	}

	.header-nav-pc .header-nav-pc-list {
	}

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item {
		display: inline-block;
		vertical-align: top;
		padding: 20px;
	}

	/* サブメニュー */

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item .header-nav-pc-sub-list {
		background: #f96482;
		display: none;
		position: fixed;
		text-align: left;
		top: 60px;
	}

	.header-nav-pc .header-nav-pc-sub-item a {
		color: #fff;
		font-size: 1.2rem;
		display: block;
		padding: 20px;
	}

	.header-nav-pc .header-nav-pc-sub-item:nth-child(even){
		background: #ff9baf;
	}

	.header-nav-pc .header-nav-pc-sub-item a:hover {
		background: #ea4f6e;
	}

	/* ホバーアニメーション */

	.header-nav-pc .header-nav-pc-list .header-nav-pc-item .anime-line::before{
		background: #fff;
	}    

	.header-nav-pc.fixed .header-nav-pc-list .header-nav-pc-item .anime-line::before{
		background: #f96482;
	}

	/* ロゴ */

	.header-logo{
		margin-right: auto;
	}

	.header-nav-pc .header-logo-img{
		margin: 0 0.5rem 0 1.5rem;
		padding: 10px 0;
	}
}

/* ドロワーメニューの際、スクロールを固定 */
.scroll-lock {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*###########################################################################################*/
/* mainvisual */
/*###########################################################################################*/
.section-top-mainvisual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/img/mainvisual_S_portrait.png") center / cover;
	overflow: hidden;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.section-top-mainvisual {
	    background: url("/img/mainvisual.png") center / cover;
	}
}

.section-top-mainvisual .logo {
	z-index: 1;
}

.section-top-mainvisual .logo img {
	max-width: 180px;
}

.canvas-wrap{
    display: flex;
    justify-content: center;
    height: 100vh;
}

/* scroll-line */

.scroll-line {
    position: absolute;
    bottom: 0;
    padding: 10px 10px 110px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
}
.scroll-line::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
    0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
    }
    50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
    }
    50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
    }
    100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
    }
}
.scroll-line .icon_scroll{
    width: 50px;
}


@media screen and (max-width:320px){
	/* 幅320px以下に適用されるCSS（iphone5/SE）*/
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
}


/*----------------------------------------------------------------
introduction
----------------------------------------------------------------*/
@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（TBサイズ以上） */

	.introduction{
		text-align: center;
	}
	.introduction .inner{
		display: flex;
		justify-content: center;
	    align-items: center;
	}
	.introduction .date{
	  float: left;
	}
	.introduction .text{
	  margin-left: 80px;
	}
}


/*----------------------------------------------------------------
	first
----------------------------------------------------------------*/
.first header{
	margin-bottom: 30px;
}
.first .first-caution{
	text-align: left;
	padding: 2rem 0;
}
.first .first-caution li{
	padding-left: 2rem; /* 1文字分の左パディング */
	text-indent: -1.1rem; /* 最初の行だけを1文字分左に */
}
.first .first-caution li:before {
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	content: '\f14a';
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	margin-right: 10px;
}

@media screen and (min-width:992px){
    /* 幅992px以上に適用されるCSS（PCサイズ以上） */
    .first .inner{
        position: relative;
        width: inherit;
    }
    .first .chara.chihiro{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .first .chara.ambrose{
        position: absolute;
        right: 0;
        bottom: 0;
    }    
    .first .inner-small{
        width: 500px;
    }
}


/*----------------------------------------------------------------
record
----------------------------------------------------------------*/
.record{
    position: relative;
    width: 100%;
    height: auto;
    background: url("/img/bg_sea.png") center / cover;
}
.record .lamp{
    position: absolute;
    width: 50px;
}
.record .lamp.left{
    left: 0;
}
.record .lamp.right{
    right: 0;
}
.record .text-title{
    height: 2.8rem;
}
.record .update-history,
.record .news{
    background: rgba(255, 255, 255, 0.6);
    height: 100px;
    overflow: auto;
    padding: 10px;
	font-size: 1rem;
}

@media screen and (min-width:768px){
    /* 幅768px以上に適用されるCSS（TBサイズ以上） */

    .record .inner-small{
        position: relative;
    }
    .record .lamp{
        width: 60px;
    }
    .record .lamp.left{
        left: -60px;
    }
    .record .lamp.right{
        top: 227px;
        right: -58px;
    }
    .record .update-history,
    .record .news{
		font-size: 1.4rem;
        height: 120px;
        line-height: 2.2rem;
    }
    .record .news dt{ float: none; }
    .record .news dd{ margin: 0 0 1.4rem; }
}

/*----------------------------------------------------------------
	小説（共通パーツ。 index.php の一覧、最新小説、詳細ページで参照）
----------------------------------------------------------------*/
.novel .headline.flex{
	display: flex;
	align-items: center;
}

.novel .headline .state{
	padding: 0.2rem 0.5rem 0.1rem;
    border: 1px solid;
    font-size: 1.4rem;
}
.novel-list .headline .state{
	padding: 0.4rem 0.4rem 0.3rem;
    font-size: 1.2rem;
}

.novel .detail-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.novel .tag{
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	min-height: 50px;
}

.novel .tag li{
    background: #d7f4ff;
    padding: 2px 5px;
    font-size: 1.1rem;
    margin-right: 5px;
    margin-bottom: 3px;
    color: #505050;
    text-shadow: 1px 1px 0px #ffffff;
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.novel .detail-wrap .info{
		width: 35%;
	}
	.novel .detail-wrap .text{
		width: 62%;
	}
}

/*----------------------------------------------------------------
	最新小説
----------------------------------------------------------------*/
.novel .headline-ribon{
	vertical-align: bottom;
}

/*----------------------------------------------------------------
	小説リスト（index.php）
----------------------------------------------------------------*/
.novel-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.novel-list .list-item{
    background: #fff;
    margin-bottom: 3rem;
}
.novel-list .list-item:last-child{
    margin-bottom: 0;
}
.novel-list .list-item .detail{
    padding: 2rem;
}
.novel-list .headline{
    font-size: 1.6rem;
}

.novel-list .thumbnail .object-fit-img{
    height: 200px;
}
.novel-list .thumbnail{
    position: relative;
}
.novel-list .thumbnail .ribbon{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1rem;
    margin: 0;
    padding: 1rem 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 1.2rem;
    color: white;
    background: #a9e3f9;
}
.novel-list .thumbnail .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #a9e3f9;
  border-right: 20px solid #a9e3f9;
  border-bottom: 10px solid transparent;
}

@media screen and (min-width:768px){
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.novel-list .thumbnail .object-fit-img{
	    height: 300px;
	}
    .novel-list .list-item{
        width: 48%;
    }
}


/*----------------------------------------------------------------
	小説（detail_novel.php ナビで参照）
----------------------------------------------------------------*/
.novel.main > .content { padding: 20px 10px 0; }
.novel .novel-index{ text-align: left; }
.novel .novel-index .nav-btn{
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
	background-color: #ffd1d1;
	font-size: 1.666rem;
}
.novel .novel-index .nav-btn:hover,
.novel .novel-index .nav-btn:active { background-color:#98e8ff; }
.novel .novel-index .chapter-name{
	margin: 1vh 0 0;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 1px 1px 0px #ffffff;
}

@media only screen and (max-width: 639px) {
	/* スマホ縦 */

	.novel, .novel p,
	.novel p.sub-title{
		font-size: 1.4rem;
	}
	.novel .novel-index .chapter-name{
		font-size: 1.6rem;
	}
}

/*----------------------------------------------------------------
	gallery-slick
----------------------------------------------------------------*/
.gallery{
    padding-top: 0;
}
.gallery .bg {
    position: relative;
    width: 100%;
    height: 300px;
    background: url("/img/bg_sea2_sp.png") center / cover;
    text-align: center;
}
@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
	.gallery .bg {
    		background: url("/img/bg_sea2.png") center / cover;
    }
}

.gallery .title{
    position: relative;
    top:100px;
}

/* gallery-slick */

.gallery-slick{
    margin: 5rem 0;
}
.gallery-slick .wrap{
    position: relative;
}
.gallery-slick .wrap .image{
    padding: 1rem;
}
.gallery-slick .wrap .frame{
    position: absolute;
    z-index: 999;
    width: 96%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.gallery-slick .prev-arrow,
.gallery-slick .next-arrow {
    position: absolute;
    top: 45%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 18px;
}
.gallery-slick .prev-arrow{
     left: -14px;
}
.gallery-slick .next-arrow{
    right: -14px;
}

@media screen and (min-width:992px){
    /* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.gallery-slick .prev-arrow,
	.gallery-slick .next-arrow {
	    position: absolute;
	    width: 30px;
    }
	.gallery-slick .prev-arrow{
	     left: -40px;
	}
	.gallery-slick .next-arrow{
		right: -40px;
	}
}


/*----------------------------------------------------------------
	link
----------------------------------------------------------------*/
.section.link{
    padding-top: 0;
}
.section.link .bg {
    position: relative;
    width: 100%;
    text-align: center;
}
.section.link .headline-ribon{
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

.orion-blue-slick .image{
    width: 100%;
    height: 240px;
}

.link-wrap{
    margin-top: 20rem;
}
.link-wrap .site-title .image{
    width: 300px;
}

.link-wrap .link-item{
    position: relative;
}
.link-wrap .link-item .info-value{
    margin-bottom: 1rem;
}
.link-wrap .link-item .info-title:before{
    content: '■'
}
.link-wrap .link-item .info-title{
    text-indent: 1rem; 
}

@media screen and (min-width:768px){
    /* 幅768px以上に適用されるCSS（TBサイズ以上） */

    .orion-blue-slick .image{
        width: 100%;
        height: 300px;
    }
    .link-wrap{
        display: flex;
        justify-content: space-around;
        margin-top: 30rem;
    }
    .section.link .headline-ribon{
        top: 100px;
    }
    .link-wrap .link-item{
        width: 300px;
    }
}


/*----------------------------------------------------------------
	sns
----------------------------------------------------------------*/
.section.sns {
    position: relative;
    width: 100%;
    background: url("/img/bg_dawn_fantasy.png") center / cover;
}
.section.sns .lamp{
    position: absolute;
    top: 0;
    right: 1rem;
    width: 30px;
}
.section.sns .icon:not(last-child){
    margin-right: 0.5rem;
}

@media screen and (min-width:768px){
    /* 幅768px以上に適用されるCSS（TBサイズ以上） */

    .section.sns .lamp{
	    right: 44%;
	    width: 50px;
    }
    .section.sns .flex-wrap{
        display: flex;
        justify-content: space-between;
    }
    .section.sns .flex-wrap .flex-item{
        width: 48%
    }
    .section.sns .flex-wrap .flex-item.menu{
        width: 38%
    }
    .section.sns .flex-wrap .flex-item.novel{
        width: 58%
    }
    .section.sns .menu-item.title{
        font-weight: bold;
        font-size: 1.6rem;
    }
    .section.sns .menu-item{
        margin-bottom: 0.5rem;
    }
    .section.sns .flex-item.twitter{
        width: 300px;
    }
}

@media screen and (min-width:992px){
    /* 幅992px以上に適用されるCSS（PCサイズ以上） */

    .section.sns .flex-item.twitter{
        width: 340px;
    }

    .section.sns .lamp{
	    right: 40%;
	    width: 60px;
    }
}


/*----------------------------------------------------------------
	amazon cm
----------------------------------------------------------------*/
#amazon-cm{
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	background: linear-gradient(#fb96c7, #fcace2);
}
#amazon-cm .wrap{
	padding: 0 5px;
}
#amazon-cm .name{
	font-size: 1rem;
	line-height: 2rem;
	background: #fff;
}
#amazon-cm a.amazon{
	background: #fff4f4;
	min-width: 100px;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#amazon-cm a{
	border: 0;
	display: block;
}
#amazon-cm a span:first-child{
	background: #fff4f4;
	color: #9c9c9c;
	display: block;
	width: fit-content;
	padding: 0 0.5rem;
}
#amazon-cm img{
	max-width: 100px;
	max-height: 100px;
	display: inline-block;
	object-fit: contain;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	#amazon-cm{
		margin-top: 0;
	}
}

/*###########################################################################################*/
/* footer */
/*###########################################################################################*/
.footer, #footer {
	position: relative;
	text-align: left;
}

.footer .bike{
	margin-top: 5rem;
	vertical-align: bottom;
    width: 100px;
}

.footer-nav {
	letter-spacing: 0.06em;
}

.footer-nav .footer-nav-wrap {
	display: block;
}

.footer-nav .footer-nav-wrap .footer-nav-title {
	border-top: 1px solid #ffdede;
	cursor: default;
	font-size: 1.4rem;
	height: 61px;
	position: relative;
	padding: 20px 4% 0;
}
.footer-nav-title.last{
	border-bottom: 1px solid #ffdede;
}

.footer-nav .footer-nav-wrap .footer-nav-title-link:before,
.footer-nav .footer-nav-wrap .footer-nav-title-link:after {
	display: none;
}

.footer-nav .footer-nav-wrap .footer-nav-list-search.slideToggle,
.footer-nav .footer-nav-wrap .footer-nav-list.slideToggle {
	background: #fff;
	display: none;
}

.footer-nav .footer-nav-wrap .footer-nav-list .footer-nav-item a {
	font-size: 1.3rem;
	display: block;
	padding: 1.4rem 1.4rem 1.2rem;
    border-bottom: 1px solid #fff;
    background: #fff4f4;
}
.footer-nav .footer-nav-wrap .footer-nav-list .footer-nav-item:last-of-type a{
	border-bottom: 0;
}

.footer-nav .footer-nav-wrap .footer-nav-title-link a {
	display: block;
}

.footer-copy {
	position: relative;
    text-align: center;
    font-size: 1rem;
}

/* +-アイコン */

.toggle-icon {
	position: relative;
	cursor: pointer;
}

.toggle-icon:before,
.toggle-icon:after {
	background: #fb96c7;
	bottom: 0;
	content: "";
	position: absolute;
	right: 4%;
	top: 0;
	height: 2px;
	margin: auto;
	width: 1.5rem;
}

.toggle-icon:before {
	transition: opacity 0.3s ease;
}

.toggle-icon:after {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.toggle-icon.active:before {
	opacity: 0;
}

.toggle-icon.active:after {
	transform: rotate(180deg);
}

@media screen and (min-width:992px) {
	.toggle-icon:before,
	.toggle-icon:after {
		width: 12px;
	}
}

.toggle-icon-white {
	position: relative;
}
.toggle-icon-white:before, .toggle-icon-white:after {
	background: #fff;
	bottom: 0;
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	height: 2px;
	margin: auto;
	width: 13px;
}
.toggle-icon-white:after {
	transform: rotate(90deg);
}

.footer-catch{
	position: relative;
    padding: 5rem 0 10rem;
}

.footer-catch .chara{
	position: absolute;
    width: 160px;
}

.footer-catch .catch.big{
    font-size: 1.6rem;
    line-height: 2;
}
.footer-catch .catch.small{
    font-size: 0.8rem;
}

@media screen and (max-width:414px){
	/* 幅414px以下に適用されるCSS（スマホ） */

	.footer-catch .chara {
	    margin: 0 auto;
	    right: 0;
	    left: 0;
	    bottom: -2rem;
	}
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（TBサイズ以上） */

	.pagetop {
		bottom: 0;
		position: absolute;
    	right: 0;
	}

	.pagetop img {
		width: 30px;
	}
	.pagetop a {
		background: #fb98c9;
		display: block;
		padding: 15px;
	}

	.footer-catch{
		position: relative;
	}
	.footer-catch .chara{
	    left: 5%;
	    width: 200px;
	    bottom: -30px;
	}
	.footer-catch .bike{
	    bottom: 0;
	    right: 7%;
		position: absolute;
	    width: 100px;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.footer-catch .chara{
	    width: 260px;
	    bottom: -20px;
	}
}


/*###########################################################################################*/
/* slider oberride
/*###########################################################################################*/
.novel-slider .prev-arrow,
.novel-slider .next-arrow {
    position: absolute;
    top: 48%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 18px;
}
.novel-slider .prev-arrow{
     left: -14px;
}
.novel-slider .next-arrow{
    right: -14px;
}

@media screen and (min-width:992px){
    /* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.novel-slider .prev-arrow,
	.novel-slider .next-arrow {
	    position: absolute;
	    width: 30px;
	    top: 46%;
    }
	.novel-slider .prev-arrow{
	     left: -40px;
	}
	.novel-slider .next-arrow{
		right: -40px;
	}
}



	.amazon-slick .slick-prev{
		left: 0;
		z-index: 1;
	}
	.amazon-slick .slick-next {
	    right: 0;
	    z-index: 1;
	}


