@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}
main{
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}


@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}


.japancup-sp{
    display: none;
}
.japancup-pc{
    display: block;
}
.zen {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.kau {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
  }


.gab {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
  }


/* メインビジュアル　*/

#japancup-mainvisual {
    width: 100%;
}

#japancup-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */
.japancup-wrap{
     background-image: url(/img/usr/japancup/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
}
.japancup-leadbox{
 text-align: center;
}
.japancup-lead {
    padding-top: 80px;
}
.japancup-leadbox{
    margin: 0 auto;
    width: 900px;
     padding:50px 20px;
}



.japancup-leadtext {
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.1em;
   padding-top: 50px;
    font-weight: bold;
   line-height: 2;
    text-shadow: 2px 2px 4px rgba(37, 1, 1, 0.8);
}
.japancup-leadbox-flex{
    display: flex;
    gap: 80px;
}
.japancup-logo{
padding-top: 60px;
}
.japancup-logo img{
    width: 240px;
}


/* 受賞者の声 */
.japancup-voice{
    margin-top: 80px;
    margin-bottom: 80px;
}
.japancup-voice-box{
    background-color: rgba(255, 243, 199, 0.9);
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
.japancup-voice-line{
    border: 2px solid #C62E35;

}
.japancup-voice-title{
   background-image: url(/img/usr/japancup/title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 3rem;
    width: 400px;
    margin: 30px auto;

}
.japancup-voice-flex{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

}

.japancup-voice-img img{
    width: 200px;
}
.japancup-voice-text{
    margin-left: 25px;
    margin-top: 40px;
}
.japancup-voice-company
{
    color: #333;
    font-size: 2rem;
    font-weight: bold;
}

.japancup-voice-voice
{
    color: #333;
    font-size: 1.8rem;
    font-weight: lighter;
    width: 850px;
    margin: 0 auto 30px;
    line-height: 2;
}
.japancup-voice-name{
    color: #C62E35;
    font-size: 3rem;
    margin-bottom: 25px;
}




/* 商品 */
.japancup-product {
    margin: 0 auto;
    text-align: center;
  background-image: url(/img/usr/japancup/product-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
position: relative;
padding-bottom: 50px;
}
.japancup-product::before{
      content: '';
    display: block;
    width: 130px;
    height: 130px;
    background-image: url(/img/usr/japancup/product-ashirai01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.japancup-product::after{
      content: '';
    display: block;
    width: 130px;
    height: 130px;
    background-image: url(/img/usr/japancup/product-ashirai02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.japancup-product-box {
    margin: 10px auto 50px;
}
.japancup-product-detail {
    margin: 0 auto;
    width: 400px;
}
.japancup-product-name {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    color: #FFE598;
    margin-bottom: 30px;
    text-shadow: 0px 4px 4px rgba(106, 91, 36, 0.8);
}

.japancup-product-img-wrap{
    display: inline-block;
    width: 350px;
    margin-bottom: 30px;
margin-top: 50px;
}

.japancup-product-img-wrap img {
    width: 100%;
}
.japancup-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}


.japancup-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
}

.japancup-price-en {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
}

.japancup-cart a {
    transition: .3s;
}
@media screen and (min-width:768px) {
    .japancup-cart a:hover {
        opacity: 0.7;
    }
}

.japancup-cart a img {
    width: 250px;
}
.japancup-cart-text{
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     text-decoration: none;
      border-bottom: dashed 1px #fff;
      width: 150px;
      margin: 10px auto 0;
}
.japancup-cart-text a{
   color:inherit;
   font-size: 18px;
}

.japancup-product-content{
    display: flex;
    justify-content: center;
padding-bottom: 30px;
}
.japancup-product-content02{
    display: flex;
    justify-content: center;
padding-bottom: 30px;
}

.japancup-product-detail-img img{
    width: 250px;
}
.japancup-product-detail-text{
    text-align: left;
padding-left: 25px;
}
.japancup-product-detail-text02{
    text-align: left;
padding-right: 25px;
}
.japancup-product-content-title{
    font-size: 3rem;
     letter-spacing: 0.1em;
    color: #FFE598;
    display: inline-block;
    border-bottom: 2px solid #FFE598;
}
.japancup-product-content-text{
    font-size: 2rem;
    width: 330px;
    margin-top: 20px;
}
.japancup-ashirai img{
    width: 500px;
}
.japancup-ashirai{
    margin-bottom: 50px;
}
.japancup-voice-box02{
    background-color: rgba(255, 243, 199, 0.9);
    width: 600px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 50px;
}
.japancup-voice-line{
    border: 2px solid #C62E35;

}
.japancup-voice-product{
    width: 550px;
    font-size: 1.6rem;
    font-weight: lighter;
    color: #333333;
    text-align: left;
    margin: 0 auto;
    padding: 10px;
    line-height: 2;
}




@media screen and (max-width:767px) {

    .japancup-sp {
        display: block;
    }
 .japancup-pc {
        display: none;
    }
/* リード */


.japancup-leadbox{
     width: 95%;
       height:auto;
    margin:  0 auto;
    padding: 0;
}
.japancup-leadbox-flex{
flex-direction: column;
    gap: 10px;
}

.japancup-logo{
padding-top: 20px;
}
.japancup-logo img{
    width: 50%;
}


.japancup-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;

}

.japancup-leadtext {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: lighter;
}


/* 受賞者の声 */
.japancup-voice-box{
    width: 95%;
}
.japancup-voice-title{
    font-size: 2.5rem;
    width: 80%;
    margin: 30px auto;

}
.japancup-voice-flex{
    flex-direction: column;
   text-align: center;
   margin-bottom: 0px;
}
.japancup-voice-img img{
    width: 60%;
}
.japancup-voice-text{
    margin-left: 0px;
margin-top: 20px;
}
.japancup-voice-company
{
    font-size: 1.5rem;
    font-weight: lighter;
width: 95%;
text-align: center;
margin: 0 auto;
}
.japancup-voice-voice
{
    font-size: 1.5rem;
    font-weight: lighter;
width: 90%;
text-align: left;
margin: 0 auto 20px;
}
.japancup-voice-name{
    font-size: 2.5rem;
    margin-bottom: 25px;
    text-align: center;
}






/* 商品 */
.japancup-product-content{
    flex-direction: column;
    text-align: center;
}
.japancup-product-content02{
    flex-direction: column-reverse;
}
.japancup-product {
    width: 90%;
    margin: 0 auto;
}
.japancup-product::before{
    width: 70px;
    height: 70px;
}
.japancup-product::after{
width: 70px;
    height: 70px;
}
.japancup-product-box {
    width: 90%;
    margin: 30px auto;
}
.japancup-product-detail {
    margin: 0 auto;
    width: 90%;
    padding-left: 0px;
}

.japancup-product-name {
    font-size: 2.4rem;
    margin-bottom: 40px;
    letter-spacing: 0;
}
.japancup-product-detail-img{
    margin: 0 auto;
}
.japancup-product-img-wrap{
    display: inline-block;
    width: 70%;
    margin-bottom: 0px;

}
.japancup-product-img-wrap img {
    width: 90%;
}
.japancup-product-text {
    font-weight: lighter;
}

.japancup-product-en {
    font-size: 1.5rem;
}

.japancup-price {
    font-size: 2.4rem;
}
.japancup-cart a img {
    width: 230px;
}
.japancup-cart-text a{
font-weight: lighter;
   font-size: 18px;
}
.japancup-product-detail-text{
 text-align: center;
padding-left: 0px;
}
.japancup-product-detail-text02{
    text-align: center;
    padding-right: 0px;
}
.japancup-product-content-title{
    font-size: 2.3rem;
    display: inline-block;
    border-bottom: 2px solid #FFE598;
    margin-top: 10px;
    text-align: left;
}
.japancup-product-content-text{
    font-size: 1.6rem;
    width: 90%;
    margin: 20px auto 0;
    font-weight: lighter;
}
.japancup-ashirai img{
    width: 90%;
}
.japancup-ashirai{
    margin-bottom: 40px;
}
.japancup-voice-box02{
    width: 80%;
    margin: 0 auto 40px;
}
.japancup-voice-line{
    border: 2px solid #C62E35;

}
.japancup-voice-product{
    width: 100%;
     font-size: 1.5rem;
}




}