@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 37.5);
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
	/*	font-feature-settings: "palt";*/
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
	cursor: pointer;
}


/* responsive
--------------------------------*/

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}


/* base
--------------------------------*/

body {
	color: #000000;
	font-size: 1.0rem;
	text-align: left;
}

main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.fade {
	transition: opacity 0.3s ease;
}

.fade:hover {
	opacity: 0.7;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
	font-weight: 700;
}


.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------
  scroll-animation
-----------------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(1.5rem);
	transition: opacity 1s, transform 1s;
}

.is-show.fadeup,
.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.delay1 {
	transition-delay: .5s !important;
}

.delay2 {
	transition-delay: 1s !important;
}

.delay3 {
	transition-delay: 1.5s !important;
}

.delay4 {
	transition-delay: 2s !important;
}

.delay5 {
	transition-delay: 2.5s !important;
}

/* ---------------------------------------
  contents_wrap
-----------------------------------------*/
.contents_wrap {
	position: relative;
	width: 100%;
}

.contents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.bg_main {
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#bg .bg_img{
		pointer-events: none;
		height: 100%;
	}
	#bg .bg_img div{
		height: 100%;
	}
	#bg .bg_img p{
		height: 100%;
	}
	#bg .bg_img img{
		height: 100%;
		object-fit: cover;
	}

	.contents {
		max-width: 37.5rem;
		margin-left: auto;
		margin-right: calc((100vw - 37.5rem) * .3568);
		margin-right: 26vw;
		background-color: #fff;
	}

	.info_pc {
/*		width: calc((100vw - 37.5rem) * .3568);*/
		width: 17.7vw;
		position: absolute;
		right: 8.3vw;
		bottom: 4.4vw;
		bottom: 60px;
	}
	
	.info_pc .inner{
		width: 100%;
	}
	
	.info_pc .logo{
		width: 5.34vw;
		margin-left: auto;
	}
	
	.info_pc .logo_product{
		width: 15.76vw;
		margin: 4.7vw 0 0 auto;
	}

	.info_pc .qr_wrap{
		width: 15.4vw;
		margin-left: auto;
		margin-top: 1.66vw;
		align-items: flex-end;
	}

	.info_pc .qr_wrap .logo_enokitchen{
		width: 10.2vw;
	}

	.info_pc .qr_wrap .qr{
		width: 4.375vw;
	}
	
	.info_pc .txt{
		text-align: right;
		font-weight: 700;
		color: #fff;
		font-size: 1.2vw;
		letter-spacing: 0;
		font-feature-settings: "palt";
		margin-top: .3em;
	}
}

/* ---------------------------------------
  main
-----------------------------------------*/


/* mv
--------------------------------*/
#mv .mv_slider{
	height: 60rem;
}
#mv .mv_slider .item{
	width: 100%;
	height: 60rem;
	position: relative;
}
#mv .mv_slider .mv01{
	background: url(../img/mv_bg01.jpg) no-repeat center bottom / cover;
}

#mv .mv_slider .mv01 .inner{
	position: relative;
	height: 54rem;
	padding: 4.5rem 0 0;
}

#mv .mv_slider .mv01 .ttl{
	width: 100%;
	height: 100%;
	position: relative;
}

#mv .mv_slider .mv01 .ttl img{
	width: 100%;
}

#mv .mv_slider .mv01 .ttl span{
	display: block;
	position: absolute;
	opacity: 0;
}
#mv .mv_slider .mv01 .ttl .txt01{
	width: 13.1rem;
	top: 0;
	right: -.5rem;
}

#mv .mv_slider .mv01 .ttl .txt02{
	width: 9.95rem;
	top: 0;
	left: .5rem;
}

#mv .mv_slider .mv01 .ttl .txt03{
	width: 6.15rem;
	bottom: 2.9rem;
	right: 2.5rem;
}
#mv .mv_slider .mv01 .img{
	width: 21.5rem;
	position: absolute;
	top: 10.4rem;
	left: 7.2rem;
	opacity: 0;
}
#mv .mv_slider .mv01 .logo{
	width: 6.15rem;
	margin: 0 auto;
}

#mv .mv_slider .slick-active .mv01 .ttl span{
	opacity: 1;
}
#mv .mv_slider .slick-active .mv01 .ttl .txt01{
	transition-delay: .9s;
}

