@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://use.fontawesome.com/releases/v6.2.1/css/all.css);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

body figure {
    margin: 0;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
    font-size: 62.5%;
}

body {
    margin: auto;
    width: auto;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    overflow-x: hidden;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
    body {
        /* The hack for Safari */
        height: -webkit-fill-available;
    }
}

a, b, dd, dt, li, p, span, td, th {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000;
    /* font-weight: 500; */
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

@media print, screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.txt_base p {
    line-height: 2;
}

.txt_base p:not(:last-child) {
    margin-bottom: 1.5em;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.tel_link {
    color: inherit;
    font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: auto;
}

.main_width.size1088 {
    max-width: 1088px;
}

.main_width.size800 {
    max-width: 800px;
}

section {
    padding: 80px 0;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header_top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 35px;
    background-color: #000;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header_top.po_ab {
    position: absolute;
}

.header_top .logo a {
    display: block;
}

.header_top .logo .logo_img {
    display: inline-block;
    width: 150px;
    margin-right: 15px;
    vertical-align: bottom;
}

.header_top .logo span {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    font-size: 1.0rem;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header_top .header_shop_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.header_top .header_shop_list li {
    color: #fff;
    font-size: 1.8rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.header_top .header_shop_list li:not(:last-child) {
    margin-right: 30px;
}

.header_top .header_shop_list li a {
    color: inherit;
}

.header {
    position: relative;
}

/********************************************/
/* menu_trigger */
/********************************************/
.menu_trigger,
.menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
}

.menu_trigger {
    position: fixed;
    top: 51px;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #000;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu_trigger span {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu_trigger span:nth-of-type(1) {
    top: 27px;
}

.menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.menu_trigger span:nth-of-type(3) {
    bottom: 27px;
}

.menu_trigger.nav_up {
    top: 0;
}

.menu_trigger.nogap {
    position: fixed;
    top: 0;
    right: 0;
}

.menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
}

.menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(315deg);
    transform: translateY(-12px) rotate(315deg);
}

.menu_trigger.active {
    right: 15px;
}

/********************************************/
/*  menu list*/
/********************************************/
header .main_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
    padding: 40px 100px 60px 20px;
    box-sizing: border-box;
    text-align: left;
}

header .main_nav .nav_inner {
    max-width: 94%;
    max-width: 500px;
    margin: auto;
    padding: 60px 0 80px;
}

header .main_nav .nav_list li {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.3rem;
}

header .main_nav .nav_list li a {
    display: block;
    font-size: 1em;
    color: #fff;
    margin-bottom: 0.6em;
    letter-spacing: 0.1em;
}

header .main_nav .shop_box .ttl {
    display: block;
    margin-bottom: 0.5em;
    font-size: 2.3rem;
    color: #fff;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

header .main_nav .shop_box .nav_list {
    padding-left: 30px;
}

header .main_nav .shop_home_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

header .main_nav .shop_home_list li {
    width: 48%;
    margin-right: 4%;
    font-size: 2.5rem;
    margin-bottom: 0.5em;
}

header .main_nav .shop_home_list li:nth-child(2n) {
    margin-right: 0;
}

header .main_nav .shop_home_list li a {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    font-size: 1em;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 5px;
    color: #fff;
}

header .main_nav .shop_home_list li a span {
    position: relative;
    padding-left: 28px;
    font-size: 1em;
    color: inherit;
}

header .main_nav .shop_home_list li a span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 20px;
    height: 23px;
    background: url(../img/common/ico-home.svg) no-repeat center/100%;
    margin: auto;
}

/********************************************/
/* body fixed*/
/********************************************/
body {
    width: 100%;
}

body.fixed {
    position: fixed;
    width: 100%;
}

/********************************************/
/* footer */
/********************************************/
.footer {
    padding: 80px 0 25px;
    background: #000;
}

.pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    z-index: 900;
}

.footer_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 96%;
    max-width: 650px;
    margin: auto;
}

.footer_list .footer_shop {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
}

.footer_list .footer_shop:not(:nth-child(2n)) {
    margin-right: 4%;
}

.footer_list .footer_shop .border_btn {
    margin-bottom: 20px;
}

.footer_list .sns_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_list .footer_shop_info {
    margin-bottom: 10px;
    color: #fff;
}

.footer_list .footer_shop_info p {
    color: inherit;
    line-height: 1.6;
}

