@charset "utf-8";
/* CSS Document */


/* =============================
 Fonts
============================= */
@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Medium.otf') format('opentype');
	font-weight: normal;
}


/* =============================
 Animation
============================= */
@keyframes fadein {
	0% {
	   opacity: 0;
	}
	100% {
	   opacity: 1;
	}
}
@keyframes fadeinUp {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
}
@keyframes fadeinRight {
	0% {
	   transform: translateX(-100%);
	}
	100% {
	   transform: translateX(0);
	}
}
@keyframes fadeinLeft {
	0% {
	   opacity: 0;
	   transform: translateX(50%);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
}
@keyframes clip_toRight {
    0% {
        clip-path: inset(0 99.9% 0 0);
    }
    100% {
        clip-path: inset(0%);
    }
}

.stand-by,
.animation {
    opacity: 0;
}


/* =============================
 Base
============================= */
.pc_only {display: block;}
.sp_only {display: none;}
.pc_br {display: block;}
@media only screen and (max-width: 768px) {
	.pc_only {display: none;}
	.sp_only {display: block;}
	.pc_br {display: inline;}
	.sp_br {display: block;}
}

html {
    scroll-behavior: smooth;
}
body {
	background: #fff;
	width: 100%;
}
#liquid_v5_page {
	margin-bottom: 100px;
}

#liquid_v5_page img {
	width: 100%;
}
#liquid_v5_page a:hover {
	opacity: 0.7;
}
#liquid_v5_page p {
	font-size: 15px;
	line-height: 1.8;
}
@media only screen and (max-width: 768px) {
	#liquid_v5_page p {
		font-size: 12px;
		line-height: 1.7;
	}
}

#liquid_v5_page h1 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
	#liquid_v5_page h1 {
		font-size: 18px;
		line-height: 1.5;
	}
}


/* =============================
 Main Visual
============================= */
#liquid_v5_page #mv {
	width: 100%;
	margin: 0 auto;
	position: relative;
    background: #e3e5e6;
}
/* Model Bg */
#liquid_v5_page #mv .bg {
	width: 100vw;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: fadein 1.8s ease-out 0.5s 1 normal forwards;
}
/* Model */
#liquid_v5_page #mv .model {
    position: absolute;
	width: 100vw;
    z-index: 3;
    top: 0;
    opacity: 0;
    animation: fadein 1.8s ease-out 0.5s 1 normal forwards;
}
/* Line */
#liquid_v5_page #mv .line {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
}
#liquid_v5_page #mv .line img {
	mix-blend-mode: screen;
	max-width: none;
    width: 100%;
	clip-path: inset(0 99.9% 0 0);
}
#liquid_v5_page #mv .line1 img {
    animation: clip_toRight 0.4s ease-out 2.1s 1 normal forwards;
}
#liquid_v5_page #mv .line2 img {
    animation: clip_toRight 0.6s ease-out 2.3s 1 normal forwards;
}
#liquid_v5_page #mv .line3 img {
    animation: clip_toRight 0.4s ease-out 2.2s 1 normal forwards;
}
#liquid_v5_page #mv .line4 img {
    animation: clip_toRight 0.8s ease-out 2.4s 1 normal forwards;
}
/* HELLO NEW ME */
#liquid_v5_page #mv .hello {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 15%;
    transform: translateX(-100%);
    animation: fadeinRight 0.4s ease-out 4.0s 1 normal forwards;
}
/* Copy */
#liquid_v5_page #mv .text1 {
    position: absolute;
    z-index: 4;
    top: 77%;
    left: 28%;
    width: 44%;
	opacity: 0;
	transform: translateY(20px);
    animation: fadeinUp 0.8s ease-out 3.2s 1 normal forwards;
}
#liquid_v5_page #mv .text2 {
    position: absolute;
    z-index: 4;
    top: 84%;
    left: 19.5%;
    width: 61%;
	opacity: 0;
	transform: translateY(20px);
    animation: fadeinUp 0.8s ease-out 3.4s 1 normal forwards;
}
#liquid_v5_page #mv .award {
	position: absolute;
    top: 5%;
    right: 3%;
    width: 15%;
    max-width: 285px;
	z-index: 5;
	opacity: 0;
    animation: fadein 0.8s ease-out 4.0s 1 normal forwards;
}

