@charset "utf-8";

* {
	font-family: "Noto Serif JP";
}

.entryButtonWrap {
	background-color: #ffffff;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 300px;
}

.cp-detail {
	padding: 30px;
	background-color: #fcf7e0;
}

.cp-detail-inner {
	max-width: 700px;
	background-color: #ffffff;
	border-radius: 30px;
	margin: auto;
	padding: 46px;
}

.cp-detail-inner_max {
	text-align: center;
	max-width: 700px;
	margin: auto;
}

.cp-detail-inner_max h2 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

.cp-detail-inner-plan-btn-bgcolor {
	background-color: #A8032C;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px;
}

.cp_btn_top.fixed {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 4px;
	width: 54px;
	z-index: 1500;
	top: auto;
	left: auto;
	min-width: 0px;
	min-width: initial;
	-moz-box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-o-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}

.d_none {
	display: none;
}

.d_block {
	display: block;
}


/*------------240717改修------------*/
/*---animation--*/
a.entryButton._shiny:hover {
	opacity: 1;
}

._shiny {
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

._shiny::before {
	position: absolute;
	content: '';
	display: inline-block;
	left: -100%;
	width: 200%;
	height: 100%;
	z-index: 9999;
	background: linear-gradient(-45deg, rgb(255, 255, 255, 0.1) 0%, rgb(255, 255, 255, 0.5) 30%, rgb(255, 255, 255, 0.2) 50%, rgb(255, 255, 255, 0.4) 75%, rgb(255, 255, 255, 0.1) 100%);
	transition: 1ms;
	animation: shinyshiny 2s linear infinite;
}

/*--fixed btn---*/
#global-nav2.text-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

#global-nav2.text-btn a span.btn_text {
	position: relative;
}

#global-nav2.text-btn a span.btn_text:after {
	position: absolute;
	content: "";
	background-image: url("../images/btn_arrow.png");
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

#global-nav2.text-btn a._shiny::before {
	bottom: 0;
}

/*cp_btn_top*/
.page-index .cp_btn_top.fixed {
	bottom: 100px;
}

@media screen and (max-width:640px) {

	#global-nav2.text-btn a span.btn_text:after {
		background-size: 5.625vw 5.625vw;
		width: 5.625vw;
		height: 5.625vw;
		right: -7.812vw;
	}

	/*cp_btn_top*/
	.page-index .cp_btn_top.fixed {
		bottom: 15vw;
	}
}

/*---slider---*/
#cp-detail-plans .contents-inner {
	max-width: 740px;
}

.slider-wrap-01 .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrap-01 .slick-slide {
	height: auto !important;
}

/*.slider-wrap-01 .slider_item {
	margin: 0 20px;
}*/

.slider-wrap-01 .slider_inner {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 10px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.slider-wrap-01 .slider_item .cp-flow-txt {
	padding: 0 50px;
	margin-left: auto;
	margin-right: auto;
}

.slider-wrap-01 .slick-arrow {
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 36px;
	height: 36px;
}

.slider-wrap-01 .slick-arrow:hover {
	cursor: pointer;
	opacity: 0.7;
}

.slider-wrap-01 .prev-arrow {
	right: 100%;
	margin-right: -38px;
}

.slider-wrap-01 .next-arrow {
	left: 100%;
	margin-left: -38px;
}

.silider-btm-txt {
	text-align: center;
	font-size: 16px;
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	/*.slider-wrap-01 .slider_item {
		margin: 0 2.608vw;
	}*/

	.slider-wrap-01 .slider_inner {
		border-radius: 2.608vw;
		padding: 3.911vw 1.304vw;
	}

	.slider-wrap-01 .slider_item .cp-flow-txt {
		padding: 0 6.519vw;
	}

	.slider-wrap-01 .slick-arrow {
		width: 4.694vw;
		height: 4.694vw;
	}

	.slider-wrap-01 .prev-arrow {
		margin-right: -4.954vw;
	}

	.slider-wrap-01 .next-arrow {
		margin-left: -4.954vw;
	}

	.silider-btm-txt {
		font-size: max(2.083vw, 14px);
		margin-top: 4.563vw;
	}
}

.page-index {
	/*padding-bottom: 6%;*/
	padding-bottom: unset;
}

@media screen and (max-width: 767px) {
	.page-index {
		/*padding-bottom: 17%;*/
		padding-bottom: unset;
	}
}

#global-nav2 span.btn_text {
	margin-left: -5vw;
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
	line-break: strict;
}

.indent1 a {
	color: inherit;
    font-family: "Noto Sans JP";
	text-decoration: underline;
	cursor: pointer;
}

