.cp-nodomist #wrapper {
	overflow: initial;
}

.cp-nodomist-wrapper {
	font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	font-size: 1.2rem;
	position: relative;
	color: #2c2c2c;
}

.cp-nodomist-wrapper a {
	transition: all .2s ease;
}

.cp-nodomist-wrapper .br-pc,
.cp-nodomist-wrapper .br-sm {
	display: none;
}

.cp-nodomist-wrapper .br-xs {
	display: block;
}

.cp-nodomist-hero {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	background: url('/campaign/nodomist/assets/images/bg_lg.jpg') center center no-repeat #dcedf8;
	background-size: cover;
}

.cp-nodomist-hero::before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .3;
	background: url('/campaign/nodomist/assets/images/snow.png') center bottom no-repeat;
	background-size: 100% auto;
}

.cp-nodomist-hero__container {
	position: relative;
	z-index: 1;
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.cp-nodomist-hero__container img {
	width: 100%;
	height: auto;
}

.cp-nodomist-hero__main {
	text-align: center;
	flex: 1;
}

.cp-nodomist-hero__main .bubble img {
	max-width: 545px;
}

.cp-nodomist-hero__main h1 {
	margin: 15px 0 20px;
	padding: 0;
}

.cp-nodomist-hero__main h1 img {
	max-width: 767px;
}

.cp-nodomist-hero__main .ribbon img {
	position: relative;
	left: -20px;
	max-width: 560px;
}

.cp-nodomist-hero__nodomist {
	max-width: 185px;
	margin: 0 0 0 50px;
}

.cp-nodomist-hero__nodomist img {
	position: relative;
	top: 15px;
	right: 70px;
	width: 100%;
	height: auto;
	transform: rotate(10deg);
}

.cp-nodomist-hero__term {
	position: relative;
	z-index: 1;
	margin: 50px auto 0;
	text-align: center;
}

.cp-nodomist-hero__term img {
	width: 100%;
	max-width: 770px;
}

.cp-nodomist-lead {
	padding: 60px 40px;
}

.cp-nodomist-lead__container {
	font-size: 1.3rem;
	line-height: 2.5;
	max-width: 890px;
	margin: 0 auto;
	text-align: center;
}

.cp-nodomist-lead__container b {
	font-weight: bold;
	padding: 0 5px 5px;
	background: linear-gradient(transparent 60%, #fff72c 60%);
}

.cp-nodomist-product {
	margin: 0 0 100px;
	padding: 0 40px;
}

.cp-nodomist-product__container {
	display: flex;
	max-width: 890px;
	margin: 0 auto;
	padding: 50px 70px;
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	align-items: center;
}

.cp-nodomist-product__container .thumb {
	position: relative;
	text-align: center;
	flex: 0 0 240px;
}

.cp-nodomist-product__container .thumb-point {
	position: absolute;
	z-index: 0;
	top: -30px;
	left: -20px;
}

.cp-nodomist-product__container .thumb-img {
	position: relative;
	z-index: 1;
}

.cp-nodomist-product__container .thumb-img img {
	width: 82px;
	height: auto;
}

.cp-nodomist-product__container .description {
	text-align: center;
	flex: 1;
}

.cp-nodomist-product__container .description h3 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2.2;
	color: #043a63;
}

.cp-nodomist-product__container .description h3::after {
	display: none;
}

.cp-nodomist-product__container .description .link .bubble span {
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	letter-spacing: .08em;
	color: #c9151e;
}

.cp-nodomist-product__container .description .link .bubble span::before,
.cp-nodomist-product__container .description .link .bubble span::after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 20px;
	content: '';
	background: #c9151e;
}

.cp-nodomist-product__container .description .link .bubble span::before {
	left: 0;
	transform: translate(0, -50%) rotate(-25deg);
}

.cp-nodomist-product__container .description .link .bubble span::after {
	right: 0;
	transform: translate(0, -50%) rotate(25deg);
}

.cp-nodomist-product__container .description .link a {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 50px;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 10px auto 0;
	text-decoration: none;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 10px;
	background: #c9151e;
}

.cp-nodomist-product__container .description .link a:hover {
	background: #b2131b;
}

.cp-nodomist-entry {
	margin: 0 0 100px;
	padding: 0 40px;
}

.cp-nodomist-entry__container h2 {
	font-size: 1.65rem;
	font-weight: bold;
	margin: 0 0 45px;
	padding: 0;
	text-align: center;
	letter-spacing: .05em;
	color: #043a63;
}

