:root {
	--rem: 1.10378118641;
	--ratio: 1.5;
	--s-3: calc(var(--s-2)/var(--ratio));
	--s-2: calc(var(--s-1)/var(--ratio));
	--s-1: calc(var(--s0)/var(--ratio));
	--s0: calc(1rem*var(--rem));
	--s1: calc(var(--s0)*var(--ratio));
	--s2: calc(var(--s1)*var(--ratio));
	--s3: calc(var(--s2)*var(--ratio));
	--s4: calc(var(--s3)*var(--ratio));
	--s5: calc(var(--s4)*var(--ratio));
	--s6: calc(var(--s5)*var(--ratio));
	--s7: calc(var(--s6)*var(--ratio));
	--s8: calc(var(--s7)*var(--ratio));
	--s9: calc(var(--s8)*var(--ratio));
	--s10: calc(var(--s9)*var(--ratio))
}
:root {
	--rem: .714285714;
	--ratio: 1.5;
	--s-2: calc(var(--s-1)/var(--ratio));
	--s-1: calc(var(--s0)/var(--ratio));
	--s0: calc(1rem*var(--rem));
	--s1: calc(var(--s0)*var(--ratio));
	--s2: calc(var(--s1)*var(--ratio));
	--s3: calc(var(--s2)*var(--ratio));
	--s4: calc(var(--s3)*var(--ratio));
	--s5: calc(var(--s4)*var(--ratio));
	--s6: calc(var(--s5)*var(--ratio));
	--s7: calc(var(--s6)*var(--ratio));
	--s8: calc(var(--s7)*var(--ratio));
	--s9: calc(var(--s8)*var(--ratio));
	--s10: calc(var(--s9)*var(--ratio))
}
.page-entry {
	overflow: hidden;
	min-width: 1200px;
	margin-bottom: 50px
}
.page-entry .hidden {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px)
}
.page-entry .text-indent {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em
}
.page-entry {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1428571424rem;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #404243;
	-webkit-text-size-adjust: none;
    padding-bottom: var(--s0);
}
.page-entry section{
	padding-block: var(--s3);
}
.page-entry .c-link {
    background: #ff896d;
    background: linear-gradient(90deg,rgba(255, 137, 109, 1) 0%, rgba(255, 85, 102, 1) 100%);
    border-radius: 10px;
	width: 500px;
	height: 80px;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	box-shadow: 0 3px 6.75px 0.25px rgba(57, 56, 54, .2);
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.7142857136rem;
    letter-spacing: .1em;
}
.page-entry .c-link:after {
    display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-right.png) 50% 50% / cover no-repeat;
    width: 16.5px;
    height: 16.5px;
    position: absolute;
    right: 30px;
}
.page-entry .c-link:hover{
	opacity: 0.9;
	/*position:relative;*/
	transform: translate3d(0, 5px, 0);
	transition: .3s;
}

/*/////mv//////////*/

.page-entry .mv {
	background-color: #fffefd;
}
.page-entry .mv img {
	width: 2000px;
	height: 550px;
	object-fit: cover;
	object-position: 50% 50%
}

/*/////navi//////////*/

.page-entry .intro {
	padding-block: var(--s-3) var(--s6);
    position: relative;
}
.page-entry .nav {
    margin-block-start: var(--s3);
}
.page-entry .nav__btn-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 195px);
    margin-block-start: var(--s2);
    text-align: center;
    justify-content: center;    
}
.page-entry .nav__btn-item a {
    background: #fff;
    position: relative;
    display: grid;
    text-align: center;
    justify-content: center;
    border: 1px #c6b271 solid;
    border-radius: 10px;
    padding: 1rem 0 2.3rem;
    box-shadow: 0 3px 6.75px 0.25px rgba(57 56 54 / 22%);
	height: 9rem;
	align-items: center;
}
.page-entry .nav__btn-item a:after {
    display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-down.png) 50% 50% / cover no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0.8rem;
}
.page-entry .nav__btn-item a:hover{
	opacity: 0.9;
	/*position:relative;*/
	transform: translate3d(0, 5px, 0);
	transition: .3s;
}
.page-entry .nav__btn-item-txt {
    font-family: "Noto Serif JP", serif;
	font-size: 1.7865rem;
    font-weight: 700;
    color: #4e5253;
	line-height: 2.2rem;
}
.page-entry .nav__btn-item-txt em{
	font-size: 1.2376rem;
}
.page-entry .nav__btn-item-jp {
    font-family: "Noto Serif JP", serif;
    font-size: 1.580571428rem;
    font-weight: 600;
    color: #745a5a;
}

