@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
 L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */

/* Average https://fonts.google.com/specimen/Average */
.font-average {
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
}

/* A-OTF リュウミン */
.ryumin {
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
}



/* ========== COMMON ========== */

body{
  overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}

/* 背景色がある場合フッターのマージンを削除 */
#footer_banner {
	margin-top: 0;
}



/* ========== MAIN ========== */

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
  font-feature-settings: "palt";
	word-wrap: break-word;
	color: #000;
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
	background: #FDF0DF;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}



/* ========== HEADER ========== */

/* lp_mv */
#lp_main_wrap .lp_mv {
	position: relative;
	z-index: 0;
	width: 100vw;
	height: 84vh;
	overflow: hidden;
	background: url("//ds-assets.store-image.jp/e-look.jp/2025/keith/40th_anniversary_vol4/mv_pc_01.jpg") no-repeat center top/cover;
}
#lp_main_wrap .lp_mv-pc {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;

}
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-pc {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
	#lp_main_wrap .lp_mv {
		height: auto;
	}
}

/* lp_mv-pc */
#lp_main_wrap .lp_mv-pc_logo {
	width: 148px;
	max-width: 40%;
	position: absolute;
	top: 5.4%;
	left: 3.8%;
	z-index: 10;
	opacity: 0;
}
#lp_main_wrap .active-mv .lp_mv-pc_logo {
	animation: mvFadeIn 0.6s ease 0s forwards;
}

#lp_main_wrap .lp_mv-pc_text {
	width: 37%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-52.4%, -39%);
	z-index: 11;
	opacity: 0;
}
#lp_main_wrap .lp_mv-pc_text img {
	display: block;
	margin: -150px auto;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#lp_main_wrap .active-mv .lp_mv-pc_text {
	animation: mvFadeIn 0.6s ease 0.5s forwards;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_mv-pc_text {
		transform: translate(-52.4%, -24%);
	}
}

/* lp_mv-smp */
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-smp{
		padding-bottom: 230px;
		background-color: #FDF0DF;
	}
	#lp_main_wrap .lp_mv-smp_logo {
		width: 85%;
		position: absolute;
		top: 5%;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 11;
		opacity: 0;
	}
	#lp_main_wrap .active-mv .lp_mv-smp_logo {
		animation: mvFadeIn 0.6s ease 0s forwards;
	}
	#lp_main_wrap .lp_mv-smp_logo img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_mv-smp_img {
		width: 100%;
		padding-top: 160%;
		position: relative;
		z-index: 5;
		background: url("//ds-assets.store-image.jp/e-look.jp/2025/keith/40th_anniversary_vol4/mv_smp.jpg") no-repeat center top/cover;
	}
	#lp_main_wrap .lp_mv-smp_img::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 7;
		width: 100vw;
		height: 100%;
		background-color: #f7f4ef;
		will-change: transform
	}
	#lp_main_wrap .active-mv .lp_mv-smp_img::after {
		animation: moveRight 0.6s ease-in-out 0s forwards;
	}
	#lp_main_wrap .lp_mv-smp_img::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
		width: 100vw;
		height: 100%;
		background-color: #fff;
		opacity: 0.5;
		will-change: transform
	}
	#lp_main_wrap .active-mv .lp_mv-smp_img::before {
		animation: moveRight 0.9s ease-in-out 0.2s forwards;
	}
	#lp_main_wrap .lp_mv-smp_text {
		width: 85%;
		position: absolute;
		top: 82%;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 11;
		opacity: 0;
	}
	#lp_main_wrap .active-mv .lp_mv-smp_text {
		animation: mvFadeIn 0.6s ease 1s forwards;
	}
	#lp_main_wrap .lp_mv-smp_text img {
		display: block;
		width: 100%;
	}
}

/* animation */
@keyframes mvFadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes moveRight {
  0% {transform: translate(0%, 0%)}
  100% {transform: translate(100%, 0%)}
}


/* mainvisual-single */
/* 
#lp_main_wrap header.mainvisual-single h2 {
  width: 100%;
  margin: 0;
}
#lp_main_wrap header.mainvisual-single h2 img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
 */


/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
  width: 100%;
  margin: 0 auto;
}



