@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

#u-next {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .02em;
	background: #fff;
	color: #000A17;
	overflow-x: hidden;
}
#u-next a {
  color: #0067B5;
  text-decoration: underline;
}
#u-next img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#u-next .container {
	width: 87%;
	max-width: 1024px;
	margin: 0 auto;
}
#u-next .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#u-next .list > li {
  position: relative;
  padding-left: 1.3em;
}
#u-next .list.inline > li {
  display: inline-block;
	text-align: left;
}
#u-next .list.custom_2 > li {
  padding-left: 2.3em;
}
#u-next .list.custom_3 > li {
  padding-left: 3.3em;
}
#u-next .list.custom_4 > li {
  padding-left: 4em;
}
#u-next .list > li + li {
  margin-top: .2em;
}
#u-next .list > li::before,
#u-next .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#u-next .list.kome > li::before {
  content: "※";
}
#u-next .list.dot > li::before {
  content: "●";
}
#u-next .list.smldot > li::before {
  content: "・";
}
#u-next .list.number {
	counter-reset: number;
}
#u-next .list.number > li {
	padding-left: 1.5em;
}
#u-next .list.number > li::before {
	counter-increment: number 1;
  content: counter(number)".";
}
#u-next .list.icon > li {
	padding-left: 2.0em;
}
#u-next .list.icon > li > .num {
	width: 1.5em;
}
#u-next .list.fs_small,
#u-next .list.fs_xsmall {
	line-height: 1.5;
}
#u-next .fs_xsmall {font-size: 80%;}
#u-next .fs_small {font-size: 90%;}
#u-next .fs_large {font-size: 110%;}
#u-next .fs_xlarge {font-size: 120%;}
#u-next .em {font-weight: bold;}
#u-next .underline {text-decoration: underline;}
#u-next .txt_right {text-align: right;}
#u-next .txt_center {text-align: center;}
#u-next .red {color: #f00;}
#u-next .blue {color: #2A4093;}
#u-next .marker {
	background: linear-gradient(transparent 60%, #FFE72C 60%);
}

#u-next header {
	background: url("../images/bg.png") repeat center top;
	text-align: center;
}
#u-next header .h_copy {
	background: #000A17;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 1em;
}
#u-next header .h_copy p {
	display: inline-block;
	position: relative;
}
#u-next header .h_copy span {
	display: inline-block;
}
#u-next header .h_copy p::before,
#u-next header .h_copy p::after,
#u-next header .h_copy span::before,
#u-next header .h_copy span::after {
	content: "";
	width: 2.3em;
	height: 2px;
	background: #fff;
	position: absolute;
	top: .5em;
}
#u-next header .h_copy span::before,
#u-next header .h_copy span::after {
	width: 2em;
	top: 1em;
}
#u-next header .h_copy p::before {
	left: -2.2em;
	transform: rotate(70deg);
}
#u-next header .h_copy p::after {
	right: -2.2em;
	transform: rotate(-70deg);
}
#u-next header .h_copy span::before {
	left: -2.2em;
	transform: rotate(65deg);
}
#u-next header .h_copy span::after {
	right: -2.2em;
	transform: rotate(-65deg);
}
#u-next header > .container {
	padding: 60px 0;
}
#u-next header .h_tit {
	width: 94%;
	margin: 0 auto 50px;
}
#u-next header .h_stit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
	margin: -20px auto 5px;
}
#u-next header .h_stit > span {
	display: inline-block;
}
#u-next header .h_date {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
#u-next header .h_date .marker {
  position: relative;
}
#u-next header .h_date .marker::before,
#u-next header .h_date .marker::after {
  content: "";
  width: .8em;
  height: .8em;
  line-height: 1;
  border-left: 3px solid #000A17;
  border-top: 3px solid #000A17;
  transform: rotate(-45deg);
  position: absolute;
  top: .35em;
  left: -.8em;
}
#u-next header .h_date .marker::after {
  transform: rotate(135deg);
  left: auto;
  right: -.8em;
}
#u-next header .h_date .marker > span + span {
  margin-left: 1em;
}
#u-next header .h_catch > * {
	width: 48.24%;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
