@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    webstore.css
*
*
------------------------------------------------------------------------------------------ */
/*!
 * Luminous v2.3.5
 * Copyright 2015-2021, Zebrafish Labs
 * Licensed under BSD-2 (https://github.com/imgix/luminous/blob/main/LICENSE.md)
 */@keyframes a{0%{opacity:0}to{opacity:1}}@keyframes b{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes c{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes d{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}40%{transform:scale(1.2) translateX(6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}90%{transform:scale(.8) translateX(6px)}to{transform:scale(1)}}@keyframes e{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}40%{transform:scale(1.2) translateX(-6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}90%{transform:scale(.8) translateX(-6px)}to{transform:scale(1)}}.lum-lightbox{background:rgba(0,0,0,.6)}.lum-lightbox-inner{bottom:2.5%;left:2.5%;right:2.5%;top:2.5%}.lum-lightbox-inner img{position:relative}.lum-lightbox-inner .lum-lightbox-caption{color:#fff;margin:0 auto;max-width:700px;text-align:center}.lum-loading .lum-lightbox-loader{animation:c 1.8s linear infinite;display:block;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:66px}.lum-lightbox-loader:after,.lum-lightbox-loader:before{background:hsla(0,0%,100%,.9);border-radius:20px;content:"";display:block;height:20px;margin-top:-10px;position:absolute;top:50%;width:20px}.lum-lightbox-loader:before{animation:d 1.8s linear infinite;left:0}.lum-lightbox-loader:after{animation:e 1.8s linear infinite;animation-delay:-.9s;right:0}.lum-lightbox.lum-opening{animation:a .18s ease-out}.lum-lightbox.lum-opening .lum-lightbox-inner{animation:b .18s ease-out}.lum-lightbox.lum-closing{animation:a .3s ease-in;animation-direction:reverse}.lum-lightbox.lum-closing .lum-lightbox-inner{animation:b .3s ease-in;animation-direction:reverse}.lum-img{transition:opacity .12s ease-out}.lum-loading .lum-img{opacity:0}.lum-gallery-button{background:transparent;border:0;cursor:pointer;height:100px;margin:0;max-height:100%;outline:0;overflow:hidden;padding:0;position:absolute;text-indent:150%;top:50%;transform:translateY(-50%);white-space:nowrap;width:60px}.lum-close-button{height:32px;opacity:.3;position:absolute;right:5px;top:5px;width:32px}.lum-close-button:hover{opacity:1}.lum-close-button:after,.lum-close-button:before{background-color:#fff;content:" ";height:33px;left:15px;position:absolute;width:2px}.lum-close-button:before{transform:rotate(45deg)}.lum-close-button:after{transform:rotate(-45deg)}.lum-previous-button{left:12px}.lum-next-button{right:12px}.lum-gallery-button:after{border-top:4px solid hsla(0,0%,100%,.8);content:"";display:block;height:36px;position:absolute;top:50%;width:36px}.lum-previous-button:after{border-left:4px solid hsla(0,0%,100%,.8);border-radius:3px 0 0 0;box-shadow:-2px 0 rgba(0,0,0,.2);left:12%;transform:translateY(-50%) rotate(-45deg)}.lum-next-button:after{border-radius:0 3px 0 0;border-right:4px solid hsla(0,0%,100%,.8);box-shadow:2px 0 rgba(0,0,0,.2);right:12%;transform:translateY(-50%) rotate(45deg)}@media (max-width:460px){.lum-lightbox-image-wrapper{-webkit-overflow-scrolling:touch;display:flex;overflow:auto}.lum-lightbox-caption{bottom:0;position:absolute;width:100%}.lum-lightbox-position-helper{margin:auto}.lum-lightbox-inner img{max-height:none;max-width:none}}

 .lum-lightbox {
    z-index: 100;
 }
 .lum-close-button {
     opacity: 1;
 }
 .lum-lightbox-inner img.lum-img {
  max-width: 100%;
}
.swiper-button-prev {
    background-image: url(/seikatsunotanoshimi/2022_spring/common/images/webstore/parts_slide_arrow_l.png);
}
.swiper-button-next {
    background-image: url(/seikatsunotanoshimi/2022_spring/common/images/webstore/parts_slide_arrow_r.png);
}
.swiper-button-prev, .swiper-button-next {
    width: 34px;
    height: 64px;
    background-size: 34px 64px;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
}
#post_body .img_slider .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: #db5f8d 1px solid;
    box-sizing: border-box;
}
#contents_inner{
    padding: 0 !important;
    border-bottom: none;
    color: #010000;
}
.index #contents_area #topic_path a {
    color: #fff;
}
#m_img{
    position: relative;
}
#m_img .img{
    width: 100%;
    max-height: 550px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#m_img .title h2 {
    width: 257px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
