@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #DFDFDF;
    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-color: #000;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    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;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
	margin: 0 auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 15.0rem;
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head > div > div > a > img{
		width: 16.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head > div > div > a > img{
		width: 18.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 1.7rem;
		margin-bottom: 1.7rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
	}
}
#title{
	margin:0 auto 7.0rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#title{
		margin-top: 0;
        margin-bottom: 4.5rem;
	}
    #title > div > div{
        padding: 0;
    }
}
#info{
    margin: 0 auto;
}
@media screen and (max-width : 575.98px) {
    #info{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.headline{
	margin-bottom: 3.0rem;
    position: relative;
}
.headline::before{
    content: "";
	background: chocolate;
    height:100%;
    width: 0.75rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headline h1{
	margin-left: 2.0rem;
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.0rem, (100vw - 37.5rem) * 1.5 / 61.698 + 4.0rem, 5.5rem); /* 375px - 991.98px */
    letter-spacing: -0.1rem;
    line-height: 1.0;
}
.headline h1 span{
    display: inline-block;
}
.headline h2{
    font-family: 'Poppins', sans-serif;
	margin-left: 2.0rem;
	font-weight: 400;
	letter-spacing: -0.1rem;
}
.description{
    font-weight: 500;
}
.price{
    margin-top: 1.5rem;
    color: chocolate;
}
.note{
    margin-top: 2.0rem;
}
.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;
    padding-right: 1em;
    text-indent: -1em;
    color: #999;
}
.link{
	margin-top: 4.5rem;
}
.go{
    margin: 0 auto 1.5rem auto;
}
.go a{
    display: inline-block;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: chocolate;
    background-color: rgba(255,51,51,0);
    border: 0.2rem solid chocolate;
    border-radius: 3.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: #2CDCD8;
    border: 0.2rem solid #2CDCD8;
    color: #fff;
    border-radius: 0.5rem;
}
.go a span{
	font-size: 2.0rem;
	font-weight:900;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
}
.sns {
    margin: 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: #242424;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #242424;
}
.sns #twt::after {
    border-color: #242424 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #242424;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #242424;
}
.sns #fb::after {
    border-color: #242424 transparent transparent transparent;
}
.sns #line .img {
    background-color: #242424;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #242424;
}
.sns #line::after {
    border-color: #242424 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
.line {
	margin-top: 9.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #999;
	border-bottom:0.1rem solid #666;
}
#shop{
    padding: 9.0rem 0 0 0;
    background-color: #121212;
}
.shop-txt1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: 2.0rem;
    text-align: center;
    color: #ccc;
}
.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;
    font-weight: 500;
	line-height: 1.2;
}
.shopinfo > div > a{
	color: #ccc;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FF7600;
    color: #ccc;
    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: #ccc;
    transition: color .3s ease-out;
}
.shopinfo > div > a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #666;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.clr{
	clear:both;
}
#toolkit{
    margin-top: 6.0rem;
    background-color: #fff;
    color: chocolate;
}
.giftimg{
    background-color: #fff;
}
.toolkit-detail{
    display: flex;
    flex-direction: column;
}
.toolkit-txt2{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.toolkit-txt3{
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    line-height: 1.4;
}