@media only screen and (max-width: 768px) {
	#liquid_v5_page #mv .line {
		overflow: hidden;
    	top: 14%;
	}
	#liquid_v5_page #mv .line img {
		width: 130vw;
		margin-left: -15vw;
	}
	#liquid_v5_page #mv .hello {
		width: 26%;
	}
	#liquid_v5_page #mv .text1 {
		top: 85%;
		left: 17%;
		width: 64%;
	}
	#liquid_v5_page #mv .text2 {
		top: 89%;
		left: 6%;
		width: 88%;
	}
	#liquid_v5_page #mv .award {
		top: 2%;
		right: 3%;
		width: 25%;
	}
}


/* =============================
 シーケンス画像スクロール連動（ページ内2箇所）
============================= */
#sequence1.did {
	animation: fadein 0.6s ease-in-out 0.2s 1 forwards;
}

.sequence-wrapper1 {
	position: relative;
	z-index: 1;
	background: #e3e5e6;
}
.sequence-wrapper1 .sequence-canvas-container {
	position: sticky;
	top: 80px;
	width: 100%;
	aspect-ratio: 5 / 2;
}
.sequence-wrapper1 .sequence-spacer {
	height: 300vh;
}

.sequence-wrapper2 {
	position: relative;
	z-index: 1;
	background: #eeeeec;
}
.sequence-wrapper2 .sequence-canvas-container {
	position: sticky;
	top: 80px;
	width: 100%;
	aspect-ratio: 192 / 108;
}
.sequence-wrapper2 .sequence-spacer {
	height: 300vh;
}

.sequence-canvas-container canvas {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (max-width: 768px) {
	.sequence-wrapper1 .sequence-canvas-container {
		top: 48px;
	}
	/* .sequence-wrapper2 .sequence-canvas-container {
		top: 38%;
	} */
	.sequence-wrapper2 .sequence-spacer {
		height: 0;
	}
}


/* =============================
 Concept
============================= */
#concept {
    background: #e3e5e6;
    padding: 100px 0;
}
#concept .text_area {
	margin-top: 100px;
	opacity: 0;
	transform: translateY(20px);
}
#concept .text_area.did {
	animation: fadeinUp 0.6s ease-in-out 0.2s 1 forwards;
}
#concept h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 40px;
}
#concept p {
    text-align: center;
    margin-bottom: 20px;    
    font-size: 18px;
}
#concept .hello {
    width: 480px;
    margin: 40px auto 0 auto;
}
.movie-wrap {
    max-width: 800px;
    width: 90%;
    margin: 80px auto 60px auto;
}
.movie-wrap iframe {
	width: 100%;
    aspect-ratio: 16 / 9;
}

@media only screen and (max-width: 768px) {
	#concept {
		padding: 50px 0 80px 0;
	}
	#concept .text_area {
		margin-top: 40px;
	}
	#concept h2 {
		font-size: 16px;
		margin-bottom: 24px;
	}
	#concept p {
		margin-bottom: 10px;    
		font-size: 12px;
	}
	#concept .hello {
		width: 64%;
	}
	.movie-wrap {
		margin: 60px auto 50px auto;
    	width: 86%;
	}
}


