@charset "shift_jis";
/*==============================================
common
============================================= */
.bnr .item,
.forSp {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
看板
============================================= */
#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;
	overflow: hidden;
}
/*==============================================
 .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;
}

.mainTitleWrap {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/title_bg.webp) center top no-repeat;
width: 100%;
}
.mainTitle {
margin: 0 auto;
}

/*---- .title ----*/
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/title.webp) center top no-repeat;
margin: 0 auto;
text-indent: -999em;
font-size: 0;
width: 100%;
height: 761px;
z-index: 1;
}
.lead {
font-size: 15px;
line-height: 29px;
width: 930px;
margin: -130px auto 0;
	letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
}
.lead a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/txt_link.png) right center no-repeat;
transition: .1s;
font-weight: bold;
padding-right: 27px;
}
.lead a:link,
.lead a:visited {
color: #008aff;
text-decoration: underline;
}
.lead a:hover {
opacity: 0.5;
}
.menu {
background: #f5f5f5;
box-sizing: border-box;
width: 100%;
margin: 45px auto 0;
padding: 70px 0 50px;
}
.menu ul {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/menu_bg.gif) left center no-repeat;
box-sizing: border-box;
width: 930px;
margin: 0 auto;
padding-left: 180px;
}
.menu li a {
display: block;
font-size: 15px;
margin-bottom: 12px;
padding: 5px 0;
}
.menu li a b {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/menu_arrow.gif) left top no-repeat;
display: inline-block;
transition: 0.2s;
font-size: 16px;
width: 160px;
padding: 2px 0 2px 30px;
}
.menu li a:hover {
opacity: 0.7;
}

/*==============================================
bnr
============================================= */
.topbnr {
width: 930px;
margin: 40px auto 85px;
}

.topbnr a {
display: block;
width: 930px;
height: 148px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/bnr.webp) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.topbnr .bnr  {
width: 930px;
height: 148px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/bnr_over.webp) no-repeat;
margin: 0 auto;
}

.innerbnr {
background: #f5f5f5;
width: 100%;
margin: 100px auto 0;
padding: 70px 0;
}
.innerbnr a {
display: block;
width: 950px;
height: 284px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/inn_bnr.webp) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.innerbnr .bnr  {
width: 950px;
height: 284px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/inn_bnr_over.webp) no-repeat;
margin: 0 auto;
}

.topbnr a:hover,
.innerbnr a:hover {
opacity: 0;
}

.txtLink {text-align: center;}
.txtLink a {
	background: #f0f5f9;
	border: #84b9e9 solid 1px;
	border-radius: 3px;
	color: #0070d9;
	display: inline-block;
	font-size: 15px;
	margin: 50px auto 0;
	padding: 15px 30px;
-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: 15px;
	margin: 50px auto 0;
	padding: 15px 30px;
}
.txtLink a span {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/txt_link.png) top 5px right no-repeat;
box-sizing: border-box;
padding-right: 30px;
}

