@charset "UTF-8";
/* CSS Document */

html {
    font-size: 10px;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
    color: #292929;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.sp-no, .spno {
    display: none;
}

.pc-no, .pcno {
    display: block;
}

.enGothic {
    font-family: 'neuhan', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.center, .spcenter {
    text-align: center !important;
}

#contents {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#contents h2 {
    margin: 0 auto 60px;
}

/*font size
-----------------------------------------------------*/

.b_contents .font-l {
    font-size: 1.8em;
    line-height: 3.2rem;
    margin: 0 auto 20px;
}

.b_contents .font-m {
    font-size: 1.5em;
    line-height: 3.0rem;
}

.b_contents .font-s {
    font-size: 1.0em;
    line-height: 1.4rem;
}

/*l_contents
-----------------------------------------------------*/

/*
.l_contents{
    font-size: 13px;
}
*/


.l_contents {
font-weight: 400;
}

.l_contents dl {
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
}

.l_contents dl dt {
    margin: 0 auto 10px;
}

.l_contents dd {
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: 400;
    color: #3e3a39;
    padding: 0 3%;
    line-height: 1.65rem;
    letter-spacing: 0.2em;
}
.l_contents dd.ttl {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background: none;
    border: none;
    -webkit-transform-style: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.0em;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: .2em;
}
#topics-index .l_contents dd.ttl {
    top: 32%;
}

.l_contents dd.ttl span {
    font-size: 0.65em;
    line-height: 2.4em;
}

.l_contents dd.date {
    font-size: 10px;
    color: #808080;
    letter-spacing: .3em;
}

/*archiveボタン*/

.l_contents .archives {
    margin: 80px auto 60px;
    text-align: center;
font-weight: 400;
}

.l_contents .archives a {
    padding: 20px 40px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
}

.l_contents .archives a::after {
    content: "";
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}

/*checkitemボタン*/

.l_contents .checkitem {
    margin: 10px auto 10px;
    text-align: center;
}

.l_contents .checkitem a {
    padding: 15px 90px 15px 90px;
    border: 1px solid #999999;
	background: #999999;
	color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
}

.l_contents .checkitem a::after {
    
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}

/*checkitem2ボタン*/

.l_contents .checkitem2 {
    margin: 15px auto 15px;
    text-align: center;
}

.l_contents .checkitem2 a {
    padding: 15px 35px  15px ;
    border: 1px solid #999999;
	background: #999999;
	color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .3em;
}

.l_contents .checkitem2 a::after {
    
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}

/*checkitem miniボタン*/



/*checkitem4ボタン*/
.l_contents .checkitem4 {
    margin: 5px auto 5px;
    text-align: right;
}

.l_contents .checkitem4 a {
    padding: 15px 10px 15px 10px;
    border: 1px solid #ffffff;
	background: #000000;
	color: #ffffff;
  
    position: relative;
    text-align: right;
    font-size: 0.8em;
    letter-spacing: .3em;
	box-shadow: 0px 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 0px 5px #000;
}

.l_contents .checkitem4 a::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 6%;
    width: 8px;
    height: 8px;
    top: 42.5%;
}



/*archiveボタン*/

