@charset "utf-8";

/* === font === */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/* font-family: 'Merriweather', serif; */


/* === contents === */

/* -- headline -- */

h2 {
	padding: 220px 0 140px;
	color: #5d488a;
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	letter-spacing: .25em;
	text-align: center;
}
h3 {
	color: #5d488a;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
}
p {
	text-align: justify;
}

@media (min-width: 768px) and (max-width: 1023px) {
	h2 {
		padding: 150px 0 90px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		padding: 80px 0 50px;
	}
	h3 {
		font-size: 2rem;
	}
}


/* === intro === */

@media only screen and (max-width: 767px) {
	#intro {
		margin-top: 60px;
	}
}

/* -- header -- */

.slider_header {
	width: calc(100% - 80px);
	padding: 40px 40px 0;
}
.slider_header_logo {
	float: left;
}
.slider_header_logo img {
	width: 160px;
}
.slider_header_gnav {
	float: right;
}
.slider_header_gnav li {
	margin: 0 15px;
	font-family: 'Merriweather', serif;
	line-height: 24px;
	float: left;
}
.slider_header_gnav li.gn_dealers {
	font-size: 1.55rem;
}
.slider_header_gnav li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.slider_header_gnav li a svg {
	fill: #333;
}
.slider_header_gnav._wht li a {
	color: #fff;
}
.slider_header_gnav._wht li a svg {
	fill: #fff;
}
.slider_header_gnav li a:hover {
	color: #5d488a;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.slider_header_logo img {
		width: 120px;
	}
	.slider_header_gnav li {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_header {
		display: none;
	}
}

/* -- slider -- */

.slider {
	width: 100%;
	height: 100vh;
	min-height: 768px;
	overflow: hidden;
}
.slider > li {
	width: 100%;
	height: 100vh;
	min-height: 768px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.slider li.slider_01 { background-image: url(../img/sendai_craft_cola_v_01.jpg); }
.slider li.slider_02 { background-image: url(../img/sendai_craft_cola_v_02.jpg); }
.slider li.slider_03 { background-image: url(../img/sendai_craft_cola_v_03.jpg); }
.slider li.slider_04 { background-image: url(../img/sendai_craft_cola_v_04.jpg); }

.catchphrase {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-40%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-40%);
}

@media only screen and (max-width: 767px) {
	.slider {
		height: auto;
		min-height: auto;
		aspect-ratio: 1 / 1;
	}
	.slider > li {
		height: auto;
		min-height: auto;
		aspect-ratio: 1 / 1;
	}
	.slider li.slider_04 { background-image: url(../img/sendai_craft_cola_v_04_sp.jpg); }

	.catchphrase {
		width: 45%;
	}
}


/* === concept === */

#concept {
	padding-bottom: 120px;
}
#concept h3 {
	margin-bottom: 100px;
}
.concept_left {
	width: 57.5%;
	float: left;
}
.concept_right {
	width: 40.2%;
	margin-top: 120px;
	float: right;
}
.concept_txt {
	width: 78.4%;
}
.concept_txt p {
	margin-bottom: 40px;
}
.ph_001 {
	width: 48.3%;
	margin-bottom: 35px;
	float: left;
}
.ph_002 {
	width: 48.3%;
	margin-bottom: 35px;
	float: right;
}
.ph_003 {
	width: 78.4%;
	margin-bottom: 40px;
}
.ph_004 {
	width: 37.1%;
	margin-left: 11.2%;
	float: left;
}
.ph_005 {
	width: 48.3%;
	float: right;
}
.ph_001_sp,
.ph_002_sp,
.ph_003_sp,
.ph_004_sp,
.ph_005_sp {
	display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#concept h3 {
		margin-bottom: 140px;
	}
	.concept_right {
		margin-top: -40px;
	}
	.concept_txt p {
		margin-bottom: 20px;
	}
	.ph_001 {
		margin-bottom: 15px;
	}
	.ph_002 {
		margin-bottom: 15px;
	}
	.ph_003 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#concept {
		padding: 0 30px 60px;
	}
	#concept h3 {
		margin-bottom: 30px;
	}
	.concept_left {
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}
	.concept_right {
		width: 100%;
		margin-top: 0;
		float: none;
	}
	.concept_txt {
		width: 100%;
	}
	.concept_txt p {
		margin-bottom: 20px;
	}
	.concept_txt p br {
		display: none;
	}
	.ph_001,
	.ph_002,
	.ph_003,
	.ph_004,
	.ph_005 {
		display: none;
	}
	.ph_001_sp {
		width: 50%;
		float: left;
		display: block;
	}
	.ph_002_sp {
		width: 50%;
		float: right;
		display: block;
	}
	.ph_003_sp {
		display: block;
	}
	.ph_004_sp {
		width: 50%;
		float: left;
		display: block;
	}
	.ph_005_sp {
		width: 50%;
		float: right;
		display: block;
	}
}


/* === story === */