/* =============================
 ColorVariation
============================= */
#variation {
    position: relative;
}
/* ColorNavigation(Left) */
#variation .vari_nav {
    position: sticky;
    width: 740px;
    top: 80px;
    transform: rotate(90deg) translateX(240px) translateY(140px);
    height: 0;
    padding-left: 240px;
    font-family: 'Arboria';
}
@media only screen and (min-width: 769px) {
#variation .vari_nav.move {
    animation: fadein 0.6s ease-in-out 0.6s 1 forwards;
}
}
#variation .vari_nav .title {
    font-size: 40px;
}
#variation .vari_nav ul {
    display: flex;
	align-items: center;
    font-size: 14px;
}
#variation .vari_nav ul li {
    border-right: 1px solid #333;
    padding: 0 4px;
    margin-top: 6px;
}
#variation .vari_nav ul li:first-child {
    padding-left: 0;
    border: 0;
}
#variation .vari_nav ul li:last-child {
    border: 0;
}
#variation .vari_nav ul.brush001 li:nth-of-type(3) {
	border: 0;
}
#variation .vari_nav ul .icon {
	width: 100px;
}
#variation .vari_nav ul li a.current {
	color: #da5278;
}
#variation .vari_nav ul li a:hover {
	opacity: 0.3;
}
@media only screen and (max-width: 1400px) {
#variation .vari_nav {
	transform: rotate(90deg) translateX(240px) translateY(240px);
}
}
@media only screen and (max-width: 768px) {
	#variation {
		position: relative;
	}
	#variation .stickey {
		display: contents;
	}
	#variation .vari_nav {
		width: 100%;
		background: #fff;
		top: calc(100dvh - 130px);
		transform: rotate(0) translateX(0) translateY(0);
		height: 130px;
		padding-left: 5%;
		padding-bottom: 20px;
		z-index: 10;
		display: flex;
		flex-direction: column;
		justify-content: center;
		opacity: 1;
	}
	#variation .vari_nav .title {
		font-size: 22px;
	}
	#variation .vari_nav ul {
  		display: flex;
		font-size: 13px;
		line-height: 0.8;
		flex-wrap: wrap;
	}
	#variation .vari_nav ul li.size {
		width: 4.5em;
	}
	#variation .vari_nav ul {
		margin-top: 3px;
	}
	#variation .vari_nav ul.brush01 li:nth-of-type(5) {
		flex: 1;
		border: 0;
	}
	#variation .vari_nav ul.brush01 li:nth-of-type(6) {
		padding-left: calc(4.5em + 4px);
	}
	#variation .colors#black_01 {
		margin-top: -130px;
	}
	#variation .colors#darkbrown_001 {
		padding-bottom: 190px;
	}
}