.l_contents .checkitemmini {
    margin: 15px auto 15px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemmini a {
    background: #ffffff;
    color: #000000;
    padding: 15px 25px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemmini a::after {
content: "\0025B8";
position: absolute;
right: 3%;
top: 50%;
transform: translate(0,-50%);
}




/*check mini blk*/

.l_contents .checkitemminibk {
    margin: 10px auto 10px;
    text-align: center;
    font-weight: 400;
Padding-top:30px;
}

.l_contents .checkitemminibk a {
    background: #000000;
    color: #ffffff;
    padding: 20px 45px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemminibk a::after {
content: "\0025B8";
position: absolute;
right: 3%;
top: 50%;
transform: translate(0,-50%);
}







/*b_contents
-----------------------------------------------------*/

.b_contents {
    text-align: center;
}

.b_contents img {
    width: 100%;
}

.b_contents .txt {
    margin: 20px auto 60px;
}

.b_contents .txt em {
    font-size: 80%;
}

.b_contents p {
    font-size: 1.25em;
    padding: 0 3%;
    line-height: 1.8em;
    color: #3e3a39;
    margin: 0 auto 10px;
    text-align: left;
}

.b_contents {
font-weight: 400;
}


.b_contents p.credit {
    font-size: 1.0em;
    line-height: 2.4em;
    margin: 0 auto 30px;
    letter-spacing: .15em;
}

.b_contents p.credit a {
    margin: 1px auto;
    /*display: block;*/
}

.b_contents .u-line {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 8px 4px;
}

.b_contents p span.u_line {
    border-bottom: 1px solid #000;
}

.b_contents div.txt-indent p {
    text-indent: -2.5em !important;
    padding-left: 2.5em !important;
}

.b_contents p.frame {
    border: 1px solid;
    padding: 12px 25px;
    display: inline-block;
}

.b_contents .btn {
    padding: 8px 40px;
    border: 1px solid #363636;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
    display: inline-block;
    /* width: 100%; */
    margin: 10px auto 0;
    text-decoration: none !important;
    font-weight: normal;
    border-radius: 0;
}

.b_contents .border {
    border-bottom: 1px solid #000;
    width: 15%;
    margin: 15px auto 20px;
}

.l_contents .two{
 width: 90%;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 93%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.sp-column-img {
    width: 90% !important;
    margin: 0 auto;
}

.map {
  cursor: pointer !important;
  /* cursor: hand; */
}

.map {
  width: 100%;
}


.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}


.boxline {
    width: 90%;
    padding: 15px 20px 15px 20px;
    margin: 2em 0;
    border: solid 1px #000000;
    padding: 20px 10px 10px 20px;
    position: relative;
text-align: center;
}
.boxline p {
    font-size: 0.9em;
font-weight: 400;
    margin: 0; 
    padding: 0;
    text-align: center;
}


/*archiveボタン*/

.l_contents .allitems {
    margin: 10px auto 10px;
    text-align: center;
    font-weight: 400;
}

.l_contents .allitems a {
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 1.0em;
    letter-spacing: .3em;
}

.l_contents .allitems a::after {
content: "\0025B8";
position: absolute;
right: 3%;
top: 50%;
transform: translate(0,-50%);
}


.tdsmp {
    border: 10px solid #fff;
}  


.gridContainer {
	display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr ));
        row-gap: 40px;
}

.gridItem {
	padding: 5px 5px;
text-align: center;
	color: #fff;
}

.gridB {
text-align: left;


}


.gridContainer2 {
	display: grid;
        grid-template-columns: repeat(auto-fit, minmax(187px, 1fr ));
        row-gap: 40px;
}

.gridItemC {
	padding: 5px 5px;
text-align: left;
	color: #fff;
}

.gridD {
text-align: center;

}





.l_contents .shopnowmini {
    margin: 8px auto 8px;
    text-align: center;
    font-weight: 400;
}

.l_contents .shopnowmini a {
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .shopnowmini a::after {
content: "\0025B8";
position: absolute;
right: 3%;
top: 50%;
transform: translate(0,-50%);
}


.table_container{
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.table_container2{
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}



#container3 {
    display: grid;
    grid-template-rows: 250px ;
    grid-template-columns: 150px 150px 150px 150px 150px 150px;

}


#container4 {
    display: grid;
    padding: 10px 10px 10px 40px;
    grid-template-rows: 260px ;
    grid-template-columns: 150px 150px;
}


#itemG {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    background: #fff;
width:80%;
Margin:auto;
}

#itemH {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    background: #fff;
width:80%;
Margin:auto;
}


#itemI {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    background: #fff;
width:80%;
Margin:auto;
}

#itemJ {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    background: #fff;
width:80%;
Margin:auto;
}
#itemK {
    grid-row: 1 / 2;
    grid-column: 5 / 6;
    background: #fff;
width:80%;
Margin:auto;
}

#itemL {
    grid-row: 1 / 2;
    grid-column: 6 / 7;
    background: #fff;
width:80%;
Margin:auto;
}




.l_contents .checkitemmini2 {
    margin: 11px auto 11px;
    text-align: center;
    font-weight: 400;
}

.l_contents .checkitemmini2 a {
    background: #ffffff;
    color: #000000;
    padding: 10px 15px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: .3em;
}

.l_contents .checkitemmini2 a::after {
content: "\0025B8";
position: absolute;
right: 3%;
top: 50%;
transform: translate(0,-50%);
}

.gridZ {
text-align: left;
margin: auto;

}

.gridY {
text-align: center;
margin: auto;

}

.gridContainer8 {
    display: grid;
    
    grid-template-columns: 240px 1fr;
}


.coverpc{
Display:none;
}

.coversmp{
Width:100%;
Height:auto;
}


.b_contents .topmes{
Text-align:center;
letter-spacing: .1em;
font-size: 11px;
line-height:20px;
color: #000000;

}

.b_contents .staffcredit{
Text-align:center;
letter-spacing: .1em;
font-size: 11px;
line-height:22px;
color: #000000;
Font-family:serif;

}

.mainpics{
width:100%;
}

area{
border:none;
outline:none;
}

