@charset "utf-8";
/* CSS Document */

/* 
01.all
02.top
03.menu
04.button
05.main
06.sp
*/

/*01.all*/
.mystery {
box-sizing: border-box;
color: #5b504a;
}

.zen-maru-gothic-regular {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 400;
font-style: normal;
}

span.hPen {
background: linear-gradient(rgba(242, 210, 209, 0.05), rgba(242, 210, 209, 1));
}

span.lsdown {
letter-spacing: -0.06em
}

br.sp{
display:none;
}

/*end 01.all*/

/*02.top*/
.mystery #FirstView {
padding: 50px 0 0 0;
background: #F4EAED;
margin-bottom: 50px;
}

p#note {
margin-top: 30px;
font-size: 20px;
color: #812c31;
}
/*end 02.top*/

/*03.menu*/
.mystery #navi_box {
min-width: 1200px;
max-width: 1280px !important;
margin: 20px auto 0;
padding: 0 60px;
display: block;
overflow: hidden;
padding-top: 100px !important;
margin-top: -100px;
}

.mystery #navi_box ul {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

.mystery #navi_box ul li {
width:48%;
height:auto;
margin-bottom:20px;
font-size: 18px;
}

.mystery #navi_box ul li a {
width: 100%;
text-align:left;
font-size: 20px;
line-height:1.6;
background: linear-gradient(90deg, rgb(190, 51, 90), rgb(133, 1, 32));
color: #fff;
padding: 16px;
position: relative;
border-left: 6px double rgb(133, 1, 32);
}

.mystery #navi_box ul li a::after {
content: '>';
position: absolute;
right:20px;
}

.mystery #navi_box ul li a:hover {
transform: translateY(5px);
}

.mystery #navi_box ul li a:nth-child(2) {
padding:10px;
}
/*end 03.menu*/

/*04.button*/
.mystery #button_box {
/*min-width: 1200px;
max-width: 1280px !important;*/
margin:50px auto 30px auto;
padding: 0 60px;
font-size: 18px;
}

.mystery #button_box ul {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

.mystery #button_box ul li {
width:50%;
height:auto;
margin-bottom: 4px;
font-size: 18px;
display: flex;
width: 48%;
}
    
.mystery #button_box ul li a {
display: flex;
justify-content: space-between;
align-items: center;
background-color: rgb(133, 1, 32);
color: #fff;
width: 100%;
border-radius: 10px;
border-bottom: 5px solid rgb(190, 51, 90);
padding: 10px
}

.mystery #button_box ul li:nth-child(1) a{
background-color: rgb(190, 51, 90);
border-bottom: 5px solid rgb(133, 1, 32);
}

.mystery #button_box ul li a:hover {
    transform: translateY(5px);
}

.mystery #button_box ul li a img {
width: 26%;
}

.mystery #button_box ul li a p.buttonTxt {
width: 74%;
text-align:center;
padding: 0 20px 0 10px;
margin: 0;
font-size: 20px;
line-height: 1.6;
}

.mystery #button_box ul li a p span {
font-size: 36px;
}

.mystery #button_box ul li a p span.toPage {
font-size:16px;
text-decoration: underline;
}
/*end 04.button*/

/*05.main*/
.mystery #main {
min-width: 1200px;
max-width: 1280px !important;
margin: 20px auto 100px auto;
padding: 0 60px;
font-size: 20px;
}

.mystery #main h2 {
padding:10px 10px 10px 20px;
font-size: 24px;
background: linear-gradient(90deg, rgb(190, 51, 90), rgb(133, 1, 32));
color: #fff;

font-weight: normal;
margin:30px 0  20px 0;
border-left: 6px double rgb(133, 1, 32);
}
 
.mystery #main .inBox {
margin-top:-200px;
padding-top:200px;
font-size: 18px;
}

.mystery #main .inBox p {
font-size: 22px;
width: 90%;
margin:30px auto;
 }
 
 .mystery #main .inBox .imgTxt {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

 .mystery #main .inBox .imgTxt figure {
width: 17%;
padding-top: 2px;
 }
 
 .mystery #main .inBox .imgTxt dl {