#story {
	padding: 0 10% 120px;
	background-color: #e5e1ec;
	background-image: url(../img/bdr_ppl.png), url(../img/bdr_ppl.png);
	background-position: top 10px center, bottom 10px center;
	background-repeat: repeat-x;
}
.story_txt {
	width: 35%;
	margin-bottom: 50px;
	padding-top: 50px;
	float: left;
}
.story_img {
	width: 60%;
	margin-bottom: 50px;
	float: right;
}
.ph_006 {
	width: 53.5%;
	float: left;
}
.ph_007 {
	width: 43.7%;
	float: right;
}
.ph_006_sp,
.ph_007_sp {
	display: none;
}
#story .message {
	color: #5d488a;
	font-size: 3.2rem;
	text-align: center;
	clear: both;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.story_txt {
		width: 55%;
		margin-bottom: 0;
		padding-top: 50px;
	}
	.story_img {
		width: 30%;
		margin-bottom: 50px;
	}
	.ph_006 {
		width: 100%;
		float: none;
	}
	.ph_007 {
		width: 100%;
		float: none;
	}
	#story .message {
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 767px) {
	#story {
		padding: 0 30px 60px;
	}
	.story_txt {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 0;
		float: none;
	}
	.story_img {
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}
	.ph_006,
	.ph_007 {
		display: none;
	}
	.ph_006_sp {
		width: 50%;
		float: left;
		display: block;
	}
	.ph_007_sp {
		width: 50%;
		float: right;
		display: block;
	}
	#story .message {
		font-size: 1.8rem;
	}
}


/* === chef === */

#chef {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 110px;
}
.chef_img {
	width: 40%;
	float: left;
}
.chef_img img {
	width: 100%;
}
.chef_txt {
	width: 52.5%;
	padding-top: 60px;
	float: right;
}
.chef_txt p.message {
	margin-bottom: 35px;
}
.chef_txt p.name {
	color: #5d488a;
	font-family: 'Merriweather', serif;
	font-size: 1.2rem;
}
.chef_txt p.name span {
	margin-right: 10px;
}
.btn_story {
	margin-top: 60px;
}
.btn_story a {
	padding: 7px 25px;
	border: 1px solid #5d488a;
	font-size: 1.4rem;
	text-decoration: none;
}
.btn_story a:hover {
	background: #5d488a;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.chef_txt {
		width: 42.5%;
		padding-right: 10%;
	}
	.chef_txt p.message br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#chef {
		padding: 0 30px 60px;
	}
	.chef_img {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		float: none;
	}
	.chef_img img {
		max-width: 180px;
	}
	.chef_txt {
		width: 100%;
		padding-top: 0;
		float: none;
	}
	.chef_txt p.message {
		margin-bottom: 25px;
	}
	.chef_txt p.name img {
		width: 150px;
	}
	.btn_story {
		text-align: center;
	}
}


/* === howto === */

#howto {
	padding: 100px 0 120px;
	background-color: #5d488a;
	background-image: url(../img/bdr_wht.png), url(../img/bdr_wht.png);
	background-position: top 10px center, bottom 10px center;
	background-repeat: repeat-x;
	color: #fff;
}
#howto h2 {
	display: none;
}
#howto h3 {
	margin-bottom: 70px;
	color: #fff;
}
.howto_left {
	width: 32%;
	margin: 120px 0;
	padding-left: 10%;
	float: left;
}
.howto_right {
	width: 56%;
	margin-bottom: 120px;
	float: right;
}
.ph_008 {
	width: 100%;
	margin-bottom: 50px;
}
.ph_009 {
	width: 100%;
	margin-bottom: 30px;
}
.ph_010 {
	width: 45%;
	margin-right: 3%;
	float: left;
}
.ph_011 {
	width: 36%;
}
.ph_008_sp,
.ph_009_sp,
.ph_010_sp,
.ph_011_sp {
	display: none;
}
.btn_instagram {
	clear: both;
}
.btn_instagram a {
	width: 480px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	color: #5d488a;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn_instagram a:hover {
	background: #e5e1ec;
}
.btn_instagram a svg {
	margin: -3px 8px 0 0;
	vertical-align: middle;
	fill: #5d488a;
}
.btn_dealers {
	margin-top: 45px;
}
.btn_dealers a {
	width: 480px;
	height: 60px;
	margin: 0 auto;
	background: #ffd800;
	border-radius: 30px;
	color: #5d488a;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn_dealers a:hover {
	opacity: .8;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#howto {
		padding: 100px 30px 120px;
	}
	#howto h3 {
		font-size: 2.4rem;
	}
	.howto_left {
		width: 42%;
		margin: 60px 0;
		padding-left: 0;
	}
	.ph_008 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#howto {
		padding: 40px 30px 60px;
	}
	#howto h3 {
		margin-bottom: 30px;
	}
	.howto_left {
		width: 100%;
		margin: 0 0 20px;
		padding-left: 0;
		float: none;
	}
	.howto_right {
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}
	.ph_008,
	.ph_009,
	.ph_010,
	.ph_011 {
		display: none;
	}
	.ph_008_sp {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	.ph_009_sp {
		width: 100%;
		display: block;
	}
	.ph_010_sp {
		width: 50%;
		float: left;
		display: block;
	}
	.ph_011_sp {
		width: 50%;
		float: right;
		display: block;
	}
	.btn_instagram {
		clear: both;
	}
	.btn_instagram a {
		width: 100%;
		height: 50px;
		font-size: 1.3rem;
		line-height: 50px;
	}
	.btn_instagram a svg {
		display: none;
	}
	.btn_dealers {
		margin-top: 25px;
	}
	.btn_dealers a {
		width: 100%;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
	}
}