.cp-nodomist-entry__container h2 span {
	display: inline-block;
	padding: 0 5px 2px;
	background: linear-gradient(transparent 70%, #fff72c 70%);
}

.cp-nodomist-entry__container ol {
	display: flex;
	list-style: none;
	justify-content: center;
}

.cp-nodomist-entry__container ol li {
	position: relative;
	margin: 0;
	flex: 0 0 234px;
}

.cp-nodomist-entry__container ol li + li {
	margin-left: 120px;
}

.cp-nodomist-entry__container ol li + li::before {
	position: absolute;
	z-index: 1;
	top: 105px;
	left: -70px;
	display: block;
	width: 0;
	content: '';
	border-width: 14px 0 14px 24px;
	border-style: solid;
	border-color: transparent #043a63;
}

.cp-nodomist-entry__container ol li .thumb {
	width: 234px;
	height: 234px;
	border-radius: 50%;
	background: #f5f5f5;
}

.cp-nodomist-entry__container ol li .thumb img {
	width: 100%;
	height: auto;
}

.cp-nodomist-entry__container ol li h4 {
	font-size: 1.3rem;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	color: #043a63;
	color: #043a63;
}

.cp-nodomist-entry__container ol li h4::after {
	display: none;
}

.cp-nodomist-flow {
	margin: 0 0 100px;
	padding: 0 40px;
}

.cp-nodomist-flow__container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.cp-nodomist-flow__header {
	text-align: center;
}

.cp-nodomist-flow__header p {
	font-weight: bold;
	margin: 10px 0;
}

.cp-nodomist-flow__body {
	margin: 40px 0 0;
}

.cp-nodomist-flow__body ol {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.cp-nodomist-flow__body ol li {
	position: relative;
	margin: 0;
	text-align: center;
	flex: 0 0 300px;
}

.cp-nodomist-flow__body ol li .num {
	position: relative;
	z-index: 1;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
	background: #c9151e;
}

.cp-nodomist-flow__body ol li .num img {
	width: 100%;
	height: auto;
}

.cp-nodomist-flow__body ol li .thumb {
	position: relative;
	z-index: 0;
	top: -18px;
	margin: 0 0 5px;
}

.cp-nodomist-flow__body ol li .thumb img {
	width: 100%;
	border: 3px solid #fff;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
}

.cp-nodomist-flow__body ol li .description {
	font-size: 1.1rem;
	font-weight: bold;
}

.cp-nodomist-flow__body ol li .note {
	font-size: .9rem;
	display: inline-block;
	text-align: center;
}

.cp-nodomist-term {
	padding: 50px 40px;
	background: #eff4f8;
}

.cp-nodomist-term__container {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
}

.cp-nodomist-term h3 {
	font-size: 1.65rem;
	margin: 0 0 30px;
	text-align: center;
	color: #043a63;
}

.cp-nodomist-term h3::after {
	display: none;
}

.cp-nodomist-term dl {
	font-size: 1.15rem;
	display: flex;
	margin: 0 0 25px;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .04);
	align-items: center;
}

.cp-nodomist-term dl dt {
	padding: 0;
	flex: 0 0 100px;
}

.cp-nodomist-term dl dt span {
	font-weight: bold;
	line-height: 1;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-radius: 90px;
	background: #043a63;
}

.cp-nodomist-term dl dd {
	display: flex;
	margin-left: 30px;
	padding: 0;
	flex: 1;
}

.cp-nodomist-term dl dd .coupon {
	font-weight: bold;
	position: relative;
	margin-left: 30px;
	padding-left: 40px;
}

.cp-nodomist-term dl dd .coupon span {
	color: #c9151e;
}

.cp-nodomist-term dl dd .coupon::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	content: '';
	transform: translate(0, -50%);
	border-width: 8px 0 8px 14px;
	border-style: solid;
	border-color: transparent #8b8b8b;
}

.cp-nodomist-term__footer {
	margin: 30px 0 0;
	text-align: center;
}

.cp-nodomist-term__footer .note {
	font-size: 1rem;
	display: inline-block;
}

.cp-nodomist-notes {
	margin: 50px 0 70px;
	padding: 0 40px;
}

.cp-nodomist-notes__container {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 25px 40px 30px;
	border: 4px solid #eaeaea;
}