/*/////contents共通//////////*/

.page-entry .contents__ttl hr{
	width: 8rem;
}
.page-entry .contents__ttl-small{
	font-size: 1.4rem;
	font-weight: 600;
    color: #404243;
} 
.page-entry .contents__ttl-large{
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	color: #c6b271;
}
.page-entry .contents__ttl-large em{
	font-size: 1.9rem;
}
.page-entry .contents__txt{
	text-align: center;
    margin: 3.5rem auto;
    line-height: 2.6rem;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
.page-entry .contents__txt span{
	background: linear-gradient(transparent 65%, #fff8e1 0%);
}

/*/////reason//////////*/

#reason{
	background-color: #f0f0f0;
	padding-block: 0 var(--s5);
}

#reason .contents__ttl{
	background-image: url(/lp/kaitekikoubou/images/reason_ttl_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 170px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 2.5rem;
}
#reason .contents__ttl-small,#reason .contents__ttl-large{
	color: #fff;
}
#reason ul{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
}
#reason li{
	text-align: center;
    padding: 2rem 1.2rem;
    background-color: #fff;
    border-radius: 10px;
	width: 33%;
}
.page-entry .reason_wrap-ttl__img{
	padding-bottom: 1.2rem;
    width: 70px;
}
.page-entry .reason_wrap-ttl__txt{
	font-family: "Noto Serif JP", seri;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 2rem;
    padding-bottom: 1.2rem;
}
.page-entry .reason_wrap__txt{
	padding-top: 1rem;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.8rem;
    letter-spacing: 0.1rem;
}
.page-entry .reason_wrap__txt span{
	font-size: 0.9rem;
}

