@charset "UTF-8";
/* CSS Document */

/* root */
:root {
	--text: #1f1f1f;
	--text_a: #b4001b;
	--text_b: #b4001b;
	--bg: #f0f0f0;
	--bg_a: #b4001b;
	--bg_c: #b4001b;
	--bg_d: #f5f0f0;
	--t1a: #ffffff;
	--t1b: #086973;
	--t1c: #b9f0e8;
	--t1d: #333333;
}


/* html5 リセット */
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
svg:not(:root) {
	overflow: hidden;
}
blockquote,q {
	quotes: none;
}

/* html リセット */
html,body{
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary,
embed,output,ruby,
time,mark,audio,video,
tr,th,td{
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin-block-start: initial;
	margin-block-end: initial;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

/* iOS リセット */
button {
	 -webkit-appearance: none;
	 border-radius: 0;
}

/* 絵文字 */
.emoji{
	font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji", sans-serif;
}

/* パソコン・スマホ表示 */
.pc-only {
	display: none;
}
.sp-only {
	display: inherit;
}

/* 基本 */
body {
	font-style: normal;
	font-weight: normal;
	color: var(--text);
	font-family: "Brygada 1918", YakuHanMP, "Noto Serif JP", Garamond, Garamond Premier Pro, "Times New Roman", Times, "MS Serif", "New York", "serif" !important;
    font-feature-settings: "palt" !important;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
b,strong,h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
u{
	text-decoration: underline;
}

/* フェードイン */

.fade {
    opacity: 0 !important;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    transition: all 1s;
}

.fade.fade-active {
    opacity: 1 !important;
}

/* LP個別 */

.button{
	width: auto;
	padding: 6px 10px;
	height: 50px;
	background-color: var(--bg_a);
	display: flex;
    justify-content: center;
    align-items: center;
}

.button:hover{
	cursor: pointer;
}

.button .button-text{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
}

.button-text::before,
.button-text::after{
	background-position: center;
	background-repeat: no-repeat;
}

.button.after-link .button-text::after{
    content: "open_in_new";
	font-size: 16px;
    font-family: "Material Symbols Outlined";
	margin-top: 0rem;
    margin-left: 0.25rem;
}

.button.before-arrow .button-text::before{
    content: "arrow_back_ios";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-right: 0.25rem;
}

.button.after-arrow .button-text::after{
    content: "arrow_forward_ios";
	font-size: 14px;
    font-family: "Material Symbols Outlined";
	margin-top: 0.125rem;
    margin-left: 0.25rem;
}

.button.white{
	background-color: #FEFEFE;
	border: 1px solid #cccccc;
}

.button.white .button-text{
	color: var(--text);
}

.button.entry{
	width: 330px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px hsla(0,0%,0%,0.50);
}

.button.entry .button-text{
	color: var(--text_b);
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.button.entry.after-arrow .button-text::after{
	font-size: 20px;
	margin-top: -0.125rem;
    margin-left: 0.25rem;
}

.button.entry.dummy{
	background-color: #e4e4e4;
}

.button.entry.dummy:hover{
	cursor: auto;
}

.button.entry.dummy .button-text{
	color: #4d4d4d;
	font-size: 22px;
	white-space: nowrap;
}

.text-link.underline{
	text-decoration: underline;
}

.text-link.after-arrow-circle{
	line-height: 1;
	display: flex;
}

.text-link.after-arrow-circle::after{
	content: "expand_circle_right";
	font-family: "Material Symbols Outlined";
	margin-left: 0.25rem;
}

.text-red{
	color: #d30018;
}

.text-blue{
	color: #0b5ae0;
}


#body{
	background-color: #ffffff;
}

#body.no-scroll{
	overflow: hidden;
}

.body-wrapper{
	background-color: var(--bg);
}

.page-wrapper{
	width: 100%;
	min-width: 375px;
	max-width: 425px;
	margin: 0 auto;
	background-color: #ffffff;
}



@media screen and (min-width: 426px) {
	.page-wrapper{
		box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
	}
}

.lp-button-header{
	padding: 8px 12px;
	background-color: #0c4ea8;
}

.lp-button-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.lp-header-logo{
	display: flex;
    align-items: center;
}

.lp-header-logo-img{
	width: 146px;
	height: 14px;
}

.lp-button-wrapper .button.line-green{
	font-size: 14px;
	height: 28px;
}

.button-line-small{    
	width: auto;
	height: 32px;
	color: #ffffff;
	background-color: #06c755;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #06c755;
}

.button-line-small span{
	width: 83px;
	font-size: 13px;
	line-height: 14px;
    margin: -2px 0 0 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.button-line-small.white{    
	color: #000000;
	background-color: hsla(0,0%,100%,0.75);
	border: 1px solid #d3d3d3;
	height: 42px;
}

.button-line-small.white span{
    font-weight: 500;
	width: auto;
    margin: -1px 0 0 !important;
	padding: 0px 12px;
}

.button-line-small.white span.before-line-icon::before{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../images/index/button-line-green.png?250613_1");
	background-size: cover;
    margin-right: 6px;
}

.lp-header{
	background-color: #263864;
	padding: 12px 20px 17px;
}

.header-wrapper{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	color: #ffffff;
}

.lp-header-text{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.lp-header .text-link{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

section{
    padding: 60px 0px;
}

.section-wrapper{
	width: calc(100% - 40px);
	margin: 0 auto;
}

.section-wrapper.transparent{
	opacity: 0.25;
}

.section-wrapper.narrow{
	width: calc(100% - 60px);
}

.section-wrapper.no-margin{
	width: 100%;
}

.section-title{
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}

.section-title .en{
	font-size: 34px;
	font-weight: bold;
	font-style: normal;
	color: var(--text_b);
}

.section-title .en .small{
	font-size: 26px;
}

.section-title .ja{
	font-size: 16px;
	font-weight: 600 !important;
	letter-spacing: 1px;
	color: var(--text_b);
}

.lp-mv{
	padding: 0;
	position: relative;
}

.lp-mv-h1{
	display: none;
}

.lp-mv-img{
    width: 100%;
    height: auto;
}

.lp-mv-img-wrapper{
	line-height: 0;
}

.lp-mv-entry{
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
    bottom: 20px;
}

@media screen and (min-width: 376px) {
	.lp-mv-entry{
		bottom: 5.3vw;
	}
}

@media screen and (min-width: 426px) {
	.lp-mv-entry{
		width: 425px;
		bottom: 22px;
	}
}

.lp-mv-entry.modal-open:hover{
	cursor: pointer;
}

.lp-mv-entry-img{
	width: 90%;
	height: auto;
}

.lp-mv-bottom{
	position: absolute;
    bottom: 32px;
    width: 100%;
}

.lp-nav-margin{
	height: 0px;
}

.lp-nav-margin.active{
/*	height: 70px;*/
}

.lp-nav{
	background-color: hsla(0, 0%, 0%, 0.75);
    width: 100%;
    max-width: 425px;
    padding: 0;
}

.lp-nav.fixed{
	position: fixed;
    top: 0;
    z-index: 1;
	width: 100%;
}

.lp-nav-wrapper{
	width: calc(100% - 20px);
    margin: 0 auto;
}

.link-list{
	list-style: none;
	padding: 0;
	display: none;
/*	display: flex;*/
    align-items: center;
    justify-content: center;
	height: 70px;
}

.link-list li{
	width: 25%;
	text-align: center;
}

.link-list .link-title{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}


/* トピックス　*/


.lp-topics{
	background-color: #c0e7e1;
}

.topics-block + .topics-block{
	margin-top: 40px;
}

.topics-block.outline{
	background-color: #ffffff;
	padding: 20px 16px;
}

.topics-block .block-title.center{
	color: var(--text_b);
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}


.topics-block .block-title.center .small{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -1px;
}

.topics-block .block-subtitle.center{
	color: var(--text);
	text-align: center;
	font-size: 15px;
	line-height: 23px;
}

.topics-block .block-text{
	color: var(--text);
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	font-weight: 500;
}

.topics-block .block-photo{
	width: 100%;
	line-height: 0;
}

.topics-block .block-photo-img{
	height: 41px;
	margin: 0 auto 10px;
	display: block;
}

.topics-block .list-block{
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 1px;
    overflow: auto;
    margin-bottom: 20px;
}

.topics-block .list-block-group .list-block:last-child{
	margin-bottom: 0;
}

.topics-block .list-block .block-top{
	background-color: #eeeeee;
	padding: 12px 16px;
	border-bottom: 1px solid #cccccc;
	display: flex;
}

.topics-block .list-block .block-top{
	color: var(--text);
	background-color: #eeeeee;
	padding: 12px 16px;
	border-bottom: 1px solid #cccccc;
	display: flex;
/*	align-items: center;*/
}

.topics-block .list-block .top-rank{
	border-right: 1px solid #cccccc;
	padding-right: 16px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.topics-block .list-block .rank-text{
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
}

.topics-block .list-block .rank-text .num{
	font-size: 30px;
	font-weight: 500;
}

.topics-block .list-block .block-title{
	font-size: 16px;
	line-height: 20px;
}

.topics-block .list-block .block-title .small,
.topics-block .list-block .block-title.small{
	font-size: 13px;
	line-height: 17px;
	display: inline-block;
}

.topics-block .list-block .block-subtitle{
	font-size: 14px;
	line-height: 18px;
}

.topics-block .list-block .block-title + .block-subtitle{
	margin-top: 2px;
}

.topics-block .list-block .block-subtitle .num{
	font-size: 17px;
	display: inline-block;
}

.topics-block .list-block .block-bottom{
	padding: 12px 16px;
}

.topics-block .list-block .block-bottom .list-text {
    margin-bottom: 6px;
}

.topics-block .list-block .block-bottom .list-text:last-of-type {
    margin-bottom: 0;
}


/* 賞品 */

.lp-prize{
	padding: 60px 0;
	background-color: var(--bg_d);
}

.prize-title{
	width: 100%;
}

.prize-title-img{
	width: 100%;
	max-width: 365px;
	margin: 0 auto;
	display: block;
}

.prize-title + .prize-item-list-title{
	margin-top: 40px;
}

.prize-item-list-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: var(--text_b);
}

.prize-item-list-title .prize-item-list{
	margin-top: 40px;
}

.prize-item{
	margin-top: 30px;
}

.prize-item-title{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

.prize-item-list{
	list-style: none;
	padding: 0;
	margin-bottom: 60px;
}

.prize-item-list li{
	margin-bottom: 30px;
}

.prize-item-list li:last-child{
	margin-bottom: 0;
}

.prize-item-button{
	display: block;
	background-color: #eeeeee;
	cursor: pointer;
	position: relative;
}

.prize-item-button.t1 {
	background-color: var(--t1a);
	box-shadow: 1px 1px 6px hsla(0,0%,0%,0.25);
}

.prize-item-button .button-wrapper{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.prize-item-button .button-top{
	width: 100%;
	display: flex;
    align-items: center;
}


.prize-item-button .top-thumbnail{
	width: 110px;
	height: 0px;
	padding-top: 110px;
	background-position: center;
	background-size: cover;
}

.prize-item-button .top-title{
	width: calc(100% - 110px);
	padding: 8px 10px;
	max-height: 140px;
    color: var(--text);
	overflow-x: hidden;
}

.prize-item-button .button-title{
	font-size: 17px;
	line-height: 22px;
	min-height: 70px;
	text-align: justify;
	white-space: nowrap;
	font-family: YakuHanMP, "Noto Serif JP", Garamond, Garamond Premier Pro, "Times New Roman", Times, "MS Serif", "New York", "serif" !important;
}

.prize-item-button .button-title .small,
.prize-item-button .button-title.small{
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	font-weight: 500;
	font-family: YakuHanMP, "Noto Serif JP", Garamond, Garamond Premier Pro, "Times New Roman", Times, "MS Serif", "New York", "serif" !important;
}

.prize-item-button .button-subtitle{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.prize-item-button .button-title + .button-subtitle{
	margin-top: 8px;
	height: 20px;
}

.prize-item-button .button-subtitle{
	font-size: 14px;
	font-weight: 500;
}

.prize-item-button .button-subtitle .num{
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
}

.prize-item-button .button{
	height: 32px;
    padding: 0 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.prize-item-button.t1 .button{
	background-color: var(--t1d);
}

.prize-item-button .button .button-text{
	font-size: 14px;
	line-height: 1;
}

.prize-item-button .button.after-arrow .button-text::after{
    font-size: 11px;
    margin-top: 0rem;
}

.prize-item-info .info-text{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
}

.prize-item-info .button{
	width: 275px;
	margin: 0 auto;
}

.t1 .prize-item-info .button{
	background-color: var(--t1a);
}

.prize-tour{
	text-align: center;
	margin-bottom: 20px;
}

.prize-tour .tour-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.prize-tour .tour-text{
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.prize-tour .tour-text .small{
	font-size: 13px;
	font-weight: normal;
}


.chance-title{
	width: 100%;
}

.chance-title-img{
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
	display: block;
}

.chance-title + .button-group{
	margin-top: 20px;
}


.follow-button-column{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.follow-button-column .button + .button{
	margin-top: 15px;
}

.follow-title{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	color: var(--text_b);
}

.follow-text.bottom{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.lp-follow .button{
	width: 305px;
	height: 60px;
	background-color: #FEFEFE;
	border: 1px solid #cccccc;
}

.lp-follow .button.follow{
	background-color: #06c755;
	border: 1px solid #06c755;
}

.lp-follow .button.follow .button-text{
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
}

.lp-follow .button.share .button-text{
	color: var(--text);
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0px;
}

.lp-follow .button .button-text::before{
    content: "";
    width: 25px;
    height: 24px;
    background-size: cover;
    margin: 0 12px -1px 0;
}

.lp-follow .button.follow .button-text::before{
    background-image: url(../images/index/button-line-white.png?250613_1);
}

.lp-follow .button.share .button-text::before{
    background-image: url(../images/index/button-line-green.png?250613_1);
}

.lp-entry{
	background-color: var(--bg_a);
}

.lp-entry .section-title{
	color: #ffffff;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
}

.entry-text{
	color: #ffffff;
	text-align: center;
	font-weight: 500;
    letter-spacing: -0.5px;
}

.entry-text.small{
	font-size: 14px;
	line-height: 22px;
    letter-spacing: 0px;
}

.entry-title{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.entry-button-wrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 16px;
}

.bg{
	background-color: var(--bg);
}

.bg-a{
	background-color: var(--bg_a);
}

.bg-b{
	background-color: var(--bg_a);
}

.bg-c{
	background-color: var(--bg_c);
}

.bg-d{
	background-color: var(--bg_d);
}

.lp-follow.bg-a .follow-title{
	color: #ffffff;
}

.lp-follow.bg-a .follow-text{
	color: #ffffff;
	font-weight: 500;
}

.lp-follow.bg-a .button.follow{
	background-color: #FEFEFE;
	border: 1px solid #cccccc;
}

.lp-follow.bg-a .button.follow .button-text{
	color: var(--text);
	font-size: 20px;
	letter-spacing: 1px;
}

.lp-follow.bg-a .button.follow .button-text::before{
    background-image: url(../images/index/button-line-green.png?250613_1);
}

/* 応募方法 */

.lp-howto{
}

.lp-howto-list{
    list-style-type: none;
    padding-left: 0;
}

.lp-howto-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-width: 0px;
    margin-bottom: 10px;
}

.lp-howto-list li .step{
	margin-right: 20px;
}

.lp-howto-list li .step-img{
	width: 40px;
}

.lp-howto-list li .title-img{
	width: 100%;
}

.lp-howto-list li .title-img + .button-group{
	margin-top: 10px;
}

.lp-howto-list .next{
	padding: 12px 0;
    justify-content: center;
}

.lp-howto-list .next::after{
    content: "▼";
	color: #a0a0a0;
	font-size: 18px;
	line-height: 1;
}

.lp-howto-list .button-group .button{
	height: 40px;
	padding: 4px 4px;
}

.lp-howto-list .button-group .button .button-text{
	font-size: 15px;
	letter-spacing: -0.5px;
}

div + .bottom-text{
	margin-top: 20px;
}

.button-group .button{
	font-size: 14px;
}

.button-group .button + .button{
	margin-top: 12px;
}

.lp-overview{
	background-color: var(--bg_d);
}

.overview-title{
	background-color: var(--bg_a);
	padding: 40px 20px;
}

.overview-title .title-text{
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

.lp-overview-list{
	list-style: none;
	padding: 0;
}

.lp-overview-list li{
	margin-bottom: 30px;
}

.lp-overview-list li:last-child{
	margin-bottom: 0;
}

.lp-overview-list .list-top{
	padding: 0 20px 0;
}

.lp-overview-list .t1 .list-top{
	background-color: var(--t1a);
}

.lp-overview-list .list-title{
	color: var(--text_b);
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #d6d9de;
	padding-bottom: 10px;
}

.lp-overview-list .list-title .small{
	font-size: 15px;
}

.lp-overview-list .list-bottom{
	padding: 10px 20px 0;
}

.list-subtitle{
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 4px;
}

.list-text{
	font-size: 16px;
	line-height: 26px;
    text-align: justify;
}

.list-text.small,
.list-text .small{
	font-size: 15px;
	line-height: 22px;
}

.lp-overview-list li .list-text{
	font-weight: 500;
	margin-bottom: 13px;
}

.lp-overview-list li .list-text:last-of-type{
	margin-bottom: 0;
}

.lp-overview-list li .list-text:last-of-type + div{
	margin-top: 15px;
}

.list-block .block-bottom .list-text{
	margin-bottom: 8px;
}

.list-block .block-bottom .list-text:last-of-type{
	margin-bottom: 0;
}

.list-text + .sub-list{    
	margin-top: 20px;
}

.sub-list{    
	counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.sub-list li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-width: 0px;
    margin-bottom: 10px;
}

.sub-list li .sub-list-num{
	text-align: center;
	color: #ffffff;
	background-color: var(--text);
    font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 1;
	font-size: 18px;
}

.sub-list li .sub-list-text{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	width: calc(100% - 40px);
	margin-left: 10px;
    text-align: justify;
}

.sub-list li .sub-list-text .small{
	font-size: 15px;
	line-height: 23px;
}

.sub-list .next{
	padding: 0;
    justify-content: center;
}


.sub-list .next::after{
    content: "▼";
	color: #a0a0a0;
	font-size: 18px;
	line-height: 1;
}

.sub-list.attention li{
    align-items: flex-start;
}

.sub-list.attention li .sub-list-mark{
	font-size: 15px;
}


.sub-list.attention li .sub-list-text{
	width: calc(100% - 20px);
	margin-left: 5px;
}

.lp-overview-list li .sub-list + .list-text{
	margin-top: 10px;
}

.kome{
	color: var(--text_b);
}

.list-table.stamp .td-score{
	font-weight: bold;
	text-align: right;
	color: #cc0000;
}

.lp-notice{
}

.notice-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: var(--text_b);
}



/* フッター */

.lp-footer{
	color: #ffffff;
    padding: 40px 40px 120px;
    background-color: var(--bg_c);
}

.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-footer-logo-img{
	width: auto;
	height: 20px;
}

.lp-footer-organizer{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}

/* モーダル */

#modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%;*/
	height: var(--vh);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 20px 10px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

#modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#modal-container.active{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}

#modal-container .modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 425px;
	width: calc(100% - 14px);
}

#modal-container .modal-close-toggle{
    background-image: url(../images/index/modal-close-toggle.png);
	background-position: center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	right: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#modal-container .modal-content{
	background: #ffffff;
	padding: 20px 20px;
}

#modal-container .modal-title{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#modal-container .modal-subtitle{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

#modal-container .modal-text.small{
	text-align: left;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.5px;
}

#modal-container .button-group-flex{
    display: flex;
	justify-content: space-between;
}

#modal-container .button-group-flex .button{
	width: calc(50% - 5px);
}

#modal-container .button-group-flex .button .button-text{
	font-weight: bold;
	font-size: 20px;
}

#modal-container .button-group-flex .button.entry-no{
	background-color: #808080;
}

/* モーダル（賞品） */
#item-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 1);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.85);
}

#item-modal.is-active {
opacity: 1;
pointer-events: auto;
overflow: auto;
}

#item-modal.is-active-z{
	z-index: 10001;
}

#body.no-scroll{
	overflow: hidden;
}
	