.footer_list .footer_shop_info p a {
    color: inherit;
    text-decoration: underline;
}

.sns_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.sns_list li {
    color: #fff;
    font-size: 2.0rem;
}

.sns_list li a {
    color: inherit;
    font-size: 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sns_list li a:hover {
    opacity: .7;
}

.sns_list li:not(:last-child) {
    margin-right: 30px;
}

.footer_txt_link {
    margin-bottom: 3.5em;
    color: #fff;
    text-align: center;
}

.footer_txt_link a {
    color: inherit;
}

.footer_txt_link a:hover {
    text-decoration: underline;
}

.copyright {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

/********************************************/
/*main_visual */
/********************************************/
.main_visual {
    position: relative;
    z-index: 1;
}

.main_visual #js_main_slider {
    position: relative;
    z-index: -1;
}

.main_visual #js_main_slider .object_fit:after {
    content: none;
}

.main_visual #js_main_slider img {
    position: relative;
    width: 100vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@supports (-webkit-touch-callout: none) {
    #js_main_slider img {
        height: -webkit-fill-available;
    }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

#js_main_slider {
    position: relative;
}

#js_main_slider .slide_dots {
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-align: center;
    z-index: 3;
}

#js_main_slider .slide_dots li {
    display: inline-block;
    margin-right: 20px;
}

#js_main_slider .slide_dots li button {
    position: relative;
    text-indent: -9999px;
}

#js_main_slider .slide_dots li button:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
}

#js_main_slider .slide_dots li.slick-active button::before {
    background: #e52310;
}

.main_visual .top_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    max-width: 620px;
    padding: 20px 35px;
    background: rgba(0, 0, 0, 0.8);
}

.main_visual .top_info li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_visual .top_info li .date {
    width: 6em;
    color: #fff;
}

.main_visual .top_info li .ttl {
    width: calc(100% - 6.5em);
    color: #fff;
}

.main_visual .top_info li .ttl a {
    color: inherit;
}

/********************************************/
/* shop_bnr_list */
/********************************************/
.shop_bnr_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 1920px;
    margin: auto;
}

.shop_bnr_list a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.shop_bnr_list a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.shop_bnr_list a:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.shop_bnr_list .img {
    width: 50%;
}

.shop_bnr_list .img .cap {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 94%;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 4.8rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/********************************************/
/*experience_block */
/********************************************/
.experience_block {
    padding: 70px 0 0;
    background: #000;
}

.experience_block .din_ttl, .experience_block p {
    color: #fff;
}

.experience_block .bold_ttl {
    margin-bottom: 0.3em;
    line-height: 1.7;
    font-size: 2.0rem;
    font-weight: bold;
}

#experience {
    margin-top: -110px;
    padding-top: 110px;
}

.experience_block .wrapper {
    position: relative;
    padding: 40px 0 120px;
    z-index: 1;
}

.experience_block .wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: auto;
    width: 920px;
    background: url(../img/top/img-sworks.jpg) no-repeat bottom right/cover;
    background-size: 100%;
    z-index: -1;
}

/********************************************/
/* service_block */
/********************************************/
.triangle_ttl {
    position: absolute;
    top: 0;
    width: 33%;
    max-width: 420px;
    height: 100%;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 4.6rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
}

.triangle_ttl.left {
    left: 0;
    padding: 1.2em 1.8em 0 0;
    background: url(../img/common/triangle-left.svg) no-repeat left top/contain;
}

.triangle_ttl.right {
    right: 0;
    padding: 1.2em 0 0 1.8em;
    background: url(../img/common/triangle-right.svg) no-repeat left top/contain;
}

.service_block {
    position: relative;
}

.service_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.service_list li {
    width: 30%;
    margin: 0 5% 60px 0;
}

.service_list li:nth-child(3n), .service_list li:last-child {
    margin-right: 0;
}

.service_list li .img {
    margin-bottom: 20px;
}

.service_list li .img a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_list li .img a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/common/arr.svg) no-repeat right bottom/contain;
}

.service_list li .img a:hover {
    opacity: .7;
}

