@charset "utf-8";

/* ==========================================================================
   Main
   ========================================================================== */

.products_description_title {
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
}

/* ------------------ section_model ------------------ */

#section_model {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 98vh;
/*	color: #fff;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 30px;
	line-height: 1.7em;
	letter-spacing: 0.09em;*/
}

.section_model_slide {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 98vh;
}

.section_model_slide .swiper-slide {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover!important;
	background-position: center!important;
}

.slider0_sp {
	display: none!important;
}

#top_visual_copy {
	position: absolute;
	z-index: 15;
	top: 45vh;
	left: 50px;
	width: 300px;
}

#top_visual_copy img {
	width: 100%;
}

/* ------------------ section_package ------------------ */

#section_package {
	position: relative;
	z-index: 5;
	min-height: 60vh;
	padding: 0 0 0 50px;
	background-image: url("../img/bg_package.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 'Shippori Mincho', serif;
	font-size: 22px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

#section_package_logo {
	width: 200px;
	margin: 0 0 25px;
	padding: 38vh 0 0;
}

#section_package_logo img {
	width: 100%;
}

/* ------------------ section_animation ------------------ */

#section_animation {
	position: relative;
	z-index: 4;
	min-height: 145vh;
	padding: 60vh 0 0 0;
	background-color: #746c66;
}

#section_animation #bottle_animation {
	position: fixed;
	z-index: -100;
	top: 50vh;
	left: 50vw;
	margin: -12vw 0 0 -5vw;/* topのマージンはleftの2.3倍 */
}

#section_animation #bottle_animation img {
	width: 10vw;
}

#section_animation p {
	position: relative;
	z-index: 5;
	transform: translateZ(1px);
	text-align: center;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 6vw;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}

#section_animation p span#bottle_animation_copy1 {
	display: block;
	margin-top: 30px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.6vw;
}

/* ------------------ section_main_copy ------------------ */

#section_main_copy {
	position: relative;
	z-index: 10;
	margin: -50vh 0 100px;
	font-feature-settings: "palt";
	scroll-margin-top: 100px;
}

#section_main_copy h2 {
	text-align: center;
	margin-bottom: 20px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 'Shippori Mincho', serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.15em;
}

#section_main_copy p {
	text-align: center;
	font-size: 19px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}

#section_main_copy #main_copy_image0 {
	text-align: center;
	margin: 50px 0 0;
}

#section_main_copy #main_copy_image0 img {
	width: 800px;
}

#main_copy_image0_sp {
	display: none;
}

/* ------------------ section_products ------------------ */

#section_products {
	position: relative;
	z-index: 11;
	width: 94%;
	margin: 0 auto;
	padding: 0 3%;
}

#products_description {
	float: left;
	width: 400px;
	line-height: 1.7em;
}

#products_description .eng_title {
	margin-bottom: 15px;
}

#products_description h2 {
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#products_description div {
	margin-top: 20px;
}

#products_description img {
	width: 100%;
}

#products_lineup {
	float: right;
	width: 800px;
	height: auto;
	margin: 200px 0 0;
}

#products_lineup .products_image {
	margin-bottom: 10px;
}

#products_lineup .products_image img {
	width: 100%;
}

#products_lineup .products_box h3,
#products_lineup .products_price {
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

#products_lineup .products_price span {
	font-size: 14px;
}

#products_lineup .products_box h3 {
	margin-bottom: 10px;
}

#products_lineup .products_text {
	margin: 0 0 10px;
	font-weight: 500;
}

#products_lineup .products_view_more a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #000;
	color: #000;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	text-decoration: none;
}

#products_lineup .products_add_to_cart a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	background: #000;
	color: #fff;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	text-decoration: none;
}

/* ------------------ section_slideshow ------------------ */

#section_slideshow {
	position: relative;
	z-index: 10;
	width: 800px;
	height: auto;
	margin: 150px auto 150px;
}

#section_slideshow .swiper-slide img {
	width: 100%;
}

/* ------------------ section_news ------------------ */

#section_news {
	position: relative;
	z-index: 17;
	width: 100%;
	margin: 150px 0 0px;
	padding: 180px 0 180px;
	background: url('../img/news_bg.jpg');
	background-size: cover;
	scroll-margin-top: 100px;
}

#section_news_inner {
	display: flex;
	align-items: center;
	width: 80vw;
	margin: 0 auto;
}

#section_news h2 {
	width: 30vw;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

#section_news_list {
	width: 50vw;
	border-bottom: 1px solid #666;
}

.section_news_list_item {
	display: flex;
	padding: 20px 0 10px;
	border-top: 1px solid #666;
}

.section_news_list_date {
	width: 10em;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.section_news_list_title a {
	color: #000;
	text-decoration: none;
}

.section_news_list_title a:hover {
	color: #666;
}

/* 521px～1050px
==================================================================================================================================================================================================================*/
@media screen and (max-width: 1050px) {

/* ------------------ section_model ------------------ */

#top_visual_copy img {
	filter: drop-shadow(0 0 5px #333);
}

/* ------------------ section_package ------------------ */

#section_package_logo {
	padding: 100px 0 0;
}

/* ------------------ section_animation ------------------ */

#section_animation {
	min-height: 145vh;
	padding: 40vh 0 0 0;
}