#u-next header .h_catch > *:nth-child(1) {
	background: #E24745;
}
#u-next header .h_catch > *:nth-child(2) {
	background: #0A96E0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#u-next header .h_catch_att {
	color: #FFE72C;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	margin-top: 1.2em;
}
#u-next .h_nav {
	background: rgba(0,10,23,.75);
	padding: 40px 0;
}
#u-next .h_nav li {
	width: 13.2%;
}
#u-next .h_nav a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	height: 100%;
	background: #000A17;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 0;
	transition: .5s;
}
#u-next section {
  padding: 100px 0;
}
#u-next #feature,
#u-next #tokuten,
#u-next #faq,
#u-next #contact {
	background: #CEEAF9;
}
#u-next #tokuten_shokai {
	background: #F9DADA;
}
#u-next .stit {
  text-align: center;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#u-next .stit > span {
	display: inline-block;
	border-bottom: 6px solid;
	border-image: linear-gradient(to right, #0FB9F5 0%, #0678CE 100%);
	border-image-slice: 1;
	padding-bottom: .3em;
}
#u-next .stit_logo {
	display: inline-block;
	width: auto;
	height: 1.4em;
	vertical-align: -.1em;
	margin-right: .5em;
}
#u-next .leadcopy {
	font-size: 20px;
}
#u-next .u-next_lineup {
	margin-top: 30px;
	letter-spacing: 0;
}
#u-next .u-next_lineup .flex {
	flex-flow: row wrap;
	justify-content: center;
}
#u-next .u-next_lineup .flex > li {
	width: 120px;
	height: 110px;
	border: 4px solid #000;
	border-radius: 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	margin: 5px 3px;
	padding: 5px;
}
#u-next .u-next_lineup .flex > li:nth-of-type(1) {
	border-color: #E12613;
	color: #E12613;
}
#u-next .u-next_lineup .flex > li:nth-of-type(2) {
	border-color: #E75406;
	color: #E75406;
}
#u-next .u-next_lineup .flex > li:nth-of-type(3) {
	border-color: #F18D01;
	color: #F18D01;
}
#u-next .u-next_lineup .flex > li:nth-of-type(4) {
	border-color: #F1BB01;
	color: #F1BB01;
}
#u-next .u-next_lineup .flex > li:nth-of-type(5) {
	border-color: #A6B912;
	color: #A6B912;
}
#u-next .u-next_lineup .flex > li:nth-of-type(6) {
	border-color: #2F9B38;
	color: #2F9B38;
}
#u-next .u-next_lineup .flex > li:nth-of-type(7) {
	border-color: #07953F;
	color: #07953F;
}
#u-next .u-next_lineup .flex > li:nth-of-type(8) {
	border-color: #018D6A;
	color: #018D6A;
}
#u-next .u-next_lineup .flex > li:nth-of-type(9) {
	border-color: #00938B;
	color: #00938B;
}
#u-next .u-next_lineup .flex > li:nth-of-type(10) {
	border-color: #1689B8;
	color: #1689B8;
}
#u-next .u-next_lineup .flex > li:nth-of-type(11) {
	border-color: #4E6994;
	color: #4E6994;
}
#u-next .u-next_lineup .flex > li:nth-of-type(12) {
	border-color: #523879;
	color: #523879;
}
#u-next .u-next_lineup .flex > li:nth-of-type(13) {
	border-color: #653B7A;
	color: #653B7A;
}
#u-next .u-next_lineup .flex > li:nth-of-type(14) {
	border-color: #A64372;
	color: #A64372;
}
#u-next .u-next_lineup .flex > li:nth-of-type(15) {
	border-color: #D52468;
	color: #D52468;
}
#u-next .u-next_lineup .flex > li:nth-of-type(16) {
	border-color: #D13F66;
	color: #D13F66;
}
#u-next #feature .stit .fs_large {
	margin: 0 .1em;
}
#u-next .feature_list.flex {
	flex-flow: row wrap;
}
#u-next .feature_list.flex > div {
	width: 32%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 60px 20px 20px;
}
#u-next .feature_list.flex > div:nth-child(n+4) {
	margin-top: 20px;
}
#u-next .feature_list.flex > div::before {
	content: "";
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 20px;
	left: 20px;
}
#u-next .feature_list.flex > div:nth-child(1)::before {
	background-image: url("../images/f01.png");
}
#u-next .feature_list.flex > div:nth-child(2)::before {
	background-image: url("../images/f02.png");
}
#u-next .feature_list.flex > div:nth-child(3)::before {
	background-image: url("../images/f03.png");
}
#u-next .feature_list.flex > div:nth-child(4)::before {
	background-image: url("../images/f04.png");
}
#u-next .feature_list.flex > div:nth-child(5)::before {
	background-image: url("../images/f05.png");
}
#u-next .feature_list.flex > div:nth-child(6)::before {
	background-image: url("../images/f06.png");
}
#u-next .feature_icon {
	text-align: center;
	margin-bottom: .5em;
}
#u-next .feature_icon img {
	width: 70%;
	max-width: 200px;
}
#u-next .feature_tit {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}
#u-next .feature_tit .marker {
	background: none;
	color: #0A96E0;
}
#u-next .feature_tit ._lp {
	display: inline-block;
	text-indent: -.2em;
	letter-spacing: -.2em;
}
#u-next .feature_tit sub {
	vertical-align: 0;
}
#u-next .feature_exp {
	margin-top: 20px;
	line-height: 1.5;
}
#u-next .box {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
}
#u-next .container > .box + .box {
	margin-top: 40px;
}
#u-next .box_tit {
	background: linear-gradient(to right, #0FB9F5 0%, #0678CE 100%);
	border-radius: 15px 15px 0 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px;
}
#u-next .box_tit_icon {
	display: inline-block;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #fff;
	padding: .3em .6em;
	margin: 0 .6em;
	vertical-align: text-bottom;
}
#u-next .box_body {
	background: #fff;
	padding: 30px;
	border-radius: 0 0 15px 15px;
}
#u-next #price .box {
	padding: 0;
}
#u-next #price .box_body {
	background: #F2F3F3;
}
#u-next .price_box.flex {
	justify-content: center;
	align-items: center;
}
#u-next .price_box .list.icon {
	font-size: 18px;
	font-weight: bold;
}
#u-next .price_copy {
	text-align: center;
	margin-left: 30px;
}
#u-next .price_copy img {
	width: 100%;
	max-width: 272px;
}
#u-next .body_bottom {
	margin-top: 1.5em;
	border-top: 1px solid #CCCED1;
	padding-top: 1.5em;
}
#u-next .tokuten_box.flex .box {
	width: 100%;
	padding: 0;
}
#u-next .tokuten_box.flex .box .box_tit {
	font-size: 0;
	line-height: 1;
	padding: 10px;
}
#u-next .tokuten_box.flex .box .box_tit img {
	width: 40.5%;
	max-width: 190px;
}
#u-next .tokuten_box.flex .box .box_body {
	background: transparent;
	line-height: 1.6;
	text-align: center;
}
#u-next .tokuten_box.flex .box .box_stit img {
	width: 100%;
	max-width: 500px;
}
#u-next #tokuten {
	padding-bottom: 60px;
}
#u-next #tokuten_shokai {
	padding-top: 60px;
}
#u-next #tokuten_shokai .stit {
	color: #E24745;
	margin-bottom: .5em;
}
#u-next #tokuten_shokai .stit > span {
	border-bottom: none;
}
#u-next #tokuten_shokai .stit > span::before,
#u-next #tokuten_shokai .stit > span::after {
	content: "";
	width: 60px;
	height: 2px;
	background: #E24745;
	display: inline-block;
	vertical-align: middle;
}
#u-next #tokuten_shokai .stit > span::before {
	margin-right: 10px;
}
#u-next #tokuten_shokai .stit > span::after {
	margin-left: 10px;
}
#u-next #tokuten_shokai .tokuten_box.flex .box {
	background: #E24745;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	width: 48%;
}
#u-next #tokuten_shokai .tokuten_box.flex .box_body {
	padding: 20px;
}
#u-next #tokuten_shokai .tokuten_box.flex .box_body > .list {
	color: #FFE72C;
	font-size: 14px;
	line-height: 1.4;
	margin-top: -.5em;
	text-align: left;
}
#u-next .tokuten_datail {
	margin-top: 40px;
}
#u-next .tokuten_datail dl {
}
#u-next .tokuten_datail dl dt {
	position: relative;
	padding-left: 1.3em;
	font-size: 110%;
	font-weight: bold;
}
#u-next .tokuten_datail dl dt::before {
	content: "■";
	color: #E24745;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