.service_list li .ttl {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

/********************************************/
/* product_block */
/********************************************/
.product_block {
    position: relative;
    border-top: solid 1px #000;
}

.product_block section {
    padding: 40px 0;
}

.four_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.four_list li {
    width: 23%;
    margin-right: 2.6%;
}

.four_list li:nth-child(4n), .four_list li:last-child {
    margin-right: 0;
}

.three_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.three_list:after {
    display: inline-block;
    content: "";
    width: 32%;
}

.three_list li {
    width: 32%;
    margin-bottom: 40px;
}

.post_list li {
    margin-bottom: 40px;
}

.post_list li a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post_list li a:hover {
    opacity: .7;
}

.post_list li .img {
    margin-bottom: 15px;
}

.post_list li .img:after {
    padding-top: 66.5%;
}

.post_list li .img.new:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "NEW";
    padding: 0 0.6em;
    line-height: 1;
    background: #e52310;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 10;
    line-height: 1.8em;
    border: 1px solid #e52310;
}

.post_list li .ttl {
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: bold;
}

.post_list li .cat {
    display: inline-block;
    margin-right: 0.7em;
    margin-bottom: 0.5em;
    font-size: 1.2rem;
}

.post_list li .price {
    display: block;
}

.post_list li .cat_day {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post_list li .cat_day .cat,
.post_list li .cat_day .day {
    font-size: 1.2rem;
}

.post_list li .sale {
    position: absolute;
    top: 0;
    right: 0;
    content: "SALE";
    padding: 0 0.6em;
    background-color: #fff;
    border: 1px solid #e52310;
    line-height: 1;
    color: #e52310;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 10;
    line-height: 1.8em;
}

.post_list li .price.ver_sale span {
    position: relative;
    display: inline-block;
}

.post_list li .price.ver_sale span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e52310;
    margin: auto;
}

.post_list li .price.txt_sale {
    color: #e52310;
    margin-top: 0.5em;
}

.product_list {
    margin-bottom: 40px;
}

/********************************************/
/* top_cat */
/********************************************/
.top_cat_box {
    margin-bottom: 100px;
}

.top_cat {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px 0;
    background: #f1f1f1;
}

.top_cat dt {
    font-size: 3.0rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 50px;
}

.top_cat dd {
    position: relative;
}

.top_cat dd select {
    min-width: 10em;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    font-size: 1.5rem;
    padding-right: 1.3em;
    font-weight: bold;
    background: url(../img/common/select-arrow.svg) no-repeat right center/13px 7px;
}

.top_cat dd:not(:last-child) {
    margin-right: 50px;
}

/********************************************/
/* magazine */
/********************************************/
.magazine_block {
    padding: 0;
    background: url(../img/top/img_magazine_back.jpg) no-repeat center/cover;
}