/* ========== ANIMATION ========== */

/* fadeIn */
#lp_main_wrap .animation-fadeIn {
  opacity: 0;
}
#lp_main_wrap .active.animation-fadeIn {
  animation: fadeIn 1s ease-in-out 0s forwards;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}



/* ========== ELEMENT ========== */

/* price */
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
  display: block;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
  display: inline-block;
  min-width: 13px;
  margin-right: 7px;
  padding: 2px;
  border: 1px solid #000;
  text-align: center;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif !important;
	font-size: 92%;
  line-height: 92%;
	vertical-align: 1px;
}
#lp_main_wrap .price .msize::before {
  content: "M";
}
#lp_main_wrap .price .lsize::before {
  content: "L";
}
#lp_main_wrap .price a {
  display: inline-block;
  text-decoration: none;
}
#lp_main_wrap .price span:not(:first-child) {
  margin-top: 8px;
}


/* textlink */
#lp_main_wrap a.textlink {
  text-decoration: underline;
}


/* br */
#lp_main_wrap .br_pc {
  display:block;
}
#lp_main_wrap .br_sp {
  display:none;
}
@media (max-width: 767px) {
#lp_main_wrap .br_pc {
  display:none;
}
#lp_main_wrap .br_sp {
  display:block;
}
}

#lp_main_wrap .hover_none {
  pointer-events: none; /* 下線を無効化 */
}

/* ========== Lead ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
  width: 100%;
  margin: 112px auto;
  padding: 0;
}
#lp_main_wrap .lp_lead .lp_lead_inner {
	width: 80%;
	max-width: 1194px;
  margin: 0 auto;
}
#lp_main_wrap .lp_lead p {
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
	font-weight: 400;
	font-style: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_lead {
    margin: 14% auto;
  }
}



/* ========== NAV ========== */

/* lp_nav */
#lp_main_wrap .lp_nav {
	width: 90%;
	max-width: 1000px;
  margin: 0 auto 9%;
}
#lp_main_wrap .lp_nav_content {
	width: 100%;
}
#lp_main_wrap .lp_nav_list {
  margin: 110px auto 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}
#lp_main_wrap .lp_nav_list li {
	max-width: 180px;
	background: #FDF0DF;
}
#lp_main_wrap .lp_nav_list a,
#lp_main_wrap .lp_nav_list img {
	display: block;
  width: 100%;
  max-width: 100%;
	position: relative;
}
#lp_main_wrap .lp_nav_list a {
	transition-property: opacity;
	padding-bottom: 28px;
}
#lp_main_wrap .lp_nav_list a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 5px);
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		width: 80%;
		margin-bottom: 9%;
	}
	#lp_main_wrap .lp_nav_list {
		gap: 0 1%;
		margin: 15% auto 20%;
	}
	#lp_main_wrap .lp_nav_list li {
		width: 32%;
		max-width: unset;
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_nav_list a {
		padding-bottom: 20px;
	}
	#lp_main_wrap .lp_nav_list a::after {
		width: 6px;
		height: 6px;
		left: calc(50% - 3px);
	}
}

/* global_nav lp_nav_content */
#lp_main_wrap #global_nav {
  z-index: 10;
}
#lp_main_wrap #global_nav.fixed {
  position: fixed;
}
@media (min-width: 768px) {
	#lp_main_wrap #global_nav.fixed {
		width: 70px;
		position: fixed;
		top: 50%;
		right: 10px;
		translate: 0 -50%;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		opacity: 0;
		animation: fadeIn 1s ease 0.1s forwards;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list li {
		max-width: unset;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a {
		padding-bottom: 0;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a::after {
		display: none;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap #global_nav.fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list {
		width: 94%;
		margin: 0 auto;
		flex-wrap: nowrap;
		gap: 0 3%;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list li {
		width: 19%;
		max-width: unset;
		margin-bottom: 0;
		box-shadow: 2px 0px 8px 0px rgb(0 0 0 / 0.1);
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a {
		padding-bottom: 0;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a::after {
		display: none;
	}
}



/* ========== COORDINATE 共通 ========== */

/* lp_cd */
#lp_main_wrap .lp_cd {
  width: 100%;
  margin: 0 0 5%;
  padding: 0 0;
}
#lp_main_wrap .lp_cd .lp_cd_inner {
	max-width: 1440px;
  margin: 0 0 0 34.8%;
	padding: 0 110px 0 7.6%;
}
@media (max-width: 767px) {
  #lp_main_wrap .lp_cd {
    margin: 0 auto 15%;
		padding: 0;
  }
	#lp_main_wrap .lp_cd .lp_cd_inner {
		margin: 0 auto !important;
		padding: 0;
	}
}

/* lp_cd_img */
#lp_main_wrap .lp_cd_img img {
  width: 100%;
  max-width: 100%;
}

