@charset "utf-8";
/* CSS Document */


/*----------------------
----- Media Queries ----
------------------------*/

@media (max-width:1680px){

.content2 {
    width: 100%;
	padding:80px 30px;
}

.content-inquiry {
    width: 100%;

}

.content .product-main .product-inner {
	padding:45px;
 }

}

@media (max-width:1090px){

.content .product-main .product-inner {
	font-size: 12px;
   	padding:30px;
 }

.top-cap {
    font-size: 17px;
}

.product-h1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-h1 span {
    font-size: 11px;
}

}

@media (max-width:1040px){	

h2 {
    font-size: 28px;
}

h3 {
    width: 70%;
}

.button {
    height: 50px;
    line-height: 50px;
     font-size: 20px;
}

}

@media (max-width:950px){

.content3 {
    width: 100%;
	padding:80px 30px;
	}

.product-name {
    font-size: 32px;
    margin-bottom: 20px;
}

.youtube {
	width: 100%;
}

.under-cap {
    font-size: 22px;
}

}


@media (max-width:800px){

.content {
    padding-right: 20px;
    padding-left: 20px;
}

.product-info {
    width: 70%;
}

.stuff-message {
    padding-bottom: 40px;
    font-size: 18px;
}

.top-cap {
    font-size: 18px;
}

.detail-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.store-wrap {
    width: 33%;
    padding: 5px;
}

.store-wrap {
    width: 50%;
}
	
}
	
@media (max-width:768px){

h3 {
    width: 90%;
}

.product-name {
    font-size: 28px;
}

.shopping-link {
    width: 95%;
}

.content a {
	text-decoration:none;
	}
	
.sold {
    margin-top: 10px;
}

.under-cap {
    font-size: 20px;
}

}

@media (max-width:600px){
.k-visual {
    /*background-position: 83%;*/
}

.k-visual h1 {
    font-size: 4rem;
    line-height: 4rem;
}

.k-visual h1 span {
    font-size: 1rem;
    line-height: 1rem;
}

.under-cap {
    font-size: 18px;
}

}

@media (max-width:500px){

.inquiry-title {
    font-size: 20px;
    letter-spacing: 0;
}

.content-inquiry {
    padding: 40px 20px 20px;
}


footer a img {
    width: 60%;
    height: auto;
}

.store-wrap {
    width: 100%;
}

.store-wrap-blank {
	display:none;
}

}


@media (max-width:479px){

.disp-pc{
	display:none;
}

.disp-smt{
	display:block;
}

.content {
    padding-top: 20px 0px;
}

.content2 {
    padding: 40px 20px;
}

.content3 {
  padding:40px 20px;
	}

.top-cap {
    font-size: 13px;
}

.store-info {
    width: 100%;
}

#header {
    display:none;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 20px;
}

.price1 {
    font-size: 16px;
}

.price2 {
    font-size: 28px;
}

.d-flex > article {
    width: calc(100% / 1);
}

.gallery-img-wrap {
    width: calc(100% / 2);
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0px 5px;
}

.right-border {
    border-right: none;
    border-bottom: 2px #FFF dotted;
	margin-bottom:20px;
}

.under-cap {
    font-size: 16px;
}

}

@media (max-width:414px){

.store-logo {
    width: 100%;
    float: none;
}

.social-buttons-wrap {
    width: 100%;
}

.social-button {
    margin: 0;
 }

.under-cap {
    font-size: 13px;
}

}

@media (max-width:375px){

.k-visual h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.k-visual h1 span {
    font-size: 0.64rem;
    line-height: 0.64rem;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 17px;
}

.price1 {
    font-size: 16px;
}

.price2 {
    font-size: 26px;
}

.stuff-message {
    font-size: 16px;
}	

.store-name {
    font-size: 20px;
 }
 
.sns-wrap {
    width: 100%;
}

.detail-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
	
}


@media (max-width:320px){

.content {
    padding:30px 10px;
}

.content2 {
  padding:30px 10px;
	}

.content3 {
  padding:30px 10px;
	}

.store-name {
	width:100%;
}

.top-cap {
    font-size: 12px;
}

h1 {
    font-size: 17px;
	margin-bottom:5px;
}

h2 {
    font-size: 13px;
}

h3 {
  margin-bottom:20px;
}

.under-cap {
    font-size: 11px;
}

.product-name {
    font-size: 23px;
	margin-bottom:10px;
}

.title-txt {
    font-size: 14px;
    padding-left: 5px;
	margin-bottom:10px;
}

.small-txt {
    font-size: 12px;
}

.price1 {
    font-size: 14px;
}
 
.price2 {
    font-size: 26px;
}

.button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.spec-wrap {
   font-size: 10px;
}

.stuff-message {
    padding-bottom: 20px;
    font-size: 12px;
}

}