@charset "utf-8";

html {
    /*overflow: auto; モーダルのために無効化してる*/
    font-size: 62.5%; /* 10px */
}
body{
    color: #333;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: snow;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head, #title{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head{
		height: 4.5rem;
	}
	#head img{
		height: 2.5rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head{
		height: 5.0rem;
	}
	#head img{
		height: 3.0rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head{
		height: 5.5rem;
	}
	#head img{
		height: 3.5rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head{
		height: 6.5rem;
	}
	#head img{
		height: 4.0rem;
	}
}
@media screen and (min-width : 1200px) {
	#head{
		height: 7.5rem;
	}
	#head img{
		height: 4.5rem;
	}
}
#title{
	margin:0 auto 4.5rem;
	padding: 0;
}
#info{
    margin: 0 auto;
}
.period{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 1.0rem;
	font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.3 / 61.698 + 1.4rem, 1.7rem); /* 375px - 991.98px */
}
.period > span{
    font-size: 85%;
}
.headline{
	margin-bottom: 3.0rem;
    position: relative;
}
.headline::before{
    content: "";
	background: orange;
    height: 100%;
    width: 0.75rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headline h1{
	margin-left: 2.0rem;
    font-weight: 700;
    font-size: clamp(2.0rem, (100vw - 37.5rem) * 1.0 / 61.698 + 2.0rem, 3.0rem); /* 375px - 991.98px */
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #999;
}
.headline h1 span{
	display: inline-block
}
.headline h2{
	margin-left: 2.0rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.7rem, (100vw - 37.5rem) * 0.3 / 61.698 + 1.7rem, 2.0rem); /* 375px - 991.98px */
	font-weight: 400;
    letter-spacing: -0.1rem;
}
.description, .info-menu{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 600;
}
.info-menu{
	margin-top: 2.0rem;
	margin-bottom: 1.5rem;
}
.note p{
    margin: 0 auto;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    padding-left: 1em;
    text-indent: -1em;
}
.note p::before{
    content: "※";
}
.brand{
	margin-bottom: 3.0rem;
	background-color: linen;
	border: 1px solid;
	color: #804f21;
}
.brand span{
	display: block;
	font-size: clamp(1.0rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.0rem, 1.4rem); /* 375px - 991.98px */
	text-align: center;
}
.present-img img{
	max-width: 20.0rem;
}
@media screen and (min-width : 768px) {
	.present-img img{
		max-width: 100%;
	}
}
#reference{
    margin: 0 auto 4.5rem auto;
    padding-top: 3.0rem;
    padding-bottom: 6.0rem;
    background-color: #7D80DA;
}
.reference-header{
	color: #fff;
	text-align: center;
	font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.6rem, 1.8rem); /* 375px - 991.98px */
	font-weight: 600;
}
.link{
	border: 1px solid darkslateblue;
	margin: 0 auto;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width : 575.98px) {
	.link{
		max-width: 80%;
	}
}
.link > div{
	display: flex;
	align-items: center;
	background-color: #FF858D;
	color: #fff;
	font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
	padding: 1.5rem;
}
.link > div > img{
	display: block;
	width: 2.5rem;
	margin-top: 0.5rem;
}
.link > div > p{
	margin: 0 0 0 0.5rem;
	line-height: 1.2;
}
.link > a > img:hover{
	opacity: 0.5;
}
.link > a > img{
	transition: opacity .2s ease-out;
}

.sns {
    margin: 20.0rem auto 12.0rem auto;
    width: 238px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    color: #FEFEFE;
    height: 25px;
    border-radius: 5px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #333;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #333;
}
.sns #twt::after {
    border-color: #333 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #333;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #333;
}
.sns #fb::after {
    border-color: #333 transparent transparent transparent;
}
.sns #line .img {
    background-color: #333;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #333;
}
.sns #line::after {
    border-color: #333 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
.line {
	margin-top: 9.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #ccc;
	border-bottom:0.1rem solid #999;
}
#shop{
    padding-top: 12.0rem;
    padding: 9.0rem 0 0 0;
    background-color: darkolivegreen;
}
@media screen and (min-width:1200px) {
    #shop > div.container{
        max-width: 80%;
    }
}
.shop-txt1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
}
.shop-txt1 > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 5.0rem;
}
.shopinfo{
    margin-bottom: 9.5rem;
}
@media screen and (max-width:575.98px) {
    .shopinfo{
        max-width: 85%;
        margin-bottom: 4.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.shopinfo > div{
	font-size: 1.6rem;
	line-height: 1.2;
}
.shopinfo > div > a{
	color: snow;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FF7600;
    color: #fff;
    font-size: 1.4rem;
}
.shopinfo > p > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 2.0rem;
	font-weight: 400;
    color: #27b6bb;
}
.shopinfo > p > a{
    color: #fff;
    transition: color .3s ease-out;
}
.shopinfo > div > a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #ccc;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.pagetop{
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 4.5rem;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
.clr{
	clear:both;
}