.indent2 {
	margin-left: 1em;
	padding-left: 2em;
	text-indent: -2em;
	line-break: strict;
}

.dcm_max .cp-title-lev3 {
	border-bottom: unset;
	padding: 0;
	font-weight: bold;
}

.dcm_max .cp-title-lev3::before {
	content: "■";
	margin-right: 5px;
}

#global-nav2.d_max_entry_bt.text-btn a {
	background-color: #D11339;
	box-shadow: 0px -8px 0px 0px rgb(168, 15, 46) inset;
}

/*202509　アコーディオン*/
.dcm-max-link-wrap {
	margin: 0 auto 0;
	padding: 30px 46px;
}

.accordion>.dcm-max-link-wrap {
	border: 1px solid #f1d6ac;
	background-color: #fff;
	padding: 0px 60px;
	border-radius: 20px;
}

.accordion>.dcm-max-link-wrap.red_border {
	border: 2px solid #A00028;
}

.accordion>.dcm-max-link-wrap.gold_border {
	border: 2px solid #AF901C;
}

.accordion .switch {
	position: relative;
}

@media screen and (max-width: 767px) {

	.accordion>.dcm-max-link-wrap {
		border: 1px solid #f1d6ac;
		background-color: #fff;
		padding: 0px 36px;
		border-radius: 20px;
	}

	.accordion>.switch>.cp-title-lev2 {
		font-size: 12px;
		font-weight: bold;
	}

	.cp-detail-inner-plan-btn-bgcolor {
		padding: 30px;
	}

	.accordion .switch.onOff:before {
		right: 17.5px;
		width: 3px;
		height: 18px;
	}

	.accordion .switch.onOff:after {
		right: 10px;
		width: 18px;
		height: 3px;
	}

	.accordion .switch.onOff.open:before {
		display: none;
	}

	.accordion>.contentWrap {
		padding: 0px 0px 15px;
	}
}

@media screen and (max-width: 539px) {

	.accordion>.dcm-max-link-wrap .img-01,
	.accordion>.dcm-max-link-wrap .img-02 {
		max-width: 260px;
		margin: 0 auto;
	}

	.accordion>.dcm-max-link-wrap .img-02 {
		left: -60px;
	}
}

@media screen and (max-width: 339px) {
	.accordion>.dcm-max-link-wrap .img-02 {
		left: -22%;
	}
}

.accordion>.dcm-max-link-wrap .img-01 {
	width: 69.95%;
}

.accordion>.dcm-max-link-wrap .img-01,
.accordion>.dcm-max-link-wrap .img-02 {
	margin: 0 auto;
}