/*==============================================
#mainContents
============================================= */
.paragraph h2 {
margin-top: 140px;
text-align: center;
}
.paragraph h2 u {
display: none;
}
.paragraph .titleColor {
font-weight: bold;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  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 b {
color: #000;
display: block;
font-weight: bold;
font-size: 25px;
margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.paragraphIn {
width: 930px;
margin: -20px auto 0;
}
.productBoxIn p,
.paragraph p {
font-size: 17px;
line-height: 2;
margin-top: 60px;
}
.paragraph p + p {
margin-top: 30px;
}

/* アニメーション前のスタイル */
.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%'の部分は上で設定した太さに合わせる */
}

/*---- .sTitle ----*/
.sTitle {
margin-top: 50px;
padding-top: 70px;
text-align: center;
}
.sTitle h3 {
box-sizing: border-box;
font-size: 27px;
font-weight: bold;
  letter-spacing: 0.08em;
  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;
}
.sTitle + p {
margin-top: 40px;
}
.sTxt {
display: block;
font-size: 12px;
line-height: 1.6;
margin-top: 10px;
}
.paragraph p b {
    font-weight: bold;
}

/*---- .imgBox ----*/
.imgBox {
width: 100%;
margin: 70px auto 0;
}

.imgBox .imagesClear a {
display: block;
width: 49%;
float: left;
}
.imgBox .imagesClear a + a {
display: block;
width: 49%;
float: right;
}
.imgBox .imagesClear + .imagesClear {
margin-top: 20px;
}

/*---- .imgBoxB ----*/
.imgBoxB {
width: 800px;
margin: 70px auto 0;
}
.imgBoxB p.cap {
margin-top: 15px !important;
}

/*---- img共通　----*/
.sTitle + p,
.sTitle + .imgBox {
margin: 50px auto 0;
}
.paragraph p.cap {
font-size: 14px;
line-height: 1.7;
}
.imgBoxB img,
.imgBox img {
width: 100%;
}
.movBox p.cap,  
.imgBox p.cap,
.imgBox .imagesClear + p.cap {
margin-top: 15px !important;
}
.imgBox .imagesClear p.cap {
display: block;
width: 48%;
float: right;
margin-top: 0 !important;
}
.imgBox strong {
color: #fff;
display: block;
font-size: 17px;
margin-bottom: 7px;
}
.imgLine img {
border: #e8e8e8 solid 1px;
}
.phototitle {
margin-top: 70px;
}
.phototitle + .table01,
.phototitle + .imgBox {
margin-top: 17px;
}
.phototitle strong {
font-size: 18px;
}
.imagesClear {
overflow: hidden;
}

.table01 {
margin-top: 80px;
}
.table01 strong {
border-left: #ec5501 solid 4px;
box-sizing: border-box;
color: #fff;
display: block;
font-size: 18px;
margin-bottom: 20px;
padding-left: 15px;
}
.table01 table {
border: solid #9b9b9b;
border-width: 1px 0 1px 0;
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 0 1px 1px;
font-size: 14px;
font-weight: bold;
text-align: left;
margin: 0;
padding: 12px 20px;
}
.table01 td {
border: dotted #9b9b9b;
border-width: 0 1px 1px 0;
text-align: left;
padding: 12px 20px;
font-size: 15px;
}


.bgColor {
background: #f5f5f5;
}
.lineLeft02 {
border: dotted #9b9b9b;
border-width: 0 1px 1px 1px !important;
}
/*---- .columnBox ----*/
.columnBox {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/column_line.gif) top center no-repeat;
border: #AAAAAA solid 1px;
  box-sizing: border-box;
  margin-top: 90px;
  padding: 90px 70px;
}
.columnTitle {
text-align: center;
}
.columnTitle + p {
margin-top: 40px;
}
.columnTitle h4 {
font-size: 23px;
font-weight: bold;
line-height: 1.6;
}
.columnBox .imgBox,
.columnBox .imgBoxB {
width: 100% !important;
margin: 50px auto 0 !important;
}

/*----　動画 ----*/
video { 
outline: none;
}
.movTit {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/mov_icon.png) top 2px left no-repeat;
box-sizing: border-box;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
padding-left: 45px;
}
.movBox {
width: 800px;
margin: 80px auto 0;
}
.movBox .mov {
width: 800px;
height: 450px;
margin-bottom:10px;
}
.movTxt {
font-size: 13px;
line-height: 1.5;
color: #666;
text-align: center;
}

/*==============================================
#matome .productBox
============================================= */
#matome {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/matome_bg.webp) bottom center no-repeat;
width: 100%;
}
#matome h2 {
margin: 140px 0 0;
font-size: 26px;
padding-bottom: 2px;
}
#matome h2 b.titleColor01 {
display: none;
}
#matome .paragraphIn {
padding-bottom: 425px;
}

.productBoxIn {
width: 930px;
margin: 170px auto 0;
}
.productBoxIn img {
width: 100%;
}

.productBox table {
border: solid #b2b2b2;
border-width: 1px 0 1px 1px;
border-spacing: 0;
box-sizing: border-box;
width: 930px;
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;
font-size: 13px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 10px;
}
.productBox td {
border: solid #b2b2b2;
border-width: 1px;
text-align: center;
padding: 12px 8px;
font-size: 15px;
line-height: 1.6;
width: 22%;
}
.productImg {
box-sizing: border-box;
padding: 10px;
}
.productName {
box-sizing: border-box;
color: #008aff;
text-align: left;
font-size: 13px;
padding: 0 9px;
height: 48px;
line-height: 1.5;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.productBnr {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/product_btn.gif) top center no-repeat;
height: 54px;
}
.productBox a {
display: inline-block;
transition: .1s;
padding-bottom: 7px;
}
.other a {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_level_theta/other_bnr_btm.jpg) top center no-repeat;
width: 930px;
height: 158px;
margin: 80px 0 0;
}
.productBox a:hover {
opacity: 0.7;
}


:is(.productBnr, .other) :is(img) {
display: none;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
width: 930px;
font-size: 11px; 
margin: 0 auto; 
text-align: right;
padding: 80px 0 140px;
}