#item-modal .modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#item-modal .modal-content {
	position: relative;
	width: calc(100% - 60px);
	min-width: 315px;
	max-width: 365px;
    padding: 60px 0 40px;
}

#item-modal .modal-content-wrap{
    width: 100%;
	max-width: 1024px;
	height: calc(var(--vh, 1vh) * 1);
	display: flex;
	flex-direction: column;
    align-items: center;
}
	
#item-modal .modal-content-wrap::before,
#item-modal .modal-content-wrap::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
	
#item-modal .modal-close-btn {
	width: 60px;
	height: 60px;
	border: none;
	cursor: pointer;
	z-index: 10002;
	background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

#item-modal .modal-close-btn:before {
    content: "close";
	font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 1;
    text-align: center;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-feature-settings: 'liga';
	color: #fff;
}
	
#item-modal .swiper-controller {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 0;
    background: linear-gradient(hsla(0,0%,0%,0.9), 25%, hsla(0,0%,0%,0.5), 75%, hsla(0,0%,0%,0.0));
}

#item-modal .swiper-controller .controller-columns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    width: 100%;
}

@media screen and (min-width: 425px) {
	#item-modal .swiper-controller .controller-columns {
		width: 425px;
	}
}

#item-modal .swiper-controller .column-left,
#item-modal .swiper-controller .column-center,
#item-modal .swiper-controller .column-right{
    display: flex;
}
	
