@charset "UTF-8";
.breadcrumb {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin: 20px auto;
}

.breadcrumb p {
    font-size: 14px;
    line-height: 2;
}

.breadcrumb a::after {
    content: "";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 14px;
    margin: 0 10px;
}

.product-slider .item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.product-slider .slider-for {
    margin-bottom: 15px;
}

.product-slider .slider-for img {
    width: 100%;
    min-height: 100%;
}

.product-slider .slider-nav {
    margin: auto;
}

.product-slider .slider-nav .item-slick {
    max-width: 100px;
    margin-right: 15px;
    outline: none !important;
    cursor: pointer;
}

.product-slider .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.product-slider .slick-prev {
    left: 0;
}

.product-slider .slick-next {
    right: 0;
}

.product-slider .ad-product {
    margin-top: 20px;
}

.product-slider .ad-product p {
    font-size: 18px;
    font-family: "YuGothicC";
    color: #666666;
    line-height: 1.8;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-slider .ad-product p {
        font-size: 1.2587412587vw;
    }
}

.product-slider .product-ingredients {
    margin-top: 50px;
}

.product-slider .product-ingredients h3 {
    font-size: 22px;
    padding: 0 0 3px;
    border-bottom: 1px solid #666666;
    display: inline-block;
    color: #666666;
    font-family: "YuGothicB";
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-slider .product-ingredients h3 {
        font-size: 1.5384615385vw;
    }
}

.product-slider .product-ingredients p {
    font-size: 16px;
    font-family: "YuGothicC";
    margin: 15px 0;
    color: #666666;
    line-height: 1.5;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-slider .product-ingredients p {
        font-size: 1.1188811189vw;
    }
}