/* ========== COORDINATE COVER ========== */

/* lp_cd_cover */
#lp_main_wrap .lp_cd_cover {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 34.8%;
	top: 0;
	left: 0;
	transition: all 1s ease 0s;
	z-index: 2;
}
#lp_main_wrap .lp_cd_cover.active-cover {
	visibility: visible;
	opacity: 1;
}
#lp_main_wrap .lp_cd_cover img {
	object-fit: contain;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_cover {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: visible;
	}
}



/* ========== COORDINATE CONTENT ========== */

/* lp_cd_content */
#lp_main_wrap .lp_cd_content {
  margin-bottom: 16.6%;
  display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#lp_main_wrap .lp_cd_content_01 {
  width: 48.6%;
}
#lp_main_wrap .lp_cd_content_02 {
  width: 48.6%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_content {
		width: 100%;
		margin: 0 0 16%;
		display: block;
	}
	#lp_main_wrap .lp_cd_content_01 {
		width: 100%;
	}
	#lp_main_wrap .lp_cd_content_02 {
		width: 100%;
	}
}

/* lp_cd_lp_cd_title */
#lp_main_wrap .lp_cd_title {
	margin: 19% 0 23% 9%;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
#lp_main_wrap .lp_cd_title .span_sec_01,.span_sec_02{
  font-size: 17px;
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_title {
		width: 80%;
		margin: 12.6% auto 11%;
		font-size: 25px;
		line-height: 1.5;
		letter-spacing: 0.14em;
	}
	#lp_main_wrap .lp_cd_title .span_sec_01{
  font-size: 16px;
  display: block;
  line-height: 2;
  margin: 0 0 -30px 0;
	}
	#lp_main_wrap .lp_cd_title .span_sec_02{
  font-size: 16px;
  display: block;
  line-height: 2;
  margin: 0 0;
	}
}

/* lp_cd_text */
#lp_main_wrap .lp_cd_text {
	width: 84%;
	margin: 0 -18% 0 41%;
  padding: 15px 55px 9px;
	position: relative;
}
#lp_main_wrap .lp_cd_text::before {
	display: block;
	content: "";
	width: 22px;
	height: 17px;
	background: url("//ds-assets.store-image.jp/e-look.jp/2025/keith/40th_anniversary_vol4/quotation_l_02.png") no-repeat left top / contain;
	position: absolute;
	top: 0;
	left: 0;
}
#lp_main_wrap .lp_cd_text::after {
	display: block;
	content: "";
	width: 22px;
	height: 17px;
	background: url("//ds-assets.store-image.jp/e-look.jp/2025/keith/40th_anniversary_vol4/quotation_r_02.png") no-repeat right bottom / contain;
	position: absolute;
	right: 0;
	bottom: 0;
}
#lp_main_wrap .lp_cd_text p {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_text {
		width: 90%;
		margin: 0 auto;
		padding: 7px 36px 9px;
		position: relative;
	}
	#lp_main_wrap .lp_cd_text::before {
		width: 20px;
	}
	#lp_main_wrap .lp_cd_text::after {
		width: 20px;
	}
	#lp_main_wrap .lp_cd_text p {
		line-height: 2;
	}
}

/* lp_cd_img01 */
#lp_main_wrap .lp_cd_img01 {
	margin-bottom: 15.4%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_img01 {
		width: 90%;
		margin: 0 auto 11%;
	}
}

/* lp_cd_img02 */
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_img02 {
		display: none;
	}
}