#mv .mv_slider .slick-active .mv01 .ttl .txt02{
	transition-delay: 1.5s;
}

#mv .mv_slider .slick-active .mv01 .ttl .txt03{
	transition-delay: 2s;
}

#mv .mv_slider .slick-active .mv01 .img{
	opacity: 1;
	transition-delay: 2s;
}

#mv .mv_slider .mv03{
	background: url(../img/mv03.jpg) no-repeat center bottom / cover;
}

#mv .mv_slider .mv03 .inner{
	position: relative;
	height: 100%;
	padding: 2.3rem 0 0;
}

#mv .mv_slider .mv03 .ttl{
	width: 100%;
	height: 100%;
	position: relative;
}

#mv .mv_slider .mv03 .ttl img{
	width: 100%;
}

#mv .mv_slider .mv03 .ttl span{
	display: block;
	position: absolute;
	opacity: 0;
}
#mv .mv_slider .mv03 .ttl .txt01{
	z-index: 1;
	width: 9.45rem;
	top: 0;
	right: 0.5rem;
}

#mv .mv_slider .mv03 .ttl .txt02{
	z-index: 1;
	width: 25rem;
	bottom: 1.8rem;
	left: 1.5rem;
}

#mv .mv_slider .mv03 .img{
	width: 29.7rem;
	position: absolute;
	top: 2.8rem;
	left: 4.8rem;
	opacity: 0;
}

#mv .mv_slider .slick-active .mv03 .ttl span{
	opacity: 1;
}

#mv .mv_slider .slick-active .mv03 .ttl .txt01{
	transition-delay: 1s;
}
#mv .mv_slider .slick-active .mv03 .ttl .txt02{
	transition-delay: 2s;
}

#mv .mv_slider .slick-active .mv03 .img{
	opacity: 1;
	transition-delay: 1.5s;
}

/* link
--------------------------------*/
#link{
	padding: 3.2rem 0 5.5rem;
	background-color: #fff;
}
#link img{
	filter: drop-shadow(0 5px 10px rgba(4,0,0,0.5));
}
#link .img02{
	margin-top: 2rem;
}

/* point
--------------------------------*/
#point {
	background-color: #000;
	padding: 6.5rem 0 11rem;
}

#point .ttl {
	width: 34rem;
	margin: 0 1.75rem;
}

#point .wrap {
	width: 34.3rem;
	margin-top: 10.2rem;
}

#point .list .item {
	position: relative;
	width: 34.3rem;
	height: 34.3rem;
	border: .275rem solid #fff;
	border-radius: 50%;
	padding: 4rem 0;
	margin-top: 6.8rem;
}

#point .list .item .num {
	width: 8.7rem;
	padding: 0 1.5rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -3.6rem;
	background-color: #000;
}

#point .list .item .num::before {
	content: "";
	width: 2rem;
	height: 2.5rem;
	background: url(../img/point_num_ico.png) no-repeat center / 100% auto;
	position: absolute;
	right: -.8rem;
	top: 0;
	animation-name: bounce-anime;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
}

@keyframes bounce-anime {
	0%,
	75%,
	88%,
	94%{
		transform: translateZ(0)
	}

	80%,
	83% {
		transform: translate3d(0, -1.2rem, 0)
	}

	90% {
		transform: translate3d(0, -0.75rem, 0)
	}

	98% {
		transform: translate3d(0, -.2rem, 0)
	}
}

#point .list .item .txt {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 3.1rem;
	line-height: 1.2;
}

#point .list .item .txt {
	font-weight: 700;
	font-size: 3.1rem;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

#point .list .item .txt * {}

#point .list .item .txt strong {
	font-weight: 900;
}

#point .list .item .txt .co1 {
	color: #baa059;
}

#point .list .item .note {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 0;
	margin-top: 5rem;
}

/*point01*/
#point .list .item._01 {
	padding-top: 7rem;
}

#point .list .item._01 .img {
	width: 10.95rem;
	position: absolute;
	right: 0;
	top: 1.5rem;
}

#point .list .item._01 .txtimg {
	width: 10.9rem;
	margin-left: 4.2rem;
	margin-bottom: -1rem;
}

#point .list .item._01 .txt span {
	font-size: 3.5rem;
	vertical-align: -.1em;
}

#point .list .item._01 .txt span strong {
	font-size: 6.3rem;
}

