@charset "shift_jis";

/*==============================================
 common
============================================= */
.contentsNavi {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#mainContents {
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #222;
	background-color: #e3e3e3;
}

.releasedate {
	font-size: 0.85rem; 
	color: #e6e6e6;
	padding: 3.5rem 0;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_ulikexmax/sp_maintitle.webp) no-repeat center top;
	background-size: 100%;
	padding-top: 58%;
}
.mainTitle {
	padding: 0 2rem;
}
h1 {
	font-size: 0;
	text-indent: -999em;
}

.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead p a {
	color: #3c4f5f;
	font-weight: 700;
	text-decoration: underline;
}


/*==============================================
 ポイント
============================================= */
.pointBox {
	border: 3px solid #3c4f5f;
	color: #3c4f5f;
    padding: 1.2rem;
	margin-top: 2.5rem;
	position: relative;
}
.pointBox .title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
	position: absolute;
	top: -.5rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.pointBox .title span {
	display: inline-block;
	background: #e3e3e3;
	padding: 0 .5rem;
}
.pointBox ul {
    margin-top: 1rem;
}
.pointBox ul li {
    line-height: 1.3;
    font-size: 1.25rem;
    font-weight: 700;
    word-break: break-all;
	position: relative;
	padding-left: 4rem;
}
.pointBox ul li + li {
    margin-top: .5rem;
}
.pointBox ul li::before {
    content: "Point";
	display: block;
    top: .2rem;
    left: 0;
    line-height: 1.2rem;
    padding: 0.1em .8em;
    background-color: #3c4f5f;
    color: #fff;
    font-size: .9rem;
	font-weight: 300;
    letter-spacing: 0;
	position: absolute;
}


/*==============================================
 スタッフ
============================================= */
.profile {
	background: #fff;
	margin: 2.5rem auto 0;
	padding: 2rem;
	box-sizing: border-box;
}
.profile .title {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.profile .title span {
	display: block;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}
.profile .title span:before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #e3e3e3;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: -1;
}
.profile .title span:after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #e3e3e3;
	transform: skewX(-45deg);
	position: absolute;
	bottom: -3px;
	left: 5px;
	z-index: -1;
}
.profile .profileIn {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 2.2rem;
	gap: 1.2rem;
}
.profile .profileIn .staff {
	display: flex;
	gap: 1.2rem;
}
.profile .profileIn .staff .staffImg {
	width: 6rem;
	height: 13rem;
	overflow: hidden;
}
.profile .profileIn .staff .staffImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profile .profileIn .staff dl {
	width: 75%;
}
.profile .profileIn .staff dl dt {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: .8rem;
}
.profile .profileIn .staff dl dd {
	font-size: .9rem;
	line-height: 1.6;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_ulikexmax/sp_innerbnr.jpg) no-repeat center top #e6e7ec;
	background-size: 100%;
	padding: 28% 0 1rem;
}
.innerbnr .title {
	text-indent: -999em;
	font-size: 0;
	margin: 0 !important;
}
.innerbnrIn {
	padding: 0 2rem;
}
.innerbnrIn a {
	display: block;
	width: 100%;
	height: 42px;
	background: #3c4f5f;
	border: 1px solid #3c4f5f;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 1.1rem;
	font-weight: 700;
	transition: all ease .3s;
	position: relative;
}
.innerbnrIn a.bnr02 {
	background: #fff;
	color: #3c4f5f;
	margin-top: .8rem;
}
.innerbnrIn a.bnr01:after {
	content: "▼";
	display: block;
	font-size: .8rem;
	color: #fff;
	transform: rotate(-90deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.innerbnrIn a.bnr02:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_ulikexmax/icon_blank.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: .8em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.innerbnr p.coupon {
	font-size: .8rem;
	color: #3c4f5f;
	margin-top: 1rem;
	text-align: center;
}
.innerbnr p.coupon em {
	font-weight: 700;
	margin-left: .2rem;
}

/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}

.paragraph {
	background: #fff;
	border-top: 1px solid #bcc1cd;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 .paragraphIn {
	padding-bottom: 3rem;
}
#article04 .sp {
	margin-top: 3rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	position: relative;
}
.paragraph h2 .spAccordionTrigger {
	display: block;
	padding: 1.7rem 1.5rem 1.6rem 3.8rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1.5rem;
	width: 6px;
	height: 6px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 3px solid #bcc1cd;
	border-right: 3px solid #bcc1cd;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.paragraph h2 em span {
	display: inline-block;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}
.paragraph h2 em span::before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #e3e3e3;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: -1;
}
.paragraph h2 em span::after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #e3e3e3;
	transform: skewX(-45deg);
	position: absolute;
	bottom: -1px;
	left: 16px;
	z-index: -1;
}
.paragraph h2 sup {
	font-size: .5em;
	top: .5em;
}
.paragraph h2 br {
	display: none;
}