#u-next .tokuten_datail dl dd + dt {
	margin-top: 1.5em;
}
#u-next .tokuten_datail dl dd {
	padding: .3em 0 0 1.43em;
}
#u-next #flow > .container {
	width: 100%;
}
#u-next .flow_wrap {
	background: linear-gradient(to right, #0FB9F5 0%, #0678CE 100%);
	padding: 30px;
}
#u-next *:not(.stit) + .flow_wrap {
	margin-top: 1.5em;
}
#u-next .flow_wrap .box {
	padding: 30px;
}
#u-next .flow_wrap .box + .box {
	margin-top: 60px;
	position: relative;
}
#u-next .flow_wrap .box + .box::before {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-top: 30px solid rgba(255,255,255,.4);
	border-bottom: 30px solid transparent;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -43px;
}
#u-next .flow_step {
	text-align: center;
	margin-bottom: 1.5em;
}
#u-next .flow_step img {
	display: inline-block;
	width: 25%;
	max-width: 112px;
	border-bottom: 4px solid #0A96E0;
	padding-bottom: 1em;
}
#u-next .flow_body {
	line-height: 1.6;
}
#u-next .flow_body > p {
	font-size: 120%;
	text-align: center;
}
#u-next .flow_body > p + p {
	margin-top: .5em;
}
#u-next .important_block {
	color: #f00;
	text-align: center;
	margin-top: 1em;
}
#u-next .important_block .fs_large {
	font-size: 140%;
}
#u-next .flow_list.flex {
	margin-bottom: 30px;
}
#u-next .flow_list.flex > div {
	width: 30%;
	align-self: stretch;
}
#u-next .flow_list.flex .list {
	position: relative;
	padding-left: 1.3em;
	height: 5em;
}
#u-next .flow_list.flex .list > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#u-next .flow_body figure {
	margin-top: .7em;
	text-align: center;
}
#u-next .flow_body figure img {
	border: 1px solid #CCCED1;
}
#u-next .flow_separate.flex > div {
	width: 50%;
}
#u-next .flow_separate.flex > div:nth-child(1) {
	padding-right: 30px;
}
#u-next .flow_separate.flex > div:nth-child(2) {
	border-left: 1px dashed #000A17;
	padding-left: 30px;
}
#u-next .btit {
	border: 1px solid #0A96E0;
	border-radius: 999px;
	color: #0A96E0;
	font-size: 110%;
	line-height: 2;
	text-align: center;
	margin-bottom: .7em;
}
#u-next .flow_separate.flex .btit {
	width: 12em;
	margin-left: auto;
	margin-right: auto;
}
#u-next .flow_separate.flex > div > * {
	max-width: 284px;
	margin-left: auto;
	margin-right: auto;
}
#u-next .flow_separate.flex > div > .flow_txt {
	max-width: none;
}
#u-next .box_att {
	background: #FFFAD5;
	padding: 20px 30px;
	margin-top: 20px;
}
#u-next .box_att_tit {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25em;
}
#u-next .box_att_lead {
	font-size: 120%;
}
#u-next #faq .box {
	padding: 30px 40px;
}
#u-next #faq .box .trigger {
  position: relative;
  font-size: 120%;
	line-height: 1.5;
  padding: 1em 0 1em 3.5em;
  cursor: pointer;
}
#u-next #faq .box * + .trigger {
  border-top: 1px solid #CCCED1;
}
#u-next #faq .box .trigger > span {
  position: absolute;
  top: 1em;
  left: 0;
  width: 2.5em;
  text-align: center;
  color: #0a96e0;
  font-weight: bold;
}
#u-next #faq .box .trigger + div {
  display: none;
  background: #F2F3F3;
  padding: 20px 30px;
  margin-bottom: 20px;
	line-height: 1.6;
}
#u-next #faq .box .trigger + div > * + * {
  margin-top: .7em;
}
#u-next .terms_list.flex {
	flex-flow: row wrap;
	margin-top: 30px;
}
#u-next .terms_list.flex > li {
	width: 49%;
}
#u-next .terms_list.flex > li:nth-child(n+3) {
	margin-top: 15px;
}
#u-next .terms_list.flex > li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
	line-height: 1.5;
	color: #000A17;
	text-decoration: none;
	background: #f2f3f3;
	border: 1px solid #CCCED1;
	border-radius: 10px;
	padding: 1.2em 2.5em 1.2em 1.5em;
	position: relative;
	transition: .5s;
}
#u-next .terms_list.flex > li a:hover {
	background: #d9dadc;
}
#u-next .terms_list.flex > li a::after {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #4c535d;
	border-right: 2px solid #4c535d;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
}
#u-next .contact_block {
	line-height: 1.6;
	text-align: center;
}
#u-next .contact_block + .contact_block {
	margin-top: 50px;
}
#u-next .contact_block > .flex {
	justify-content: center;
}
#u-next .contact_block > .flex ._logo {
	width: 132px;
	margin-right: 30px;
}
#u-next .contact_tit {
	background: linear-gradient(to right, #0FB9F5 0%, #0678CE 100%);
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	padding: .5em;
	margin-bottom: 1em;
}
#u-next .contact_stit {
	font-size: 18px;
	margin-bottom: .5em;
}
#u-next .contact_stit::before {
	content: "〈";
	margin-right: .3em;
}
#u-next .contact_stit::after {
	content: "〉";
	margin-left: .3em;
}
#u-next .bb_box {
	background: rgba(255,255,255,.9);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
  height: 0;
	padding: 20px 0 10px;
	z-index: 10;
	opacity: 0;
	transition: 1s;
}
#u-next .bb_box.visible {
	opacity: 1;
  height: auto;
}
#u-next .bb_box .flex {
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
#u-next .bb_box .flex > div {
	width: 100%;
	max-width: 432px;
}
#u-next .bb_box .flex > div > p:first-child {
	font-size: 120%;
	font-weight: bold;
	color: #00A6E9;
}
#u-next .bb_box .flex > div:last-child > p:first-child {
	color: #E24745;
}
#u-next .bb_box .flex > div > a {
	display: block;
	margin: 0 auto;
}
#u-next .bb_box .flex > div > *:last-child {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5;
	color: #00A6E9;
	padding: 0 15px;
}
#u-next .bb_box .flex > div:last-child > *:last-child {
	color: #E24745;
}
footer {
  padding: 80px 0 350px;
}
footer .fnav .ac_link img {
  width: 85px;
  max-width: none;
}
footer .copy #f_logo img {
  width: 107px;
  max-width: none;
}
#u-next .b_box {
  border: 6px solid #9ac4e9;
}
#u-next .box_chupi {
  border: 6px solid #f3a9c1;
}
#u-next .tx_chupicom {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
#u-next .movie_box {
	width: 100%;
	max-width: 640px;
	margin: 60px auto 0;
}
#u-next .movie_box .youtube + .youtube {
	margin-top: 30px;
}
#u-next .cam_block {
	background: #edddd0;
	padding: 80px 0 100px;
}
#u-next .cam_heading {
	text-align: center;
}
#u-next .cam_tit {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
	color: #f00;
	padding-bottom: 1em;
}
#u-next .cam_tit .marker {
	background: linear-gradient(transparent 65%, #FFE72C 65%);
}
#u-next .cam_tit ._bk {
	color: #000;
	font-size: 85%;
	font-weight: normal;
	line-height: 2;
}
#u-next .cam_credit {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-top: .5em;
	word-break: break-all;
}
#u-next .cam_lead {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	padding: 2em 0;
}
#u-next .cam_lead > * + * {
	margin-top: 1em;
}
#u-next .cam_lead sub {
	font-size: 70%;
}
#u-next .cam_box {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}
#u-next .cam_summary dt {
	font-size: 110%;
	font-weight: bold;
	/*color: #666;*/
  color: #9e683c;
	position: relative;
}
#u-next .cam_summary dt::before {
	content: "【";
	font-weight: normal;
	margin: 0 .25em 0 -.5em;
}
#u-next .cam_summary dt::after {
	content: "】";
	font-weight: normal;
	margin-left: .25em;
}
#u-next .cam_summary dd + dt {
	margin-top: 1.5em;
}
#u-next .cam_summary dd {
	line-height: 1.5;
}
#u-next .flex.cam_goods > figure {
	width: 23%;
}
#u-next .flex.cam_goods > figure figcaption {
	line-height: 1.3;
	text-align: center;
	padding: .5em 0;
}
#u-next .flex.cam_goods {
	justify-content: flex-start;
	align-items: flex-end;
}
#u-next .flex.cam_goods > *:nth-child(1) {
	width: 45%;
}
#u-next .flex.cam_goods > *:nth-child(1) figcaption {
	line-height: 1.3;
	padding: .5em 0;
}
#u-next .flex.cam_goods > *:nth-child(1) .cam_credit {
	text-align: center;
}
#u-next .flex.cam_goods > *:nth-child(2) {
	padding: 0 0 1.5em 1em;
}
#u-next .cam_goods > .flex {
	margin-top: 1em;
	justify-content: flex-start;
}
#u-next .cam_goods > .flex > *:nth-child(1) {
	width: 220px;
	text-align: center;
}
#u-next .cam_goods > .flex > *:nth-child(2) {
	padding-left: 2em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
