@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 ========== */



/* ========== 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;
	}
}

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

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	word-wrap: break-word;
	color: #282828;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.12em;
	background-color: #E1E8DC;
}
#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,
#lp_main_wrap a::before,
#lp_main_wrap a::after {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#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 {
	width: 100%;
	margin: 0 ;
}
#lp_main_wrap .lp_mv_1920 img {
	width: 100vw;
}

/* lp_mv */
#lp_main_wrap .lp_mv-1440,
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv_1920 {
		display: none;
	}
	#lp_main_wrap .lp_mv-1440 {
		display: block;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-1440 {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
		margin: 0px 0px 40px 0px;
	}
}




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

/* リード */
#lp_main_wrap .lp_lead {
    margin: 100px auto 0;
    text-align: center;
}
#lp_main_wrap .lp_lead p {
	line-height: 2.4;
	margin-bottom: 75px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		margin: 0 auto 70px;
		padding: 0 8%;
	}
	#lp_main_wrap .lp_lead p {
		margin: 0 auto 30px;
	}
	#lp_main_wrap .lp_lead p span {
		display: block;
		text-align: center;
	}
}

/* lp_nav */
#lp_main_wrap .lp_nav {
  margin: 0 auto 140px;
  text-align: center;
}
#lp_main_wrap .lp_nav .lp_nav_inner {
	width: 100%;
	max-width: 1170px;
  margin: 0 auto;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 40px;
}
#lp_main_wrap .lp_nav_list li {
	max-width: 190px;
}
#lp_main_wrap .lp_nav_list a,
#lp_main_wrap .lp_nav_list img {
	display: block;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}
#lp_main_wrap .lp_nav_list .nav_title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #6DAF8C;
}
#lp_main_wrap .lp_nav_list .arrow-down {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #6DAF8C;
  border-bottom: 1px solid #6DAF8C;
  transform: rotate(45deg);
  margin-top: 10px;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_nav {
		margin: 0 auto 100px;
	}
	#lp_main_wrap .lp_nav_list {
    flex-wrap: wrap;
	  gap: 30px 10px;
	}
	#lp_main_wrap .lp_nav_list li {
    width: 100px;
		max-width: unset;
	}
	#lp_main_wrap .lp_nav_list .nav_title {
		font-size: 16px;
	}
}

/* lp_code */
#lp_main_wrap .lp_code {
	margin: 120px auto 120px;
	width: 90%;
	max-width: 1205px;
}
#lp_main_wrap .lp_code:nth-of-type(3) {
	margin-bottom: 120px;
}
#lp_main_wrap .code_conteiner {
	margin: 0 auto 120px;
}
#lp_main_wrap .lp_code h3 {
	font-family: 'Average','Hiragino Mincho ProN','BIZ UDPMincho','Garamond', "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 64px;
	font-weight: 400;
	color: #6DAF8C;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
	line-height: 1;
}
#lp_main_wrap .lp_code h3 span {
	font-size: 20px;
	gap: 5%;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
	display: block;
}
#lp_main_wrap .code_item {
	display: flex;
	flex-wrap: wrap;
	line-height: 2.1;
	margin-bottom: 170px;
	justify-content: space-between;
}
#lp_main_wrap .lp_code:nth-of-type(3) .code_item {
	align-items: normal;
}
#lp_main_wrap .code_contents {
	width: 46%;
}
#lp_main_wrap .lp_code .code_contents:nth-of-type(2) {
	margin-top: 120px;
}
#lp_main_wrap .code_contents img {
	box-shadow: 12px 12px 0px 0 #C5D6CD;
}
#lp_main_wrap .sec_01_text {
	margin: 30px 0 30px;
	line-height: 2.1;
}
#lp_main_wrap .code_contents_text {
	padding: 3%;
	width: 43%;
}
#lp_main_wrap .item_ttl {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 16px;
	line-height: 1.33;
	margin-top: 30px;
}
#lp_main_wrap .lp_item_credit {
	display: flex;
	gap: 10px;
}
#lp_main_wrap .lp_item_credit a {
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 30px;
}
#lp_main_wrap .code_contents_img {
	width: 53%;
	box-shadow: -12px 12px 0px 0 #C5D6CD;
}
#lp_main_wrap .code_link {
	display: flex;
	justify-content: end;
	margin-top: 47px;
	margin-right: 20px;
}
#lp_main_wrap .code_link ul {
	display: flex;
	justify-content: end;
	gap: 12px;
	margin-right: 2px;
}
#lp_main_wrap .code_link p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin-right: 20px;
}
@media (max-width: 767px) {
	#lp_main_wrap .code_link {
		margin-top: 60px;
		flex-direction: column;
		align-items: end;
	}
	#lp_main_wrap .lp_code h3 span {
		margin-bottom: 22px;
	}
	#lp_main_wrap .code_link p {
		margin: 0 0 10px;
	}
}