#m_img .title h2 img {
    width: 100%;
}
#m_img .title .inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 880px;
    min-height: 280px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#m_img .title .prof_img {
    position: absolute;
    left: 20px;
}
#m_img .title .prof_img img{
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
#m_img .title .prof_img img.tori{
    object-fit: cover;
    object-position: center -20%;
}
#m_img .title h1 {
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
}
#m_img .title h1 span {
    font-size: 24px;
}
#m_img .title .tori_img img{
    position: absolute;
    right: 0;
    bottom: -140px;
    height: 396px;
}
#post_body{
    overflow: hidden;
}
#post_body a {
    border-bottom: 1px solid #4495d1;
    transition: border .15s ease;
}
#post_body .inner{
    margin: 0 auto;
}
#post_body .cart{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.5em;
}
#post_body .cart a, #post_body .img_slider a{
    border: none;
}
#post_body .cart .price{
    font-size: 16px;
    line-height: 1.777em;
    letter-spacing: .12em;
    color: #ea6195;
    font-weight: bold;
}
#post_body .cart .price span{
    font-weight: normal;
    font-size: 75%;
}
#post_body .cart .cart_btn{
    background: #ea6195;
    margin-top: 1em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    transition: opacity .25s ease .05s;
}
#post_body .cart .cart_btn.end{
    background: #848484;   
    pointer-events: none; 
}
#post_body .cart .cart_btn a{
    color: #fff;
}
#post_body .cart .note{
    margin-top: 2em;
    font-size: 12px;
    line-height: 2;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#post_body .cart .sns{
    display: flex;
    column-gap: 10px;
    line-height: 0;
}
#post_body .cart .sns img{
    width: 32px;
}
#post_body .img_slider .gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    margin-top: 10px;
}
#post_body .img_slider .gallery-thumbs .swiper-wrapper .swiper-slide {
    margin-bottom: 10px;
    cursor: pointer;
}
#post_body .img_slider.slideNone .gallery-thumbs {
    display: none;
}
#post_body .img_slider img {
    width: 100%;
}
#post_body .img_slider p{
    font-size: 12px;
    color: #b3b3b3;
    padding-top: 0.5em;
    line-height: 1.38;
}
#post_body .img_slider > .swiper .swiper-slide:after {
    background: url(../images/webstore/icon_zoom.png) no-repeat 0 0;
    background-size: 100%;
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#post_body .img img{
    width: 100%;
    max-width: 720px;
}
#post_body .img + .img{
    margin-top: .8em;
}    
#post_body .info {
    background-color: #fafafa;
    font-size: 14px;
    line-height: 2;
    padding: 25px 35px;
    margin-top: 3em;
}
#post_body .info h4{
    padding-bottom: 1em;
}
#post_body .video-wrap {
    max-width: 960px;
    width: 100%;
    margin: 40px auto;
    position: relative;
}
#post_body .video-wrap div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
#post_body .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#post_body .stores_link {
    max-width: 460px;
    margin: 55px auto;
}
#post_body .stores_link a {
    color: initial;
    font-size: 14px;
}
#post_body .stores_link .name {
    font-weight: bold;
    padding-bottom: 0.5em;
}
#post_body .stores_link .name::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/webstore/parts_ico_name.png) no-repeat;
    background-size: contain;
    padding-right: 0.5em;
}
#post_body .stores_link .exhibitor::before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/webstore/parts_ico_exhibitor.png) no-repeat;
    background-size: contain;
    padding-right: 0.6em;
}
#post_body .stores_link h3{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}
#post_body .stores_link ul li {
    background-color: #ede7df;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 5px;
    transition: opacity .25s ease .05s;
}
#post_body .stores_link ul li dl {
    display: flex;
    column-gap: 20px;
}
#post_body .stores_link ul li dt img{
    width: 56px;
    border-radius: 15px;
}
#post_body .stores_link ul li dd p {
    text-indent: -1.6em;
    padding-left: 1.6em;
}
#post_body .product_info {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
}
#post_body .product_info h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: .5em;
}
#post_body .product_info .inner_r > div {
    padding-bottom: 1em;
}
#post_body .product_info .inner_r > div:last-of-type {
    padding-bottom: 0;
}
#post_body .product_info .inner_r > div strong{
    display: block;
}
.acc_trigger {
    font-weight: bold;
	position: relative;
	cursor: pointer;
}
.acc_trigger, .acc_content {
    padding-left: 1em;
}
.acc_content {
    padding-bottom: 1em;
}
.acc_trigger:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 2px;
	background: #010000;
	transform: translateY(-50%);
}