.accordion {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.accordion p, .accordion span, .accordion span a {
    font-family: "Noto Sans JP";
}

.accordion>.dcm-max-link-wrap.red_border.open {
	border: solid #A00028;
	border-width: 2px 2px 2px 2px;
	border-radius: 20px 20px 0px 0px;
}

.accordion>.dcm-max-link-wrap.gold_border.open {
	border: solid #AF901C;
	border-width: 2px 2px 2px 2px;
	border-radius: 20px 20px 0px 0px;
}

.switch.red_border.open+.contentWrap {
	border: 2px solid #A00028;
	border-width: 0px 2px 2px 2px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 15px;
	background-color: #fff;
	margin-bottom: 20px;
}

.switch.gold_border.open+.contentWrap {
	border: 2px solid #AF901C;
	border-width: 0px 2px 2px 2px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 15px;
	background-color: #fff;
}

@media screen and (max-width: 375px) {
	.cp-detail-inner-plan-btn-bgcolor {
		padding: 15px;
	}
}

.related_sites.cp-title-lev2 {
	color: #fff;
}

.related .detail_img_wrap {
	margin-bottom: 10px;
}

.indent3 {
	padding-left: 2em;
	text-indent: -2em;
	line-break: strict;
}

.indent3 span {
	padding-left: 1em;
}

.dcm_max_notes_02 {
	background-color: #fff;
	padding: 30px 20px;
	text-align: left;
}

.dcm_max_notes_02 p {
	font-size: inherit;
	color: #404040;
}

.dcm_max_notes_02 a {
	display: inline;
	text-decoration: underline;
	color: #404040;
}

.accordion .dcm_max_notes_02 a {
    font-family: "Noto Sans JP";
}

.plan-link-wrap .dcm_max_notes_02 a {
	display: inline;
	font-size: 14px;
	word-break: break-all;
	color: #404040;
}

@media screen and (max-width: 767px) {

	.dcm_max_notes_02 {
		padding: 15px;
	}

	.dcm_max_notes_02 p {
		font-size: 12px;
	}
}

.bg_orange {
	background-color: #ffd833;
}

.slick-list {
	border-radius: 30px;
}

@media screen and (min-width: 767px) {
	.slider-wrap-01 .slider_item {
		margin: 0 20px;
	}
}

.docomomxLogo {
	height: 126px;
	background-image: url('../images/docomo_max_logo_dw.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.accItem.open .docomomxLogo {
	background-image: url('../images/docomo_max_logo_up.png');
}

.docomomxLogo span {
	visibility: hidden;
}

.docomoptLogo {
	height: 126px;
	background-image: url('../images/docomo_pt_max_logo_dw.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.accItem.open .docomoptLogo {
	background-image: url('../images/docomo_pt_max_logo_up.png');
}

.docomoptLogo span {
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.accordion>.dcm-max-link-wrap .img-01 {
		width: unset;
	}

	.docomomxLogo,
	.docomoptLogo {
		height: 15vw;
	}
}

@media screen and (max-width: 425px) {
	.accordion>.dcm-max-link-wrap .img-01 {
		width: unset;
	}

	.docomomxLogo,
	.docomoptLogo {
		height: 20vw;
	}

	.accordion>.dcm-max-link-wrap {
		padding: 0px;
	}
}

.fin_note {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 16px;
	color: #c03;
	text-align: center;
}

.letter_01 {
	font-size: 125%;
}

.letter_02 {
	font-size: 100%;
}

.lemon {
	color: #FFFB9A;
}

.red_border {
	margin-bottom: 20px;
}

.red_border.open {
	margin-bottom: unset;
}

.d_notes {
	background-color: #FFF6CD;
	background-image: url(../images/bg_yellow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
	.d_notes {
		background-size: calc(max(100%, 780px)) auto;
	}
}

.d_notes h2 {
	color: #665000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}

.d_notes .cp-detail-inner_max {
	max-width: 770px;
}

@media screen and (max-width: 767px) {

	.d_notes h2 {
		font-size: 18px;
	}

}

/*.entry_check_button02{
	padding: 3% 7% 0%;
}*/

.comp_img {
	display: block;
	margin: 0 auto;
	width: 100%;
	background-image: url(./images/bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 60px 0 70px 0;
}

.entry_check_button03 {
	/*padding: 3% 7% 3%;*/
	padding: 40px 7% 40px;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

.entry_area_01 {
	background: #017A9A;
	padding: 60px 0;
}

.entry_area_01 p,
.prize_details p {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.prize_details p.letter_02 {
	font-size: 28px;
}

@media screen and (max-width: 767px) {

	.entry_area_01 p,
	.prize_details p {
		font-size: 18px;
	}

	.prize_details p.letter_02 {
		font-size: 23px;
	}
}

.entry_area_01 .entry_check_button03 {
	margin: 40px 0px;
	padding: 0;
}

.prize_details_area {
	background: #229EBD;
	padding: 60px 0;
}

.prize_details p {
	text-shadow: 0 0 10px #002a33;
	font-weight: 700;
}

.prize_details p:first-child {
	margin-bottom: 25px;
	line-height: 150%;
}

.prize_details p.ttl_text {
	font-size: 3em;
	text-shadow: 0 0 10px #06859E;
}

.prize_details p.ttl_text img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.prize_details .details {
	margin: 50px 0px;
}

.prize_details p.d_invitation {
	font-size: 20px;
}

.prize_details_bg {
	background-image: url(../images/bg_prize.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 20px;
	margin: 50px auto;
	padding: 50px 10px 60px 10px;
}

.prize_details_bg ul {
	max-width: calc(80% + 1.1rem);
	margin: 53px auto;
}

.prize_details_bg p,
.prize_details_bg li {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-shadow: 0 0 25px rgba(0, 36, 74, 0.87);
}

.prize_details_bg p {
	line-height: 175%;
}

.prize_details_bg li {
	width: 75%;
	text-align: left;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-size: 30px 40px;
	background-position: 0.5rem center;
	margin: 0 auto;
	padding-left: 2.5rem;
}

.prize_details_bg li:first-child {
	margin-bottom: 25px;
}

.prize_notes {
	max-width: calc(80% + 1.1rem);
	margin: 0 auto;
}

.prize_notes p {
	text-align: left;
	font-size: 13px;
}

.entry_notes {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.entry_notes p {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin-bottom: 1em;
}

.entry_notes p:last-child {
	margin-bottom: unset;
}

.entry_notes a {
	display: inline;
	text-decoration: underline;
	color: #fff;
}

.cmp_notesBlock img {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 20px 7% 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #383838;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	/* border-radius: 30rem; */
	text-decoration: none;
	text-shadow: 0px -1px 1px
}

.pc-only {
	display: block;
}

.cmp_btn_close {
	display: none;
}

.cmp_notesWrap {
	display: none;
}

.t_notes {
	width: fit-content;
	margin: 0 auto 15px;
	font-size: 12px;
	color: #fff;

}

.terms_area .cp-detail-inner {
	background: rgba(1, 53, 111, 0.80);
	color: white;
	padding: 40px 46px 60px;
}

.terms_area h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 0 16px;
	margin-bottom: 40px;
	color: #fff;
	text-shadow: 0 0 10px #002a33;
}

.terms_area h2.mt40 {
	margin-top: 40px;
}

.terms_area p,
.terms_area li,
.terms_area h3 {
	font-size: 12px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	line-height: 150%;
}

.terms_area h3 {
	margin-bottom: 0;
}

.dcm_max .terms_area h3.cp-title-lev3 {
	font-weight: normal;
}


.terms_area p,
.terms_area li {
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

footer {
	display: flex;
	justify-content: center;
	width: 33%;
	margin: 0 auto;
	padding: 15px 0;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	background: #FFF;    
	position: relative;
    /*bottom: 5.8vw;*/
}

.terms_area.cp-detail-inner_max{
	text-align: left;
}

.copyright {
	color: #017A9A;
	text-align: center;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

#global-nav2.text-btn {
	bottom: 0;
}

.entry_check_button {
	padding: 0;
}

.cmp_notesWrap a {
	display: inline;
}

.cp-com-inner.pb0 {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {

	.entry_check_button03 {
		/*padding: 3% 7% 3%;*/
		padding: 25px 0px 25px;
	}

	.d_notes,
	.entry_area_01,
	.prize_details_area {
		padding: 40px 20px 50px;
	}

	.red_border {
		margin-bottom: 10px;
	}

	.notes_top img {
		display: block;
		max-width: 700px;
		margin: 0 auto;
	}

	.pc_br {
		display: none;
	}

	.sp_br {
		display: block;
	}

	.entry_notes {
		width: 100%;
		margin: 0 auto;
	}

	.entry_notes p {
		font-style: normal;
		font-weight: 400;
		text-align: left;
	}

	.prize_details .details {
		margin: 40px 0px;
	}

	.prize_details_bg {
		background-image: url(../images/bg_prize_sp.jpg);
		background-size: cover;
		margin: 40px auto;
		padding: 45px 10px 50px 10px;
	}

	.prize_details_bg p {
		font-size: 15px;
	}

	.prize_details_bg ul {
		width: fit-content;
		max-width: 100%;
		margin: 40px 0px;
		padding: 0 16px;
	}

	.prize_details_bg li {
		font-size: 14px;
	}

	.prize_details p.d_invitation {
		font-size: 16px;
	}

	.prize_notes {
		max-width: 100%;
		margin: 0px auto;
	}

	.prize_notes p {
		font-size: 12px;
	}

	.terms_area .cp-detail-inner {
		padding: 40px 10px 60px;
	}

	.terms_area h2 {
		font-size: 25px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.terms_area h2.mt40_pc {
		margin-top: 0px;
	}

	.t_notes {
		margin: 0 auto 20px;
	}

	footer {
		width: 80%;
	}

	.copyright {
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
	}

	.prize_details_inner {
		padding: 0 16px 0;
	}

}

@media screen and (max-width: 500px) {

	.prize_details_bg li {
		width: auto;
		text-align: left;
		background-image: url(../images/star.png);
		background-repeat: no-repeat;
		background-size: 1.0rem;
		background-position: 0rem top;
		margin: 0 auto;
		padding-left: 1.0rem;
	}

}

/* 251223追加 */
.detail_img_wrap_Inner{
	margin: 0 20px;
	border: 2px solid #A00028;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
}
.detail_img_wrap_Inner01{
	position: relative;
}
.detail_img_wrap_Inner01::after{
	content: "";
    background-image: url(../images/docomo_max_07.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 27%;
    height: 27%;
    top: -10%;
    left: -4%;
}

@media screen and (max-width: 425px) {
	.detail_img_wrap_Inner01::after{
		content: "";
		background-image: url(../images/docomo_max_07.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
        width: 30%;
        height: 30%;
        top: -7%;
        left: -7%;
	}
}