/*point02*/
#point .list .item._02 {
	padding-top: 4rem;
	background: url(../img/point02_img.png) no-repeat center bottom / 34rem auto;
}

#point .list .item._02 .txt {
	font-weight: 900;
	font-size: 3rem;
}

#point .list .item._02 .txt .small{
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 2.1rem;
	font-weight: 500;
}

#point .list .item._02 .txt strong {
	font-size: 3.5rem;
}

/*point03*/
#point .list .item._03 {
	padding-top: 10rem;
}

#point .list .item._03 .txt {
	font-weight: 900;
	font-size: 6.5rem;
}

#point .list .item._03 .txt span {
	font-size: 4.35rem;
	vertical-align: -.05em;
}

#point .list .item._03 .txt span strong {
	font-size: 7.6rem;
}

#point .list .item._03 .txt span sup {
	font-size: 1.6rem;
	margin-left: -1.25em;
	margin-right: .25em;
	vertical-align: 2.8em;
}
#point .product{
	width: 32.5rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 2.5rem 1rem;
	margin: 10.7rem auto 0;
}
#point .product .ttl{
	width: auto;
	margin: 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

#point .product .ttl .txt01{
	font-size: 2.1rem;
}

#point .product .ttl .txt02{
	font-size: 2.6rem;
}
#point .product .ttl .co1{
	color: #c30d23;
}

#point .product .img{
	width: 18.35rem;
	margin: 2.3rem auto 0;
}

#point .product .txt{
	text-align: center;
	color: #baa059;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: .6rem;
}

#point .product .info{
	width: 27.4rem;
	margin: 3.5rem auto 0;
}

#point .product .info dt{
	font-weight: 700;
	font-size: 1.46rem;
	padding-bottom: .2em;
	border-bottom: .1rem solid #000;
	margin-bottom: .6em;
}

#point .product .info dd{
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.3;
	font-feature-settings: "palt";
	text-align: justify;
}

/* karamen
--------------------------------*/
#karamen{
	padding: 2.8rem 0 7.7rem;
	background: url(../img/karamen_bg.jpg) no-repeat top left / 100% 100%;
}

#karamen .wrap {
	width: 34.3rem;
	margin-top: 10.4rem;
}

#karamen .list .item {
	position: relative;
	width: 34.3rem;
	height: 34.3rem;
	border-radius: 50%;
	padding: 4rem 0;
	margin-top: 6.8rem;
	background: url(../img/karamen_item_bg.png) no-repeat center / 100% 100%;
}

#karamen .list .item .num {
	width: 8.7rem;
	padding: 0 1.5rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -3.6rem;
}

#karamen .list .item .num::before {
	content: "";
	width: 2rem;
	height: 2.5rem;
	background: url(../img/point_num_ico.png) no-repeat center / 100% auto;
	position: absolute;
	right: -.8rem;
	top: 0;
	animation-name: bounce-anime;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
}

#karamen .list .item .txt {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 3.1rem;
	line-height: 1.2;
}

#karamen .list .item .txt {
	font-weight: 700;
	font-size: 3.1rem;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

#karamen .list .item .txt * {}

#karamen .list .item .txt strong {
	font-weight: 900;
}

#karamen .list .item .txt .co1 {
	color: #baa059;
}

#karamen .list .item .note {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: 0;
	margin-top: 5rem;
}

/*karamen01*/
#karamen .list .item._01 {
	padding-top: 7.5rem;
}

#karamen .list .item._01 .img {
	width: 10.9rem;
	position: absolute;
	right: 0.3rem;
	top: 2.2rem;
}

#karamen .list .item._01 .txtimg {
	width: 10.9rem;
	margin-left: 4.2rem;
	margin-bottom: -1.2rem;
}

#karamen .list .item._01 .txt span {
	font-size: 3.5rem;
	vertical-align: -.1em;
}

#karamen .list .item._01 .txt span strong {
	font-size: 6.3rem;
}

/*karamen02*/
#karamen .list .item._02 {
	padding-top: 5.5rem;
	background: url(../img/karamen_item_bg.png) no-repeat center / 100% 100%,url(../img/karamen02_img.png) no-repeat center bottom / 34rem auto;
}

#karamen .list .item._02 .txt {
	font-weight: 900;
	font-size: 3rem;
}

#karamen .list .item._02 .txt .small{
	display: inline-block;
	margin-bottom: 1.3rem;
	font-size: 2.1rem;
	font-weight: 500;
}