/*/////item//////////*/
.page-entry #item{
 padding-top: 5rem; 
}
.page-entry .gender_btn__area{
	display: flex;
    gap: 50px;
    justify-content: center;
}
.page-entry .gender_btn__area .gender__btn{
	border-radius: 8px; 
}
.page-entry .gender_btn__area .gender__btn a{
	border-radius: 10px;
    width: 310px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 3px 6.75px 0.25px rgba(57, 56, 54, .2);
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.7865rem;
	letter-spacing: .1em;
	color: #fff;
}
.page-entry .gender_btn__area .ladies-btn a::after{
	display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-down_l.png) 50% 50% / cover no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
}
.page-entry .gender_btn__area .mens-btn a::after{
	display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-down_m.png) 50% 50% / cover no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
}
.page-entry .gender_btn__area .ladies-btn{
    background: #b63857;
}
.page-entry .gender_btn__area .mens-btn{
    background: #00324e;
}
.page-entry .item_wrap__ttl{
	font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom:1.5rem;
	font-size: 1.9865rem;
}
.page-entry .item_wrap__ttl .ladies{
    border: 1px #b63857 solid;
    color: #b63857;
}
.page-entry .item_wrap__ttl .mens{
    border: 1px #00324e solid;
    color: #00324e;
}
.page-entry .item_gender__icon{
	font-size: 1.5865rem;
    font-weight: 500;
    display: table;
    padding: 2px 30px;
    border-radius: 4rem;
    margin: 0 auto;
}
.page-entry .item__box__gender .item_wrap{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: space-between;
	padding: 5rem 0 2rem;
}
.page-entry .item__box__gender .item_wrap__small{
	width: 30%;
	text-align: center;
}
.page-entry  .item_name{
	font-size: 1.3rem;
    font-weight: 500;
    margin: 12px auto 6px;
}
.page-entry .item_size{
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-entry .color_chip{
	display: flex;
	margin-left: 2px;
}
.page-entry .item_wrap__small .circle{
	border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    display: inline-block;
}
.page-entry .item_wrap__small .white{
	background-color: #fff;
	border: solid #9c9c9c 1px;
}
.page-entry .item_wrap__small .beige{
	background-color: #d9c4b6;
}
.page-entry .item_wrap__small .gray-l{
	background-color: #c3b9ba;
}
.page-entry .item_wrap__small .gray-m{
	background-color: #b2b3b7;
}
.page-entry .item_wrap__small .pink{
	background-color: #e1b1af;
}
.page-entry .item_wrap__small .darkpink{
	background-color: #dccbd1;
}
.page-entry .item_wrap__small .cream{
	background-color: #f4ebe3;
	border: solid #9c9c9c 1px;
}
.page-entry .item_wrap__small .black{
	background-color: #161616;
}
.page-entry .page-Campaign_PriceNormal{
	font-size: 1.55rem;
    font-weight: 700;
}
.page-entry .item_wrap__small .itme__btn a{
    color: #fff;
    width: 88%;
    margin: 30px auto 50px;
    padding: 12px;
    border-radius: 30px;
}
.page-entry .item_wrap__small .itme__btn-l a{
	background-color: #b63857;
}
.page-entry .item_wrap__small .itme__btn-m a{
	background-color: #00324e;
}
.page-entry .item_wrap__small .itme__btn{
	position: relative;
}
.page-entry .item_wrap__small .itme__btn a::after{
	content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 10%;
    top: 35%;
}
.item_wrap__small .reviw__txt{
	width: 310px;
	padding: 15px;
    position: relative;
	line-height: 1.8rem;
    letter-spacing: 0.15rem;
	text-align: left;
}
.item_wrap__small .review__ttl{
	font-family: "Noto Serif JP", serif;
	font-size: 1.6865rem;
	display: block;
}
#item_ladies .item_wrap__small .review__ttl{
	color: #b63857;
}
#item_mens .item_wrap__small .review__ttl{
	color: #00324e;
}
.item_wrap__small .review__ttl-icon{
	position: relative;
    top: 2.35rem;
    width: 27px;
    height: 27px;
	left: 4.3rem;
}
#item_ladies .item_wrap__small .review__ttl-icon{
    background: url(/lp/kaitekikoubou/images/ico-review_l.png) 0 0 / 27px 27px no-repeat;
}
#item_mens .item_wrap__small .review__ttl-icon{
    background: url(/lp/kaitekikoubou/images/ico-review_m.png) 0 0 / 27px 27px no-repeat;
}
#item_mens .slick-initialized{
	height: 280px;
}
.item_wrap__small .block-section--deals-series li::before,
.item_wrap__small .block-section--deals-series li::after{
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';	
}
#item_ladies .item_wrap__small .block-section--deals-series li{
	position: relative;
    padding: 0px 5px 30px;
}
#item_mens .item_wrap__small .block-section--deals-series li{
	position: relative;
    padding: 10px 5px 25px;
}
#item_ladies .item_wrap__small .block-section--deals-series li::before{
	border-left: solid #b63857 1px;
    border-top: solid #b63857 1px;
    top: 0;
    left: 0;
}
#item_ladies .item_wrap__small .block-section--deals-series li::after{
	border-right: solid #b63857 1px;
    border-bottom: solid #b63857 1px;
    bottom: 5px;
    right: 0;
}
#item_mens .item_wrap__small .block-section--deals-series li::before{
	border-left: solid #00324e 1px;
    border-top: solid #00324e 1px;
    top: 0;
    left: 0;
}
#item_mens .item_wrap__small .block-section--deals-series li::after{
	border-right: solid #00324e 1px;
    border-bottom: solid #00324e 1px;
    bottom: 5px;
    right: 0;
}
.item_wrap__small .category__btn a{
	border-radius: 10px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 3px 6.75px 0.25px rgba(57, 56, 54, .2);
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.45rem;
    color: #fff;
    background: #c6b271;
    line-height: 1.85rem;
}
.item_wrap__small .category__btn a::after{
	display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-right.png) 50% 50% / cover no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
}
.page-entry .slick-initialized{
	padding: 20px 20px 0;
	height: 270px;
}
.page-entry .slick-track{
	width: 95%;
}
.page-entry .slick-prev{
	left: 0;
}
.page-entry .slick-next{
	right: 0;
}
.page-entry .attention{
	text-align: center;
	font-size: 0.9rem;
}