/* ========== COORDINATE RECOMMEND ========== */
#lp_main_wrap .lp_cd_recommend {
		width: 100%;
		margin: 0 auto;
	}

/* lp_cd_recommend */
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_recommend {
		width: 90%;
		margin: 0 auto;
	}
}

/* lp_cd_recommend_title */
#lp_main_wrap .lp_cd_recommend_title {
	margin-bottom: 5%;
	text-align: center;
	font-family: 'Average','游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_recommend_title {
		margin-bottom: 7%;
		font-size: 28px;
	}
}

/* lp_cd_recommend_list */
#lp_main_wrap .lp_cd_recommend_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.33%;
}
#lp_main_wrap .lp_cd_recommend_list_center {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.33%;
	justify-content: center;
}

#lp_main_wrap .lp_cd_recommend_list li {
	width: 24%;
	margin-bottom: 5%;
}
#lp_main_wrap .lp_cd_recommend_list_center li {
	width: 24%;
	margin-bottom: 5%;
}
@media (max-width: 1680px) {
	#lp_main_wrap .lp_cd_recommend_list {
		gap: 0 1.1%;
	}
	#lp_main_wrap .lp_cd_recommend_list li {
		width: 31.6%;
		margin-bottom: 5%;
	}
	#lp_main_wrap .lp_cd_recommend_list_center li {
		width: 32%;
		margin-bottom: 5%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_cd_recommend_list {
		gap: 0 2%;
	}
	#lp_main_wrap .lp_cd_recommend_list li {
		width: 49%;
		margin-bottom: 8%;
	}
	#lp_main_wrap .lp_cd_recommend_list_center {
		justify-content: left;
	}
	#lp_main_wrap .lp_cd_recommend_list_center li {
		width: 49%;
		margin-bottom: 8%;
	}
}

/* lp_cd_recommend_list_img */
#lp_main_wrap .lp_cd_recommend_list_img {
	margin-bottom: 16px;
}
#lp_main_wrap .lp_cd_recommend_list_img img {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 767px) {
}

/* lp_cd_recommend_list_credit */
#lp_main_wrap .lp_cd_recommend_list_credit p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
}

/* ========== Special Movie ========== */
/* lp_movie */
#lp_main_wrap .lp_movie {
	width: 100%;
	padding: 6.8% 0 6.4%;
	background-color: #FDF0DF;
}
#lp_main_wrap .lp_movie_inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#lp_main_wrap .lp_movie h3 {
	margin-bottom: 40px;
	font-family: 'Average',"a-otf-ryumin-pr6n",'游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#lp_main_wrap .lp_movie video {
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	#lp_main_wrap .lp_movie {
	width: 100%;
	padding: 6.8% 0 17.4%;
	background-color: #FDF0DF;
}
#lp_main_wrap .lp_movie video {
	width: 93%;
}
#lp_main_wrap .video_center {
	text-align:center
}
}

/* ========== PROFILE ========== */

/* lp_profile */
#lp_main_wrap .lp_profile {
	width: 100%;
	padding: 6.8% 0 1.4%;
	background-color: #FDF0DF;
}
#lp_main_wrap .lp_profile_inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#lp_main_wrap .lp_profile h3 {
	margin-bottom: 26px;
	font-family: 'Average',"a-otf-ryumin-pr6n",'游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#lp_main_wrap .lp_profile p {
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-size: 14px;
  line-height: 2.285;
  letter-spacing: 0.14em;
	color: #363636;
  text-align: center;
}
#lp_main_wrap .lp_profile p + p {
	margin-top: 4%;
}
#lp_main_wrap .lp_profile p.lp_profile_detail {
	text-align: left;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_profile {
		padding: 15% 0 12%;
	}
	#lp_main_wrap .lp_profile_inner {
		width: 80%;
		max-width: unset;
	}
	#lp_main_wrap .lp_profile h3 {
		margin-bottom: 24px;
		font-size: 28px;
	}
	#lp_main_wrap .lp_profile p {
		font-size: 13px;
		line-height: 2.1;
	}
	#lp_main_wrap .lp_profile p + p {
		margin-top: 5%;
	}
}


