@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/

a:link,
a:visited,
a:active {
color: #000;
}

.column {
display: flex;
flex-direction: column;
width: 100%;
max-width: 800px;
margin: 0 auto;
}

#undercolumn {
background-color: inherit;
width: 100%;
line-height: 1.5em;
}

#undercolumn img {
width: 100%;
height: auto;
}
#undercolumn #cover {
	width: 100%;
}
@media screen and (max-width:880px) {
	#undercolumn {
	padding: 0;
	overflow: hidden;
	}

	.pc {
	display: none;
	}

	.sp {
	display: block;
	}
}


h3.title{
	font-size: 28px;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom:1.5em;
	color: red;
}

.topcoment {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 1.8em;
	text-align: center;
}

.topcoment a {
	color: #ddd;
}

.topcoment span {
	font-size: 1.4em;
	color: #F00;
}

.content-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
}
.content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content h1 {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 2em;
	color: #7A7A7A;
	border-bottom: 2px solid #000;
	border-image: url("https://gigaplus.makeshop.jp/hasepro/img/bg.jpg") 2% / 0 0 0.3em 0 repeat;
	margin-bottom: 0.8em;
}

.content i {
	color: #f00;
	margin-right: 0.3em;
}

.content p {
	font-size: 1.1em;
	line-height: 1.5;
	text-align: justify;
}



@media screen and (max-width:880px) {
	h3.title{
	font-size: 24px;
	text-align: center;                
	}

	.content-box {
	width: 95%;
	}

	.content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1em;
	}

	.content h1 {
	font-size: 1.2em;
	}
	.content p {
	padding-right: 20px;
	}
}

.photoarea {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style: none;
	text-align: center;
	flex-wrap: wrap;
}

ul.photoarea li {
	width: 45%;
}

ul.photoarea li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:880px) {
	.photoarea {
	margin-bottom: 1.5em;
	}

	ul.photoarea li {
	width: 100%;
	height: auto;
	}
}

.cp_head {
	line-height: 2em;
	position: relative;
	z-index: 2;
	padding: 2em;
	color: #f8f8f8;
	background-color: #424242;
	font-size: 1.2em;
}
@media screen and (max-width:880px) {
	.cp_head {
	padding: 0.8em;
	font-size: 1.1em;
	}
}

.content p.moviecoment {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 1.3em;
	width: 100%;
}

a.bottun {
	box-sizing: border-box;
	width: 60%;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	display: inline-block;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: red;
	border-radius: 10px;
	border: 2px solid #F00;
}
a.bottun:hover{
	color:#f00;
	border:#F00 2px solid ;
	background:#FFF;
}
@media screen and (max-width:880px) {
	a.bottun {
	width: 100%;
	}
}


.shift-list {
	margin: 0 auto 20px auto;
}

.shift-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	width: 90%;
	padding: 0;
	margin:0 auto 5em auto;
}
.shift-list ul li {
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	width:102px;
	margin:0 10px 10px 10px;
}
@media screen and (max-width:880px) {
	.shift-list ul {
	justify-content: space-evenly;
	margin:0 auto 5em auto;
	width: 100%;
	}

	.shift-list ul li {
	width: 33%;
	margin:0 0 10px 0;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 2em;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.jirei {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}

.jirei li {
	width: 24%;
	margin-bottom: 0.8em;
}

.jirei li img {
	width: 100%;
	height: auto;
}

.jirei li:first-child,
.jirei li:nth-child(2) {
	width: 48%;
}

@media screen and (max-width:880px) {
	.jirei li {
		width: 33%;
		margin-bottom: 0.8em;
	}

	.jirei li img {
		width: 100%;
		height: auto;
	}

	.jirei li:last-child {
		width: 100%;
	}
}



.pillar-a {
	text-align: left;
	display: block;
	width: 90%;
	margin: 3em auto;
}

.pillar-a span {
	background-color: #000;
	color: #fff;
	padding: 0.5em 1em 0 1em;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	margin: 0 auto 0 0;
}

.pillar-a div {
	background-color: #000;
	padding: 12px;
	margin: 0px auto 100px auto;
}

.piller_b {
	display: block;
	width: 100%;
	height: auto;
}

.border {
	background: linear-gradient(transparent 70%, #ffe100 0%);
	display: inline;
	margin: 0 auto;
	padding: 0 2px 4px;
	font-size: 20px;
	font-weight: bolder;
}
/*
a.btn {
	display: block;
	text-align: center;
	width: 80%;
	border: 2px solid #F00;
	font-size: 20px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	padding: auto 16px;
	border-radius: 25px;
	transition: .4s;
	margin: 20px auto;
}

a.btn:hover {
	background-color: #F00;
	border-color: #F00;
	color: #FFF !important;
}
*/

@media screen and (max-width:880px) {
	.content p.moviecoment {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	margin-bottom: 1.3em;
	width: 100%;
	}

	.product {
	width: 70%;
	margin: 4em auto;
	padding: 1em 2em;
	border: 1.5px solid #333;
	border-radius: 5px;
	align-items: center;
	position: relative;
	background-color: #FFF;
	}

	.product div p {
	width: 100%;
	color: #000;
	font-weight: bold;
	}

	.product a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	.shift-list ul li {
	width: 30%;
	margin-bottom: 10px;
	}

	.shift-list ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	}

	.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 2em;
	}

	.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	}

	.border {
	width: 90%;
	}


	a.btn {
	display: block;
	text-align: center;
	height: fit-content;
	line-height: initial;
	border: 2px solid #F00;
	font-size: 20px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	padding: auto 16px;
	border-radius: 25px;
	transition: .4s;
	margin: 20px auto;
	}

	a.btn:hover {
	background-color: #F00;
	border-color: #F00;
	color: #FFF !important;
	}

	.main-title {
	font-size: 30px;
	margin-bottom: 0.5em;
	}

	h4 {
	font-size: 18px;
	}


	span .sp dd {
	width: 70%;
	}

	#cover iframe {
	height: 510px;
	}
}

