@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;
}
.logoBox {
width: 930px;
margin: 60px auto 0;
}
.logoBox ul {
display: table;
}
.logoBox li {
display: table-cell;
vertical-align: middle;
}
.logoImg { padding-right: 20px; }
.logoImg img { width: 92px; }
.logoTxt {
font-size: 16px;
line-height: 1.5;
padding-left: 5px;
}

/*==============================================
 .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/09_pavilion/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/09_pavilion/title.webp) center top no-repeat;
margin: -120px auto 0;
text-indent: -999em;
font-size: 0;
width: 984px;
height: 498px;
z-index: 1;
}
.lead {
font-size: 16px;
line-height: 30px;
width: 930px;
margin: 50px auto 0;
	letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
}
.lead a {
transition: .1s;
font-weight: bold;
}
.lead a:link,
.lead a:visited {
color: #0096d6;
text-decoration: underline;
}
.lead a:hover {
opacity: 0.6;
}
.menu {
background: #cee8f4;
box-sizing: border-box;
width: 100%;
margin: 50px auto 0;
padding: 60px 0 35px;
}
.menu ul {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/menu_bg.png) left top 10px no-repeat;
box-sizing: border-box;
width: 930px;
margin: 0 auto;
padding-left: 155px;
}
.menu li a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/menu_arrow.png) left top 7px no-repeat;
display: block;
font-size: 16px;
margin-bottom: 20px;
padding: 2px 0 2px 16px;
}
.menu li a b {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/menu_dot.png) right 17px top 8px no-repeat;
color: #0096d6;
display: inline-block;
transition: 0.2s;
font-size: 16px;
width: 130px;
}
.menu li a:hover {
opacity: 0.7;
}
.sTxt {
display: block;
font-size: 12px;
line-height: 1.6;
margin-top: 20px;
}
/*==============================================
bnr
============================================= */
.topbnr {
width: 930px;
margin: 40px auto 0;
}

.topbnr a {
display: block;
width: 619px;
height: 103px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/topbnr.png) 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: 619px;
height: 103px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/topbnr_over.png) no-repeat;
margin: 0 auto;
}

.innerbnr {
background: #dbf0f9;
width: 100%;
margin: 100px auto 0;
padding: 70px 0;
}
.innerbnr a {
display: block;
width: 930px;
height: 212px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/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: 930px;
height: 212px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/inn_bnr_over.webp) no-repeat;
margin: 0 auto;
}

.topbnr a:hover,
.innerbnr a:hover {
opacity: 0;
}

.txtLink {text-align: center;}
.txtLink a {
	background: #eff7fb;
	border: #64c5ee solid 1px;
	border-radius: 3px;
	color: #0096d6;
	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: #f7fbfd;
	border: #b1e2f6 solid 1px;
	border-radius: 3px;
	color: #7fcaee;
	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/09_pavilion/txt_link.png) top 5px right no-repeat;
box-sizing: border-box;
padding-right: 30px;
}

/*==============================================
#mainContents
============================================= */
.paragraph h2 {
margin-top: 120px;
text-align: center;
letter-spacing: 0.1em;
}
.paragraph h2 u,
span.toggleBtnS {
display: none;
}
.paragraph h2 b {
border: #0096d6 solid 2px;
color: #0096d6;
display: inline-block;
font-weight: bold;
font-size: 25px;
margin-bottom: 28px;
padding: 6px 15px 7px;
}
.titleH2 {
display: block;
font-size: 38px;
font-weight: 500;
line-height: 1.4;
}

.paragraphIn {
width: 930px;
margin: -20px auto 0;
}
.productBoxIn p,
.paragraph p {
font-size: 17px;
line-height: 2.1;
margin-top: 60px;
}
.paragraph p + p {
margin-top: 30px;
}

/* アニメーション前のスタイル */
.marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff5d4, #fff5d4); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  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;
}
.sTitle + p {
margin-top: 40px;
}
.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;
}

.photoTitle {
border-left: #0096d6 solid 5px;
box-sizing: border-box;
margin-top: 70px;
padding-left: 10px;
}
.photoTitle + .imgBox {
margin-top: 25px;
}
.photoTitle strong {
font-size: 20px;
}
.imagesClear {
overflow: hidden;
}


/*----　動画 ----*/
video { 
outline: none;
}
.movTit {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/mov_icon.gif) top 1px left no-repeat;
background-size: 37px;
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 ----*/
#matome .spAccordion {
padding: 70px 0 90px;
}
#matome .paragraphIn {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/matome_img.webp) top 5px right no-repeat;
box-sizing: border-box;
padding-right: 425px;
}
#matome h2 {
display: none;
}
#matome p {
font-size: 16px;
line-height: 2;
}
#matome p + p {
margin-top: 20px;
}
#matome p strong {
display: block;
font-size: 27px;
line-height: 1.5;
font-weight: 600;
padding-bottom: 25px;
}

/*----　.productBox ----*/
.productBox {
background: #dbf0f9;
}
.productBoxIn {
width: 930px;
margin: 0 auto;
padding: 120px 0 0;
}
.productTitle {
padding-bottom: 15px;
}
.productTitle strong {
font-size: 16px;
}
.productBoxIn img {
width: 100%;
}

.productBox table {
border: solid #77bde2;
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: #edf8fc;
border: solid #77bde2;
border-width: 0 0 1px 0;
font-size: 13px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 10px;
}
.productBox td {
background: #fff;
border: solid #77bde2;
border-width: 1px;
text-align: center;
padding: 15px 8px;
font-size: 15px;
line-height: 1.6;
width: 44%;
}
.productBox dl {
padding: 0 0 15px;
}
.productBox dt img { width: 235px; }
.productBox dt { padding: 15px 0; }
.productName {
font-size: 19px;
line-height: 1.4;
margin-bottom: 10px;
}
.productBox a .productBnr span {
display: block;
width: 302px;
height: 45px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/product_btn.gif) 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;
}
.productBox a .productBnr {
width: 302px;
height: 45px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/product_btn_over.gif) no-repeat;
margin: 0 auto;
}
.productBox a .productBnr span:hover {
opacity: 0;
}
.productBox ul {
display: table;
margin: 0 25px;
}
.productBox li {
display: table-cell;
vertical-align: middle;
}
.productLogo { padding-right: 15px; }
.productLogo img { width: 85px; }
.productTxt {
font-size: 15px;
line-height: 1.5;
text-align: left;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
width: 930px;
font-size: 11px; 
margin: 0 auto; 
text-align: right;
padding: 80px 0 140px;
}