#karamen .list .item._02 .txt strong {
	font-size: 3.5rem;
}

/*karamen03*/
#karamen .list .item._03 {
	padding-top: 10rem;
}

#karamen .list .item._03 .txt {
	width: 25rem;
	margin-left: 5rem;
}

#karamen .product{
	width: 32.5rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 3rem 0.5rem;
	margin: 10.7rem auto 0;
}
#karamen .product .ttl{
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

#karamen .product .ttl .txt01{
	font-size: 2rem;
}

#karamen .product .ttl .txt02{
	font-size: 2.6rem;
}
#karamen .product .ttl .co1{
	color: #c30d23;
}

#karamen .product .img{
	width: 18.35rem;
	margin: 2.5rem auto 0;
	position: relative;
}

#karamen .product .img .icon {
	width: 9.8rem;
	position: absolute;
	left: -5.4rem;
	top: -3.5rem;
}

#karamen .product .txt{
	text-align: center;
	color: #c30d23;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 1.5rem;
}

#karamen .product .info{
	width: 27.4rem;
	margin: 2rem auto 0;
}

#karamen .product .info dt{
	font-weight: 700;
	font-size: 1.46rem;
	padding-bottom: .2em;
	border-bottom: .1rem solid #000;
	margin-bottom: .6em;
}

#karamen .product .info dd{
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.3;
	font-feature-settings: "palt";
	text-align: justify;
}

/* recipe
--------------------------------*/
#recipe {
	background: url(../img/recipe_bg.png) repeat-y center top / 100% auto;
}

#recipe .ttlwrap {
	background-color: #ffca00;
	padding: 2.85rem 2rem 1.5rem;
}

#recipe .ttlwrap .ttl {
	width: 29.1rem;
	margin: 0 auto;
}

#recipe .ttlwrap .txt_powerd {
	width: 7.2rem;
	line-height: 1;
	margin: 1.6rem auto 0;
}

#recipe .ttlwrap .logo {
	width: 17.65rem;
	margin: .8rem auto 0;
}

#recipe .list {
	padding: 5rem 0;
}

#recipe .list .item .imgwrap {
	width: 39.4rem;
	position: relative;
	z-index: 1;
}

#recipe .list .item:nth-child(odd) .imgwrap {
	right: -11.25rem;
}

#recipe .list .item:nth-child(even) .imgwrap {
	left: -11.25rem;
}

#recipe .list .item .imgwrap .img {
	width: 100%;
}

#recipe .list .item .imgwrap .catch {
	position: absolute;
}

#recipe .list .item._01 .imgwrap .catch {
	width: 14.65rem;
	top: -3.6rem;
	left: .55rem;
}

#recipe .list .item._02 .imgwrap .catch {
	width: 16.85rem;
	top: -1.35rem;
	right: -1.9rem;
}

#recipe .list .item._03 .imgwrap .catch {
	width: 17.5rem;
	top: -2rem;
	left: -.55rem;
}

#recipe .list .item._04 .imgwrap .catch {
	width: 17.55rem;
	top: -1.75rem;
	right: -2.1rem;
}

#recipe .list .item._05 .imgwrap .catch {
	width: 26.1rem;
	top: -2rem;
	left: -1rem;
}

#recipe .list .item .txtwrap {
	width: 30rem;
	height: 30rem;
	background-color: #fff;
	border-radius: 50%;
	padding: 4rem 5rem;
	display: flex;
	align-items: flex-end;
}

#recipe .list .item:nth-child(odd) .txtwrap {
	margin-left: -2.9rem;
}

#recipe .list .item:nth-child(even) .txtwrap {
	margin-left: auto;
	margin-right: -2.9rem;
}

#recipe .list .item._01 .txtwrap {
	margin-top: -12rem;
}

#recipe .list .item._02 .txtwrap {
	margin-top: -10.2rem;
}

#recipe .list .item._03 .txtwrap {
	margin-top: -11.2rem;
}

#recipe .list .item._04 .txtwrap {
	margin-top: -9.25rem;
}

#recipe .list .item._05 .txtwrap {
	margin-top: -11.5rem;
}

#recipe .list .item .txtwrap .ttl {
	color: #0f1c41;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.13;
	letter-spacing: 0;
	margin-bottom: 2rem;
	min-height: 3rem;
}