.cp_headline07 {
	position: relative;
	overflow: hidden;
	margin-bottom: -8px;
	padding: 12px 14px;
	color: #ffffff !important;
	background: #bbbbbb;
	border-bottom: 0 !important;
	border-image: none;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 2em;
	margin-bottom: 0.8em;
	padding: 0.7em 0.5em;
}

.cp_headline07::before,
.cp_headline07::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 100%;
	content: '';
}
.cp_headline07::before {
	-webkit-transform: rotate(1.5deg);
	        transform: rotate(1.5deg);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
	background: #666666;
}
.cp_headline07::after {
	-webkit-transform: rotate(-2.5deg);
	        transform: rotate(-2.5deg);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
	background: #000000;
}
.cp_headline07_cont {
	position: relative;
	z-index: 1;
}
@media screen and (max-width:880px) {
	.cp_headline07 {
	    font-size: 1.3em;
	    margin-bottom: 0.8em;
			padding: 0.7em 0.5em;
	}

	.cp_headline07::after {
		-webkit-transform: rotate(-2.5deg);
		        transform: rotate(-3.5deg);
		-webkit-transform-origin: bottom left;
		        transform-origin: bottom left;
		background: #000000;
	}

}

.kickg {
	width: 100%;
	margin: 1rem auto;
}

.cp_title {
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	position: relative;
	padding: .3em;
	background: #00ACC1;
	border-radius: 8px;
	color: #ffffff;
	line-height: 1.5em;
}

.center {
	text-align: center;
}

.kicksekou p {
	width: 100%;
	margin: 0.5em auto;
	font-size: 1.25em;
	line-height: 1.5em;
}


p.kicktitle {
	font-size: 1.6em;
	line-height: 1.0em !important;
	margin-top: 2em;
	margin-bottom: 0.5em !important;
	font-weight: bold;
	color: #000;
	position: relative;
	padding: 0.8em;
	text-align: center;
	background: #FFEE58;
}

.subkick {
	background: linear-gradient(transparent 70%, #FFEE58 70%);
	font-size: 1.5em !important;
	padding:0 1em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 auto 1em auto;
}

.kphoto {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
	flex-wrap: wrap;
}
.nakami{
	width: fit-content;
	margin: 0 auto;
}
.kikan{
	text-align:center;
	margin-top:20px;
	font-size:1.2em;
	color:#F00;
}

.kphoto li {
	width: 30%;
	margin-bottom: 1rem;

}

.kphoto li img {
	width: 100%;
	height: 198px !important;
	object-fit: cover;
	object-position: center;
}

.shlogo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	margin: 2em auto 5em auto;
}

.shlogo li {
	width: 42%;
	margin-bottom: 2em;
	position: relative;
	height: 100px;
	background-color: #000;
	border-radius: 10px;
}

.shlogo li img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 0.8em 1em;
}
.ssp{
    display: none;
}

@media screen and (max-width: 600px) {
	.spc{
		display: none;
	}
	.ssp{
		display: block;
	}

	.cp_title {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.hako {
		font-size: 14px;
	}

	.kickg{
        width: 90%;
        margin: 2em auto;
    }
    .cp_title {
        text-align: center;
    font-size: 1em;
    font-weight: bold;
        position: relative;
        padding: .3em;
        background: #00ACC1;
        border-radius: 8px;
        color: #ffffff;
        line-height: 1.5em;
    }
    .cp_title:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 20px;
        border: 10px solid transparent;
        border-top: 10px solid #00ACC1;
        width: 0;
        height: 0;
    }
    .center{
        text-align: center;
    }
    
    .kicksekou p{
        width: 90%;
        margin: 0.5em auto;
        font-size: 1em;
    }
    
    
    p.kicktitle {
        line-height: 1.5em !important;
        margin-bottom: 0.5em !important;
        font-size: 1.25em;
        font-weight: bold;
        color: #000;
        position: relative;
        padding: 0.8em;
        text-align: center;
        background: #FFEE58;
        box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0.7em 0 0 0 #FFEE58, -0.7em 0 0 0 #FFEE58;
    }
    .subkick{
        background: #FFEE58;
		padding: 0;
    }

    
    .com-left{
        text-align: left;
        width: 90%;
        margin: 1em auto 1em 0;
    }
    
    .mg-rauto{
        padding-right: 1em;
    }
    
    .kphoto{
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .kphoto li{
        width: 100%;
        margin-bottom: 2em;
    }
    .kphoto li img{
        width: 100%;
        height: 198px;
        object-fit: cover;
        object-position: center;
    }
    
    .shlogo{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 90%;
		margin: 2em auto 2em auto;
    }
    
    .shlogo li{
		width: 88%;
		margin-bottom: 1em;
		position: relative;
		height: 75px;
		background-color: #000;
		border-radius: 10px;
    }
    .shlogo li img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        box-sizing: border-box;
   		padding: 0.8em 1em;
    }
    
	.shop_map {
		width: 100%;
		max-width: 800px;
		height: 500px;
	}

	.shop_map iframe.map {
		width: 100%;
		height: 100%;
	}
}

            
@media screen and (max-width: 880px) {
	.shop_map {
		height: 300px;
	}
	#cover iframe{
	height: 510px;
	}
}

.view_timer{
	display: none;
}