#item-modal .swiper-controller .column-left{
    justify-content: flex-start;
	flex-grow: 1;
    flex-basis: 0;
}
	
#item-modal .swiper-controller .column-center{
    align-items: center;
    justify-content: center;
}
	
#item-modal .swiper-controller .column-right{
    justify-content: flex-end;
	flex-grow: 1;
    flex-basis: 0;
}
	
#item-modal .swiper-button-prev, #item-modal .swiper-button-next{
	display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
	position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
	border: none;
}

@media screen and (min-width: 1024px) {
	#item-modal .swiper-button-prev, #item-modal .swiper-button-next {
		width: 60px;
		height: 60px;
	}
}

#item-modal .swiper-button-prev, #item-modal .swiper-rtl .swiper-button-next{
	left: 0;
}
	
#item-modal .swiper-button-next, #item-modal .swiper-rtl .swiper-button-prev{
	right: 0;
}
	
#item-modal .swiper-button-next:after, .swiper-button-prev:after{
	font-size: 16px;
	color: #ffffff;
}

#item-modal .swiper-pagination{
	position: inherit;
	padding: 0 5px;
	text-align: center;
	font-size: 17px;
    font-weight: normal;
    font-family: "Reddit Sans", sans-serif !important;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: default;
	user-select: none;
	margin: 0 20px;
}

