@charset "shift_jis";

/*==============================================
共通カラー
============================================= */
:root {
--text-color: #292929; /* テキスト カラー */
--color-primary: #3d85e6; /* プライマリ カラー */
--color-secondary: #e67d3d; /* セカンダリー カラー */ 
}
/*==============================================
common
============================================= */
html {
font-size: calc(100vw / 32);
-webkit-text-size-adjust: 100%;
}
#header {
border-bottom: #ededed solid 1px;
}
#footer {
padding-top: 2rem;
background-color: #fff;
font-size: 0;
}
.breadCrumb {
margin: 0 15px;
}
.copyRight {
border-top: 1px solid #ededed;
}
/* .pageTop */
.pageTop {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 8rem;
    background-size: 3rem;
    border-radius: 50%;
}
#mainContents {
background-size: contain;
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
color: var(--text-color);
letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
sup {
font-size: 50%;
vertical-align: top;
position: relative;
top: 0.4em;
}
.pc {
display: none;
}
em {
    background: linear-gradient(transparent 75%, #dcf1ff 30%);
    font-weight: bold;
    font-style: normal;
}
a, a:visited, a:hover {
color: inherit;
}
#mainContents a {
transition: .2s;
}
/*==============================================
.noto
============================================= */
/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
font-weight: 400;
}
/* bold */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
font-weight: 700;
}
/*==============================================
ボタン共通
============================================= */
.btn {
width: 100%;
line-height: 4rem;
height: 4rem;
margin: 0 auto;
border-radius: 2rem;
background-color: var(--color-primary);
text-align: center;
color: #fff;
font-size: 1.1rem;
font-weight: 700;
transition: .2s;
}
.btn a,
a .btn {
display: block;
position: relative;
color: #fff;
}
.btn a::after,
a .btn::after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 1.5em;
width: .6em;
height: .6em;
margin: auto 0;
border: 2px solid #fff;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
color: #fff;
transform: rotate(45deg);
}
/*==============================================
看板
============================================= */
.mainTitle {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/12_iiyama/sp_title.webp) no-repeat center top;
background-size: contain;
}
.mainTitleIn {
display: flex;
align-items: flex-end;
width: auto;
height: 121vw;
padding: 2rem 2rem 7rem;
box-sizing: border-box;
}
h1 {
line-height: 1.4;
width: 100%;
text-align: center;
font-size: 0;
}

/*==============================================
 .sidebar
============================================= */
#fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
}
#fix.hidden {
    opacity: 0;
}
/*--------------------------------------------*/
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    margin: 0;
}
.sidebar .bnr a {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    position: relative;
    height: 7rem;
    padding: 0 2rem;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.sidebar .bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    width: .8rem;
    height: .8rem;
    margin: auto 0;
    border: 2px solid #eac700;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.sidebar .bnr .img {
    width: 25%;
    height: auto;
    text-align: center;
}
.sidebar .bnr .img img {
    width: 90%;
    height: auto;
}
.sidebar .bnr .txt {
    width: 75%;
}
.sidebar .bnr .txt .name {
    line-height: 1.2;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}