#u-next .cam_goods > .flex > *:nth-child(2) .cam_credit {
	padding-bottom: 2em;
}
#u-next .cam_goods_img {
  width: 30%;
  float: right;
  margin: -2em 0 0 3em;
}
#u-next .cam_block.minion {
	background: #fdb314;
}
#u-next .minion .cam_tit {
	color: #012f84;
}
#u-next .minion .cam_tit .marker {
	background: linear-gradient(transparent 65%, #f1e630 65%);
}
#u-next .minion .cam_lead,
#u-next .minion .cam_summary dt {
	color: #012f84;
}
#u-next .minion .flex.cam_goods > figure {
	width: 30%;
	padding: 0;
	text-align: center;
}
#u-next .minion .flex.cam_goods > figure img {
	width: 80%;
}
#u-next .minion .flex.cam_goods + .cam_credit {
	width: 60%;
	text-align: center;
	margin-top: 1em;
}
#u-next .cam_btn {
  margin-top: 2em;
  text-align: center;
}
#u-next .cam_btn a {
  display: block;
  width: 100%;
  max-width: 500px;
  background: linear-gradient(#c98a89 0%, #931614 80%);
  border: 3px solid #b35c5a;
  border-radius: 10px;
  box-shadow: 0 0 15px #f4e8e7 inset;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-shadow: 0 0 5px #931614,
               0 0 5px #931614;
  padding: 1em 2em 1.25em;
  margin: 0 auto;
  transition: .5s;
}
#u-next .cam_btn a .fs_small {
  display: block;
  font-size: 60%;
  font-weight: normal;
  margin-top: .25em;
}
#u-next .cam_btn a:hover {
  background: #931614;
  color: #fff;
  box-shadow: none;
}
#u-next a.blank::after {
  content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url("../../common/images/icon_blank_b.svg") no-repeat center center / 100% auto;
	margin: 0 .25em;
	vertical-align: -.1em;
}