/* Color Base */
#variation .colors {
    padding: 60px 0 80px 0;
    scroll-margin-top: 80px;
	width: 100vw;
}
#variation .inner {
    max-width: 980px;
    width: 80%;
    margin: 0 auto;
    transform: translateX(80px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#variation .item_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 1;
}
#variation .texture {
    width: 38%;
    margin-right: -6%;
    opacity: 1;
}
#variation .texture img {
	clip-path: inset(0 99.9% 0 0);
}
#variation .texture.move img {
    animation: clip_toRight 0.4s ease-out 0.6s 1 normal forwards;
}
#variation .colors .item {
    width: 67%;
    padding-bottom: 2%;
}
#variation .colors .item.move {
    animation: fadeinLeft 0.4s ease-out 0.3s 1 normal forwards;
}
#variation .info_area {
    flex: 1;
    margin: 0 4% 0 6%;
    order: 2;
}
#variation .colors:nth-child(odd) .info_area {
    margin: 0 1% 0 4%;
    order: 3;
}
#variation .colors h1 {
    margin-left: 6%;
	opacity: 0;
	transform: translateY(20px);
}
#variation .colors h1.move {
    animation: fadeinUp 0.6s ease-in-out 0.6s 1 forwards;
}
#variation .colors .flex {
    display: flex;
    align-items: flex-end;
    margin: 3% 0 4% 6%;
	opacity: 0;
	transform: translateY(20px);
}
#variation .colors .flex.move {
    animation: fadeinUp 0.6s ease-in-out 0.7s 1 forwards;
}
#variation .closeup {
    width: 30%;
    margin-right: 4%;
}
#variation .copy {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 -12% 3% 0;
}
#variation .movie {
    width: 100%;
}
#variation .movie.move {
    animation: fadein 0.6s ease-in-out 0.6s 1 forwards;
}
#variation .movie video {
	width: 100%;
}
#variation .swiper {
    width: 54%;
    margin: -4% 1% 0 0;
    padding-bottom: 26px;
    order: 3;
}
#variation .swiper.move {
    animation: fadein 0.8s ease-in-out 1s 1 forwards;
}
#variation .colors:nth-child(odd) .swiper {
    margin: -2% 0 0 6%;
    order: 2;
}
#variation .swiper .swiper-pagination-bullet {
    border-radius: 0;
    background: #333;
    width: 6px;
    height: 6px;
}
#variation .colors:nth-child(odd) .swiper .swiper-pagination {
    text-align: left;
}
#variation .colors:nth-child(even) .swiper .swiper-pagination {
    text-align: right;
}
/* Black[0.1mm] */
#black_01 {
    background: #f3ecf4;
}
#black_01 h1 {
    width: 274px;
}
/* DarkBlown[0.1mm] */
#darkbrown_01 {
    background: #f9f2e3;
}
#darkbrown_01 h1 {
    width: 249px;
}
/* Brow[0.1mm] */
#brown_01 {
    background: #fbeede;
}
#brown_01 h1 {
    width: 297px;
}
/* Milk Brown[0.1mm] */
#milkbrown_01 {
    background: #ebf2e3;
}
#milkbrown_01 h1 {
    width: 226px;
}
/* Mocha Greige[0.1mm] */
#mochagreige_01 {
    background: #fcf3e6;
}
#mochagreige_01 h1 {
    width: 314px;
}
/* Rose Brown[0.1mm] */
#rosebrown_01 {
    background: #fae9ef;
}
#rosebrown_01 h1 {
    width: 254px;
}
/* Black[0.01mm] */
#black_001 {
    background: #e9eef8;
}
#black_001 h1 {
    width: 270px;
}
/* DarkBrown[0.01mm] */
#darkbrown_001 {
    background: #e9ebeb;
}
#darkbrown_001 h1 {
    width: 247px;
}

@media only screen and (max-width: 768px) {
	#variation .colors {
		overflow-x: hidden;
		position: relative;
		z-index: 1;
		scroll-margin-top: 48px;
	}
	#variation .inner {
		width: 86%;
		margin: 0 auto;
		transform: translateX(0);
		flex-direction: column;
		flex-wrap: nowrap;
	}
	#variation .item_wrapper {
		position: relative;
		z-index: 10;
		margin-top: -8%;
	}
	#variation .texture {
		width: 96%;
		margin: 0 -80% -6% 0;
		opacity: 1;
	}
	#variation .colors .item {
		position: absolute;
		width: 110%;
		margin-left: -5%;
		padding: 6% 0 0 0;
	}
	#variation .info_area,
	#variation .colors:nth-child(odd) .info_area {
		order: 3;
		width: 90%;
    	margin: 0 auto;
	}
	#variation .colors h1 {
		margin-left: 0;
	}
	#variation .colors .flex {
		margin: 3% 0 6% 0;
	}
	#variation .copy {
		font-size: 17px;
		margin: 0 -5% 3% 0;
	}
	#variation .swiper,
	#variation .colors:nth-child(odd) .swiper {
		width: 100vw;
		margin: 0 0 2% -8%;
		order: 2;
	}
	#variation .colors:nth-child(odd) .swiper .swiper-pagination,
	#variation .colors:nth-child(even) .swiper .swiper-pagination  {
		text-align: center;
	}
}