/* lp_profile */
#lp_main_wrap .lp_staff {
	width: 100%;
	padding: 4.2% 0 4.8%;
	background-color: #FDF0DF;
}
#lp_main_wrap .lp_staff_inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#lp_main_wrap .lp_staff h3 {
	margin-bottom: 26px;
	font-family: 'Average',"a-otf-ryumin-pr6n",'游明朝',"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	font-weight: 400;
	font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
#lp_main_wrap .lp_staff p {
  font-family: "a-otf-ryumin-pr6n","游明朝","Yu Mincho","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3", serif;
  font-size: 14px;
  line-height: 2.285;
  letter-spacing: 0.14em;
	color: #363636;
  text-align: center;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_staff {
		padding: 0 0 12%;
	}
	#lp_main_wrap .lp_staff_inner {
		width: 80%;
		max-width: unset;
	}
	#lp_main_wrap .lp_staff h3 {
		margin-bottom: 24px;
		font-size: 28px;
	}
	#lp_main_wrap .lp_staff p {
		font-size: 13px;
		line-height: 2.1;
	}
}


/* ========== BTN ========== */

/* lp_btn */
#lp_main_wrap .lp_btn {
  width: 100%;
  margin: 0;
  padding: 0 0 6%;
  text-align: center;
	background-color: #FDF0DF;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}
#lp_main_wrap .lp_btn .lp_btn_inner {
	width: 90%;
	max-width: 1000px;
  margin: 0 auto 4%;
}
#lp_main_wrap .lp_btn .lp_btn_content + .lp_btn_content {
	margin-top: 4%;
}
#lp_main_wrap .lp_btn a {
  display: block;
  position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  padding: 20px;
	font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #333;
  color: #fff;
}
#lp_main_wrap .lp_btn a::after {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: calc(50% - 6px);
  right: 19px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
#lp_main_wrap .lp_btn a:hover,
#lp_main_wrap .lp_btn a:active {
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap .lp_btn a:not(:first-child) {
	margin-top: 12px;
}
#lp_main_wrap .lp_btn .lp_btn_content-1 a {
  background-color: #2e2e2e;
  color: #fff;
  border: 1px solid #2e2e2e;
}
#lp_main_wrap .lp_btn .lp_btn_content-1 a:hover {
  background-color: #FDF0DF;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
}
#lp_main_wrap .lp_btn .lp_btn_content-1 a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#lp_main_wrap .lp_btn .lp_btn_content-1 a:hover::after{
	border-top-color:#2e2e2e;
	border-right-color:#2e2e2e;
}

#lp_main_wrap .lp_btn .lp_btn_content-2 a {
  background-color: #FDF0DF;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
}
#lp_main_wrap .lp_btn .lp_btn_content-2 a:hover {
  background-color: #2e2e2e;
  color: #FDF0DF;
  border: 1px solid #FDF0DF;
}
#lp_main_wrap .lp_btn .lp_btn_content-2 a::after {
  border-top-color: #2e2e2e;
  border-right-color: #2e2e2e;
}

#lp_main_wrap .lp_btn .lp_btn_content-2 a:hover::after{
	border-top-color:#FDF0DF;
	border-right-color:#FDF0DF;
}

@media (max-width: 767px) {
	#lp_main_wrap .lp_btn {
		padding: 0 0 10%;
	}
	#lp_main_wrap .lp_btn .lp_btn_inner {
		margin: 0 auto 8%;
	}
	#lp_main_wrap .lp_btn .lp_btn_content + .lp_btn_content {
		margin-top: 8%;
	}
	#lp_main_wrap .lp_btn a {
    padding: 18px;
    font-size: 16px;
	}
	#lp_main_wrap .lp_btn a:not(:first-child) {
		margin-top: 3%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn a {
    padding: 10px 12px 12px 12px ;
    font-size: 15px;
	}
}





/* ========== UTILITY ========== */

#lp_main_wrap .lp_viewpc_block {
  display: block;
}
#lp_main_wrap .lp_viewpc_inline {
  display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
  display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
  display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
  display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
  display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
	  display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
	  display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
	  display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
	  display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
	  display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
	  display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
	  display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
	  display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
	  display: none;
	}
}