.sidebar .bnr .txt .name .sub {
    display: none;
}
.sidebar .bnr .txt .btn {
    line-height: 1;
    margin-top: .5rem;
    color: #eac700;
    font-size: 1.1rem;
    /* 繝ｪ繧ｻ繝?ヨ */
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    
}
.sidebar .bnr .btn::after {
    display: none;
}
/* .close */
.sidebar .bnr .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 9px;
    border: none;
    background-color: #e8e8e8;
    cursor: pointer;
    font-size: 1.1rem;
    z-index: 1;
}
/*==============================================
.main
============================================= */
.main {
width: 100%;
}
/*--------------------------------------------*/
/* .point
----------------------------------------------*/
.pointWrap {
padding: 0 2rem 3rem;
}
.point {
margin: 1.5rem auto 0;
padding: 1.2rem 1.5rem 1rem;
border: 3px solid #c9c9c9;
background-color: #fff;
}
.point .title {
text-align: center;
color: var(--color-secondary);
font-size: 1rem;
font-weight: 700;
}
.point ul {
margin-top: .7rem;
}
.point ul li {
position: relative;
line-height: 1.4;
padding-left: 4.7rem;
font-size: 1.4rem;
font-weight: 700;
word-break: break-all;
}
.point ul li + li {
margin-top: .5rem;
}
.point ul li::before {
content: "POINT";
position: absolute;
top: .4rem;
left: 0;
line-height: 1.4rem;
padding: 0 .5rem 0 1.5rem;
border-radius: .7rem;
background-color: var(--color-secondary);
color: #fff;
font-size: .7rem;
letter-spacing: 0;
}
.point ul li::after {
content: "";
display: block;
position: absolute;
top: .8rem;
left: .6rem;
width: .6rem;
height: .4rem;
margin: auto 0;
border: 2px solid #fff;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
color: #fff;
transform: rotate(135deg);
}
.lead {
line-height: 1.8;
margin-top: 2rem;
font-size: 1.4rem;
}
.lead a:link,
.lead a:visited {
color: var(--color-primary);
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #8fb8f3;
}
/*--------------------------------------------*/
/* .bnrBox
----------------------------------------------*/
.bnrBox {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin-top: 2rem;
}
.bnrBox + .bnrBox {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #ddd;
}
.paragraph .bnrBox {
margin-top: 2rem;
}
.pointWrap .bnrBox,
.paragraph .bnrBox {
flex-direction: row;
align-items: center;
}
.pointWrap .bnrBox .bnrImg01,
.pointWrap .bnrBox .bnrImg02,
.paragraph .bnrBox .bnrImg01,
.paragraph .bnrBox .bnrImg02 {
width: 30%;
}
.pointWrap .bnrBox > .bnrBox02,
.paragraph .bnrBox > .bnrBox02 {
width: 70%;
margin-top: 0;
}
.bnrBox .bnrImg01,
.bnrBox .bnrImg02 {
display: flex;
justify-content: left;
align-items: center;
width: 100%;
}
.bnrBox .bnrImg01,
.bnrBox .bnrImg02 {
justify-content: center;
}
.bnrBox .bnrImg01 img {
width: 70%;
height: auto;
}
.bnrBox .bnrImg02 img {
width: 55%;
height: auto;
}
.bnrBox > .bnrBox02 {
width: 100%;
text-align: center;
margin-top: 1rem;
}
.bnrBox02 span {
display: block;
line-height: 1.4;
font-size: 0.9em;
font-weight: 700;
}
.bnrBox02 span b.size {
display: inline-block;
margin-right: .5em;
padding: .2em .5em;
background-color: #000;
color: #fff;
font-weight: 700;
}
.bnrBox02 span b.itemName {
font-size: 1.3rem;
}
.bnrBox02 a {
display: block;
position: relative;
line-height: 3.2rem;
height: 3.2rem;
margin-top: .8rem;
border-radius: 1.75rem;
text-align: center;
color: #fff;
font-size: 0.95rem;
font-weight: 700;
transition: .2s;
}
.bnrBox02 a::after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 1em;
width: .4em;
height: .4em;
margin: auto 0;
border: 2px solid #fff;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: rotate(45deg);
}
.bnrBox02 a:first-of-type {
background-color: #f5d000;
color: #000;
}
.bnrBox02 a:first-of-type::after {
border-color: #000;
}
.bnrBox02 a:last-of-type {
background-color: #1792e9;
}
.bnrBox02 a:hover {
opacity: 0.7;
}
.lineup .bnrBox02 a {
line-height: 3.6rem;
height: 3.6rem;
font-size: 1.15rem;
}
.lineup .bnrBox02 span b.size {
font-size: 1.3rem;
}
.lineup .bnrBox02 span b.itemName {
    font-size: 1.7rem;
    }
/*--------------------------------------------*/
/* #index
----------------------------------------------*/
#index {
margin-top: 2rem;
padding: 2rem 2rem;
background-color: #f7f7f7;
}
#index p {
text-align: center;
color: #999;
font-size: 1.1rem;
}
#index ul {
margin-top: .5rem;
}
#index ul li {
border-top: 1px solid #ddd;
}
#index ul li:first-child {
border-top: none;
}
#index ul li a {
display: block;
position: relative;
line-height: 1.4em;
padding: .8em 1.5em .8em 3em;
text-indent: -3em;
font-size: 1.2rem;
font-weight: 700;
}
#index ul li a::before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: .3em;
width: .6em;
height: .6em;
margin: auto 0;
border: 2px solid var(--color-primary);
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
color: #fff;
transform: translateY(-25%) rotate(135deg);
}
#index .btn {
margin-top: .5rem;
border: 1px solid var(--text-color);
background-color: #fff;
box-sizing: border-box;
}
#index .btn a {
color: var(--text-color);
}
#index .btn a::after {
display: none;
}
/*--------------------------------------------*/
/* .profile
----------------------------------------------*/
.profile {
display: flex;
column-gap: 1rem;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #ddd;
}
.profile .face {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 7rem;
height: 7rem;
border-radius: 50%;
background-color: #e8e8e8;
}
.profile .txt p {
line-height: 1.6;
font-size: 1.1rem;
}
.profile .txt .name {
margin-bottom: .5em;
font-size: 1.2rem;
}
/*--------------------------------------------*/
/* .paragraph
----------------------------------------------*/
.paragraph {
padding: 3rem 2rem;
border-top: 1px solid #ddd;
}
/* h2 */
.paragraph h2 {
position: relative;
line-height: 1.4;
}
.paragraph h2::before {
display: block;
content: "";
position: absolute;
left: -2rem;
width: 4px;
height: 100%;
background-color: var(--color-primary);
}
.paragraph h2 .sub {
display: block;
line-height: 1;
color: var(--color-primary);
font-size: 1.4rem;
font-weight: 700;
}
.paragraph h2 .sub strong {
font-size: 1.6em;
}
.paragraph h2 .title {
display: block;
margin-top: .3em;
font-size: 2rem;
font-weight: 700;
}
/* h3 */
.paragraph h3 {
position: relative;
line-height: 1.6;
margin-top: 3rem;
padding-left: 1.6em;
font-size: 1.6rem;
font-weight: 700;
}
.paragraph h3::before {
display: block;
content: "";
position: absolute;
top: .7em;
left: 0;
width: 1.5rem;
height: 4px;
background-color: var(--color-primary);
}
/* h4 */
.paragraph h4 {
line-height: 1.6;
margin-top: 2rem;
font-size: 1.4rem;
font-weight: 700;
}
/* h5 */
.paragraph h5 {
line-height: 1.6;
font-size: 1.2rem;
font-weight: 700;
}
/* p */
.paragraph p {
line-height: 1.8;
margin-top: 2rem;
font-size: 1.4rem;
}
.paragraph h3 + p,
.paragraph h4 + p {
margin-top: 1rem;
}
.paragraph p.sTxt {
font-size: 0.9rem;
}
.paragraph p a:link,
.paragraph p a:visited {
color: #1b5fda;
font-weight: bold;
text-decoration: underline;
}
.paragraph p a:hover,
.paragraph p a:active {
color: #bdd0f4;
}
/* .btn */
.main .btn {
width: 100%;
margin-top: 2rem;
}