#section_animation #bottle_animation {
	top: 50vh;
	left: 50vw;
	margin: -30vw 0 0 -12vw;/* topのマージンはleftの2.3倍 */
}

#section_animation #bottle_animation img {
	width: 20vw;
}

#section_animation p {
	font-size: 11vw;
	line-height: 1.2em;
}

#section_animation p span#bottle_animation_copy0 {
	display: block;
}

#section_animation p span#bottle_animation_copy1 {
	margin-top: 10px;
	font-size: 3vw;
}

/* ------------------ section_main_copy ------------------ */

#section_main_copy h2 {
	margin-bottom: 20px;
	font-size: 4.5vw;
}

#section_main_copy p {
	font-size: 13px;
}

#section_main_copy #main_copy_image0 {
	margin: 30px 0 0;
}

#section_main_copy #main_copy_image0 img {
	width: 90vw;
}

/* ------------------ section_products ------------------ */

#products_description {
	float: none;
}

#products_lineup {
	float: none;
	width: 90%;
	margin: 70px auto 0;
}

#products_lineup .products_text {
	font-size: 12px;
}

/* ------------------ section_slideshow ------------------ */

#section_slideshow {
	width: 100%;
	margin: 80px auto 100px;
}






}

/* 520px以下
==================================================================================================================================================================================================================*/
@media screen and (max-width: 520px) {

/* ==========================================================================
   Main
   ========================================================================== */

.products_description_title {
	font-size: 20px;
}

/* ------------------ section_model ------------------ */

#section_model {
	height: 98vh;
}

.slider0_sp {
	display: block!important;
}

.slider0_pc {
	display: none!important;
}

#top_visual_copy {
	position: absolute;
	z-index: 15;
	top: 45vh;
	left: 30px;
	width: 170px;
}

/* ------------------ section_package ------------------ */

#section_package {
	min-height: 91vh;
	padding: 0 0 0 30px;
	background-image: url("../img/bg_package_sp.jpg");
	font-size: 16px;
}

#section_package_logo {
	width: 90px;
	margin: 0 0 5px;
	padding: 7vh 0 0;
}

/* ------------------ section_animation ------------------ */

#section_animation #bottle_animation {
	margin: -50vw 0 0 -15vw;/* topのマージンはleftの2.3倍 */
}

#section_animation #bottle_animation img {
	width: 30vw;
}

#section_animation p {
	font-size: 13vw;
}

#section_animation p span#bottle_animation_copy1 {
	font-size: 4.5vw;
}

/* ------------------ section_main_copy ------------------ */


#section_main_copy {
	margin: -70vh 0 50px;
}

#section_main_copy h2 {
	margin-bottom: 5px;
	font-size: 18px;
}

#section_main_copy p span {
	display: block;
}

#main_copy_image0_sp {
	display: inline;
}

#main_copy_image0_pc {
	display: none;
}

/* ------------------ section_products ------------------ */

#section_products {
	width: 100%;
	padding: 0;
	font-size: 13px;
}

#products_description {
	float: none;
	width: 90%;
	margin: 0 auto;
}

#products_description .eng_title {
	margin-bottom: 15px;
}

#products_description h2 {
	margin-bottom: 5px;
	font-size: 15px;
}

#products_description div {
	text-align: center;
	margin-top: 20px;
}

#products_description img {
	width: 90%;
}

#products_lineup {
	position: relative;
	width: 100%;
	height: auto;
	margin: 100px 0 0;
}

.products_box div,
.products_box h3,
.products_box p {
	width: 70%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.slider1-swiper-control {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
}

.slider1-swiper-button-prev,
.slider1-swiper-button-next {
	position: absolute;
	top: 50vw;
	cursor: pointer;
}

.slider1-swiper-button-prev {
	left: 10px;
}

.slider1-swiper-button-next {
	left: calc(100vw - 25px);
}

.slider1-swiper-button-prev[aria-disabled="true"],
.slider1-swiper-button-next[aria-disabled="true"] {
	visibility: hidden;
}

.slider1-swiper-control img {
	width: 12px;
}

#products_lineup .products_price span {
	font-size: 13px;
}

#products_lineup .products_view_more a,
#products_lineup .products_add_to_cart a {
	padding: 10px 10px 12px;
	font-size: 16px;
}

/* ------------------ section_news ------------------ */

#section_news {
	width: 100%;
	margin: 120px 0 0px;
	padding: 60px 0 80px;
}

#section_news_inner {
	display: block;
	align-items: auto;
	width: 90%;
}

#section_news h2 {
	width: 100%;
	margin-bottom: 80px;
}

#section_news_list {
	width: 100%;
	border-bottom: 1px solid #999;
}

.section_news_list_item {
	display: block;
	padding: 20px 0 15px;
	border-top: 1px solid #999;
}

.section_news_list_date {
	width: auto;
	padding: 0;
}

.section_news_list_title {
	font-size: 13px;
}

}