#lp_main_wrap .lp_code .code_link a {
	display: inline-block;
	width: fit-content;
	font-size: 13px;
	font-weight: 400;
	color: #282828;
	position: relative;
	letter-spacing: 0.09em;
	padding: 0 12px 2px 0;
	border-bottom: solid 1px;
}
#lp_main_wrap .lp_code .code_link a::after {
	display: block;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    border-top: solid 1px #282828;
    border-right: solid 1px #282828;
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_code {
		margin: 90px auto;
		width: 100%;
	}
	#lp_main_wrap .code_conteiner:nth-of-type(1) {
		margin-bottom: 70px;
	}
	#lp_main_wrap .code_item {
		display: block;
		margin-bottom: 80px;
	}
	#lp_main_wrap .lp_code h3 {
		font-size: 38px;
		margin: 10% 0;
		padding: 0 8%;
	}
	#lp_main_wrap .lp_code h3 img {
		width: 15px;
		margin: 0 10px;
	}
	#lp_main_wrap .code_contents {
		width: 100%;
		margin-top: 30px;
	}
	#lp_main_wrap .lp_code .code_contents:nth-of-type(2),
	#lp_main_wrap .lp_code .code_contents:nth-of-type(3) {
		margin-top: 60px;
	}
	#lp_main_wrap .lp_code:nth-of-type(3) {
		margin-bottom: 80px;
	}
	#lp_main_wrap .code_item_text {
		margin: 30px auto 60px;
		padding: 0 10%;
	}
	#lp_main_wrap .sec_01_text {
		margin: 0;
		padding: 0 8%;
		margin-bottom: 30px;
		line-height: 1.8;
	}
	#lp_main_wrap .code_contents img {
		box-shadow: none;
	}
	#lp_main_wrap .code_contents_img {
	box-shadow: none;
	width: 100%;
	}
	#lp_main_wrap .code_contents_text {
		width: 100%;
		padding: 0;
	}
}

/* OTHER ITEM */

/* lp_other_item_credit */
#lp_main_wrap .lp_other h4 {
	color: #6DAF8C;
	line-height: 1;
	font-size: 32px;
	margin-bottom: 39px;
}
#lp_main_wrap .lp_other_item_credit {
	margin-top: 12px;
}
#lp_main_wrap .lp_other_item_credit p {
	font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_other_item_credit p + p {
	margin-top: 4px;
}
#lp_main_wrap .lp_other_item_credit p.price {
	display: flex;
	gap: 2px 9px;
	width: 180px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0em;
}
#lp_main_wrap .price a {
	border-bottom: 1px solid #000;
}
#lp_main_wrap .p-item-list__price {
	display: inline-block;
    margin-top: 4px;
	font-size: 13px;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_other h4 {
		margin-left: 8%;
	}
	#lp_main_wrap .lp_other_item {
		width: auto;
		margin: 19px auto 0;
	}
	#lp_main_wrap .lp_other_item_credit {
		margin-top: 12px;
	}
	#lp_main_wrap .lp_other_item_credit p + p {
		margin-top: 2px;
	}
	#lp_main_wrap .lp_other_item_credit p.price {
		gap: 0 5px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_other_item_credit p.price {
		font-size: 10px;
		width: 100%;
		flex-wrap: wrap;
	}
}


/* swiper */
#lp_main_wrap .swiper-wrapper {
	gap: 25px;
}

#lp_main_wrap .swiper-itemlist {
	overflow: hidden;
	position: relative;
}
#lp_main_wrap .swiper-slide {
	width: calc((100% - 2% * 5) / 6);
}
#lp_main_wrap .swiper-slide:last-child {
	margin-right: 0;
}
#lp_main_wrap .swiper-container-horizontal > .swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 4px;
	z-index: 50;
	width: 100%;
	height: 1px;
	margin-top: 48px;
	border-radius: 0;
}
#lp_main_wrap .swiper-scrollbar {
	background-color: #3d3935;
}
#lp_main_wrap .swiper-scrollbar-drag {
	top: -2px;
	height: 5px;
	background-color: #3d3935;
	border-radius: 0;
}
#lp_main_wrap .note {
	margin-top: 30px;
	letter-spacing: 0.12em;
}
.swiper-scrollbar-lock {
	display: none !important;
}
@media (max-width: 850px) {
	#lp_main_wrap .swiper-wrapper {
	gap: 0px;
	}
	#lp_main_wrap .swiper-itemlist {
		overflow: hidden;
		padding: 0 8%;
	}
	#lp_main_wrap .swiper-slide {
		width: calc((100% - 20%) / 2.16);
		margin-right: 10px;
	}
	#lp_main_wrap .swiper-container-horizontal > .swiper-scrollbar {
	margin-top: 40px;
	}
	#lp_main_wrap .note {
	line-height: 1.5;
	}
}