/* =============================
 「オリジナル職人筆」
============================= */
#brush {
	max-width: 700px;
	width: 90%;
	margin: 100px auto 30px auto;
	opacity: 0;
}
#brush.move {
    animation: fadein 1.2s ease-out 0.6s 1 normal forwards;
}
#brush .movie {
	margin: 40px 0;
}
#brush video {
	width: 100%;
}
#brush p {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#brush {
		margin: 80px auto 0 auto;
		padding-bottom: 30px;
	}
	#brush .movie {
		margin: 20px 0;
	}
}


/* =============================
 Gray BG
============================= */
.gray_bg {
	background: #eeeeec;
	padding: 80px 0 100px 0;
	width: 100vw;
	overflow-x: hidden;
}

.eyeliner-draw {
    transform: translateX(-100%);
}
.eyeliner-draw.move {
	width: 116vw;
	opacity: 1;
    animation: fadeinRight 1.2s ease-out 0.7s 1 normal forwards;
}

@media only screen and (max-width: 768px) {
	.gray_bg {
		padding: 50px 0 70px 0;
	}
	.eyeliner-draw.move {
		width: 180vw;
		margin-left: -40vw;
	}
}


/* =============================
 「超極細 筆先0.01ｍｍが新登場」
============================= */
#new_arrival {
	max-width: 1100px;
	width: 86%;
	margin: 80px auto 100px auto;
	overflow-x: hidden;
	width: 100vw;
    transform: translateX(80px);
}
#new_arrival .flex {
	display: flex;
	align-items: center;
	padding: 40px 0 0 0;
}
#new_arrival h1.move {
    animation: fadein 0.6s ease-out 0.2s 1 normal forwards;
}
#new_arrival h2 {
	font-size: 20px;
	font-weight: bold;
	color: #da5278;
}
#new_arrival p {
	margin: 15px 0 20px 0;
}
#new_arrival .introduction {
	flex: 1;
}
#new_arrival .introduction.move {
    animation: fadein 0.6s ease-out 0.4s 1 normal forwards;
}
#new_arrival .introduction .item_texture {
	margin: 3% -15% 0 -5%;
}
#new_arrival .comparison {
	width: 59%;
	margin-left: 6%;
}
#new_arrival .comparison .item {
	transform: translateX(50%);
}
#new_arrival .comparison .item01.move {
    animation: fadeinLeft 0.6s ease-out 0.7s 1 normal forwards;
}
#new_arrival .comparison .item02.move {
    animation: fadeinLeft 0.6s ease-out 0.8s 1 normal forwards;
}
#new_arrival .comparison .item03.move {
    animation: fadeinLeft 0.6s ease-out 0.9s 1 normal forwards;
}
#new_arrival .comparison .item03 {
	margin-top: 34px;
}
#new_arrival .comparison .before_after {
	width: 68%;
	margin: 40px auto 0 auto;
	transform: translateY(20px);
}
#new_arrival .comparison .before_after.move {
    animation: fadeinUp 0.6s ease-out 0.9s 1 normal forwards;
}

@media only screen and (max-width: 768px) {
	#new_arrival {
		margin: 50px auto 100px auto;
    	transform: translateX(0);
	}
	#new_arrival .flex {
		flex-direction: column;
		padding: 30px 0 0 0;
		width: 86%;
		margin: 0 auto;
	}
	#new_arrival h2 {
		font-size: 15px;
		text-align: center;
	}
	#new_arrival p {
		margin: 10px 0 16px 0;
		text-align: justify;
	}
	#new_arrival .introduction .item_texture {
		margin: 3% -5% 0 -5%;
	}
	#new_arrival .comparison {
		margin: 12% -10% 0 0;
		width: 110%;
	}
	#new_arrival .comparison .item03 {
		margin-top: 20px;
	}
	#new_arrival .comparison .before_after {
		width: 80%;
		margin: 12% 0 0 5%;
	}
}


