@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu,
.forPc {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}
.footerIn {
margin-top: 10px;
}
/*==============================================
 看板
============================================= */
#mainContents {
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.mainTitleWrap {
padding-top: 135%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* 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;
}


.lead {
color: #000;
box-sizing: border-box;
font-size: 1.12rem;
line-height: 1.9;
padding: 0 28px;
}
.lead a {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/sp_txt_link.gif) top 4px right 1px no-repeat;
background-size: 7%;
color: #008aff;
text-decoration: underline;
font-weight: bold;
padding-right: 23px;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }
.topbnr {
background: #f5f5f5;
padding: 30px 28px;
margin-top: 35px;
}
.innerbnr {
background: #f5f5f5;
margin-top: 20px;
padding: 28px 24px;
}
.topbnr img,
.innerbnr img {
width: 100%;
}

/*==============================================
 #mainContents
============================================= */
#mainContents02,
#mainContents {
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
/*----- 文字 -----*/
.paragraphB p,
.paragraph p {
color: #303030;
font-size: 1.26rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraph p b {
color: #000;
    font-weight: bold;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraphB p + p,
.paragraph p + p {
margin-top: 20px;
}
.paragraphB .cap,
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
}
/* アニメーション前のスタイル */
.marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ececec, #ececec); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}
/* アニメーション発火時 */
.marker.inview {
  background-size: 100% 50%; /* '30%'の部分は上で設定した太さに合わせる */
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #dedfe2;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 22px 10px;
}

/*----- h2 -----*/
.paragraph h2 {
font-weight: bold;
padding: 25px 40px 25px 20px;
position: relative;
	letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
.paragraph h2 span {
display: block;
padding-right: 20px;
font-size: 1.55rem;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
letter-spacing: 0.02em;
font-feature-settings: "palt" 1;
}
.paragraph h2 span p {
display: block;
font-size: 1.2rem;
line-height: 1.7;
margin-top: 10px;
}
.paragraph h2 span p strong {
display: block;
}
.paragraph h2 span b.titleColor01 {
display: block;
	letter-spacing: 0.07em;
font-feature-settings: "palt" 1;
font-size: 1.7rem;
padding-bottom: 5px;
}
.paragraph h2 span b.titleColorM,
.paragraph h2 span b.titleColor {
  display: inline-block;
  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paragraph h2.uNone u {
display: none;
}
.paragraph h2.uhave u {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/sp_check.gif) top 12px left no-repeat;
background-size: 12px;
box-sizing: border-box;
display: block;
font-size: 1.1rem;
padding-top: 10px;
text-decoration: none;
padding-left: 15px;
}
.paragraph h2.uhave u + u {
margin-top: -4px;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　左からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 2px solid #767676;/*----　矢印の色　----*/
border-right: 2px solid #767676;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.sTitle {
margin-top: 50px;
text-align: center;
}
.sTitle h3 {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5;
  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sTitle + p {
margin-top: 20px;
}

/*---- txtLine ----*/
.txtLink {text-align: center;}
.txtLink a {
	background: #f0f5f9;
	border: #84b9e9 solid 1px;
	border-radius: 3px;
	color: #0070d9;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
font-size: 1rem;
	margin: 20px auto 0;
	padding: 8px 7px;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.txtLink a:hover {
	background: #fafbfc;
	border: #d2e5f6 solid 1px;
	border-radius: 3px;
	color: #559bdd;
	display: inline-block;
font-size: 1rem;
	margin: 30px auto 0;
	padding: 8px 10px;
}
.txtLink a span {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/sp_txt_link.gif) top 5px right no-repeat;
background-size: 15px;
box-sizing: border-box;
padding-right: 20px;
}

/*----- img -----*/
:is(.imgBox, .imgBoxB, .imgBox01) {
margin-top: 40px;
}
:is(.imgBoxB, .imgBox01) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxB, .imgBox01) :is(img) {
width: 100%;
}
.imgBox + .imgBox {
margin-top: 30px;
}
#article01 .imgBox .imagesClear a {
display: block;
width: 49%;
float: left;
}
#article01 .imgBox .imagesClear a + a {
display: block;
width: 49%;
float: right;
}
#article01 .imgBox .imagesClear a + p {
display: block;
width: 47%;
float: right;
margin-top: 0;
}
.imagesClear {
overflow: hidden;
}
#article01 .imgBox .imagesClear p {
margin-top: -5px;
}
.imgLine img {
border: #e8e8e8 solid 1px;
}
.phototitle {
margin-top: 40px;
}
.phototitle + .table01,
.phototitle + .imgBox {
margin-top: 13px;
}
.phototitle strong {
font-size: 1.25rem;
}

/*---- ..table01  ----*/
.table01 {
margin-top: 40px;
}
.table01 table {
border: solid #9b9b9b;
border-width: 1px;
border-spacing: 0;
width: 100%;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
.table01 th {
background: #e9e9e9;
border: dotted #9b9b9b;
border-width: 0 1px 1px 1px;
box-sizing: border-box;
font-size: 0.95rem;
font-weight: bold;
text-align: left;
margin: 0;
padding: 6px;
}
.table01 td {
border: dotted #9b9b9b;
border-width: 0 1px 1px 0;
box-sizing: border-box;
text-align: left;
padding: 8px;
font-size: 1rem;
}
.bgColor {
background: #f5f5f5;
}

/*---- .columnBox ----*/
.columnBox {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/column_line.gif) top center no-repeat;
background-size: contain;
border: #c2c2c2 solid 1px;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 30px 20px;
}
.columnTitle {
text-align: center;
}
.columnTitle + p {
margin-top: 20px;
}
.columnTitle h4 {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.6;
}
.columnBox .imgBox,
.columnBox .imgBoxB {
width: 100% !important;
margin: 40px auto 0 !important;
}
/*----- 動画 -----*/
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.movTit {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/mov_icon.png) top 4px left no-repeat;
background-size: 7%;
box-sizing: border-box;
font-size: 1.15rem;
font-weight: bold;
margin-bottom: 15px;
padding-left: 30px;
}
.movBox { 
margin-top: 30px;
}
.movTxt {
font-size: 13px;
line-height:1.5;
color: #666;
text-align: center;
}

/*==============================================
 .productBox
============================================= */
.productBox {
border-top: #dedfe2 solid 1px;
background: #f5f5f5;
box-sizing: border-box;
padding: 55px 24px 30px;
}
.productBox table {
border: solid #b2b2b2;
border-width: 1px 0 1px 1px;
border-spacing: 0;
width: 750px;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
.productBox th {
background: #efefef;
border: solid #b2b2b2;
border-width: 0 0 1px 0;
box-sizing: border-box;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
margin: 0;
padding: 7px 4px;
width: 9%;
}
.productBox td {
background: #fff;
border: solid #b2b2b2;
border-width: 1px;
box-sizing: border-box;
text-align: center;
padding: 7px 4px;
font-size: 1.1rem;
line-height: 1.6;
width: 22%;
}
:is(.productImg, .productNam, .productBnr, .bnr) {
box-sizing: border-box;
}
.productImg {
padding: 0 10px 8px;
}
.productName {
color: #008aff;
font-size: 1.1rem;
line-height: 1.4;
padding: 0 10px;
text-align: left;
}
.productBnr {
padding: 8px 10px 8px;
}
/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}

.other {
margin: 30px 0 0;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
background: #f5f5f5;
color: #000000;
	font-size: 0.85rem; 
padding: 20px 0 30px;
}