/* 最下部btn */
#lp_main_wrap .lp_btn {
	margin: 0 auto 140px;
}
#lp_main_wrap .lp_btn .lp_btn_inner a {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	display: block;
	color: #FFF;
	background-color: #6DAF8C;
	width: 229px;
	line-height: 70px;
	font-size: 18px;
	position: relative;
	width: 55%;
	height: 70px;
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}
#lp_main_wrap .lp_btn a::after {
	display: block;
    content: '';
    width: 8px;
    height: 8px;
    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 .lp_underbtn a {
	display: block;
	width: fit-content;
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 15px;
	text-align: center;
	color: #6DAF8C;
	background: #FFF;
	position: relative;
	margin: 20px auto 0;
	text-decoration: underline;
	text-underline-offset: 0.8ex;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_btn .lp_underbtn a::after {
	display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: -11px;
    border-top: solid 1px #6DAF8C;
    border-right: solid 1px #6DAF8C;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_footer .lp_btn_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#lp_main_wrap .lp_footer .lp_btn_inner a {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	display: block;
	color: #6DAF8C;
	background-color: #FCFFFA;
	border: solid 1px #6DAF8C;
	width: 229px;
	line-height: 70px;
	font-size: 18px;
	position: relative;
	width: 390px;
	height: 70px;
	text-align: center;
	position: relative;
	font-weight: 400;
}
#lp_main_wrap .lp_footer .lp_btn_inner a::after {
	display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
    border-top: solid 1px #6DAF8C;
    border-right: solid 1px #6DAF8C;
    transform: rotate(45deg);
}
#lp_main_wrap .lp_footer .lp_btn_inner a:hover {
	background-color: #6DAF8C;
	color: #F8F5F4;
}
#lp_main_wrap .lp_footer .lp_btn_inner a:hover::after {
	border-top: solid 1px #F8F5F4;
    border-right: solid 1px #F8F5F4;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer .lp_btn_inner {
		gap: 10px;
	}
	#lp_main_wrap .lp_btn {
		margin: 0 auto 100px;
	}
	#lp_main_wrap .lp_btn .lp_btn_inner a {
		width: 84%;
		height: 60px;
		font-size: 16px;
		line-height: 60px;
	}
	#lp_main_wrap .lp_footer .lp_btn_inner a {
		width: 84%;
		height: 46px;
		font-weight: 400;
		font-size: 14px;
		line-height: 46px;
		letter-spacing: 0.09em;
	}
	#lp_main_wrap .lp_btn .lp_underbtn a {
		font-size: 14px;
	}
}
/* footer section */
#lp_main_wrap .lp_footer {
	background: #FCFFFA;
	text-align: center;
	padding: 80px 0;
}
#lp_main_wrap .lp_footer h3 {
	font-size: 24px;
	color: #6DAF8C;
	line-height: 2.2;
	margin-bottom: 24px;
	letter-spacing: 0.2em;
	font-family: 'Average','Hiragino Mincho ProN','BIZ UDPMincho','Garamond', "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_footer {
		padding: 50px 0;
		padding-top: 50px;
	}
	#lp_main_wrap .lp_footer h3 {
		font-weight: 500;
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 0.12em;
	}
}

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

#lp_main_wrap .lp_viewpc {
	display: block;
}
#lp_main_wrap .lp_viewsmp {
	display: none;
}
@media (max-width: 767px) {
    #lp_main_wrap .lp_viewpc {
        display: none;
    }
    #lp_main_wrap .lp_viewsmp {
        display: block;
    }
}
#lp_main_wrap .attention-txt-pc {
	font-family: "Noto Sans CJK JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#footer_banner {
	margin-top: 0;
}

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




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

/* fadeIn */
#lp_main_wrap .animation-fadeIn {
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.9s ease-in-out 0s;
}
#lp_main_wrap .active.animation-fadeIn {
	opacity: 1;
}