/* =============================
 主な特徴
============================= */
#features_main {
	margin-top: 80px;
}
#features_main h1.move {
    animation: fadein 0.6s ease-out 0.2s 1 normal forwards;
}
#features_main h1 .liquid_logo {
	display: block;
	width: 490px;
	margin: 20px auto 0 auto;
}
#features_main .parts {
	width: 970px;
	margin: 60px auto 20px auto;
	position: relative;
}
#features_main .parts .comment {
	position: relative;
	z-index: 1;
	opacity: 0;
}
#features_main .parts .comment.move {
    animation: fadein 0.6s ease-out 1.2s 1 normal forwards;
}
#features_main .parts .item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transform: translateY(20px);
}
#features_main .parts .item.move {
    animation: fadeinUp 0.4s ease-out 0.6s 1 normal forwards;
}
#features_main .features_icon {
	max-width: 950px;
	width: 90%;
	margin: 0 auto;
}
#features_main .features_icon.move {
    animation: fadeinUp 0.4s ease-out 1s 1 normal forwards;
}

@media only screen and (max-width: 768px) {
	#features_main {
		margin-top: 50px;
	}
	#features_main h1 .liquid_logo {
		width: 80%;
		margin: 8px auto 0 auto;
	}
	#features_main .parts {
		max-width: 600px;
		margin: 30px 20px 0 20px;
	}
	#features_main .features_icon {
		margin: 40px auto 0 auto;
	}
}


/* =============================
 Feature
============================= */
#features_other {
	max-width: 1000px;
	width: 86%;
	margin: 100px auto 0 auto;
}
#features_other h1.move {
    animation: fadein 0.6s ease-out 0.2s 1 normal forwards;
}
#features_other .point {
	padding: 30px 36px;
	background: #fff;
	border-radius: 12px;
	margin-top: 2%;
	transform: translateY(20px);
}
#features_other .point01.move {
    animation: fadeinUp 0.6s ease-out 0.4s 1 normal forwards;
}
#features_other .point02.move {
    animation: fadeinUp 0.6s ease-out 0.5s 1 normal forwards;
}
#features_other .point03.move {
    animation: fadeinUp 0.6s ease-out 0.7s 1 normal forwards;
}
#features_other .point01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 32px;
}
#features_other .point01 .point_img {
	width: 44%;
}
#features_other .flex {
	display: flex;
	justify-content: space-between;
}
#features_other .flex > .point {
	width: 49%;
}
#features_other .num {
    font-family: 'Arboria';
	font-size: 20px;
}
#features_other h2 {
	color: #da5278;
	font-weight: bold;
	font-size: 22px;
	margin: 16px 0 16px 0;
}
#features_other h2 sup {
	font-size: 51%;
	top: -0.7em;
}
#features_other p {
	text-align: justify;
}
#features_other .note {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	#features_other {
		margin: 80px auto 0 auto;
	}
	#features_other h1 {
		font-size: 20px;
	}
	#features_other .point {
		padding: 20px;
		margin-top: 4%;
	}
	#features_other .point01 {
		flex-direction: column;
		margin-top: 20px;
	}
	#features_other .point01 .point_img {
		width: 88%;
		margin: 20px auto 0 auto;
		transform: translateX(5%);
	}
	#features_other .flex {
		flex-direction: column;
	}
	#features_other .flex > .point {
		width: 100%;
	}
	#features_other .num {
		font-size: 14px;
	}
	#features_other h2 {
		font-size: 15px;
		margin: 10px 0 10px 0;
	}
	#features_other .note {
		font-size: 9px;
		line-height: 1.7;
		margin-top: 10px;
	}
}


/* =============================
 ENGRAVING SERVICE [刻印サービス]
============================= */
#engraving {
	margin: 80px auto 90px auto;
	max-width: 700px;
	width: 86%;
}
#engraving.move {
    animation: fadein 0.6s ease-out 0.2s 1 normal forwards;
}
#engraving .limited_icon {
	text-align: center;
	margin-bottom: 8px;
}
#engraving .limited_icon span {
	display: inline-block;
	border: 1px solid #999;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: bold;
}
#engraving h1 {
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
#engraving h1 .en {
    font-family: 'Arboria';
	font-size: 40px;
}
#engraving h1 .jp {
	display: block;
	font-size: 18px;
}
#engraving p {
	text-align: center;
	margin: 28px 0;
}
#engraving .details_btn a {
	display: block;
	max-width: 340px;
	width: 80%;
	margin: 0 auto;
	padding: 16px 0 17px 0;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #666;
	font-size: 18px;
	line-height: 1.0;
}