#recipe .list .item .txtwrap .detail {
	height: 3.15rem;
}

#recipe .list .item .txtwrap .detail img {
	width: auto;
	height: 100%;
}

#recipe .list .item .txtwrap .btn {
	margin-top: 2.75rem;
}

#recipe .list .item .txtwrap .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15.75rem;
	height: 4.3rem;
	color: #0f1c41;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	background-color: #ffca00;
	border-radius: 2.15rem;
	margin: 0 auto;
}

#recipe .list .item .txtwrap .btn a span {
	display: inline-block;
	position: relative;
}

#recipe .list .item .txtwrap .btn a span::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: .1rem solid #0f1c41;
	border-bottom: .1rem solid #0f1c41;
	display: inline-block;
	position: relative;
	transform: rotate(-45deg);
	margin-left: .3rem;
}

#recipe .list .item .subimg {
	width: 20rem;
}

#recipe .list .item:nth-child(odd) .subimg {
	margin-left: auto;
}

#recipe .list .item._01 .subimg {
	margin-right: -3.05rem;
	margin-top: -6.2rem;
	margin-bottom: -1.7rem;
}

#recipe .list .item._02 .subimg {
	margin-left: -3.5rem;
	margin-top: -5.65rem;
	margin-bottom: -2.5rem;
}

#recipe .list .item._03 .subimg {
	margin-right: -6.2rem;
	margin-top: -8.25rem;
}

#recipe .list .item._04 .subimg {
	margin-left: -3.5rem;
	margin-top: -6.2rem;
	margin-bottom: -2.5rem;
}

#recipe .enokitchen{
	padding: 1.8rem 0 4rem;
}

#recipe .enokitchen .txt{
	text-align: center;
	color: #0f1c41;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.35;
	letter-spacing: 0;
}

#recipe .enokitchen .btn{
	margin-top: 1.5rem;
}

#recipe .enokitchen .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22rem;
	height: 6rem;
	color: #0f1c41;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	background-color: #ffca00;
	border-radius: 3rem;
	margin: 0 auto;
}

#recipe .enokitchen .btn a span {
	display: inline-block;
	position: relative;
}

#recipe .enokitchen .btn a span::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: .1rem solid #0f1c41;
	border-bottom: .1rem solid #0f1c41;
	display: inline-block;
	position: relative;
	transform: rotate(-45deg);
	margin-left: .3rem;
}

#recipe .enokitchen .logo{
	width: 16.2rem;
	margin: 3rem auto 0;
}

/* message
--------------------------------*/
#message {
	background-color: #fff;
	padding: 3.7rem 0 0;
}

#message .wrap{
	width: 30rem;
}

#message .logo{
	width: 22.8rem;
	margin: 0 auto 3rem;
}

#message .ttl{
	text-align: center;
	color: #00693e;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
}

#message .inner{
	margin-top: 2rem;
	align-items: flex-end;
}

#message .inner .img{
	width: 9.8rem;
}

#message .inner .img img{
	display: block;
	width: 100%;
}

#message .inner .img .name{
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.3;
	margin-top: 1rem;
}

#message .inner .img .name span{
	display: block;
	font-size: 1.43rem;
}

#message .inner .txt{
	width: 18.2rem;
	color: #231815;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.7;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

#message .btnwrap{
	margin-top: 5rem;
}

#message .btnwrap .txt{
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.3;
	letter-spacing: 0;
}

#message .btnwrap .btn{
	margin-top: 1rem;
}

#message .btnwrap .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22rem;
	height: 6rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0;
	background-color: #05693d;
	border-radius: 3rem;
	margin: 0 auto;
}

#message .btnwrap .btn a span {
	display: inline-block;
	position: relative;
}

#message .btnwrap .btn a span::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: .1rem solid #fff;
	border-bottom: .1rem solid #fff;
	display: inline-block;
	position: relative;
	transform: rotate(-45deg);
	margin-left: .3rem;
}

/* ---------------------------------------
  フッター
-----------------------------------------*/
footer {
	padding: 11rem 0 1.5rem;
	background: #fff url(../img/footer_bg.png) no-repeat center bottom / 100% auto;
	margin-top: -1.6rem;
}

footer .wrap{
	width: 34rem;
}

footer .logo{
	width: 6.95rem;
	margin-left: auto;
}

footer p{
	text-align: right;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-top: 1.8rem;
}

/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */