@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: 132% 0 43px;
margin: 0 auto;
background: #dbf0f9 url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
.logoBox {
display: none;
}

/*==============================================
 .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.15rem;
line-height: 1.9;
padding: 0 24px;
}
.lead a {
color: #008aff;
text-decoration: underline;
font-weight: bold;
}
.sTxt {
display: block;
font-size: 0.9rem;
line-height: 1.6;
margin-top: 10px;
}
/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }
.topbnr {
background: #dbf0f9;
padding: 0px 28px;
margin: 23px 0 0;
}
.innerbnr {
background: #dbf0f9;
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, #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%'の部分は上で設定した太さに合わせる */
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #d1d1d1;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
#matome p strong {
display: none;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 22px 10px;
}

/*----- h2 -----*/
.paragraph h2 b {
border: #0096d6 solid 2px;
color: #0096d6;
display: inline-block;
font-weight: bold;
font-size: 1.4rem;
margin-bottom: 7px;
padding: 3px 8px 4px;
}

.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.uNone u {
display: none;
}

/*----- 通常表示 and 小見出しver -----*/
.paragraph h2.uNone,
.paragraph h2.uhave {
font-weight: bold;
padding: 25px 40px 25px 23px;
position: relative;
	letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
.paragraph h2.uNone span,
.paragraph h2.uhave span {
display: block;
padding-right: 10px;
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.uNone:after,
.paragraph h2.uhave: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.uNone:after,
.paragraph.active h2.uhave:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.paragraph h2.uhave span.toggleBtnS,
.paragraph h2.uNone span.toggleBtnS {
display: none;
}

/*----- 小見出しver -----*/
.paragraph h2.uhave u {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pavilion/sp_check.gif) top 15px left no-repeat;
background-size: 12px;
box-sizing: border-box;
display: block;
font-size: 1.1rem;
font-weight: normal;
padding-top: 13px;
text-decoration: none;
padding-left: 15px;
}
.paragraph h2.uhave u + u {
margin-top: -8px;
}


/*----- 開閉ボタン -----*/
.paragraph h2.cType {
font-weight: bold;
padding: 25px 20px 20px 20px;
position: relative;
	letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
.paragraph h2.cType span {
display: block;
font-size: 1.65rem;
line-height: 1.4;
text-align: left;
-webkit-tap-highlight-color:rgba(0,0,0,0);
letter-spacing: 0.02em;
font-feature-settings: "palt" 1;
}
.paragraph h2.cType span b {
text-align: left;
}
h2.cType u {
display: none;
}


.paragraph h2.cType .toggleBtnS {
border-radius: 90px;
background: #e0e0e0;
box-sizing: border-box;
display: block;
font-size: 1.15rem;
font-weight: normal;
width: 45%;
margin: 15px auto 0;
padding: 6px 0;
text-align: center;
}
.paragraph h2.cType .toggleBtnS:after {
content: "";
display: inline-block;
position: absolute;
bottom: 33px;
width: 6px;
height: 6px;
right: 33%;
-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: 1px solid #313131;/*----　矢印の色　----*/
border-right: 1px solid #313131;/*----　矢印の色　----*/
}
.paragraph.active h2.cType .toggleBtnS:after {
bottom: 30px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
border-bottom: 1px solid #878787;/*----　矢印の色　----*/
border-right: 1px solid #878787;/*----　矢印の色　----*/
}
 .paragraph.active h2.cType .toggleBtnS {
border-radius: 90px;
background: #ededed;
box-sizing: border-box;
color: #878787;
display: block;
font-size: 1.15rem;
font-weight: normal;
width: 45%;
margin: 15px auto 0;
padding: 6px 0;
text-align: center;
}

/*---- sTitle ----*/
.sTitle {
margin-top: 50px;
text-align: center;
}
.sTitle h3 {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5;
}
.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: 0.9rem;
	margin: 20px auto 0;
	padding: 7px 5px;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}

/*----- img -----*/
:is(.imgBox, .imgBoxB) {
margin-top: 40px;
}
:is(.imgBoxB) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxB) :is(img) {
width: 100%;
}
.imgBox + .imgBox {
margin-top: 30px;
}
.imgBox a + a {
display: block;
margin-top: 10px;
}
.imagesClear {
overflow: hidden;
}
.imgLine img {
border: #e8e8e8 solid 1px;
}
.photoTitle {
border-left: #0096d6 solid 4px;
box-sizing: border-box;
margin-top: 40px;
padding-left: 7px;
}
.photoTitle + .imgBox {
margin-top: 15px;
}
.photoTitle strong {
font-size: 1.35rem;
}

/*----- 動画 -----*/
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/09_pavilion/mov_icon.gif) 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: #d1d1d1 solid 1px;
background: #dbf0f9;
box-sizing: border-box;
padding: 50px 24px 30px;
}
.productTitle {
padding-bottom: 10px;
}
.productTitle strong {
font-size: 1.25rem;
}
table {
border: solid 1px #77bde2;
border-width: 1px;
border-spacing: 0;
color: #000;
width: 450px;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
th {
background: #edf8fc;
border: solid 1px #77bde2;
border-width: 0 1px 1px 0;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
margin: 0;
padding: 5px 2px;
}
td {
background: #fff;
border: solid 1px #77bde2;
border-width: 0 1px 1px 0;
text-align: center;
padding: 8px 13px;
font-size: 0.95rem;
line-height: 2;
width: 42%;
}
.productBox dl {
padding: 0 0 8px;
}
.productBox dt { padding: 8px 13px; }
.productBox dt img { width: 100%; }
.productName {
font-size: 1.1rem;
line-height: 1.4;
margin-bottom: 7px;
}
.productBox ul {
display: table;
}
.productBox li {
display: table-cell;
vertical-align: middle;
}
.productLogo { padding-right: 8px; }
.productLogo img { width: 46px; }
.productTxt {
font-size: 0.9rem;
line-height: 1.5;
text-align: left;
}

/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 15px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #fff;
}
.scroll::-webkit-scrollbar-thumb {
background: #a3cee1;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
background: #dbf0f9;
color: #000000;
	font-size: 0.85rem; 
padding: 30px 0 20px;
}