@media screen and (max-width:375px) {

/* main grid start
-----------------------------------------------------*/


.pic1{
Position: relative;
Width: 100%;
Height: auto;

}

.credit1{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 3%;
bottom: 8%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit1 a{
Color:#000;
Text-decoration:underline;
}

.pic2{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 20px;

}

.credit2{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 1%;
bottom: 3%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit2 a{
Color:#000;
Text-decoration:underline;
}

.pic3{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 40px;
}

.credit3{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 22%;
bottom: 4%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit3 a{
Color:#000;
Text-decoration:underline;
}



.pic4{
Position: relative;
Width: 100%;
Height: auto;

}

.credit4{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 1%;
Top: 48%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit4 a{
Color:#000;
Text-decoration:underline;
}


.pic4{
Position: relative;
Width: 100%;
Height: auto;

}

.credit4{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 1%;
Top: 48%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit4 a{
Color:#000;
Text-decoration:underline;
}

.pic5{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 50px;

}

.credit5{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
top: 18%;
left: 8%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #fff;
}

.credit5 a{
Color:#000;
Text-decoration:underline;
}

.pic6{
Position: relative;
Width: 100%;
Height: auto;

}

.credit6{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 1%;
Top: 28%;
position: absolute;
z-index: 11;
line-height: 15px;
Color:#a9a9a9;
}

.credit6 a{
Color:#000;
Text-decoration:underline;
}


.pic7{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 40px;

}

.credit7{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: center;
left: 12%;
bottom: 8%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit7 a{
Color:#000;
Text-decoration:underline;
}

.pic8{
Position: relative;
Width: 100%;
Height: auto;

}

.credit8{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: right;
left: 8%;
Top: 20%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit8 a{
Color:#000;
Text-decoration:underline;
}



.pic9{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 30px;

}

.credit9{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: center;
left: 11%;
Top: 60%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit9 a{
Color:#000;
Text-decoration:underline;
}

.pic10{
Position: relative;
Width: 100%;
Height: auto;

}

.credit10{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: right;
right: 2%;
Top: 28%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit10 a{
Color:#000;
Text-decoration:underline;
}


.pic11{
Position: relative;
Width: 100%;
Height: auto;

}

.credit11{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: center;
left: 3%;
bottom: 4%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}
.credit11 a{
Color:#000;
Text-decoration:underline;
}


.pic12{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 30px;
padding-bottom: 30px;

}

.credit12{
Font-size: 10px;
Letter-spacing: 0.5px;
Text-align: left;
right: 1%;
bottom: 0;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit12 a{
Color:#000;
Text-decoration:underline;
}



}

@media screen and (min-width:414px) {
/* main grid start
-----------------------------------------------------*/


.pic1{
Position: relative;
Width: 100%;
Height: auto;

}

.credit1{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 3%;
bottom: 10%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit1 a{
Color:#000;
Text-decoration:underline;
}

.pic2{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 20px;

}

.credit2{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 4%;
bottom: 3%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit2 a{
Color:#000;
Text-decoration:underline;
}

.pic3{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 40px;
}

.credit3{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 25%;
bottom: 4%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit3 a{
Color:#000;
Text-decoration:underline;
}



.pic4{
Position: relative;
Width: 100%;
Height: auto;

}

.credit4{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 3%;
Top: 48%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit4 a{
Color:#000;
Text-decoration:underline;
}


.pic4{
Position: relative;
Width: 100%;
Height: auto;

}

.credit4{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 3%;
Top: 48%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit4 a{
Color:#000;
Text-decoration:underline;
}

.pic5{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 50px;

}

.credit5{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
top: 18%;
left: 8%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #fff;
}

.credit5 a{
Color:#000;
Text-decoration:underline;
}

.pic6{
Position: relative;
Width: 100%;
Height: auto;

}

.credit6{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
left: 3%;
Top: 28%;
position: absolute;
z-index: 11;
line-height: 15px;
Color:#a9a9a9;
}

.credit6 a{
Color:#000;
Text-decoration:underline;
}


.pic7{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 40px;

}

.credit7{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: center;
left: 17%;
bottom: 8%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit7 a{
Color:#000;
Text-decoration:underline;
}

.pic8{
Position: relative;
Width: 100%;
Height: auto;

}

.credit8{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: right;
left: 8%;
Top: 20%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit8 a{
Color:#000;
Text-decoration:underline;
}



.pic9{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 30px;

}

.credit9{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: center;
left: 13%;
Top: 60%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit9 a{
Color:#000;
Text-decoration:underline;
}

.pic10{
Position: relative;
Width: 100%;
Height: auto;

}

.credit10{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: right;
right: 3%;
Top: 28%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit10 a{
Color:#000;
Text-decoration:underline;
}


.pic11{
Position: relative;
Width: 100%;
Height: auto;

}

.credit11{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: center;
left: 8%;
bottom: 6%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}
.credit11 a{
Color:#000;
Text-decoration:underline;
}


.pic12{
Position: relative;
Width: 100%;
Height: auto;
padding-top: 30px;

}

.credit12{
Font-size: 10px;
Letter-spacing: 0.1em;
Text-align: left;
right: 5%;
bottom: 2%;
position: absolute;
z-index: 11;
line-height: 15px;
Color: #a9a9a9;
}

.credit12 a{
Color:#000;
Text-decoration:underline;
}

}