width: 80%;
 }
 
 .mystery #main .inBox .imgTxt dl dd {
margin-left: 0;
 }

.mystery #main .inBox dl.w90 {
padding:0;
width: 90%;
margin:0 auto;
    }
    
.mystery #main dl dt {
margin-bottom: 16px;
border-bottom: 1px solid;
font-weight: bold;
font-size: 24px;
}

.mystery #main dl dd {
font-size: 20px;
margin-bottom: 30px;
height: 7em;
line-height: 1.6;
}

.mystery #main .inBox ul{
width:100%;
margin: 0 auto;
}

.mystery #main #mystery02 ul {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
width: 90%;
}

.mystery #main #mystery02 ul li {
height:auto;
margin:0 0 50px 0;
display: flex;
width: 48%;
}

 .mystery #main #mystery02 ul li.imgTxt figure {
width: 24%;
padding-top: 2px;
}

.mystery #main #mystery02 ul li p {
width: 70%;
margin:6px 0 0 0;
font-size: 20px;
line-height: 1.6;
}

/*.mystery #main #mystery02 ul  {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto 70px auto;
}

.mystery #main #mystery02 ul li {
width:22%;
display: block;
font-size: 20px;
line-height: 1.8;
}

.mystery #main #mystery02 ul li p {
font-size: 20px;
line-height: 1.6;
margin: 0;
width: 100%;
}

.mystery #main #mystery02 ul li img {
margin-bottom: 20px;
}*/

.mystery #main ul.mystery05 li img {
border-bottom: 1px solid #ccc;
}

.mystery #main ul.mystery05_02 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width:90%;
margin: 0 auto;
}

.mystery #main ul.mystery05_02 li {
width: 48%;
border:3px dotted #7b6b61;
padding: 10px 20px;
margin-bottom: 30px;
}

.mystery #main ul.mystery05_02 li img {
width:100%;
}

.mystery #main #mystery02 h2,
.mystery #main #mystery05 h2,
.mystery #main #mystery06 h2 {
margin-bottom: 60px;
}

.mystery #main .inBox .report {
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.mystery #main .inBox .report figure {
width:34%;
}

.mystery #main .inBox .report p.text {
width:66%;
padding-top: 40px;
padding-left: 40px;
border: 2px dotted #7b6b61;
border-left: none;
}

.mystery #main .inBox .report p{
background-repeat: no-repeat;
background-position: 90% 96%; 
background-size:24%;
line-height: 1.8;
}

.mystery #main .inBox .report p.repo01 {
background-image: url(https://gigaplus.makeshop.jp/kbwine/site/special/mystery/repo01_02.png);
background-size:140px;
}

.mystery #main .inBox .report p.repo02 {
background-image: url(https://gigaplus.makeshop.jp/kbwine/site/special/mystery/repo02_02.png);
}

.mystery #main .inBox .report p.repo03 {
background-image: url(https://gigaplus.makeshop.jp/kbwine/site/special/mystery/repo03_02.png);
}

.mystery #main .inBox .report p.repo04 {
background-image: url(https://gigaplus.makeshop.jp/kbwine/site/special/mystery/repo04_02.png);
}

.mystery #main .inBox .report p.repo05 {
background-image: url(https://gigaplus.makeshop.jp/kbwine/site/special/mystery/repo05_02.png);
}

.mystery #main .inBox .report p.repo06 {
background-image: url(https://gigaplus.makeshop.jp/kbwine/site/special/mystery/repo06_02.png);
background-size:20%;
}

.triangle {
text-align: center;
width: 100%;
padding: 30px 0;
}

.triangle p {
height:30px;
width: 50px!important;
aspect-ratio: 2;
clip-path: polygon(50% 100%,100% 0,0 0);
background: linear-gradient(45deg,#ccc,#7b6b61);
}

.mystery #main .inBox p.atn {
font-size: 16px;
}

#page-top a{
display: flex;
justify-content:center;
align-items:center;
background:#942D2F;
border-radius: 5px;
width: 80px;
height: 80px;
color: #fff;
text-align: center;
text-transform: uppercase; 
text-decoration: none;
font-size:0.6rem;
transition:all 0.3s;
}