#item-modal .modal{
	display: none;
}

#item-modal .modal-box{
	background-color: transparent;
	color: #ffffff;
}

#item-modal .modal-box .box{
	display: flex;
	flex-direction: column;
	width: 100%;
}

#item-modal .modal-box .box-photo{
	margin: 0 0 20px 0;
    display: flex;
/*	flex-direction: column;*/
    justify-content: center;
    align-items: flex-start;
}

#item-modal .modal-box .box-photo-img{
	width: 100%;
}

#item-modal .modal-block{
    overflow: auto;
}

#item-modal .modal-block .block-top{
	padding: 0 0 15px;
	border-bottom: 1px solid #cccccc;
	display: flex;
    align-items: center;
}

#item-modal .modal-block .block-title{
	font-size: 23px;
	line-height: 30px;
	font-family: YakuHanMP, "Noto Serif JP", Garamond, Garamond Premier Pro, "Times New Roman", Times, "MS Serif", "New York", "serif" !important;
}

#item-modal .modal-block .block-title .small,
#item-modal .modal-block .block-title.small{
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
}

#item-modal .modal-block .block-subtitle{
	font-size: 15px;
	line-height: 19px;
}

#item-modal .modal-block .block-title + .block-subtitle{
	margin-top: 6px;
}

#item-modal .modal-block .block-subtitle .num{
	font-size: 18px;
	display: inline-block;
}