/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
margin-top: 40px;
}
.paragraph h3 + .imgBox {
margin-top: 1rem;
}
.paragraph h4 + .imgBox {
margin-top: 10px;
}
.imgBox .column {
display: flex;
justify-content: center;
flex-direction: column;
row-gap: 1rem;
}
.imgBox .column img,
.imgBox .column video {
width: 100%;
height: auto;
}
.imgBox .cap {
margin-top: 15px;
line-height: 1.6;
font-size: 1.1rem;
}
/*--------------------------------------------*/
/* .lineup
----------------------------------------------*/
.lineup {
padding: 3rem 2rem 2rem;
border-top: 1px solid #ddd;
}
.lineup h2 {
position: relative;
line-height: 1.6;
font-size: 1.6rem;
font-weight: 700;
}
.lineup h2::before {
display: block;
content: "";
position: absolute;
left: -2rem;
width: 4px;
height: 100%;
background-color: var(--color-primary);
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item {
margin-top: 2rem;
}
.item + .item {
margin-top: 1rem;
}
.item a {
display: flex;
align-items: center;
flex-direction: column;
row-gap: 2rem;
padding: 1.5rem;
border: 1px solid #ddd;
background-color: #fff;
box-sizing: border-box;
}
.item .img {
text-align: center;
}
.item .info {
width: 100%;
}
.item .info h3 {
line-height: 1.4;
text-align: center;
font-size: 1.6rem;
font-weight: bold;
transition: .2s;
}
.item .info h3 .min {
display: block;
font-size: .6em;
font-weight: 400;
}
.item .info .btn {
line-height: 4rem;
width: 100%;
height: 4rem;
margin: 1rem 0 0;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
margin-top: 2rem;
overflow: auto;
border: 1px solid #ddd;
}
.scroll::-webkit-scrollbar{
height: 1rem;
}
.scroll::-webkit-scrollbar-track{
background: #f7f7f7;
}
.scroll::-webkit-scrollbar-thumb {
border-radius: .5rem;
background: #ddd;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
position: relative;
width: 100%;
border-collapse:separate;
border-spacing:0;
}
table th,
table td {
min-width: 10em;
padding: 1rem .8rem;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
text-align: left;
font-size: 1.1rem;
white-space: normal;
}
table th {
border-left: none;
font-weight: 400;
}
table th.fix {
position: sticky;
left: 0;
z-index: 1;
}
table th.fix::after {
content: "";
display: block;
width: 10em;
height: 100%;
border-right: 1px solid #e7e6e6;
position: absolute;
top: 0;
left: 0;
box-shadow: 3px 3px 5px rgba(59,58,61,.1);
box-sizing: border-box;
z-index: -1;
}
/* thead */
table thead th,
table thead td {
background-color: #f2f2f2;
}
/* tbody */
table tbody th {
background-color: #fff;
}
/* a */
table a, table a:hover {
color: var(--color-primary);
text-decoration: underline;
}
/*--------------------------------------------*/
/* .releasedate
----------------------------------------------*/
.releasedate {
margin: 0 2rem;
text-align: left;
color: #999;
font-size: 0.85rem;
}