.magazine_block .inner {
    padding: 70px 60px;
    background: rgba(255, 255, 255, 0.85);
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /********************************************/
    /* service_block */
    /********************************************/
    .triangle_ttl {
        width: 40%;
        font-size: 4.5rem;
    }
    /********************************************/
    /*experience_block */
    /********************************************/
    .experience_block {
        padding: 30px 0 0;
    }
    .experience_block .wrapper:before {
        width: 670px;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    a, b, dd, dt, li, p, span, td, th {
        font-size: 14px;
        font-size: 1.4rem;
    }
    /*=============================================*/
    /*  layout  Base                        */
    /*=============================================*/
    section {
        padding: 60px 0;
    }
    /********************************************/
    /*header */
    /********************************************/
    .header_top {
        flex-flow: column;
        padding: 0;
    }
    .header_top .logo {
        min-height: 60px;
        padding: 22px 20px 20px;
    }
    .header_top .logo .logo_img {
        width: 130px;
    }
    .header_top .header_shop_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 15px;
        border-top: solid 1px #fff;
    }
    .header_top .header_shop_list li {
        font-size: 2.0rem;
    }
    .header_top .header_shop_list li a {
        font-size: 1em;
    }
    /********************************************/
    /* menu_trigger */
    /********************************************/
    .menu_trigger {
        position: fixed;
        top: 0;
        width: 60px;
        height: 60px;
    }
    .menu_trigger span:nth-of-type(1) {
        top: 17px;
    }
    .menu_trigger span:nth-of-type(3) {
        bottom: 17px;
    }
    /********************************************/
    /*  menu list*/
    /********************************************/
    header .main_nav {
        padding: 40px 20px;
    }
    header .main_nav .nav_inner {
        padding-top: 40px;
    }
    /********************************************/
    /* footer */
    /********************************************/
    .footer {
        padding: 60px 0 25px;
    }
    .footer_list {
        flex-flow: column;
    }
    .footer_list .footer_shop {
        width: 300px;
        max-width: 100%;
        min-width: auto;
        margin: 0 auto 30px;
    }
    .footer_list .footer_shop:not(:last-child) {
        margin-right: auto;
    }
    .footer_list .footer_shop .border_btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_list .footer_shop .sns_list {
        margin-top: 20px;
    }
    .footer_list .footer_shop .sns_list li {
        font-size: 2.5rem;
    }
    .footer_list .footer_shop .sns_list li:not(:last-child) {
        margin-right: 40px;
    }
    /********************************************/
    /*main_visual */
    /********************************************/
    #js_scrolldown span {
        font-size: 1.2rem;
    }
    #js_main_slider .slide_dots {
        bottom: 20px;
        right: 20px;
    }
    #js_main_slider .slide_dots li button:before {
        width: 7px;
        height: 7px;
    }
    .main_visual .top_info {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
        background: #f1f1f1;
    }
    .main_visual .top_info li .date,
    .main_visual .top_info li .ttl {
        color: #000;
    }
    /********************************************/
    /* shop_bnr_list */
    /********************************************/
    .shop_bnr_list {
        flex-flow: column;
    }
    .shop_bnr_list .img {
        width: 100%;
    }
    /********************************************/
    /*experience_block */
    /********************************************/
    .experience_block {
        padding: 0 0 0;
    }
    .experience_block .din_ttl {
        text-align: center;
    }
    .experience_block .arr_btn {
        text-align: center;
    }
    .experience_block .wrapper {
        padding: 40px 0 0;
    }
    .experience_block .wrapper:before {
        content: none;
    }
    .experience_block .wrapper .txt_box {
        margin-bottom: 25px;
    }
    .experience_block .wrapper .img_box {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    /********************************************/
    /* product_block */
    /********************************************/
    .four_list,
    .three_list {
        max-width: 550px;
        margin: auto;
    }
    .main .four_list li,
    .main .three_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .main .four_list li:nth-child(3), .main .four_list li:nth-child(4),
    .main .three_list li:nth-child(3),
    .main .three_list li:nth-child(4) {
        width: 48%;
    }
    .main .four_list li:nth-child(3),
    .main .three_list li:nth-child(3) {
        margin-right: 4%;
    }
    .main .four_list li:nth-child(n+5),
    .main .three_list li:nth-child(n+5) {
        display: none;
    }
    .page_main .four_list li,
    .page_main .three_list li {
        width: 48%;
        margin-right: 4%;
    }
    .page_main .four_list li:nth-child(2n),
    .page_main .three_list li:nth-child(2n) {
        margin-right: 0;
    }
    /********************************************/
    /* top_cat */
    /********************************************/
    .top_cat_box {
        margin-bottom: 100px;
    }
    .top_cat {
        flex-wrap: wrap;
    }
    .top_cat dt {
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }
    /********************************************/
    /* magazine */
    /********************************************/
    .magazine_block {
        padding: 50px 0;
    }
    .magazine_block .din_ttl {
        margin-bottom: 4em;
        color: #fff;
    }
    .magazine_block {
        background: url(../img/top/img_magazine_back_sp.jpg) no-repeat center top/contain;
    }
    .magazine_block .inner {
        padding: 0;
        background: none;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /********************************************/
    /* service_block */
    /********************************************/
    .triangle_ttl {
        width: 100%;
        max-width: 420px;
        font-size: 4rem;
        z-index: -1;
    }
    .triangle_ttl.left {
        padding: 1.2em 1.8em 0 15px;
        text-align: left;
        background-size: 260px;
    }
    .triangle_ttl.right {
        left: 0;
        padding: 1.2em 1.8em 0 15px;
        text-align: left;
        background: url(../img/common/triangle-left.svg) no-repeat left top/contain;
        background-size: 260px;
    }
    .service_block {
        padding-top: 100px;
    }
    .service_block .din_ttl {
        color: #fff;
        text-align: left;
    }
    .service_list {
        max-width: 550px;
        margin: auto;
    }
    .service_list li {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .product_block .product_new .din_ttl {
        color: #fff;
        text-align: left;
    }
}