#item-modal .modal-block .block-bottom{
	padding: 12px 0 0;
}

#item-modal .modal-block .modal-text + .modal-text{
	margin-top: 10px;
}

#item-modal .modal-block .block-bottom .block-price + .modal-text{
	margin-top: 10px;
}

#item-modal .modal-block .block-bottom .modal-text + .block-price{
	margin-top: 10px;
}

#item-modal .modal-block .block-bottom .block-price-img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

#item-modal .modal-block .block-bottom .block-price + .modal-text{
	margin-top: 10px;
}

#item-modal .modal-text{
	font-size: 15px;
	line-height: 23px;
    text-align: justify;
	font-family: YakuHanMP, "Noto Serif JP", Garamond, Garamond Premier Pro, "Times New Roman", Times, "MS Serif", "New York", "serif" !important;
}

#item-modal .modal-text.room{
	font-weight: bold;
}

#item-modal .modal-text.small,
#item-modal .modal-text .small{
	font-size: 13px;
	line-height: 20px;
}

#item-modal .modal-box .box-checker{
	text-align: center;
}

#item-modal .modal-box .checker-top{
	margin-bottom: 20px;
}

#item-modal .modal-box .checker-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}

#item-modal .modal-box .checker-text{
	font-size: 12px;
	line-height: 18px;
}