#page-top a:hover{
opacity:70%
}

#page-top {
position: fixed;
right: 10px;
bottom:10px;
z-index: 2;
opacity: 0;
transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/*　下に下がる動き　*/

#page-top.DownMove{
animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(100px);
}
}
/*end 05.main*/


/*06.sp*/

@media (max-width: 767px) {
#FirstView .inner h1 {
        font-size:18px;
        margin-bottom: 15px;
}

p#note {
font-size:16px;
line-height: 1.6;
}

.mystery #navi_box {
min-width: 100%;
max-width: 100% !important;
padding:20px 10px;
}

.mystery #navi_box ul {
display:block;
}

.mystery #navi_box ul li {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}

.mystery #navi_box ul li:nth-child(3) a {
padding-left: 10px;
}

.mystery #navi_box ul li:nth-child(3) a {
letter-spacing: -0.06em;
}

.mystery #button_box {
padding: 0;
min-width: 100%;
max-width: 100% !important;
padding:20px 10px 0px 10px;
}

.mystery #main {
padding: 0;
min-width: 100%;
max-width: 100% !important;
}

.mystery #navi_box ul li a {
text-align: left;
font-size:16px;
}

.mystery #navi_box ul li:nth-child(6)  a {
letter-spacing: -0.04em;
}

.mystery #navi_box ul li a::after {
right: 10px;
}


.mystery #button_box ul {
display: block;
}

.mystery #button_box ul li {
width:100%;
font-size:14px;
margin-bottom: 20px
}

.mystery #button_box ul li a p.buttonTxt{
font-size: 16px;
padding:0;
}

.mystery #button_box ul li a p span {
font-size: 30px;
}

.mystery #button_box ul li a p span.toPage {
font-size:13px;
}

.mystery #main h2 {
padding: 10px;
font-size:16px;
}

.mystery #main .inBox p {
font-size:16px;
 }
 
.mystery #main dl dt {
font-size:16px;
}

.mystery #main #mystery01 ul li:nth-child(3) dl dt {
letter-spacing:;
}

.mystery #main #mystery02 ul {
display: block;
}

.mystery #main #mystery02 ul li {
width:100%;
font-size:16px;
margin-bottom: 30px;
display: block;
}

.mystery #main #mystery02 ul li.imgTxt figure {
width: 38%;
padding-top:0;
margin: 0 auto 20px auto;
}

.mystery #main #mystery02 ul li img {
width:100%;
margin-bottom: 10px;
}

.mystery #main #mystery02 ul li p {
width: 100%;
font-size: 16px;
margin:0 0 50px 0;
}

.mystery #main #mystery02 ul {
margin-bottom:20px;
}

.mystery #main ul.mystery05_02 {
display:block;
}

.mystery #main ul.mystery05_02 li {
width:100%;
}

.mystery #main .inBox .imgTxt {
display:block;
}


.mystery #main .inBox .imgTxt figure {
width:38%;
padding-top:0;
margin: 0 auto 20px auto;
}

.mystery #main .inBox .imgTxt dl {
width:100%;
}

.mystery #main dl dd {
height:auto;
padding-left:0;
font-size: 14px;
margin-bottom: 50px;
}

.mystery #main .inBox .report {
display:block;
}

.mystery #main .inBox .report figure {
width:100%;
}

.mystery #main .inBox .report p.text {
width:100%;
padding:10px 10px 30px 10px;
font-size: 16px;
border-left: 2px dotted #7b6b61;
}

.mystery #main .inBox .report p {
background-repeat: no-repeat;
background-position: 96% 100%;
background-size:90px;
line-height: 1.6;
margin-bottom: 0;
}

.mystery #main .inBox .report p.repo01 {
background-size:90px;
height: 12em;
}

.mystery #main .inBox .report p.repo02 {
background-size:90px;
height: 9em;
}

.mystery #main .inBox .report p.repo03 {
background-size:90px;
height: 9em;
}

.mystery #main .inBox .report p.repo06 {
background-size:90px;
}

br.sp{
display: block;
}

.mystery #main .inBox p.atn {
font-size: 14px;
}

}
/*end 06.sp*/