.acc_trigger:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 2px;
	height: 10px;
	background: #010000;
	transform: translateY(-50%);
	transition: .3s;
}
.acc_trigger.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
.acc_content {
    display: none;
}

#webstore_link {
    text-align: center;
    padding: 85px 0;
    position: relative;
    overflow: hidden;
}
#webstore_link a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    background-color: #333;
    padding: 1em 2em;
    border-radius: 40px;
    transition: opacity .15s ease;
}
#webstore_link a::after {
    margin: 0 0 0 1.5em;
    content: "";
    display: inline-block;
    background: url(../images/parts_arrow_r.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 28px;
}

#webstore_link::before {
    content: '';
    display: block;
    width: 237px;
    height: 338px;
    background-image: url(../images/tori/tori_50.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 12%;
    bottom: -128px;
}
#webstore_link::after {
    content: '';
    display: block;
    width: 191px;
    height: 337px;
    background-image: url(../images/tori/tori_4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 12%;
    bottom: -125px;
}

.index #contents_area a {
    color: initial;
    display: block;
    transition: border .15s ease;
}
.index #m_img{
    background-image: url(../images/teaser/main_bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    border-radius: 40px 40px 0 0;
}
.index #m_img .title {
    overflow: hidden;
}
.index #m_img .title h2 {
    width: 461px;
    height: 192px;
    z-index: 1;
    top: -40px;
}
.index #m_img .title .inner {
    width: 960px;
    min-height: 500px;
    margin: 80px auto;
    left: auto;
    transform: initial;
    position: relative;
    overflow: initial;
}
.index #m_img .title .inner .yodogawa{
    width: 100%;
    background: #fff;
    padding: 80px 0 50px 260px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 2;
    position: relative;
    overflow: initial;
}
.index #m_img .title .inner .yodogawa::before {
    content: '';
    display: block;
    width: 256px;
    height: 365px;
    background-image: url(../images/tori/tori_50.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -80px;
    bottom: 40px;
}
.index #m_img .title .inner .yodogawa::after {
    content: '';
    display: block;
    width: 206px;
    height: 364px;
    background-image: url(../images/tori/tori_4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    bottom: 40px;
}
#product_nav {
    background: #eeeeee;
}
#product_nav img, .product_list img{
    width: 100%;
}
#product_nav ul {
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#product_nav ul li {
    background: #fff;
    border-radius: 20px;
    width: calc(50% - 5px);
    position: relative;
}
#product_nav ul li .inner{
    display: flex;
    align-items: center;
    column-gap: 20px;
    line-height: 1.4;
    padding: 10px 25px;
}
#product_nav ul li .img, .product_list .title .img{
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background: #eeeeee;
    display: inline-block;
    border: 1px solid #fff;
}
#product_nav ul li .img img, .product_list .title .img img{
    width: 64px;
    height: 64px;
}
#product_nav ul li img.tori, .product_list .title img.tori{
    object-fit: cover;
    object-position: center -20%;
}