@media only screen and (max-width: 768px) {
	#engraving {
		margin: 60px auto 70px auto;
	}
	#engraving .limited_icon span {
		font-size: 10px;
	}
	#engraving .limited_icon {
		margin-bottom: 6px;
	}
	#engraving h1 {
		line-height: 1.3;
	}
	#engraving h1 .en {
		font-size: 24px;
	}
	#engraving h1 .jp {
		font-size: 12px;
	}
	#engraving p {
		margin: 20px 0;
	}
	#engraving .details_btn a {
		font-size: 15px;
	}
}


/* =============================
 Line up
============================= */
#lineup h1 {
	font-size: 50px;
}
#lineup h1.move {
    animation: fadein 0.6s ease-out 0.2s 1 normal forwards;
}
#lineup ul {
	width: 810px;
	margin: 60px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10%;
}
#lineup ul li {
	width: calc(70% / 4);
	margin-bottom: 40px;
}
#lineup ul li.move {
	animation: fadein 0.6s ease-out forwards;
	animation-delay: calc(var(--i) * 0.1s);
}
#lineup .item_name {
	text-align: center;
	margin: 10px 0 0 0;
	line-height: 1.5;
}
#lineup .price {
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
	transform: translateY(20px);
}
#lineup .price.move {
    animation: fadeinUp 0.6s ease-out 0.5s 1 normal forwards;
}
.online_btn {
	transform: translateY(20px);
}
.online_btn.move {
    animation: fadeinUp 0.6s ease-out 0.7s 1 normal forwards;
}
.online_btn a {
    display: block;
    margin: 30px auto 0 auto;
    background: #ee7db3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 80px;
    font-size: 26px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    border-radius: 40px;
}

@media only screen and (max-width: 768px) {
	#lineup h1 {
		font-size: 24px;
	}
	#lineup ul {
		width: 70%;
		margin: 30px auto 20px auto;
		justify-content: space-between;
		gap: 0;
	}
	#lineup ul li {
		width: 40%;
	}
	#lineup .price {
		font-size: 11px;
	}
	.online_btn a {
		margin: 20px auto 0 auto;
		width: 80%;
		height: 50px;
		font-size: 16px;
	}
}


/* =============================
 解決方法
============================= */
#how_to_movie {
	margin: 120px auto 40px auto;
}
#how_to_movie.move {
    animation: fadein 0.6s ease-out 0.2s 1 normal forwards;
}
#how_to_movie h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
#how_to_movie p {
	text-align: center;
	margin: 16px auto 0 auto;
	font-size: 14px;
}
#how_to_movie .movie-wrap {
    margin: 40px auto 0 auto;
}

@media only screen and (max-width: 768px) {
	#how_to_movie {
		margin: 100px auto 10px auto;
	}
	#how_to_movie h1 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#how_to_movie p {
		width: 82%;
		text-align: justify;
		margin: 10px auto 0 auto;
		font-size: 12px;
	}
}


/* =============================
 Last Visual
============================= */
#ending {
	position: relative;
	background: #f0f2f2;
}
#ending .bg_visual.move {
    animation: fadein 1s ease-out 0.4s 1 normal forwards;
}
#ending .copy {
	position: absolute;
	top: 39%;
	left: 52%;
	width: 41%;
	transform: translateY(20px);
}
#ending .copy.move {
    animation: fadeinUp 0.8s ease-out 0.8s 1 normal forwards;
}

@media only screen and (max-width: 768px) {
	#ending .copy {
		top: 10%;
		left: 6%;
		width: 88%;
	}
}