.cp-nodomist-notes h3 {
	display: flex;
	margin: 0 0 10px;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.cp-nodomist-notes h3::after {
	display: none;
}

.cp-nodomist-notes h3 .icon img {
	vertical-align: baseline;
}

.cp-nodomist-notes h3 .ttl {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 5px;
	color: #2c2c2c;
}

.cp-nodomist-notes p {
	font-size: 1rem;
	margin: 0;
	text-align: center;
}

.cp-nodomist-about {
	margin: 0 0 70px;
	padding: 0 40px;
	background: #fff;
}

.cp-nodomist-about__container {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.cp-nodomist-about__container h3 {
	font-size: 1.15rem;
	padding: 15px;
	text-align: center;
	color: #3e3e3e;
	border-radius: 10px;
	background: #ededed;
}

.cp-nodomist-about__container h3::after {
	display: none;
}

.cp-nodomist-about__container table {
	font-size: 1rem;
}

.cp-nodomist-about__container table th,
.cp-nodomist-about__container table td {
	padding: 1.5em 1em;
	color: #3e3e3e;
	border: none;
	border-bottom: 1px solid #ededed;
}

.cp-nodomist-about__container table th {
	font-weight: bold;
	white-space: nowrap;
	background: none;
}

.cp-nodomist-about__container table td em {
	text-decoration: underline;
}

.cp-nodomist-about__container table td ul li + li {
	margin: 1em 0 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {

.cp-nodomist-hero {
	background-image: url('/campaign/nodomist/assets/images/bg_lg@2x.jpg');
	background-size: auto auto;
}

.cp-nodomist-hero::before {
	background-image: url('/campaign/nodomist/assets/images/snow@2x.png');
	background-size: '100%' 'auto';
}

}

@media screen and (min-width: 640px) {

.cp-nodomist-wrapper .br-pc,
.cp-nodomist-wrapper .br-xs {
	display: none;
}

.cp-nodomist-wrapper .br-sm {
	display: block;
}

}

@media screen and (min-width: 834px) {

.cp-nodomist-wrapper .br-pc {
	display: block;
}

.cp-nodomist-wrapper .br-sm,
.cp-nodomist-wrapper .br-xs {
	display: none;
}

}

@media screen and (max-width: 1080px) {

.cp-nodomist-hero {
	padding-right: 30px;
	padding-left: 30px;
}

.cp-nodomist-hero__main .ribbon {
	padding: 0 40px;
}

.cp-nodomist-entry__container ol li {
	flex: 0 0 210px;
}

.cp-nodomist-entry__container ol li + li {
	margin-left: 90px;
}

.cp-nodomist-entry__container ol li + li::before {
	top: 95px;
	left: -55px;
}

.cp-nodomist-entry__container ol li .thumb {
	width: 210px;
	height: 210px;
}

.cp-nodomist-flow__body ol li {
	flex: 1;
}

.cp-nodomist-flow__body ol li + li {
	margin-left: 30px;
}

}

@media screen and (max-width: 834px) {

.cp-nodomist-hero__nodomist {
	max-width: 160px;
}

.cp-nodomist-hero__nodomist img {
	right: 40px;
}

.cp-nodomist-product__container {
	display: block;
	padding: 40px;
}

.cp-nodomist-product__container .thumb {
	margin: 0 0 30px;
}

.cp-nodomist-product__container .thumb-point {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: calc(50% - 100px);
	transform: translate(-50%, -50%);
}

.cp-nodomist-flow {
	padding: 0 20px;
}

.cp-nodomist-term dl {
	display: block;
}

.cp-nodomist-term dl dt {
	margin: 0 auto;
}

.cp-nodomist-term dl dt span {
	margin: 0 auto;
}

.cp-nodomist-term dl dd {
	width: 100%;
	margin: 20px 0 0;
	justify-content: center;
}

}

@media screen and (max-width: 768px) {

.cp-nodomist-entry__container ol li {
	flex: 0 0 190px;
}

.cp-nodomist-entry__container ol li + li {
	margin-left: 70px;
}

.cp-nodomist-entry__container ol li + li::before {
	top: 85px;
	left: -45px;
}

.cp-nodomist-entry__container ol li .thumb {
	width: 190px;
	height: 190px;
}

}

@media screen and (max-width: 640px) {

.cp-nodomist-wrapper {
	font-size: 16px;
	font-size: 4.2666666667vw;
}

.cp-nodomist-hero {
	padding: 30px 10px;
}

.cp-nodomist-hero__container {
	display: block;
}

.cp-nodomist-hero__container .bubble img {
	max-width: 315px;
}

.cp-nodomist-hero__container h1 {
	margin: 15px -10px;
}

.cp-nodomist-hero__container h1 img {
	max-width: 400px;
}

.cp-nodomist-hero__container .ribbon img {
	position: static;
	max-width: 290px;
}

.cp-nodomist-hero__nodomist {
	position: absolute;
	top: 55%;
	left: calc(50% - 150px);
	width: 65px;
	transform: translate(-50%, -50%);
}

.cp-nodomist-hero__nodomist img {
	top: 0;
	right: 0;
	left: -20px;
	transform: rotate(-10deg);
}

.cp-nodomist-hero__term {
	margin: 20px auto 0;
	padding: 0 10px;
}

.cp-nodomist-hero__term img {
	max-width: 320px;
}

.cp-nodomist-lead {
	padding: 30px;
}

.cp-nodomist-lead__container {
	font-size: 16px;
	font-size: 4.2666666667vw;
	line-height: 2;
	text-align: justify;
}

.cp-nodomist-product {
	margin: 0 0 70px;
	padding: 0 20px;
}

.cp-nodomist-product__container {
	padding: 25px 15px 20px;
}

.cp-nodomist-product .thumb {
	margin: 0 0 20px;
}

.cp-nodomist-product .thumb-img img {
	width: 65px;
}

.cp-nodomist-product .description h3 {
	font-size: 16px;
	font-size: 4.2666666667vw;
	line-height: 1.7;
	margin: 0 0 10px;
}

.cp-nodomist-product .description .link .bubble {
	font-size: 15px;
	font-size: 4vw;
}

.cp-nodomist-product .description .link .bubble span::before,
.cp-nodomist-product .description .link .bubble span::after {
	height: 17px;
}

.cp-nodomist-entry {
	display: none;
}

.cp-nodomist-flow {
	margin: 0 0 50px;
}

.cp-nodomist-flow__body {
	margin: 20px 0 0;
}

.cp-nodomist-flow__body ol {
	display: block;
}

.cp-nodomist-flow__body ol li {
	width: 300px;
	margin: 0 auto;
}

.cp-nodomist-flow__body ol li + li {
	margin: 30px auto 0;
}

.cp-nodomist-flow__body ol li .thumb {
	margin: 0;
}

.cp-nodomist-flow__body ol li .description {
	font-size: 16px;
	font-size: 4.2666666667vw;
}

.cp-nodomist-term {
	padding: 30px;
}

.cp-nodomist-term h3 {
	font-size: 24px;
	font-size: 6.4vw;
	margin: 0 0 10px;
}

.cp-nodomist-term dl {
	padding: 15px;
}

.cp-nodomist-term dl dd {
	display: block;
	text-align: center;
}

.cp-nodomist-term dl dd .buy {
	font-size: 15px;
	font-size: 4vw;
}

.cp-nodomist-term dl dd .coupon {
	font-size: 18px;
	font-size: 4.8vw;
	margin: 12px 0 0;
	padding: 25px 0 0;
}

.cp-nodomist-term dl dd .coupon::before {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-width: 12px 8px 0;
	border-color: #8b8b8b transparent;
}

.cp-nodomist-term .note {
	font-size: 14px;
	font-size: 3.7333333333vw;
}

.cp-nodomist-notes {
	margin: 40px 0;
	padding: 0 30px;
}

.cp-nodomist-notes__container {
	padding: 20px;
}

.cp-nodomist-notes h3 {
	display: block;
	text-align: center;
}

.cp-nodomist-notes h3 .icon {
	display: block;
}

.cp-nodomist-notes h3 .ttl {
	font-size: 17px;
	font-size: 4.5333333333vw;
}

.cp-nodomist-notes p {
	font-size: 15px;
	font-size: 4vw;
	text-align: justify;
}

.cp-nodomist-about {
	padding: 0 20px;
}

.cp-nodomist-about__container h3 {
	font-size: 16px;
	font-size: 4.2666666667vw;
	margin: 0 0 10px;
}

.cp-nodomist-about__container table th,
.cp-nodomist-about__container table td {
	font-size: 14px;
	font-size: 3.7333333333vw;
	display: block;
	padding: 15px 5px;
}

.cp-nodomist-about__container table th {
	padding-bottom: 0;
	border-bottom: none;
}

.cp-nodomist-about__container table td {
	padding-top: 10px;
}

}