/*==============================================
 表
============================================= */
.table {
	margin: 3.5rem auto 3rem;
}
.table table {
	width: 100%;
}
.table table th {
	background: #e3e3e3;
	font-size: 1rem;
	font-weight: 500;
}
.table table th,
.table table td {
	border: 1px solid #a5a5a5;
	line-height: 1.2;
	padding: .5rem;
}
.table table thead th {
	text-align: center;
}
.table table td {
	width: 35%;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}
.table table td small {
	display: block;
	font-size: .9rem;
	margin-bottom: .5rem;
}
.table table tr:first-child td {
	color: #dc461e;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: inline-block;
	background: #e3e3e3;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 .8rem;
	padding: .2rem .5rem .2rem .5rem;
}
.imgBox .extra {
	margin-top: -2.5rem;
}
.imgBox .extra .wrap {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.imgBox .extra .wrap a {
	margin: 0;
}

/*==============================================
 キャンペーン
============================================= */
.campaignBox {
	background: #000;
	color: #fff;
	padding: 2.5rem 2rem 0;
    box-sizing: border-box;
}
.campaignBoxIn {
	border: 1px solid #e0004d;
	margin: 0 auto;
	padding: 1.2rem;
	box-sizing: border-box;
}
.campaignBoxIn .title {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
	background-color: #e0004d;
	background-repeat: no-repeat, no-repeat;
	background-position:top left,bottom right;
	background-size: 24px , 24px;
	color: #fff;
	text-align: center;
	padding: 13px;
	position: relative;
}
.campaignBoxIn .title::before {
	content: "";
	display: block;
	width: 8px;
	height: 30px;
	background: #000;
	position: absolute;
	top: 0;
	left: 10px;
	transform: skewX(-50deg);
}
.campaignBoxIn .title::after {
	content: "";
	display: block;
	width: 8px;
	height: 30px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 10px;
	transform: skewX(-50deg);
}
.campaignIn {
    padding: 10px;
}
.campaignIn p {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	margin-top: 1.5rem;
}
.campaignIn .title .main br {
    display: none;
}
.campaignIn .title .period  {
    margin-top: 15px;
    font-size: 1.05rem;
}
.campaignIn .title .period .icon {
    font-size: 1rem;
    display:block;
    background-color: #fff;
    color: #e0004d;
    padding: 2px 12px;
    border-radius: 20px;
    margin: 0 5px 5px 5px;
}
.campaignIn .catchcopy {
    text-align: center;
    margin: 20px 0 10px;
}
.campaignIn .catchcopy p{
    display: inline-block;
    font-size: 1.35rem !important;
    line-height: 1.5 !important;
    font-weight: bold;
      color: #e0004d;
    border-top:#ef7fa6 3px dotted; 
    border-bottom: #ef7fa6 3px dotted;
    padding: 10px 0;
}
.campaignIn .catchcopy p span {
    font-size: 2.5rem;
    line-height: 1;
}
.campaignIn table {
    margin-top: 1.5rem;
}
.campaignIn table th {
    padding: .8rem 0 0;
}
.campaignIn table td {
    padding: 2px 0;
}
.campaignIn table th,
.campaignIn table td {
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
}
.campaignIn table th {
    color: #e0004d;
}

.campaignIn table td em {
	font-size: 1.4rem;
	font-weight: 700;;
}

/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #000;
	padding: 2.5rem 2rem 1rem;
}
.productBoxIn {
	width: 100%;
	background: #fff;
	padding: 1.5rem 1.5rem 2rem;
	box-sizing: border-box;
	text-align: center;
}
.productBox .productImg {
	width: 40%;
	margin: 0 auto;
}
.productBoxIn p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
}
.productBoxIn dt {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.3;
	margin: .5rem auto 1.5rem;
}
.productBoxIn dt span {
	display: block;
	font-size: 1.4rem;
	margin-top: .1rem;
}
.productBoxIn dd + dd {
	margin-top: 1rem;
}
.productBoxIn dd a {
	display: block;
	width: 100%;
	height: 42px;
	background: #3c4f5f;
	border: 1px solid #3c4f5f;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 1.1rem;
	font-weight: 700;
	transition: all ease .3s;
	position: relative;
}
.productBoxIn dd a.bnr02 {
	background: #fff;
	color: #3c4f5f;
}
.productBoxIn dd a.bnr01:after {
	content: "▼";
	display: block;
	font-size: .8rem;
	color: #fff;
	transform: rotate(-90deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.productBoxIn dd a.bnr02:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_ulikexmax/icon_blank.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: .8em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.productBoxIn .coupon {
	font-size: .9rem;
	line-height: 1.5;
	margin-top: 1.2rem;
}
.productBoxIn .coupon em {
	font-weight: 700;
	margin-left: .2rem;
}


/*==============================================
 注釈
============================================= */
.note {
	margin: 3rem auto 0;
}
.note li {
	font-size: .9rem;
	font-weight: 300;
	color: #e6e6e6;
	line-height: 1.6;
	margin: .5rem 0 0;
}


.questionnaire {
	margin-top: 0;
}


/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