.product-main-tag .main-tag {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.product-main-tag .main-tag .product-slider {
    width: 60%;
}

@media only screen and (max-width: 500px) {
    .product-main-tag .main-tag .product-slider {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .product-main-tag .main-tag {
        flex-direction: column;
    }
}

.product-detail-information {
    margin-left: 2%;
    width: 40%;
}

.product-detail-information .product-count {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.product-detail-information .product-count span {
    cursor: pointer;
    position: relative;
}

.product-detail-information .product-count .plus,
.product-detail-information .product-count .minus {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 35px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-count .plus,
    .product-detail-information .product-count .minus {
        width: 2.447vw;
    }
}

.product-detail-information .product-count .plus::after,
.product-detail-information .product-count .minus::after {
    background: #666666;
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-count .plus::after,
    .product-detail-information .product-count .minus::after {
        width: 1.468vw;
    }
}

.product-detail-information .product-count .plus:before {
    background: #666666;
    content: "";
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-count .plus:before {
        height: 1.468vw;
    }
}

.product-detail-information .product-count input {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-count input {
        width: 6.99vw;
        height: 2.377vw;
        font-size: 1.8181818182vw;
    }
}

.product-detail-information .product-count label {
    font-family: "YuGothicC";
    font-size: 18px;
    margin-right: 30px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-count label {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-count .number {
    display: flex;
}

.product-detail-information .favour {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-information .favour div {
    display: flex;
}

.product-detail-information .favour div p {
    margin-right: 10px;
    font-family: "YuGothicC";
    font-size: 20px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .favour div p {
        font-size: 1.4vw;
    }
}

.product-detail-information .favour div .free_delivery {
    background: #FB6083;
    padding: 5px;
    color: white;
    border-radius: 5px;
}

.product-detail-information .favour div .normal_purchase {
    background: #80AF20;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.product-detail-information .favour div .reommend {
    background: #0467FB;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.product-detail-information .favour a {
    background-color: #C1B2A3;
    padding: 8px;
    border-radius: 6px;
    color: white;
    display: inline-block;
}

.product-detail-information .favour a i {
    font: normal normal normal 14px/1 Fontawesome;
}

.product-detail-information .catch {
    font-family: "YuGothicC";
    font-size: 18px;
    margin-top: 18px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .catch {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-name {
    font-family: "YuGothicB";
    font-size: 30px;
    margin-top: 18px;
    line-height: 1.6;
    font-weight: bold;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-name {
        font-size: 2.0979020979vw;
    }
}

.product-detail-information .product-review {
    margin-top: 18px;
    font-size: 18px;
    font-family: "YuGothicC";
    display: flex;
    align-items: center;
}

.review-count {
    margin-left: 10px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-review {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-code {
    background-color: #898989;
    padding: 4% 8%;
    margin-top: 20px;
    display: inline-block;
}

.product-detail-information .product-code p {
    font-family: "YuGothicC";
    font-size: 18px;
    color: white;
}

.product-detail-information .product-code p span {
    margin-left: 20px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-code p {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-cost {
    margin-top: 30px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-cost {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-cost span {
    font-size: 18px;
    font-family: "YuGothicC";
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-cost span {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-cost .cost {
    color: #CC0000;
    font-size: 30px;
    margin: 0 5px 0 15px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-cost .cost {
        font-size: 2.0979020979vw;
    }
}

.product-detail-information .product-select {
    margin-top: 20px;
}

.product-detail-information .product-select label {
    font-family: "YuGothicC";
    font-size: 18px;
    margin-right: 30px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .product-select label {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .product-select select {
    font-family: "YuGothicC";
    font-size: 18px;
    padding: 5px;
    outline: none;
}

.product-detail-information .product-cart {
    background: #33CC66;
    color: white;
    text-align: center;
    padding: 5% 10%;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.product-detail-information .product-cart p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.product-detail-information .product-cart p img {
    margin-right: 15px;
}

.product-detail-information .phone {
    margin-top: 30px;
}

.product-detail-information .phone a p {
    color: #FF8600;
    font-family: "YuGothicC";
    font-size: 38px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-information .phone a p img {
    margin-right: 10px;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .phone a p img {
        width: 2vw;
    }
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .phone a p {
        font-size: 2.6573426573vw;
    }
}

.product-detail-information .sns-contact {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-information .sns-contact a img {
    width: 90%;
}

.product-detail-information .about-delivery {
    margin-top: 70px;
}

.product-detail-information .about-delivery h3 {
    color: white;
    font-family: "YuGothicB";
    font-size: 22px;
    text-align: center;
    padding: 8px;
    background: #6C6C6C;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .about-delivery h3 {
        font-size: 1.5384615385vw;
    }
}

.product-detail-information .about-delivery p {
    margin: 20px 0;
    font-family: "YuGothicC";
    font-size: 18px;
    color: #707070;
    line-height: 1.8;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .about-delivery p {
        font-size: 1.2587412587vw;
    }
}

.product-detail-information .delivery-time h3 {
    color: white;
    font-family: "YuGothicB";
    font-size: 22px;
    text-align: center;
    padding: 8px;
    background: #6C6C6C;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .delivery-time h3 {
        font-size: 1.5384615385vw;
    }
}

.product-detail-information .delivery-time p {
    margin: 20px 0;
    font-family: "YuGothicC";
    font-size: 18px;
    color: #707070;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .product-detail-information .delivery-time p {
        font-size: 1.2587412587vw;
    }
}

@media screen and (max-width:500px) {
    .product-detail-information {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

.guarantee {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 95%;
    border-radius: 20px;
    border: 1px solid #E0C5A1;
    padding: 2% 1%;
}

.guarantee h2 {
    text-align: center;
    font-family: "YuGothicB";
    font-size: 34px;
    margin-bottom: 44px;
    font-weight: 700;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .guarantee h2 {
        font-size: 2.3776223776vw;
    }
}

.guarantee p {
    margin-top: 10px;
    font-family: "YuGothicC";
    font-size: 18px;
    color: #666666;
}

@media only screen and (max-width: 1430px) and (min-width: 500px) {
    .guarantee p {
        font-size: 1.2587412587vw;
    }
}

.product-intro-img {
    margin: 90px 0;
	max-width: 1280px;
	margin-left:auto;
	text-align: center;
	margin-right: auto;
}

.product-intro-img img {
    width: 100%;
}

.product-intro-img h3{
	    text-align: left;
    font-family: "YuGothicB";
    font-size: 34px;
    margin-bottom: 44px;
    font-weight: 700;
	padding-bottom: 2px;
	border-bottom: 1px solid #222222;
} 
.product-intro-img .col-4{
	width: 30%;
	margin: 1%;
	display: inline-block;
}
.product-intro-img p{
	text-align: left;
	line-height: 1.5;
}
.review-section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.review-section .review-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-section .review-title h2 {
    font-family: "YuGothicB";
    font-size: 30px;
    color: #666666;
    font-weight: 700;
}

.review-section .review-title p {
    display: flex;
    align-items: center;
    font-family: "YuGothicC";
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #666666;
    background-color: #DBB78F;
}

.review-section .review-title p img {
    margin-right: 10px;
}

.review-section .review-content .review-star {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.review-section .review-content .review-star img {
    width: 40%;
    max-width: 150px;
}

.review-section .review-content .review-star .mark {
    font-family: "YuGothicC";
    font-size: 30px;
    color: #666666;
    margin: 0 20px;
}

.review-section .review-content .review-star .count {
    font-size: 18px;
    font-family: "YuGothicC";
    color: #666;
}

.review-section .review-content .content {
    margin: 0 10px;
    margin-top: 20px;
}

.review-section .review-content .content .top-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    display: flex;
    justify-content: space-between;
}

.review-section .review-content .content .top-content p:first-child {
    display: flex;
    align-items: center;
}

.review-section .review-content .content .top-content .reviewer {
    font-size: 16px;
    font-family: "YuGothicC";
    margin: 0 20px;
    color: #666;
}

.review-section .review-content .content .top-content .review-mark img {
    width: 150px;
}

.review-section .review-content .content .re-date {
    color: #666;
    font-family: "YuGothicC";
    font-size: 16px;
    text-align: right;
}

.review-section .review-content .content .review-text {
    font-size: 16px;
    font-family: "YuGothicC";
    color: #666;
    padding: 10px 0;
    line-height: 1.8;
}

.review-section .viewmore {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.review-section .viewmore p {
    display: flex;
    align-items: flex-end;
    color: #666;
    margin-top: 20px;
    font-size: 18px;
}

.video-section,
.medal-section,
.guide-section {
    margin-top: 5%;
}

.video-section h2,
.medal-section h2,
.guide-section h2 {
    font-size: 40px;
    font-family: "YuGothicB";
    padding: 20px;
    background-color: #DDDDDD;
    text-align: center;
    font-weight: 700;
}

.video-section .video-confirm,
.medal-section .video-confirm,
.guide-section .video-confirm {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.video-section .video-confirm ul,
.medal-section .video-confirm ul,
.guide-section .video-confirm ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .video-section .video-confirm ul,
    .medal-section .video-confirm ul,
    .guide-section .video-confirm ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .video-section .video-confirm ul,
    .medal-section .video-confirm ul,
    .guide-section .video-confirm ul {
        grid-template-columns: 1fr;
    }
    .video-section .video-confirm ul li,
    .medal-section .video-confirm ul li,
    .guide-section .video-confirm ul li {
        margin: auto;
    }
}

.video-section .video-confirm .viewmore p,
.medal-section .video-confirm .viewmore p,
.guide-section .video-confirm .viewmore p {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #666666;
    font-family: "YuGothicC";
    font-size: 18px;
    margin-top: 20px;
}

.video-section .video-confirm .guide,
.medal-section .video-confirm .guide,
.guide-section .video-confirm .guide {
    padding: 5% 0;
    font-family: "Noto Sans JP";
    color: #666666;
    font-size: 18px;
    line-height: 1.8;
}

.video-section .video-confirm .guide .guide-image,
.medal-section .video-confirm .guide .guide-image,
.guide-section .video-confirm .guide .guide-image {
    text-align: center;
}

.guide-section .video-confirm .guide .guide-image img {
    margin: auto;
}

.de-instagram-section {
    margin-top: 5%;
}

.de-instagram-section h2 {
    font-size: 40px;
    font-family: "YuGothicC";
    padding: 20px;
    background-color: #ddd;
    text-align: center;
    font-weight: 700;
}

.de-instagram-section .instagram {
    max-width: 1280px;
    margin: auto;
}

.faq-section {
    margin-top: 5%;
}

.faq-section h2 {
    font-size: 40px;
    font-family: "YuGothicB";
    padding: 20px;
    background-color: #ddd;
    text-align: center;
    font-weight: 700;
}

.faq-section .faq-part {
    max-width: 1280px;
    margin: 3% auto;
    width: 95%;
}

.faq-section .faq-part .faq-title {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-top: 1%;
}

.faq-section .faq-part .faq-title p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    width: 95%;
    font-family: "YuGothicB";
}

@media only screen and (max-width: 500px) {
    .faq-section .faq-part .faq-title p {
        font-size: 20px;
        line-height: 1.8;
    }
}

.faq-section .faq-part .faq-title p span {
    display: flex;
    align-items: center;
    width: 95%;
}

.faq-section .faq-part .faq-title p span::before {
    content: "Q";
    background: #ddd;
    font-size: 30px;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
    display: table;
    vertical-align: middle;
    margin-right: 20px;
}

@media only screen and (max-width: 500px) {
    .faq-section .faq-part .faq-title p span::before {
        display: none;
    }
}

.faq-section .faq-part .faq-title p i {
    transition: 0.5s;
}

.faq-section .faq-part .faq-title p .cscollapsed {
    transform: rotate(180deg);
}

.faq-section .faq-part .faq-content {
    margin: 1% 0;
}

.faq-section .faq-part .faq-content p {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #666666;
}

@media only screen and (max-width: 500px) {
    .faq-section .faq-part .faq-content p {
        font-size: 16px;
        line-height: 1.8;
    }
}

.faq-section .faq-part .faq-content span {
    font-size: 30px;
    margin-right: 20px;
    padding: 7px 10px 10px;
}

@media only screen and (max-width: 500px) {
    .faq-section .faq-part .faq-content span {
        display: none;
    }
}

.recent-section {
    margin-top: 5%;
}

.recent-section h2 {
    max-width: 100%;
    width: 100%;
    font-size: 40px;
    font-family: "YuGothicB";
    padding: 20px;
    background-color: #ddd;
    text-align: center;
    font-weight: 700;
    line-height: unset;
}

.header .menu .menu-btn .menu-text {
    bottom: 0;
}


/*# sourceMappingURL=detail.css.map */