#item-modal .modal-box div+.checker-text{
	margin-top: 20px;
}

#lp-pagetop{
    position: fixed;
    bottom: -50px;
    right: 20px;
	z-index: 10000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#lp-pagetop.fixed{
	bottom: 100px;
}

#lp-pagetop::before{
	content: "keyboard_arrow_up";
	font-family: "material icons";
    font-size: 26px;
	line-height: 1;
	color: #ffffff;
	box-shadow: 0 1px 4px hsla(0,0%,0%,0.50);
	background: linear-gradient(hsla(0,0%,0%,0.67), hsla(0,0%,0%,0.75));
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}


/* メニュー_応募 */
.nav-entry{
    position: fixed;
    z-index: 9999;
    bottom: -130px;
    width: 100%;
	max-width: 425px;
	padding: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-entry.fixed{
	bottom: 0;
}

.nav-entry .entry-button-wrapper{
	max-width: 425px;
	margin: 0 auto;
	padding: 15px 20px 15px;
/*	box-shadow: 0 -2px 4px hsla(0,0%,0%,0.50);*/
	background: linear-gradient(hsla(0,0%,0%, 0.65), hsla(0,0%,0%,0.75), hsla(0,0%,0%,0.90));
}

.nav-entry .button.entry{
	width: 100%;
	height: 60px;
	background-color: var(--bg_a);
	box-shadow: 0px 1px 6px hsla(0,0%,0%,0.75);
}

.nav-entry .button.entry .button-text{
	color: #ffffff;
	font-weight: 900;
	font-size: 26px;
}