#product_nav ul li .name{
    font-size: 18px;
}
#product_nav ul li .name span, .product_list .title .name span{
    font-weight: bold;
    display: block;
}
#product_nav ul li .date, .product_list ul li .date{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    background: #db5f8d;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
#product_nav ul li .date span, .product_list ul li .date span{
    font-size: 14px;
    display: block;
}
#product_nav ul li .arrow{
    width: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.product_list {
    background: #ede7df;
}
.product_list .title {
    position: relative;
}
.product_list .title .bg {
    width: 100%;
    min-height: 120px;
    overflow: hidden;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    position: relative;
}
.product_list .title .inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    min-height: 120px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    overflow: hidden;
    column-gap: 20px;
    line-height: 1.4;
}
.product_list .title .name {
    font-size: 24px;
    color: #fff;
}
.product_list ul {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.product_list ul li {
    max-width: 280px;
    width: calc((100% - 75px)/4);
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 1.44;
    position: relative;
}
.product_list li .img {
    width: 100%;
    min-height: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.product_list li dl {
    padding: 20px 20px 10px 20px
}
.product_list li dt {
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.7em;
    height: 3.5em;
}
.product_list li dd {
    color: #db5f8d;
    padding-top: .8em;
}
.product_list li .link {
    background: #db5f8d;
    color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-size: 16px;
    padding: 1em 0;
}
.product_list.end li .link{
    background: #848484;
}
.product_list ul li .date {
    right: 10px;
    top: 10px;
    transform: initial;
}
.product_list .note {
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
}
.product_text {
    padding: 30px;
    width: 20em;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.44;
}
@media screen and (min-width : 751px){
    #m_img{
        position: relative;
    }
    #m_img .img{
        /* height: calc((100vw - 100px) * .2864); */
        min-height: 280px;
        border-radius: 40px 40px 0 0;
    }
    #post_body .inner{
        width: 960px;
        padding: 75px 0 0;
        display: flex;
        justify-content: space-between;
    }
    #post_body .product_info .inner {
        padding: 60px 0;
    }    
    #post_body .inner .inner_l, #post_body .inner .inner_r{
        width: 460px;
    }
    #post_body .cart h3{
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6em;
    }    
    #post_body .product_info h3:nth-of-type(n + 2){
        margin-top: 2em;
    }    
    #webstore_link a:hover,
    #webstore_link a.touch {
        opacity: .7;
    }
    .index #contents_area a:hover {
        opacity: .5;
    }
    #post_body a:hover,
    #post_body a.touch{
        border-bottom: 1px solid #fff;
    }
    #post_body .cart .cart_btn a:hover {
        border-bottom: none;
    }
    #post_body .cart .cart_btn:hover{
        opacity: .5;
    }
    #post_body .stores_link ul li:hover {
        opacity: .5;
    }    
    #post_body .img_slider > .swiper .swiper-slide:hover:after {
        opacity: .5;
    }
    #post_body .img_slider > .swiper .swiper-slide:hover {
        opacity: .5;
        cursor: pointer;
    }
    #post_body .info a:hover,
    #post_body .info a.touch{
        border-bottom: 1px solid #eeeeee;
    }    
    #post_body .img_slider .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(4n) {
        margin-right: 0 !important;
    }    
}
@media screen and (max-width: 750px) {

    br.sp + br + br{
        display: table-row !important;
    }
    #contents_area{
        margin-top: -40px;
    }
    #m_img .img{
        height: calc(77vw * .5625);
        border-radius: 20px 20px 0 0;
    }
    #post_body .inner {
        padding: 20px 15px 0;
    }
    #post_body .product_info .inner {
        padding: 10px 15px;
    }    
    #post_body .img_slider p {
        font-size: 13px;
        max-width: 96%;
        margin: 0 auto;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 17px;
        height: 32px;
        background-size: 17px 32px;
        margin-top: calc(-0.5 * var(--swiper-navigation-size) / 2);
    }       
    #post_body .img_slider .gallery-thumbs .swiper-wrapper {
        flex-wrap: nowrap;
    }
    #post_body .img_slider .gallery-thumbs .swiper-wrapper .swiper-slide:nth-of-type(4n) {
        margin-right: initial;
    }
    #post_body .cart h3{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        line-height: 1.6em;
    }    

    #post_body .cart p{
        font-size: 14px;
    }
    #post_body .cart .cart_btn {
        height: 16vw;
        line-height: 16vw;
        border-radius: 1.06667vw;
        font-size: 4.26667vw;
    }
    #post_body .info {
        margin: 1.5em 0 0;
        padding: 1em;   
    }
    #post_body .info ul li {
        font-size: 13px;
    }
    #post_body .stores_link {
        margin: 40px auto;
        padding: 0 15px;
    }
    #post_body .product_info {
        padding: 0 0 10px;
    }
    #post_body .product_info h3 {
        margin-top: 1em;
    }
    /* #post_body .cart p br{ display: none !important;}
    #post_body .cart p br.sp{ display: inherit !important;} */
    #m_img .title .inner {
        width: 100%;
        min-height: 43.4vw;
    }
    #m_img .title h1 {
        font-size: 18px;
    }
    #m_img .title h1 span {
        font-size: 12px;
    }
    #m_img .title h2 {
        max-width: 257px;
        width: 50%;
        top: -15px;
    }
    .index #m_img .title h2 {
        max-width: 461px;
        width: 70%;
        top: -15px;
    }
    .index #m_img {
        background-image: url(../images/teaser/main_bg3_sp.jpg);
        border-radius: 20px 20px 0 0;
    }
    .index #m_img .title .inner {
        width: auto;
        padding: 0 15px;
        min-height:auto;
        margin: 20px auto;
    }
    .index #m_img .title .inner .yodogawa {
        padding: 80px 10px 20px;
        border-radius: 20px;
        font-size: 16px;
    }
    .index #m_img .title .inner .yodogawa::before {
        display: none;
    }
    .index #m_img .title .inner .yodogawa::after {
        display: none;
    }
    #m_img .title .prof_img {
        left: 5px;
    }
    #m_img .title .prof_img img {
        width: 80px;
        height: 80px;
    }
    #m_img .title .tori_img img {
        bottom: -60px;
        height: 160px;
    }
    #webstore_link {
        padding: 48px 0;
        border-radius: 0 0 20px 20px;
        width: calc(100% + 2px);
        margin-left: -1px;
    }
    #webstore_link a {
        font-size: 14px;
        padding: 1em 1.2em;
    }
    #webstore_link a::after {
        width: 10px;
        height: 16px;
        margin: 0 0 0 .5em;
    }
    #webstore_link::before {
        width: calc(257px / 2);
        height: calc(344px / 2);
        left: -14%;
        bottom: -40px;
    }
    #webstore_link::after {
        width: calc(258px / 2);
        height: calc(345px / 2);
        right: -14%;
        bottom: -40px;
    }
    #product_nav ul li {
        width: 100%;
    }
    #product_nav ul li .inner {
        padding: 10px;
        column-gap: 10px;
    }
    #product_nav ul li .arrow {
        right: 10px;
    }
    #product_nav ul li .date {
        font-size: 15px;
        width: 44px;
        height: 44px;
        right: 40px;
    }
    #product_nav ul li .date span, .product_list ul li .date span {
        font-size: 12px;
    }
    #product_nav ul li .name {
        font-size: 16px;
    }
    .product_list .title .name {
        font-size: 20px;
    }
    .product_list ul {
        padding: 30px 20px;
    }
    .product_list ul li {
        max-width: initial;
        width: 100%;
    }
    .product_list ul li .date {
        font-size: 15px;
        width: 54px;
        height: 54px;
        top: 15px;
        right: 15px;
    }
    .product_list li dt {
        height: inherit;
    }
    .product_text {
        width: 20em;
        font-size: 14px;
    }
}    
@media screen and (max-width: 320px) {
    #m_img .title .prof_img img {
        width: 60px;
        height: 60px;
    }
}