@charset "UTF-8";
html {font-size: 62.5%;}
body {
	font-size: 1.6em;
	line-height: 1.4em;
	min-width: 320px;
	margin: auto;
	position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #4D4D4D;
	letter-spacing: 0.08em;
	font-weight: 500;
    background: #ffffea;
    overflow-x: hidden;
}
*{
    text-decoration: none;
    list-style: none;
}
.w-1400{
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
}
.w-1200{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.w-1000{
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}
.w-900{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}
img{width: 100%;}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relative{position: relative;}
.absolute{position: absolute;}
.b-none::after{content: none!important;}

/* mv */
.mv{
    width: 100%;
    background-image: url(../img/fv_back.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mv .top{
    padding-top: 10px;
}
.mv .fv-copy{
    width: 100%;
}
.mv .illust-copy{
    width: 140px;
    top: -30px;
    right: 20px;
}
/* .mv .bottom {
    margin-bottom: 50px;
} */
.mv .bottom .box{
    background: #fff;
    padding: 10px;
    border: solid 2px #000;
    border-radius: 3px;
    overflow: hidden;
}
.mv .bottom .box .asirai{
    border: solid 2px #000;
    padding: 10px;
}
.mv .bottom .box ul{
    justify-content: space-between;
}
.mv .bottom .box ul li{
    width: 33.333%;
}
.mv .bottom .box ul li:first-of-type{
    padding-right: 10px;
    border-right: solid 1px #000;
}
.mv .bottom .box ul li:nth-of-type(2){
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
.mv .bottom .box ul li:nth-of-type(2)::after{
    content: "";
    position: absolute;
    top: 20px;
    right: -5px;
    width: 10px;
    height: 60px;
    background-image: url(../img/pickup_asirai.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mv .bottom .box ul li:last-of-type{
    padding-left: 10px;
    border-left: solid 1px #000;
}
.mv .bottom .box .square{
    width: 14px;
    height: 14px;
    border: solid 2px #000;
}
.mv .bottom .box .square.l-top{
    top: -2px;
    left: -2px;
}
.mv .bottom .box .square.r-top{
    top: -2px;
    right: -2px;
}
.mv .bottom .box .square.r-bottom{
    bottom: -2px;
    right: -2px;
}
.mv .bottom .box .square.l-bottom{
    bottom: -2px;
    left: -2px;
}
.mv .bottom .pickup{
    width: 200px;
    top: -8%;
    left: 30px;
}
.mv .item-right{
    width: 20%;
    top: 10px;
    right: 0;
    z-index: -1;
}
.mv .item-left{
    width: 15%;
    top: 0;
    left: 0;
    z-index: -1;
}
.mv .item-top{
    width: 10%;
    top: 5px;
    left: 48%;
    z-index: -1;
}
.container .item-left-bottom{
    width: 17%;
    top: -1.5%;
    left: 0;
    z-index: -1;
}

/* btn */
.btn ul li{
    width: 12%;
}
.btn ul li a{
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 5px 10px;
    border: solid 1px #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
    vertical-align: bottom;
    font-weight: bold;
    margin: 5px;
    transition: .5s;
}
.btn ul li a span{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 3px 1px 3px;
}
.btn ul li.pickup, .btn ul li.kamome{
    font-size: 1.8rem;
    width: 18%;
}
.notes {
    margin-top: 20px;
    font-size: 1.2rem;
    bottom: -130px;
    left: 26.867%;
    color: #000;
}
.notes p{
    font-size: 1.6rem;
}
.notes span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.notes.flex{
    width: 70%;
    justify-content: end;
}
.notes.flex .txt{
    width: 45%;
}
.notes.flex .img{
    width: 50%;
    display: flex;
    justify-content: center;
    align-self: center;
}
.notes .logo{
    width: 20%;
}

/* main */
.content{
    width: 74.133%;
    order: 2;
    overflow: hidden;
    border-radius: 3px;
}
.content .white-bg{
    background: #fff;
}
.content .asirai{
    padding: 3%;
}
.pickup{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px 10px;
}
.pickup h2{
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: flex;
    justify-content: center;
}
.pickup h2 img{
    height: 45px;
    width: auto;
}
.pickup ul{
    justify-content: space-around;
}
.pickup li{
    width: 33%;
    border-left: solid 1px #000;
}
.pickup li:nth-child(1){
    border-left: none;
}
.side {
    width: 21.867%;
    order: 1;
}
.side .side_box ul li{
    margin-bottom: 15px; 
}
.side .side_box ul li:last-of-type{
    margin-bottom: 0px; 
}
.side .side_box ul li a{
    display: block;
    height: 100%;
}
.side .side_box ul li img{
    display: block;
    height: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px #b3b3b3;
}
.content .square{
    width: 14px;
    height: 14px;
    border: solid 2px #000;
}
.content .square.l-top{
    top: -2px;
    left: -2px;
}
.content .square.r-top{
    top: -2px;
    right: -2px;
}
.content .square.r-bottom{
    bottom: -2px;
    right: -2px;
}
.content .square.l-bottom{
    bottom: -2px;
    left: -2px;
}

/* タブ */
.c-ttl{
    width: 70%;
    padding: 0 0 20px 0;
    margin: 0 auto;
}
.container{
    overflow: hidden;
    padding-bottom: 15%;
}
.container > div.flex{
    justify-content: space-between;
}
.container .tab .sinkan .img{
    width: 200px;
    margin: 0 auto;
    transition: .5s;
}
.container .tab .honkan .img{
    width: 250px;
    margin: 0 auto;
    transition: .5s;
}
.container .tab ul{
    justify-content: space-between;
}
.container .tab ul li{
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 8px;
    border: solid 2px #000;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 2.2rem;
    line-height: 1.4;
    transition: .3s;
    font-weight: bold;
    width: 32.5%;
    border-bottom: none;
    height: 72px;
    top: 10px;
}

.container .tab ul li .bg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.container .tab ul li img{
    height: 15px;
    width: auto;
    vertical-align: middle;
    transition: .3s;
}
.container .tab ul li.active{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    top: 2px;
    z-index: 100;
    background-color: #fff;
}
.container .tab ul li.active .bg{
    background:repeating-linear-gradient(-45deg, #00cfa6, #00cfa6 1px, #fff 0, #fff 5px)
}
.container .tab ul li.active:nth-of-type(1)::after{
    content: none;
}
.container .tab ul li.active:nth-of-type(2)::after{
    content: none;
}
.container .tab ul li.active:nth-of-type(3)::after{
    content: none;
}

/* panel */
.panel{
    background-color: #fff;
    z-index: 2;
    border-top: none;
    border: 2px solid #000;
}
.panel.active{
    display: block;
}
.panel{
    display: none;
}
.panel .area{
    padding: 30px 10px;
}
.panel .area .flex{
    position: relative;
}
.panel .area .flex::after{
    content: "";
    display: block;
    width: 32%;
}
.panel .area h2{
    padding: 20px 10px 20px 10px;
    margin-bottom: 30px;
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: flex;
    justify-content: center;
}
.panel .area h2 img{
    height: 25px;
    width: auto;
}
.container .panel ul li{
    position: relative;
    width: 48%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.container .panel ul li:nth-of-type(odd):after{
    content: "";
    width: 95%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.container .panel ul li:nth-of-type(even):after{
    content: "";
    width: 95%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}
.container .panel ul li:nth-of-type(odd){
    padding-right: 10px;
    border-right: solid 1px #000;
}
.container .panel ul li:nth-of-type(even){
    padding-left: 10px;
}

.honkan .pickup-floor ul li{
    width: 100%!important;
    border: none!important;
}
.shinkan .pickup-floor ul li{
    width: 100%!important;
    border-right: none!important;
    border-bottom: solid 1px #000;
}
.shinkan .pickup-floor ul li:last-of-type{
    border-bottom: none;
}
.pickup-floor h2{
    padding:10px!important;
}
.pickup-floor h2 img{
    height: 65px!important;
}

/* footer */
footer{
    position: relative;
    padding-bottom: 30px;
}
footer .f-illust{
    width: 100%;
    bottom: 80px;
    left: 0;
    z-index: -1;
}
footer .logo{
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	overflow:hidden;
    width: 40px;
	height: 40px;
    border-radius: 40px;
}
#page-top a {
    position: relative;
    text-align: center;
    display: block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transition: .5s;
	transition: .5s;
	height: 100%;
    background: #333333;
}
#page-top a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
}
footer .copyright{
    width: 100%;
    color: #000;
    font-size: 1rem;
    text-align: center;
    padding-top: 15px;
}

/* responsive */
@media (min-width:801px) {
   .container .tab ul li:hover{background: #fff; color: #d70063;}
   .container .tab ul li:hover img{transform: scale(1.2);}
   .container .tab ul li.active:hover img{transform: scale(1);}
}