/*/////select//////////*/

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
	margin: 0 auto;
    justify-content: center;
}
.tab-2 > .ladies,.tab-2 > .mens{
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0 0px;
	font-family: "Noto Serif JP", serif;
	width: 300px;
	position: relative;
}
.tab-2 > .ladies {
	border: 1px solid #b63857;
	color: #b63857;
    border-color: #b63857 #b63857 #fff;
}
.tab-2 > .mens {
	border: 1px solid #00324e;
	color: #00324e;
    border-color: #00324e #00324e #fff;
}
.tab-2 > .ladies::after,.tab-2 > .mens::after{
	display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
	top: 18px;
}
.tab-2 > .ladies::after{
    background: url(/lp/kaitekikoubou/images/ico-arw-down_l2.png) 50% 50% / cover no-repeat;
}
.tab-2 > .mens::after{
    background: url(/lp/kaitekikoubou/images/ico-arw-down_m2.png) 50% 50% / cover no-repeat;
}
.tab-2 > label:hover {
	opacity: .8;
}

.tab-2 input {
	display: none;
}
.tab-2 > div {
	display: none;
	width: 100%;
	padding: 1.5em 1em;
	background-color: #fff;
	padding-block: var(--s0) var(--s5);
}
.tab-2 .ladies:has(:checked),.tab-2 .mens:has(:checked) {
    color: #fff;
    border: none;
}
.tab-2 .ladies:has(:checked) {
	background-color: #b63857;
}
.tab-2 .mens:has(:checked) {
	background-color: #00324e;
}
.tab-2 .ladies:has(:checked)::after,.tab-2 .mens:has(:checked)::after{
	display: none;
}
.tab-2 label:has(:checked) + div {
  display: block;
}
.page-entry .select_box{
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.page-entry .select_box__ladies{
	background-color: #fff0e9;
    border-top: 5px solid #b63857;
}
.page-entry .select_box__mens{
	background-color: #ebf3fc;
    border-top: 5px solid #00324e;
}
.page-entry .select__ttl{
	font-size: 1.4rem;
	margin: 30px auto 15px;
}
.page-entry .select_box__ladies .select__ttl,
.page-entry .select_box__ladies li a::after{
	color: #B63857;
}
.page-entry .select_box__mens .select__ttl,
.page-entry .select_box__mens li a::after{
	color: #00324e;
}
.page-entry .select_box ul{
	display: flex;
    justify-content: center;
    width: 1000px;
    gap: 0.7rem;
    flex-wrap: wrap;
	margin: 0 auto;
}
.page-entry .select_box li{
	width: calc(100% / 5 - 0.9rem);
    border-radius: 5px;
    background: #fff;
    font-weight: 500;
}
.page-entry .select_box__ladies li{
	border: solid 1px #B63857;
}
.page-entry .select_box__mens li{
	border: solid 1px #00324e;
}
.page-entry .select_box li a{
	position: relative;
    display: flex;
    height: 58px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-entry .select_box li a::after{
	content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 5px;
    margin-top: 0.05em;
}
.page-entry .select_btn__all{
	display: inline-block;
    margin-top: 50px;
}
.page-entry .select_btn__all a{
	border-radius: 10px;
    width: 450px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 3px 6.75px 0.25px rgba(57, 56, 54, .2);
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    color: #fff;
    background: #c6b271;
    line-height: 1.85rem;
}
.page-entry .select_btn__all a::after{
	display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-right.png) 50% 50% / cover no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
}

/*/////forpeople&FAQ//////////*/

.accordion-005 {
    max-width: 700px;
	margin: 0 auto 10px;
}

.accordion-005:not([open]) {
    margin-bottom: 10px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid #c6b271;
    background-color: #f0f0f0;
    color: #404243;
    font-weight: 600;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
	font-size: 1.3rem;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::before,
.accordion-005 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #c0c0c0;
    content: '';
}

.accordion-005 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-005 summary::after {
    transition: rotate .3s;
}

.accordion-005[open] summary::after {
    rotate: 90deg;
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 2em 0 2em;
    color: #404243;
    transition: transform .5s, opacity .5s;
	line-height: 1.8rem;
    letter-spacing: 0.15rem;
}

.accordion-005[open] p,
.accordion-005[open] .forpeople__icon_list li,
.accordion-005[open] .forpeople__user_voice,
.accordion-005[open] .forpeople__voice .review__ttl-icon{
    transform: none;
    opacity: 1;
}

.page-entry .forpeople__icon_list{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin: 0 auto;
}
.page-entry .forpeople__icon_list li{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 20px;
	font-size: 1.15rem;
    font-weight: 500;
    transform: translateY(-10px);
    opacity: 0;
	transition: transform .5s, opacity .5s;
}
.page-entry .forpeople__icon_list li img{
	max-width: 100px;
}

.page-entry .forpeople__voice{
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-entry .forpeople__voice .review__ttl{
	font-family: "Noto Serif JP", serif;
	font-size: 1.6865rem;
	display: block;
	color: #c6b271;
	padding: 0 0 1rem;
}
.page-entry .forpeople__voice .review__ttl-icon{
	position: relative;
    top: -0.35rem;
    width: 27px;
    height: 27px;
    left: -0.4rem;
    background: url(/lp/kaitekikoubou/images/ico-review.png) 0 0 / 27px 27px no-repeat;
    transform: translateY(-10px);
    opacity: 0;
	transition: transform .5s, opacity .5s;
}
.page-entry .forpeople__user_voice{
	display: flex;
    gap: 15px;
    padding: 0 2em;
    transform: translateY(-10px);
    opacity: 0;
	transition: transform .5s, opacity .5s;
}
.page-entry .forpeople__user_voice li{
	width: 50%;
    padding: 15px;
    background-color: #faf6e9;
    border-radius: 10px;
}
.accordion-005 .attention{
	padding-bottom: 2.5em;
	
}
.accordion__attention{
	padding: 1em 0 1.2em;
    margin-top: -1.5em;
    text-align: center;
    font-size: 0.9rem;
}
.accordion__attention p{
	padding: 0;
}


.page-entry #faq{
	padding-bottom: 5rem;
}
#faq .accordion-005 p{
	padding: 1.5em 2em 2.5em 2em;
}
#faq .accordion-005 spam{
	font-size: 0.85em;
}
.page-entry .matome_btn{
	width: 60%;
    margin: -1rem auto 0;
    transform: translateY(-10px);
    opacity: 0;
	transition: transform .5s, opacity .5s;
}
.accordion-005[open] .matome_btn{
    transform: none;
    opacity: 1;
}
.page-entry .matome_btn a{
	border-radius: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 3px 6.75px 0.25px rgba(57, 56, 54, .2);
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    color: #fff;
    background: #c6b271;
    line-height: 1.85rem;
}
.page-entry .matome_btn a::after{
	display: block;
    content: "";
    background: url(/lp/kaitekikoubou/images/ico-arw-right.png) 50% 50% / cover no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
}

