@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #333;
    font-family: YakuHanJP_Noto, "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: url(../img/light_wool.png);
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img{
	/*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
}
img * {
    border: none;
}
#wrapper {
    /*overflow: hidden; position:sticky の為に無効にした */
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
	margin: 2.0rem auto 4.5rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 10.0rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head > div > div > a > img{
		width: 11.0rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head > div > div > a > img{
		width: 12.0rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head > div > div > a > img{
		width: 13.0rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 14.0rem;
	}
}
.headline{
	margin-bottom: 4.5rem;
    position: relative;
}
.headline::before{
    content: "";
	background: #FFA114;
    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: 1.5rem;
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 700;
    letter-spacing: -0.1rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #FFA114;
}
.headline h1 span, .headline h2 span{
	display: inline-block;
}
.headline h2{
	margin-left: 1.5rem;
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 700;
}
@media screen and (max-width:767.98px) {
    .headline h1{
        font-size: 2.2rem;
    }
    .headline h2{
        font-size: 1.6rem;
    }
}
@media screen and  (min-width : 768px) and (max-width : 991.98px) {
    .headline h1{
        font-size: 2.4rem;
    }
    .headline h2{
        font-size: 1.7rem;
    }
}
@media screen and (min-width : 992px) {
    .headline h1{
        font-size: 2.6rem;
    }
    .headline h2{
        font-size: 1.8rem;
    }
}
.description{/* ベタ組 */
    font-family: YakuHanJPs_Noto, "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;
    margin-bottom: 4.5rem
}
.topic-bnr{
	display: flex;
	flex-direction: column;
	margin-bottom: 3.0rem;
}
.topic-bnr a img{
	cursor: pointer;
    transition: all 0.3s linear;
}
.topic-bnr a img:hover{
    transform: translateY(-0.75rem);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.5);
}
.topic-bnr > ul{
    list-style: none;
    padding: 0;
    font-size: 0;
}
.topic-bnr > ul > li{
    display: table-row;
    font-size: 1.5rem;
}
.topic-bnr > ul > li > div{
    display: table-cell;
}
.topic-bnr > ul > li > div:first-child{
    font-weight: 500;
    width:5.0rem;
}
.moreinfo, .moreinfo2{
    margin-top: auto;
    border-bottom: 0.1rem solid #999;
    text-align: right;
    color: #f7931e;
}
.moreinfo::after {
    content: "\f362";
    font-family: "Ionicons";
    font-size: 2.2rem;
    margin-left: 0.3rem;
    margin-bottom: -0.8rem;
    float: right;
	position:relative;
	top: -0.3rem;
}
.moreinfo2::after {
    content: "";
    display: inline-block;
    background: url("../img/externallink.svg") no-repeat;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
    vertical-align: -0.1rem;
}
.moreinfo a, .moreinfo2 a{
    color: #f7931e;
    transition: color .3s ease-out;
}
@media screen and  (min-width : 768px) and (max-width : 991.98px) {
    .topic-bnr{
        font-size: 1.5rem;
    }
    .topic-bnr > ul > li{
        font-size: 1.4rem;
    }
}
.profile{
    margin: 6.0rem auto;
    color: #EFEFEF;
    padding: 1.5rem 2.4rem 1.0rem 2.4rem;
    background-color: rgba(75,151,28,1.00);
}
.prof-txt1{
	padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
	font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.0rem;
	line-height: 1.2;
	border-bottom: 0.1rem #efefef solid;
}
.prof-txt2{/* ベタ組 */
    font-family: YakuHanJPs_Noto, "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;
    font-weight: 300;
}
@media screen and  (max-width : 767.98px) {
    .prof-txt2{
        font-size: 1.4rem;
    }
}
.prof-txt3{
    display: inline-block;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.7rem;
    font-weight: normal;
    letter-spacing: normal;
}
.prof-txt4{
    font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.1rem;
    text-align: left;
}
.prof-txt4 span{
    display: inline-block;
    margin-right: 1.5rem;
}
.prof-txt4 a{
	color: #EFEFEF;
    transition: color .3s ease-out;
}
.prof-txt4 img.tw{
    display: inline-block;
    width: 1.7rem;
    height: auto;
    margin-right: 0.3rem;
    vertical-align: -0.2rem;
}
.prof-txt4 img.fb{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    margin-right: 0.3rem;
    vertical-align: -0.2rem;
}
.prof-txt4 img.hp{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    margin-right: 0.3rem;
    vertical-align: -0.15rem;
}
.prof-txt4 img.yt{
    display: inline-block;
    width: auto;
    height: 1.4rem;
    margin-right: 0.3rem;
    vertical-align: -0.2rem;
}
.prof-txt4 img.ig{
    display: inline-block;
    width: 1.7rem;
    height: auto;
    margin-right: 0.3rem;
    vertical-align: -0.3rem;
}
.prof-txt4 a:hover, .moreinfo a:hover, .moreinfo2 a:hover{
    color: #20EDA3;
}
@media screen and  (max-width : 767.98px) {
    .poster > div{
        width: 100%;
        margin: 0 auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media screen and  (min-width : 768px) and (max-width : 991.98px) {
    .poster > div{
        width: 60%;
        margin: 0 auto;
    }
}
@media screen and  (min-width : 992px) {
    .poster > div{
        position: -webkit-sticky;
        position: sticky;
        top: 1.0rem;;
        width: 100%;
        height: 100vh;
        padding: 0 3.0rem;
    }
    .poster > div > a > img{
        width: 100%;
        height: 100vh;
        object-fit: scale-down;
        object-position: center top;
    }
}
.poster > div > a > img{
	cursor: zoom-in;
    transition: all 0.3s linear;
}
.poster > div > a > img:hover{
    opacity: 0.75;
}
.sns {
    margin: 15.0rem auto 9.0rem auto;
    width: 238px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line, .sns #x {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img, .sns #x .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img, .sns #x:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before, .sns #x::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, .sns #x::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, .sns #x a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #1DA1F2;
}
.sns #twt::before {
    content: "Twitterでつぶやく";
    background-color: #1DA1F2;
}
.sns #twt::after {
    border-color: #1DA1F2 transparent transparent transparent;
}
.sns #x .img {
    background-color: #000;
}
.sns #x::before {
    content: "Xでポスト";
    background-color: #000;
}
.sns #x::after {
    border-color: #000 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #1877F2;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #1877F2;
}
.sns #fb::after {
    border-color: #1877F2 transparent transparent transparent;
}
.sns #line .img {
    background-color: #00B900;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #00B900;
}
.sns #line::after {
    border-color: #00B900 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: 9.0rem 0 0 0;
}
@media screen and (max-width:767.98px) {
    #shop{
        padding: 4.5rem 0 0 0;
    }
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a, .shopinfo2 a, .shopinfo3 a{
    color: #666;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .shopinfo2 a:hover, .shopinfo3 a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    color: #666;
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: -0.2rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#666;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.10rem;
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1 {
		font-size: 3.6rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.shopinfo-txt1 {
		font-size: 3.7rem;
	}
	.shopinfo-txt2 {
		font-size: 2.2rem;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FFB600;
    color: #666;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.08rem;
    color: #666;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 100%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991.98px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width : 1200px) {
	.mapimg img{
		width: 95%;
	}
}
.copyright{
	color: #999;
	width:100%;
	margin:10.0rem auto 0 auto;
    padding-bottom: 1.0rem;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}
.addition{
    margin-bottom: 6.0rem;
    padding: 1.5rem;
    color: #f7931e;
    border: 0.1rem solid #ccc;
}
.addition p{
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
}
.addition h1{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    color: #35B6B8;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid;
}
.addition h2{
    font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #35B6B8;
}
@media screen and  (max-width : 575.98px) {
    .addition h1{
        font-size: 1.6rem;
    }
    .addition h2{
        font-size: 1.4rem;
    }
}
@media screen and  (max-width : 767.98px) {
    .addition h2{
        margin-bottom: 2.0rem;
    }
}
.addition > div > div > div{
    position: relative;
    width: 100%;
}
.addition > div > div > div::before{
    content:"";
    display: block;
    padding-top: 52.5%; /* ogpサイズ 630÷1200=52.5%  */
}
.addition > div > div > div > a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.addition > div > div > div > a > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}