@charset "utf-8";
/* CSS Document */
html {
  font-size: 16px;
}
body{
  font-family: "游ゴシック体","游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}

.content {
  max-width: 1100px;
  margin:  auto;
	padding: 0 20px;
}
.ttl_m {
  font-size: 1.2rem;
}
.mt_40 {
	margin-top: 40px;
}
.mb_40 {	
	margin-bottom: 40px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* PC表示 */
@media only screen and (min-width: 768px) {
	.sp {
    display: none;
  }
	.pc_block {
		display: block;
	}
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {

  .PC {
    display: none;
  }
}


/*--- btn ---*/
.btn a {
	text-align: center;
	background: #e60012;
	border: #e60012 solid 2px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	width: 440px;
	font-size: 18px;
	border-radius: 6px;
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 10px 0;
}
.btn a::after {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	right: 30px;
}
.btn a img {
		width: 24px;
		height: auto;
		position: absolute;
		right: 14px;
		top: 22px;
		transition: all 300ms 0s ease;
}
.btn a:hover {
	background: #fff;
	color: #e60012;
}
.btn a:hover::after {
	color: #e60012;
	right: 20px;
}
.btn a:hover img {
	right: 5px;
	top:22px;
}



/* スマホ表示 */
@media only screen and (max-width: 767px) {
	.btn a {
		width: 100%;
		padding: 4px 0;
	}
	.btn a::after {
		right: 16px;
	}
}



/*--- header ---*/
.page header {
	background: #102e4f;
	height: 80px;
	border-bottom: #81c1f6 solid 2px
}
.logo {
  position: absolute;
  z-index: 10;
  top:10px;
  left: 20px;
  width: 200px;
	height: 63px;
}
.logo img {
  width: 100%
}

.drawer-hamburger {
  padding-top: 30px;
  padding-bottom: 36px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
	background-color:#333;
	border-radius: 0px 0px 0px 10px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
	background-color: #fff;
}

.drawer-hamburger:hover{
  background-color: #fff;
}
.drawer-hamburger:hover .drawer-hamburger-icon,
.drawer-hamburger:hover .drawer-hamburger-icon:before,
.drawer-hamburger:hover .drawer-hamburger-icon:after {
  background-color: #333;
}

.drawer-open .drawer-hamburger:hover .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-nav {
	width: 30%;
	padding: 16px;
	background: url("../img/bg_red.png");
	background-color: #e60012;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.menu_logo {
  text-align: center;
  margin-top: 30px;
	margin-bottom: 20px;
}
.menu_logo img {
  width: 50%;
	height: auto;
}
.menu {
  max-width: 560px;
  margin: 0 auto;
}
.menu .menu_item {
	line-height: 1.4;
}
.menu .menu_item a {
	display: flex;
	align-items: center;
	color: #e60012;
	text-decoration: none;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 1.1rem;
	position: relative;
	min-height: 4.2em;
}
.menu .menu_item a::after{
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
}

.menu a:hover{
  opacity: 0.7;
}
.menu .menu_item p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.sns_menu {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.sns_menu li {
  width: 30%;
  text-align: center;
}
.sns_menu li i {
  font-size: 2.8rem;
  color: #333;
}
.nav_txt {
  font-size: 0.76rem;
  color: #666;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
	.drawer--right .drawer-nav{
			right: -100%;
	}
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
	.drawer--right .drawer-nav{
				top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition-duration:1s;
	}
	.drawer--right.drawer-open .drawer-nav{
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	}
  .logo {
    width: 150px;
  }
  .drawer-nav {
    width: 100%;
  }
  .menu {
    width: 100%;
    padding: 0 16px;
  }
.menu .menu_item p {
  font-size: 1.2rem;
  }
}


/* === pagetop ===  */
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 100;
}
.pagetop a {
	background: #fff;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: inherit;
	box-shadow: 0 7px 25px rgba(0, 0, 0, 0.25);
}
.pagetop a::before {
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
}


/*--- footer ---*/

footer {
	background: #333;
	padding: 10px 0 10px;
	color: #fff;
}
.footer_inner {
  padding: 0 16px;
	width: 80%;
	margin: 0 auto;
}
.copy {
	text-align: right;
	margin-bottom: 0;
	font-size: 0.8rem;
}


.footer_menu {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: flex-start;
}
.footer_nav {
  width: 100%;
  max-width: 940px;
}
.footer_menu .sns_menu {
  width: 220px;
  margin-top: 0;
  justify-content: flex-end;
}
.footer_menu .sns_menu li {
  width: 33%;
  text-align: right
}
.footer_menu .sns_menu li i {
  font-size: 2.2rem;
	color: #fff;
}
.footer_menu .sns_menu a:hover{
  opacity: 0.7;
}
footer a {
  color: #fff;
	font-size: 0.9rem;
	margin-right: 20px;
}
footer a:hover {
  text-decoration: underline;
}
.footer_logo {
	width: 180px;
}
.footer_nav li i {
  margin-right: 6px;
}
.links {
  display: flex;
  justify-content: flex-end;
  font-size: 0.9rem;
  margin-top: 20px;
}
.links li {
  border-right: #999 solid 1px;
  padding: 0 16px;
  line-height: 1.5;
}
.links li:first-child {
  border-left:  #999 solid 1px;
}

/* スマホ表示 */
@media only screen and (max-width: 767px) {
	.footer_inner {
		width: 100%;
	}
	.footer_inner .m_row {
		display: block;
	}
  .footer_menu {
    display: block;
  }
  .footer_nav {
    font-size: 0.9rem;
  }
  .footer_menu .sns_menu {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
	.footer_menu .sns_menu li {
		width: 20%;
		text-align: center;
	}
	.footer_logo {
		text-align: center;
		margin: 0 auto;
	}
  .links {
    justify-content: center;
    font-size: 0.8rem;
  }
}





/*==== TOP ====*/

/*--- top_area ---*/
.top_area {
	position: relative;
}
.top_area::after{
		display: block;
		content: "";
		position: absolute;
		right: 12%;
		bottom: 30px;
		width: 60%;
	max-width: 643px;
	height: 424px;
		background: url(../img/top_img.png) no-repeat right bottom;
	background-size: 100%;
	animation: fadeIn 1s ease 0.5s 1 normal forwards;
	opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
  }
}
.top_area_inner {
  background: url("../img/bg_red.png");
		position: relative;
	min-height: 500px;
	overflow: hidden;
}
.top_area_inner::before{
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: url(../img/top_bg_btm.png) repeat-x center bottom;
		height: 42%;
		background-size: cover;
}
.top_content {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
	height: 424px;
}
.top_area h1 {
	max-width: 460px;
	width: 50%;
	margin-top: 76px;
}
.top_area h1 img {
	width: 100%;
	height: auto;
}
.mark {
	position: absolute;
	right: 6%;
	bottom: 0;
	max-width: 187px;
	width: 20%;
	height: auto;
	animation: bounceIn 1s ease 1s 1 normal;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  60% {
			opacity: 1;
    transform: scale3d(.9, .9, .9);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.lead {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 40px 0;
}
.lead span {
	font-size: 2.2rem;
	color: #e60012;
	display: block;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.wide_n{
	width: 90%;
	margin: 0 auto;
}


/* スマホ表示 */
@media only screen and (max-width: 600px) {
	.top_content h1 {
		width: 60%;
		margin: 60px auto 0;
	}
	.lead {
		font-size: 1.2rem;
		margin: 40px 0;
	}
	.lead span {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 420px) {
	.top_area {
		margin-bottom: 80px;
	}
	.top_area::after{
		background: url(../img/top_img.png) no-repeat left bottom;
		background-size: 90%;
		bottom: -30px;
		width: 100%;
		left: 0;
	}
	.top_area_inner::before {
		background-size: 150%;
	}
	.top_area_inner {
		min-height: 460px;
	}
	.top_content {
		height: auto;
	}
	.top_content h1 {
		width: 80%;
		margin: 100px auto 0;
	}
	.mark {
		bottom: -56px;
		width: 120px;
		height: auto;
		right: 2%;
	}
	.wide_n {
		width: 100%;
	}
}




/* アンカーナビ */
.anchor_nav {
	border-top: #e60012 solid 1px;
	border-bottom: #e60012 solid 1px;
	padding: 16px 0;
	margin: 40px 0;
}
.anchor_nav ul {
	display: flex;
	align-items: stretch;
}
.anchor_nav ul li {
	width: 25%;
	border-right: #e60012 solid 1px;
}
.anchor_nav ul li:first-child {
	border-left: #e60012 solid 1px;
}
.anchor_nav ul li a {
	color: #e60012;
	padding: 4px 16px 4px 60px;
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 100%;
}
.anchor_nav ul li a::before{
		display: block;
		content: "";
		position: absolute;
		left: 8%;
		bottom: 50%;
		width: 25px;
		height: 26px;
		background: url(../img/icon_arw_down.png) no-repeat;
		transform: translateY(50%);
}
.anchor_nav ul li a span {
	display: inline-block;
}

@media only screen and (max-width: 1000px) {
	.anchor_nav ul li a {
		padding: 4px 10px 4px 50px;
	}
	.anchor_nav ul li a::before{
		left: 5%;
	}
}
@media only screen and (max-width: 767px) {
	.anchor_nav {
		padding: 0;
		border: none;
	}
	.anchor_nav ul{
		flex-wrap: wrap;
	}
	.anchor_nav ul li {
		width: 50%;
		min-height: 4.2em;
		border: #e60012 solid 1px;
		line-height: 1.4;
	}
	.anchor_nav ul li:nth-child(odd) {
		border-right: none;
	}
	.anchor_nav ul li:nth-child(n+3)  {
		border-top: none;
	}
	.anchor_nav ul li a{
		font-size: 1rem;
		padding: 8px 10px 8px 40px;
	}
}


/*--- 以下 ---*/
.fadeInUp {
	animation-duration: 1s;
	animation-delay: 0.3s;
}
.ttl_2 {
	background: url("../img/bg_red.png");
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	padding: 16px;
	line-height: 1.4;
	margin-top: 80px;
	margin-bottom: 80px;
}
.ttl_2 span {
	max-width: 1100px;
	margin:  auto;
	padding-left: 70px;
	position: relative;
	min-height: 70px;
	display: flex;
	align-items: center;
}
.ttl_2 span:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		bottom: 50%;
		width: 48px;
		height: 70px;
		background: url(../img/glass.png) no-repeat;
		background-size: 100%;
		transform: translateY(50%);
}
.ttl_3 {
	color: #e60012;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 1.5em;
	line-height: 1.4;
	margin-top: 2em;
}
.ttl_4 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
.ttl_4 span {
	font-size: 0.8em;
}
#amino .ttl_2 {
	margin-top: 0;
}
.m_row_r {
	display: flex;
	justify-content: space-between;
}
.m_row_r .m_col {
	width: 42%;
	margin-left: 40px
}
.m_row_r .m_col img {
	width: 100%;
}
.m_col_auto {
	flex: 1;
}
.m_row_r .m_col .ttl_4 {
	margin-top: 0;
}

.amino_list {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.list_red {
	background: #f4e2e3;
	border-right: #fff solid 1px;
}
.list_bl {
	background: #e9ebed;
}
.amino_list_hd {
	color: #fff;
	text-align: center;
	padding: 10px 30px;
}
.amino_list_hd p {
	margin-bottom: 0;
}
.list_red .amino_list_hd {
	background: #e60012;
}
.list_bl .amino_list_hd {
	background: #404040;
}
.amino_list_hd h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
.amino_list_hd h4 span {
	background: #fff;
	color: #e60012;
	padding: 0 6px;
	margin-left: 8px;
}
.amino_list_content {
	padding: 20px 34px;
}
.amino_list_content .border_box {
	background: #fff;
	border: #e60012 solid 2px;
	padding: 4px 12px;
	margin: 0 -12px 10px;
}
.amino_list_content .border_box h4 {
	color: #e60012;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.amino_list_content .border_box h4 span {
	background: #e60012;
	color: #fff;
	padding: 0 6px;
	margin-left: 6px;
}
.amino_list_content ul li {
	font-size: 1.1rem;
	margin-bottom: 3px;
}

.m_row {
	display: flex;
}
.m_row img {
	width: 100%;
	height: auto;
}
.m_row_4_2 {
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
.m_row_4_2 li {
	width: 23.5%;
	text-align: center;
}
.m_row_4_2 li:last-child {
	margin-right: 0;
}
.m_row_2_1_box{
	justify-content: space-between;
	margin-top: 40px;
}
.m_row_2_1_box > div {
	background: #f7ebec;
	width: 48%;
	padding: 30px;
	border-radius: 16px;
}
.elastin_img {
	width: 220px;
	margin: 0 auto 30px;
}
.m_row_2_1_box .ttl_4 {
	margin-top: 0;
}
.c_img {
	max-width: 680px;
	margin: 0 auto;
}
.c_img img {
	width: 100%;
	height: auto;
}
.txt_s {
	font-size: 0.8rem;
	line-height: 1.4;
}
.c_img .txt_s {
	margin-top: 5px;
}
.bn_cap {
	color: #333;
	font-size: 0.9em;
	line-height: 1.4;
	display: block;
	margin-top: 6px;
}
.bnr a:hover {
	opacity: 0.6;
}
.fd {
	background-color: #f7ebec;
	padding-top: 140px;
	padding-bottom: 60px;
	position: relative;
	margin-top: 80px;
}
.fd::before{
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: -1px;
		width: 100%;
		background: url("../img/bg_fd_top.png") no-repeat center top;
		height: 20%;
		background-size: 100%;
}
.fd h2 {
	font-size: 2.4rem;
	font-weight: bold;
	width: 30%;
	line-height: 1.4;
}
.fd h2 span {
	display: inline-block;
}
.note {
	padding: 0.5em 1em 0.5em 2em;
	border: #888 dotted 1px;
	text-indent: -1em;
	font-size: 0.95em;
	margin: 50px auto 0;
	text-align: center;
	width: 88%;
}
@media only screen and (max-width: 1000px) {
	.fd .m_row {
		display: block;
	}
		.fd h2 {
		width: 100%;
		font-size: 2rem;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.note {
		text-align: left;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.ttl_2 {
		font-size: 1.4rem;
		padding: 12px;
		margin-bottom: 40px;
	}
	.ttl_2 span {
			padding-left: 50px;
		min-height: 60px;
	}
	.ttl_2 span:before {
		width: 40px;
		height: 60px;
	}
	.ttl_4 {
		font-size: 1.2rem;
	}
	.m_row_r {
		display: block;
	}
	.m_row_r .m_col {
		width: 100%;
		margin-left: 0;
	}
	.ttl_3 {
		font-size: 1.3rem;
	}
	.amino_list {
		display: block;
	}
	.list_red {
		border-right: none;
		margin-bottom: 20px;
	}
	.m_row_4_2 {
		width: 100%;
		flex-wrap: wrap;
	}
	.m_row_4_2 li {
		width: 48%;
		margin-bottom: 20px;
	}
	.m_row_2_1_box{
		display: block;
	}
	.m_row_2_1_box > div{
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}
	.bn_cap {
		text-align: center;
	}
	.fd {
		padding-top: 60px;
		margin-top: 60px;
	}
	.fd::before{
		background-size: 180%;
	}
}