/*/////end-btn//////////*/
.page-entry #end-btn{
	background-image: url(/lp/kaitekikoubou/images/end-btn_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0 5rem;
    text-align: center;
}
.page-entry #end-btn p{
	font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    margin-bottom: 1.2rem;
}
#end-btn .gender_btn__area .ladies-btn a::after{
	background: url(/lp/kaitekikoubou/images/ico-arw-right_l.png) 50% 50% / cover no-repeat;
}
#end-btn .gender_btn__area .mens-btn a::after{
	background: url(/lp/kaitekikoubou/images/ico-arw-right_m.png) 50% 50% / cover no-repeat;
}

/*/////共通//////////*/

.page-entry h1, .page-entry h2, .page-entry h3, .page-entry h4, .page-entry h5, .page-entry h6 {
	line-height: 1.4;
	color: #745a5a
}
.page-entry h1 {
	font-weight: 400;
	max-width: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0
}
.page-entry h2 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #404243;
	border-bottom: 0;
	text-align: center;	
    padding-bottom: 2.5rem;
}
.page-entry h3 {
	font-weight: 400;
	margin: 0;
	padding: 0;
	background: transparent
}
.page-entry sup {
	font-size: .75em;
	vertical-align: baseline;
}
.page-entry a {
	color: #404243
}
.page-entry em {
	font-style: normal
}
.page-entry strong, .page-entry em {
	font-weight: 700
}
.page-entry ol {
	list-style: none
}
.page-entry img {
	width: auto;
	max-width: 100%;
	height: auto
}
.page-entry button {
	border: 0;
	outline: 0;
	background: transparent
}

@media print, screen and (min-width:768px) {
	.page-entry .sp {
		display: none
	}
}
@media screen and (max-width:767px) {
	.page-entry .pc {
		display: none
	}
}