/* ---------------------------------------------
  for Smartphone Style
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  #u-next {
    font-size: 14px;
  }
	#u-next .flex {
		flex-flow: column nowrap;
		justify-content: center;
	}
	#u-next .flex > * + * {
		margin-top: 15px;
	}
	#u-next header .h_copy {
		font-size: 15px;
	}
	#u-next header .h_copy p::before,
	#u-next header .h_copy p::after,
	#u-next header .h_copy span::before,
	#u-next header .h_copy span::after {
		width: 3.5em;
		height: 2px;
		top: 1.5em;
	}
	#u-next header .h_copy span::before,
	#u-next header .h_copy span::after {
		width: 3em;
		top: 2em;
	}
	#u-next header .h_copy p::before {
		left: -3em;
	}
	#u-next header .h_copy p::after {
		right: -3em;
	}
	#u-next header .h_copy span::before {
		left: -3em;
	}
	#u-next header .h_copy span::after {
		right: -3em;
	}
	#u-next header > .container {
		padding: 30px 0;
	}
	#u-next header .h_tit {
		margin-bottom: 25px;
	}
	#u-next header .h_stit {
		font-size: 19px;
		margin: -20px -3% 5px;
	}
  #u-next header .h_date {
    font-size: 19px;
    margin-bottom: 15px;
  }
  #u-next header .h_date .marker::before,
  #u-next header .h_date .marker::after {
    border-left-width: 2px;
    border-top-width: 2px;
  }
  #u-next header .h_date .marker > span {
    display: inline-block;
  }
  #u-next header .h_date .marker > span + span {
    margin-left: 0;
    font-size: 23px;
  }
	#u-next header .h_catch > * {
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		border-radius: 10px;
	}
	#u-next header .h_catch_att {
		font-size: 13px;
	}
	#u-next .h_nav {
		padding: 20px 0;
	}
	#u-next .h_nav .flex {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#u-next .h_nav .flex > li + li {
		margin-top: 0;
	}
	#u-next .h_nav .flex > li:nth-of-type(n+3) {
		margin-top: 10px;
	}
	#u-next .h_nav li {
		width: 48.5%;
	}
	#u-next .h_nav li:last-of-type {
		margin-left: auto;
		margin-right: auto;
	}
	#u-next .h_nav a {
		font-size: 15px;
		padding: 15px 3%;
	}
  #u-next section {
    padding: 50px 0;
  }
  #u-next #contact {
    border-bottom-width: 5px;
  }
  #u-next .l_row > * + * {
    margin-top: 15px;
  }
	#u-next .stit {
		font-size: 18px;
	}
	#u-next .stit > span {
		border-bottom-width: 3px;
	}
	#u-next .stit_logo {
		height: 1.4em;
		vertical-align: -.05em;
	}
	#u-next .leadcopy {
		font-size: 16px;
	}
	#u-next .u-next_lineup {
		margin-top: 15px;
	}
	#u-next .u-next_lineup .flex {
		justify-content: space-between;
	}
	#u-next .u-next_lineup .flex > li {
		width: 32%;
		height: 5em;
		border-width: 2px;
		font-size: 15px;
		margin: 5px 0;
	}
	#u-next .feature_list.flex {
		flex-flow: column wrap;
	}
	#u-next .feature_list.flex > div {
		width: 100%;
		padding: 30px 15px 20px 70px;
	}
	#u-next .feature_list.flex > div:nth-child(n+2) {
		margin-top: 15px;
	}
	#u-next .feature_list.flex > div::before {
		width: 32px;
		height: 32px;
		top: 15px;
		left: 15px;
	}
	#u-next .feature_tit {
		font-size: 18px;
	}
	#u-next .feature_tit .marker {
		background: none;
		color: #0A96E0;
	}
	#u-next .feature_exp {
		margin-top: 10px;
	}
	#u-next .box {
		border-radius: 10px;
		padding: 20px 4%;
	}
	#u-next .container > .box + .box {
		margin-top: 20px;
	}
	#u-next .box_tit {
		border-radius: 10px 10px 0 0;
		font-size: 18px;
		padding: 10px 4%;
	}
	#u-next .box_body {
		padding: 20px 4%;
		border-radius: 0 0 10px 10px;
	}
	#u-next .price_box .list.icon {
		font-size: 16px;
	}
	#u-next .price_copy {
		margin-left: 0;
	}
	#u-next .price_copy img {
		width: 80%;
	}
	#u-next .tokuten_box.flex .box .box_tit {
		padding: 10px;
	}
	#u-next #tokuten {
		padding-bottom: 50px;
	}
	#u-next #tokuten_shokai {
		padding-top: 30px;
	}
	#u-next #tokuten_shokai .stit > span::before,
	#u-next #tokuten_shokai .stit > span::after {
		width: 30px;
		height: 1px;
	}
	#u-next #tokuten_shokai .tokuten_box.flex .box {
		width: 100%;
	}
	#u-next #tokuten_shokai .tokuten_box.flex .box_body {
		padding: 15px 0;
	}
	#u-next #tokuten_shokai .tokuten_box.flex .box_body > .list {
		font-size: 13px;
		padding: 0 20px;
	}
	#u-next .flow_wrap {
		padding: 20px 6.5%;
	}
	#u-next .flow_wrap .box {
		padding: 20px 4%;
	}
	#u-next .flow_wrap .box + .box {
		margin-top: 40px;
	}
	#u-next .flow_wrap .box + .box::before {
		border-top-width: 20px;
		border-bottom-width: 20px;
		border-left-width: 16px;
		border-right-width: 16px;
		top: -30px;
	}
	#u-next .flow_step img {
		border-bottom-width: 2px;
		padding-bottom: .6em;
	}
	#u-next .flow_body > p {
		font-size: 110%;
		text-align: left;
	}
	#u-next .important_block {
		text-align: left;
	}
	#u-next .important_block .fs_large {
		font-size: 120%;
	}
	#u-next .flow_list.flex > div {
		width: 100%;
	}
	#u-next .flow_list.flex > div + div {
		margin-top: 25px;
	}
	#u-next .flow_list.flex .list {
		height: auto;
		margin-bottom: .7em;
	}
	#u-next .flow_separate.flex > div {
		width: 100%;
	}
	#u-next .flow_separate.flex > div:nth-child(1) {
		padding-right: 0;
		padding-bottom: 10px;
	}
	#u-next .flow_separate.flex > div:nth-child(2) {
		border-left: none;
		border-top: 1px dashed #000A17;
		padding-left: 0;
		padding-top: 20px;
	}
	#u-next .box_att {
		padding: 15px 4%;
		margin-top: 15px;
	}
	#u-next .box_att_tit {
		font-size: 110%;
		text-align: left;
	}
	#u-next .box_att_lead {
		font-size: 110%;
	}
	#u-next #faq .box {
		padding: 15px;
	}
	#u-next #faq .box .trigger {
		font-size: 110%;
		padding-left: 3em;
	}
	#u-next #faq .box .trigger + div {
		padding: 15px;
		margin-bottom: 10px;
	}
	#u-next .terms_list.flex {
		flex-flow: column nowrap;
		margin-top: 15px;
	}
	#u-next .terms_list.flex > li {
		width: 100%;
	}
	#u-next .terms_list.flex > li:nth-child(n+2) {
		margin-top: 10px;
	}
	#u-next .terms_list.flex > li a {
		padding: 1.2em 7% 1.2em 4%;
	}
	#u-next .terms_list.flex > li a::after {
		width: 6px;
		height: 6px;
		right: 4.5%;
	}
	#u-next .contact_block + .contact_block {
		margin-top: 25px;
	}
	#u-next .contact_block > .flex {
	}
	#u-next .contact_block > .flex ._logo {
		width: 100px;
		margin: auto;
	}
	#u-next .contact_tit {
		font-size: 17px;
	}
	#u-next .contact_stit {
		font-size: 16px;
	}
	#u-next .bb_box {
		padding: 15px 0 10px;
	}
	#u-next .bb_box .flex {
		flex-flow: row nowrap;
	}
	#u-next .bb_box .flex > div {
		width: 50%;
		margin-top: 0;
	}
	#u-next .bb_box .flex > div > p:first-child {
		font-size: 110%;
	}
	#u-next .bb_box .flex > div > *:last-child {
		display: none;
	}
  footer {
    padding-top: 40px;
  }
  footer .copy #f_logo img {
    width: 87px;
  }
	#u-next .movie_box {
		margin-top: 30px;
	}
	#u-next .cam_block {
		padding: 40px 0 50px;
	}
	#u-next .cam_heading {
		text-align: left;
	}
	#u-next .cam_tit {
		font-size: 130%;
		text-align: center;
	}
	#u-next .cam_credit {
		font-size: 11px;
	}
	#u-next .cam_lead {
		font-size: 100%;
		padding: 1em 0;
	}
	#u-next .cam_lead > * + * {
		margin-top: 1em;
	}
	#u-next .cam_box {
		border-radius: 10px;
		padding: 20px 4%;
	}
	#u-next .cam_summary dt {
		font-size: 100%;
	}
	#u-next .cam_summary dd + dt {
		margin-top: 1em;
	}
	#u-next .flex.cam_goods {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#u-next .flex.cam_goods > figure {
		width: 47%;
	}
	#u-next .flex.cam_goods > figure:nth-child(2) {
		margin-top: 0;
	}
	#u-next .flex.cam_goods > figure:nth-child(n+3) {
		margin-top: 2em;
	}
	#u-next .flex.cam_goods {
		justify-content: center;
	}
	#u-next .flex.cam_goods > *:nth-child(1) {
		width: 100%;
		max-width: 514px;
		margin: 0 auto;
	}
	#u-next .flex.cam_goods > *:nth-child(2) {
		padding: 0;
		margin-top: 5px;
	}
	#u-next .cam_goods > .flex {
		margin-top: 1em;
		justify-content: center;
		align-items: center;
	}
	#u-next .cam_goods > .flex > *:nth-child(1) {
		width: 45%;
		max-width: 220px;
	}
	#u-next .cam_goods > .flex > *:nth-child(2) {
		padding-left: 0;
	}
	#u-next .cam_goods > .flex > *:nth-child(2) .cam_credit {
		padding-bottom: 0;
		text-align: center;
	}
  #u-next .cam_goods_img {
    width: 100%;
    float: none;
    margin: .5em auto 1em;
  }
	#u-next .minion .flex.cam_goods {
		margin-top: -1.5em;
	}
	#u-next .minion .flex.cam_goods > figure {
		width: 100%;
		max-width: 300px;
		margin-top: 1.5em;
	}
	#u-next .minion .flex.cam_goods > figure img {
		width: 70%;
	}
	#u-next .minion .flex.cam_goods .list.kome {
		width: 100%;
		text-align: center;
	}
	#u-next .minion .flex.cam_goods .list.kome > li {
		display: inline-block;
		text-align: left;
	}
	#u-next .minion .flex.cam_goods + .cam_credit {
		width: 100%;
	}
  #u-next .cam_btn a {
    border-width: 2px;
    font-size: 140%;
    padding: 1em 0;
    box-shadow: 0 0 10px #f4e8e7 inset;
  }
  
}

/* ---------------------------------------------
  for Tablet & PC Style
--------------------------------------------- */
@media only screen and (min-width: 769px) {  
  #u-next a:hover {
    color: #00A0EA;
    text-decoration: none;
  }
  #u-next a img {
    transition: .5s;
  }
  #u-next a:hover img {
    opacity: .7;
  }
	#u-next .h_nav a:hover {
		background: #fff;
		color: #000A17;
	}
  
  
}