/* === product === */

#product {
	padding-bottom: 120px;
}
.box_product {
	max-width: 920px;
	margin: 0 auto 100px;
}
.box_product_img {
	width: 35%;
	float: left;
}
.box_product_img img {
	width: 100%;
}
.box_product_txt {
	width: 60%;
	float: right;
}
.description {
	color: #5d488a;
}
.description span {
	width: 120px;
	height: 1px;
	margin: 40px 0 25px;
	background: #5d488a;
	content: "";
	display: block;
}
.price {
	margin-bottom: 10px;
	color: #5d488a;
	font-size: 3.2rem;
}
.price span {
	font-size: 2rem;
}
.price span span {
	font-size: 1.3rem;
}
.box_product_txt dl {
	font-size: 1.3rem;
	line-height: 1.6;
}
.box_product_txt dl dt {
	float: left;
}
.box_product_txt dl dd {
	padding-left: 100px;
}
.btn_shop {
	text-align: center;
}
.btn_shop a {
	width: 480px;
	height: 60px;
	margin: 0 auto;
	background: #5d488a;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	letter-spacing: .25em;
	line-height: 60px;
	text-decoration: none;
	display: block;
}
.btn_shop a:hover {
	background: #e5e1ec;
	color: #5d488a;
}
.btn_shop a svg {
	margin: -3px 8px 0 0;
	vertical-align: middle;
	fill: #fff;
}
.btn_shop a:hover svg {
	fill: #5d488a;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#product {
		padding: 0 30px 120px;
	}
	.box_product_txt {
		width: 60%;
		float: right;
	}
	.description br {
		display: none;
	}
	.description span {
		margin: 30px 0 15px;
	}
	.box_product_txt dl {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.box_product_txt dl dt {
		float: left;
	}
	.box_product_txt dl dd {
		padding-left: 90px;
	}
}

@media only screen and (max-width: 767px) {
	#product {
		padding: 0 30px 60px;
	}
	.box_product {
		margin: 0 auto 60px;
	}
	.box_product_img {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		float: none;
	}
	.box_product_img img {
		width: 100%;
		max-width: 180px;
	}
	.box_product_txt {
		width: 100%;
		float: none;
	}
	.description span {
		width: 120px;
		height: 1px;
		margin: 20px auto 10px;
		display: block;
	}
	.price {
		text-align: center;
	}
	.btn_shop a {
		width: 100%;
		height: 50px;
		font-size: 1.6rem;
		line-height: 50px;
	}
}


/* === logo === */

#logo {
	padding: 120px 10% 305px;
	background-color: #e5e1ec;
	background-image: url(../img/bdr_ppl.png), url(../img/bdr_ppl.png);
	background-position: top 10px center, bottom 195px center;
	background-repeat: repeat-x;
}
.logo_img {
	width: 40%;
	float: left;
}
.logo_img img {
	width: 100%;
}
.ph_012_sp {
	display: none;
}
.logo_txt {
	width: 55%;
	text-align: center;
	float: right;
}
.logo_txt h2 {
	padding: 30px 0 70px;
	font-size: 1.6rem;
}
.logo_txt p {
	margin-top: 60px;
	font-size: 1.4rem;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#logo {
		padding: 120px 30px 305px;
	}
	.logo_img {
		width: 45%;
	}
	.logo_txt {
		width: 50%;
	}
	.logo_txt h2 {
		padding: 0 0 40px;
	}
	.logo_txt img {
		width: 180px;
	}
	.logo_txt p {
		margin-top: 40px;
		text-align: justify;
	}
	.logo_txt p br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#logo {
		padding: 0 0 60px;
		background-image: none, url(../img/bdr_ppl.png);
		background-position: bottom 10px center;
	}
	.logo_img {
		width: 100%;
		float: none;
	}
	.logo_img img {
		width: 100%;
	}
	.ph_012 {
		display: none;
	}
	.ph_012_sp {
		display: block;
	}
	.logo_txt {
		width: calc(100% - 60px);
		padding: 0 30px;
		text-align: center;
		float: none;
	}
	.logo_txt h2 {
		padding: 30px 0 40px;
	}
	.logo_txt img {
		width: 180px;
	}
	.logo_txt p {
		margin-top: 30px;
		text-align: justify;
	}
}


/* ===  animation === */

.fadein {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadein;
	animation-name: fadein;
	visibility: visible !important;
}
@-webkit-keyframes fadein {
	0% { opacity: 0; -webkit-transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadein {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}