/* css document */
/* UTF-8 */
/*
theme name:common
*/
/* ----- set ------ */
*{
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
img{
  width: 100%;
}
a{
    text-decoration: none;
}
body{
  position: relative;
  background:#000000;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  z-index: 1;
}
.mincho{
    font-family: 'Noto Serif JP', serif;
}

/* media set */
.pctab{display: block!important;}
.sp{display: none!important;}
.displaymediaset-1250{display: block!important;}
/* ---- main ----- */
.frombottom{
    visibility: hidden;
}
body > img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contents{
    max-width: 1020px;
    margin: 0 auto;
}
/* header */
header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 30px 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
header .shun_logo{
    width:78px;
}
header .logo{
    width: 59px;
}
/* footer */
footer {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 140px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 22px;
    font-weight: 200;
}
.yorozuya {
    display: flex;
    align-items: flex-end;
}
.yorozuya .logo{
    width: 59px;
    margin-right: 15px;
}
.yorozuya .info{
    margin-left: 15px;
}
.yorozuya .info > div{
    display: flex;
    align-items: flex-end;
}
.yorozuya .info > div p.brand{
    font-size: 18px;
    margin-right: 10px;
}
.yorozuya .info > div p.address{
    font-size: 14px;
    padding-bottom:1px;
}
.yorozuya .contact{
    font-size: 13px;
    padding-top: 8px;
}
footer .copyright{
    font-size: 12px;
}
/* main */
.mv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 130px 0 85px;
}
.mv .product_pic{
    width: 38.2%;
}
.mv .product_text{
    width: 54.3%;
}
.mv .product_text .product_logo{
    position:relative;
    z-index: 1;
    max-width: 427px;
}
.mv .product_text .product_logo img.bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    opacity: 0.17;
}
.mv .product_text > p:nth-of-type(1){
    text-align: center;
    letter-spacing: 0.113em;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid #fff;
    padding: 10px;
    max-width: 345px;
    margin: 40px auto 40px 34px;
}
.mv .product_text p.product_intro{
    letter-spacing: 0.2em;
    line-height: 1.7;
    font-size: 18px;
}
.mv .prise{
    text-align: center;
    margin-bottom: 0.75em;
}
.concept {
    max-width: 820px;
    margin: 0 auto 112px;
    letter-spacing: 0.2em;
    line-height: 1.7;
    font-size: 18px;
}
.product_info{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.product_info .product_pic {
    width: 26.3%;
}
.product_infocontents {
    width: 66%;
    letter-spacing: 0.2em;
    line-height: 1.7;
}
.product_infocontents .item{
    font-size:18px;
    margin-bottom: 40px;
}
table.productinfo_table{
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 15px;
    width: 100%;
}
table.productinfo_table th{
    text-align: left;
    font-weight: 300;
}
table.productinfo_table th,
table.productinfo_table td{
    padding:13px 20px;
}
table.productinfo_table th{
    border-bottom: 1px solid #666666;
    width: 25%;
}
table.productinfo_table td{
    border-bottom: 1px solid #ffffff;
    width: 75%;
}
.price {
    margin: 40px 0 30px;
    padding-left: 10px;
}
.shopbtn a{
    display: block;
    width: 350px;
    position: relative;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.37);
    padding: 14px 0 13px;
    border-radius: 7px;
    font-weight: 200;
    transition: all .3s ease;
}
.shopbtn a span.arrow{
    content: "";
    width: 107px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
    top: 50%;
    right: -52px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.shopbtn a span.arrow::after{
    content: "";
    width:16px;
    height: 1px;
    position: absolute;
    bottom: 3px;
    right: 0;
    transform: rotate(27deg);
    background: #d3d3d3;
}
.shopbtn a:hover{
    background: rgba(255, 255, 255, 0.2);
}
.shopbtn a:hover span.arrow{
    right: -62px;
}
@media screen and (max-width:1250px){
    .displaymediaset-1250{display:none!important;}
    .contents {
        max-width: 830px;
    }
    .mv .product_text .product_logo {
        max-width: 385px;
    }
    .mv .product_text > p:nth-of-type(1) {
        margin: 35px auto 35px 17px;
    }
    table.productinfo_table th {
        width: 30%;
    }
    table.productinfo_table td{
        width: 70%;
    }
    table.productinfo_table th, table.productinfo_table td {
        padding: 13px 15px;
    }
    footer{
        max-width: 90%;
    }
}
@media screen and (max-width:1048px){
    header {
        padding: 25px 30px;
    }
    .contents {
        max-width: 755px;
    }
    .concept {
        max-width: 90%;
        font-size: 16px;
    }
    .mv .product_text .product_logo {
        max-width: 363px;
    }
    .mv .product_text > p:nth-of-type(1) {
        font-size: 16px;
        max-width: 333px;
    }
    .mv .product_text p.product_intro {
        font-size: 16px;
    }
    .product_infocontents .item {
        font-size: 16px;
        margin-bottom: 20px;
    }
    table.productinfo_table th,
    table.productinfo_table td {
        padding: 13px 10px;
    }
    footer {
        margin-top: 110px;
    }
}
@media screen and (max-width:800px){
    .contents {
        max-width: 590px;
    }
    .concept {
        max-width: 100%;
        margin-bottom: 84px;
    }
}
@media screen and (max-width:767px){
    .pctab{display:none!important;}
    .sp{display: block!important;}
    .contents {
        max-width: 88%;
    }
    header .shun_logo {
        width: 65px;
    }
    header .logo {
        width: 52px;
    }
    .yorozuya .logo {
        width: 52px;
        margin-right: 10px;
    }
    .mv {
        padding: 60px 0 75px;
    }
    .mv .product_text {
        width: 100%;
    }
    .mv .product_text .product_logo {
        max-width: 68%;
        margin: 0 auto;
    }
    .mv .product_pic {
        width: 46.2%;
        margin: 54px auto;
    }
    footer {
        flex-direction: column;
        align-items: flex-start;
        max-width: 90%;
        margin-top: 70px;
    }
    .copyright{
        text-align: center;
        margin-top: 23px;
        width: 100%;
    }
    .product_info {
        flex-direction: column;
    }
    .product_info .product_pic {
        width: 50.3%;
    }
    .product_infocontents {
        width: 100%;
        margin-top: 40px;
    }
    .product_infocontents .item{
        text-align: center;
    }
    .shopbtn a {
        margin: 0 auto;
    }
    .yorozuya .info > div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .yorozuya .info > div p.brand {
        font-size: 16px;
    }
    .yorozuya .info > div p.address {
        font-size: 13px;
    }
}
@media screen and (max-width:490px){
    header {
        padding: 12px 15px;
    }
    header .shun_logo {
        width: 53px;
    }
    header .logo {
        width: 48px;
    }
    .mv {
        padding: 53px 0 65px;
    }
    .mv .product_text .product_logo {
        max-width: 73%;
    }
    .mv .product_pic {
        width: 54.2%;
        margin: 43px auto 23px;
    }
    .mv .product_text > p:nth-of-type(1) {
        font-size: 15px;
        max-width: 309px;
        margin: 30px auto;
    }
    .mv .product_text p.product_intro {
        font-size: 15px;
    }
    .concept{
        font-size: 15px;
    }
    .product_info .product_pic {
        width: 60.3%;
    }
    .product_infocontents .item {
        font-size: 15px;
    }
    table.productinfo_table th, table.productinfo_table td {
        padding: 11px 6px;
        font-size: 14px;
    }
    table.productinfo_table th{
        display: block;
        width: 50%;
        padding-bottom: 3px;
    }
    table.productinfo_table td{
        display: block;
        width: 100%;
    }
    .shopbtn a span.arrow {
        display: none;
    }
    .shopbtn a {
        margin: 0 auto;
        width: 90%;
        font-size: 14px;
    }
    .price {
        margin: 30px 0 30px;
        font-size: 15px;
    }
}