@charset "utf-8";

/* ---------- common ---------------------------------------- */
.contents {
    position: relative;
}

/* page-visual */
.page-visual {}
.page-visual img {
    width: 100%;
    height: auto;
}

/* page-header */
.page-header {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}
.page-title {
    /* padding: 0 20px; */
}
.page-title .en {
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}
.page-title .en:after {
    /* 	content: ""; */
    display: inline-block;
    width: 20px;
    height: 31px;
    margin: 0 14px;
    background: url(../images/ic_slash.gif) no-repeat top left;
}
.page-title .ja {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

/* breadcrumb */
.breadcrumb {
    position: absolute;
    right: 20px;
    top: 77px;
    text-align: right;
    /* font-family: 'Abel', '游ゴシック','YuGothic','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif; */
}
.breadcrumb ol {}
.breadcrumb ol li {
    display: inline-block;
    font-size: 0;
}
.breadcrumb ol li a {
    display: inline-block;
    /* 	background: url(../images/ic_arrow.png) no-repeat right center; */
    background-size: 8px 8px;
    padding: 4px 19px 3px 0;
    margin-right: 5px;
    font-size: 0;
}
.breadcrumb ol li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.08em;

}

.breadcrumb ol li a:before{
    font-family: 'themify';
    content: "\e649";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left:25px;
    z-index: 1;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}



.breadcrumb ol li a span {
    border-bottom: solid 1px;
}






/* content-box */
.content-box {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
.content-box p {
    font-size: 15px;
    line-height: 220%;
    margin-bottom: 1.4em;
}
.content-box .photo {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.content-box .photo img {
    max-width: 100%;
    height: auto;
}


/* page-prod-block */
.page-prod-block {
    overflow: hidden;
    position: relative;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.page-prod-block .photo {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.page-prod-block .photo img {
    width: 100%;
    height: auto;
}
.page-prod-block .photo .circle-buy-button {
    position: absolute;
    bottom: -20px;
    right: 30px;
}

.circle-buy-button {
    width: 100px;
    height: 100px;
    border: solid 1px #616161;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.circle-buy-button .icon {
    margin: 20px auto 0;
    width: 25px;
    height: 18px;
    background: url(../images/ic_cart_blank.png) no-repeat top left;
    background-size: 22px 18px;
}
.circle-buy-button .en {
    display: none;
    /*display: block;*/
    padding-top: 4px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
}
.circle-buy-button .ja {
    padding-top: 9px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
.circle-buy-button:hover {
    background-color: #212121;
}
.circle-buy-button:hover .icon {
    background-image: url(../images/ic_cart_white.png);
}
.circle-buy-button:hover .en,
.circle-buy-button:hover .ja {
    color: #fff;
}

.page-prod-block .text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-prod-block .text a {
    display: block;
}
.page-prod-block .text .top-title {
    margin-bottom: 22px;
}
.page-prod-block .text .title {
    padding-bottom: 15px;
    font-size: 21px;
}
.page-prod-block .text p {
    margin-bottom: 20px;
}

/* page-footer */
.page-footer {
    /* clear: both; */
    font-family: dnp-shuei-mgothic-std, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}
.page-footer .banner {
    margin-bottom: 65px;
    text-align: center;
    margin-top: 25px;
}
.page-footer .follow-list {
    margin-bottom: 20px;
    text-align: center;
}
.page-footer .follow-list .title {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 120%;
}
.page-footer .follow-list ul {
    font-size: 0;
}
.page-footer .follow-list ul li {
    display: inline-block;
    width: 220px;
    margin: 0 15px;
}
.page-footer .follow-list ul li a {
    display: block;
    margin: 0 4px 0 2px;
    padding: 13px 0 13px;
    /* background: url(../images/ic_arrow.png) no-repeat center right; */
    background-size: 10px 10px;
    border-bottom: solid 1px #757575;
    font-size: 16px;
    text-align: left;
}
.page-footer .follow-list ul li a i,
.page-footer .follow-list ul li a svg {
    padding-right: 13px;
}


/* -------- title -------- */

/* top-title */
.top-title {
    margin-bottom: 30px;
    text-align: center;
}

.top-title .en {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.top-title .en:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 25px;
    margin: 0 14px;
    background: url(../images/ic_slash.png) no-repeat top left;
}
.top-title .ja {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

/* border-title */
.border-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.border-title:before {
    border-top: solid 1px #757575;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.border-title .en {
    position: relative;
    padding-left: 10px;
    background-color: #fff;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}
.border-title .en:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 18px;
    margin: 0 7px;
    background: url(../images/ic_slash.gif) no-repeat top left;
    background-size: 10px auto;
    vertical-align: middle;
}
.border-title .ja {
    position: relative;
    padding-right: 10px;
    background-color: #fff;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

/* box */
.box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    padding: 65px 20px;
}

/* -------- button -------- */

/* btn ホバー時に半透明にする */
.btn > a,
.btn > button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.btn:hover > a,
.btn:hover > button {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}


.button {
    display: inline-block;
}
.button a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 180px;
    border: solid 1px #212121;
    padding: 13px 36px;

    text-align: center;
    line-height: 120%;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.button a span {
    background: url(../images/ic_arrow.png) no-repeat left center;
    background-size: 8px 8px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}



.button_d {
    display: inline-block;
}
.button_d a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 180px;
    border: solid 1px #212121;
    padding: 13px 36px;

    text-align: center;
    line-height: 120%;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.button_d a span {
    background: url(../images/ic_arrow.png) no-repeat left center;
    background-size: 8px 8px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.button_d a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}







.underline-button {
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.underline-button a,
.underline-button span {
    position: relative;
    display: block;
    padding: 6px 20px 6px 0;
    /* background: url(../images/ic_arrow.png) no-repeat center right; */
    background-size: 10px 10px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
    font-family: 'themify';
    content: "\e693";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: absolute; */
    /* top: 0; */
    padding-right: 20px;
    z-index: 1;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.underline-button a:before,
.underline-button span:before {
    display: block;
    content: '';
    /* width: 10px; */
    position: absolute;
    right: 0px;
    bottom: 0;
    /* border-bottom: 1px solid #424242; */
    transition: all 0.4s ease;
    font-family: 'themify';
    content: "\e6e1";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* position: absolute; */
    /* top: 0; */
    /* padding-left: 10px; */
    z-index: 1;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.underline-button a:after,
.underline-button span:after {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    right: 0%;
    bottom: 0;
    border-bottom: 1px solid #424242;
    transition: all 0.4s ease;
}
.underline-button a:hover:before,
.underline-button a:hover:after,
.underline-button span:hover:before,
.underline-button span:hover:after {
    width: 0;
}

.buy-button {}
.buy-button a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 230px;
    background: #212121;
    padding: 13px 15px;

    text-align: center;
    line-height: 120%;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.buy-button a span {
    background: url(../images/ic_cart_white.png) no-repeat left center;
    background-size: 22px 18px;
    padding-left: 26px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.buy-button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* -------- link -------- */

/* link */
a.link {
    color: #212121;
    text-decoration: underline;
}
a.link:hover {
    text-decoration: underline;
}

/* asterisk　２行目以降一字下げ */
.asterisk {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

/* ---------- top ------------------------------------ */

/* ----- top-visual ----- */
#top-visual {
    position: relative;
}

/* top-slider */
#top-visual .slider {
    width: 98%;
    height: 80vh;
    padding: 1% 0 0 1%;
    height: calc(100vh - 110px)!important;
}
#top-visual .slider li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* bx-slider */
#top-visual .slider .bx-viewport,
#top-visual .slider .bx-wrapper {
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
#top-visual .slider .bx-wrapper ul {
    height: 100%;
    *zoom: 1;
}
#top-visual .slider .bx-wrapper ul li {
    height: 100%;
}
#top-visual .slider .bx-wrapper ul li img {
    width: 100%;
    height: auto;
}

#top-visual .slider p {
    position: absolute;
    top: 40%;
    left: 30%;
    right: 25%;
    font-size: 25px;
    font-weight: 600;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

#top-visual .slider p.t01 {
    top: 30%;
}
#top-visual .slider p.t02 {
    color:#fff;
}
#top-visual .slider p.t03 {
    top: 70%;
}


/* controls */
#top-visual .slider .bx-controls {
    display: none;
}

/* loader */
#top-visual .slider .bx-wrapper .bx-loading {
    display: none;
}

/* zoom animation */
#top-visual .slider .bx-wrapper li {
    -webkit-transform: -webkit-scale(1.3);
    -ms-transform: -ms-scale(1.3);
    transform: scale(1.3);
    -webkit-animation: zoom 15s linear;
    animation: zoom 15s linear;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: -webkit-scale(1);
        -ms-transform: -ms-scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: -webkit-scale(1.3);
        -ms-transform: -ms-scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: -webkit-scale(1);
        -ms-transform: -ms-scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: -webkit-scale(1.3);
        -ms-transform: -ms-scale(1.3);
        transform: scale(1.3);
    }
}

#top-visual .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* min-width: 1080px; */
}
#top-visual .box {
    position: relative;
    height: 100%;
}
#top-visual .catchcopy {
    position: absolute;
    top: 44%;
    left: 0;
    margin-top: -77px;
    z-index: 1000;
}

#top-visual .catchcopy h2 {
    font-size:30px;
    margin-bottom:10px;
    font-weight: 600;
}

#top-visual .catchcopy p {
    font-size:21px;
    line-height:1.5;
    font-weight: 500;
}





#top-visual .scroll {
    position: absolute;
    bottom: 188px;
    right: 40px;
    z-index: 1000;
}
#top-visual #newsize {
    display: none;
    position: absolute;
    top: 130px;
    right: 194px;
    z-index: 1000;
}
#top-visual .award {
    position: absolute;
    top: 500px;
    right: -100px;
    z-index: 1000;
}


#top-visual .award img {
    max-width: 450px;
    height:auto;
}
#top-visual .box2 {
    position: relative;
    height: 100%;
    max-width: 1160px;
    margin: auto;
}
#top-visual .label {
    margin: 0 40px 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
#top-visual .label img {
    width: 100%;
    height: auto;
}

/* ----- top-news ----- */

.tab-panels ul {
    margin: 0;
    padding: 0;
}
.tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    background: #726e6e;
    margin: 0;
    padding: .5em 1.5em;
    border-radius: .5em .5em 0 0;
    color: #fff;
    font-weight: 50;
    cursor: pointer;
}

.tab-panels ul li:hover {
    color: #fff;
    background: #727272;
}

.tab-panels ul li.active {
    color: #fff;
    background: #212121;
}

.tab-panels .panel  {
    display:none;
    background: white;
    color: black;
    padding: 1.5em;
    border-radius: 0 0 .8em .8em;
    border: 1px solid #ddd;
}

.tab-panels .panel.active {
    display:block;
}



.top-news {
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 50px;
    /* margin-top: 50px; */
    margin-bottom: 0px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    background: #ddd;
    margin-left: 0;
    margin-right: 0;
}
.top-news .title-area {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.top-news .title-area .top-title {
    text-align: center;
}
.top-news .title-area .underline-button {
    position: absolute;
    right: 0;
    top: 0;
}

.top-news .entry-area {
    overflow: hidden;
    width: 100%;
    /* max-width: 900px; */
    margin: 0 auto;
}
.top-news .entry-area dl {
    /* border-top: solid 1px #bdbdbd; */
}
.top-news .entry-area dl dt {
    float: left;
    padding: 21px 0 21px;

    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
}
.top-news .entry-area dl dd {
    padding: 17px 0 17px 6.7em;
    /* border-bottom: solid 1px #bdbdbd; */
    background: url(../images/ic_arrow.png) no-repeat right center;
    background-size: 10px auto;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.08em;
}
.top-news .entry-area dl dd a:hover {
    text-decoration: underline;
}




.top-recommend {
    padding-top: 30px;
    padding-bottom: 20px;
    padding: 20px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    max-width: 1200px;
    margin: 50px auto;
}
.top-recommend .title-area {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.top-recommend .title-area .top-title {
    text-align: center;
}




/* top-blog
--------------------------- */

.top-blog__header {
    text-align: center;
    float: none;
}

.top-blog__header .katta-arrownav {
    /* display: none; */
}

.top-blog__list {
    padding-right: 0;
}

.top-blog__list > dt {
    margin-left: .5em;
}

.top-blog__list > dd > a {
    padding-left: .5em;
    color: #2f2f2f;
}

.top-blog__list > dd > a:hover {
    color:#726e6e
}



.headline {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.headline h2.en {
    font-size: 35px;
    /*     font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.headline h2.jp {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2;
    margin-top: 15px;
}

.headline h2.jp.u_line {
    border-bottom: 1px solid #ddd;
}

.headline p{
    margin: 20px 0;
}

@media only screen and (max-width: 900px) {
    .headline {
        margin-bottom: 45px;
    }
    .headline h2.en {
        font-size: 30px;
    }
    .headline h2.jp {
        /* font-size: 14px; */
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 736px) {
    .headline {
        margin-bottom: 20px;
    }
    .headline h2.en {
        font-size: 25px;
    }
    .headline h2.jp {
        /* font-size: 16px; */
        margin-top: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .headline h2.jp {
        /* font-size: 20px; */
    }
}



table.lesson {border-collapse: collapse;text-align: left;letter-spacing:1px;line-height:2;max-width:600px;width:100%;margin-top: 10px;border: 1px solid #c7c7c7;margin: 0 auto;}
table.lesson th {font-size: 0.9rem;}
table.lesson tr {
    border-bottom:1px dashed #ddd
}
table.lesson th {
    padding: 5px;
    border-left: 1px dashed #ddd;
}

table.lesson td {
    padding: 3px 10px;
    font-size: 0.9rem;
    border-left: 1px dashed #ddd;
}


@media screen and (max-width: 600px) {
    table.lesson th {font-size: 0.9rem;}
    table.lesson td {font-size: 0.9rem;}
}






/* -----------------------------------------------------------
#home_works_news
----------------------------------------------------------- */

#home_works_news {
    padding: 10px 5%;
    /* background: url(../images/common/noise.png) repeat #f5f5f5; */
    /* background: #f5f5f5; */
    /* height: 100%; */
    /* overflow: auto; */
    display: flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content:space-between;
}

@media only screen and (max-width: 900px) {
    #home_works_news {
        padding: 0;
    }
}

@media only screen and (max-width: 736px) {
    #home_works_news {
        padding: 0;
        display: flex;
        flex-flow: column;
    }
}



/* -----------------------------------------------------------
#home_news
----------------------------------------------------------- */

#home_news {
    /* float: left; */
    flex: 0 0 44%;
    /*background: url(../images/pattern/noise.png) repeat #d9e3eb;*/
    padding: 2%;
    background: #fff;
    margin: 0 1%;
    border-radius: 0.5em;
}

@media only screen and (max-width: 900px) {
    #home_news {
        flex: 0 0 96%;
        background: #f0f0f0;
        padding: 80px 2%;
    }
}

@media only screen and (max-width: 736px) {
    #home_news {
        padding: 30px 5%;
        margin-bottom: 10px;
    }
}


/* --------- .newsArea --------- */

#home_news .newsArea {
    margin: 0 auto;
    max-width: 900px;
}

#home_news .newsArea dl {
    margin: 1px 0 0;
    padding: 10px 25px;
    font-size: 13px;
    line-height: 2;
    text-align: left;
    letter-spacing: 1px;
    background: #fefefe;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    /* border-top: 1px solid #ddd; */
}

#home_news .newsArea dl:first-child {
    margin: 0;
}

#home_news .newsArea dl dt {
    display: block;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

#home_news .newsArea dl dt span {
    padding-left: 5px;
    color: #e96c36;
}

#home_news .newsArea dl dd {}

#home_news .newsArea dl a {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color:#000;
}

#home_news .newsArea dl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 0;
    content: "";
    border-bottom: transparent 3px solid;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#home_news .newsArea dl:hover:after {
    right: 0;
    border-color: #08397b;
}

@media only screen and (max-width: 900px) {
    #home_news .newsArea dl:after {
        display: none;
    }
}

@media only screen and (max-width: 736px) {
    #home_news .newsArea dl {
        font-size: 12px;
    }
}









/* top-blog
--------------------------- */
@media (min-width: 769px) {
    .top-blog__header {
        text-align: center;
        float: right;
    }

    .top-blog__list {
        text-align: left;
        margin: -2% 0;
        /* padding-right: 18vw; */
        border-top: 1px solid #ddd;
    }

    .top-blog__list > dt {
        color: #404040;
        font-size: 0.9rem;
        position: absolute;
        margin: 1.2vw 0 0 1.5em;
        padding-top: .1em;
        font-weight: 600;
    }

    .top-blog__list > dd {
        line-height: 1.8;
        border-bottom: 1px solid #DEE1EA;
        position: relative;
        z-index: 1;
        font-size: 1rem;
    }
    .top-blog__list > dd:last-child {
        border-bottom: none;
    }

    .top-blog__list > dd > a {
        display: block;
        padding: 0 3em 1.2vw 9.5em;
        transition: color .1s linear;
        /* color: #b20; */
        font-weight: 600;
    }
    html.no-touchevents .top-blog__list > dd > a:hover {
        /* 	color: #F6921D; */
    }

    .top-blog__list > dd > a:after {
        /* 	content: "";
        width: .5vw;
        height: .5vw;
        max-width: 7px;
        max-height: 7px;
        min-width: 5px;
        min-height: 5px;
        border-top: 2px solid #F6921D;
        border-right: 2px solid #F6921D;
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translate(-50%,-50%) rotate(45deg); */
    }
    html.no-touchevents .top-blog__list > dd > a:hover:after {
        animation: a-top-blog__list .25s .05s backwards;
    }
    @keyframes a-top-blog__list {
        60% { right: .5em; }
        100% { right: 1em; }
    }
}










.gallery_col{
    width: 100%;
    /* padding: 3%; */
    display: flex;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
    /* max-width: 1200px; */
    justify-content: center;
    /* align-items: center; */
    /* margin-bottom: 100px; */
    /* padding: 1em 0.1em; */
    /* border-radius: 5px; */
    flex: 1 0 300px;
    /* margin: 0.4em 0.5em; */
}

.gallery_col > div{
    flex: 0 0 44%;
    margin: 0.4em 0.5em;
    padding: 1em 0.5em;
    /* border:1px solid #ddd; */
}
.gallery_col > div img{
    width:100%;
    border-radius: 1em;
}




/* ----- top-blocks ----- */
.top-blocks {
    overflow: hidden;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0px auto 0px;
    background: #eee;
    padding: 2% 0 50px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.top-blocks .block {
    overflow: hidden;
    position: relative;
    clear: both;
    /* width: 100%; */
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.top-blocks .photo {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.top-blocks .photo img {
    width: 90%;
    height: auto;
    border-radius: 50%;
    padding: 5%;
    /* max-width: 300px; */
    margin: 0 auto;
}
.top-blocks .photo .circle-buy-button {
    position: absolute;
    bottom: -20px;
    right: 30px;
}
.top-blocks .text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-blocks .text a {
    display: block;
}
.top-blocks .text p a {
    display: inline-block;
    text-decoration: underline;
}
.top-blocks .text .top-title {
    margin-bottom: 21px;
}
.top-blocks .text .title {
    padding-bottom: 15px;
    font-size: 21px;
}
.top-blocks .text p {
    margin-bottom: 19px;
}
.top-blocks .text .underline-button {}
.top-blocks ul {
    width: 100%;
    margin: 0 auto 22px;
    text-align: center;
    max-width: 1000px;
}
.top-blocks ul li {
    margin-bottom: 12px;
}
.top-blocks ul li .num {
    padding-right: 6px;
    font-size: 18px;
}

.top-blocks p.maru {
    padding: 50px 0;
    width: 100%;
    max-width: 550px;
    /* height: 100%; */
    /* min-height: 240px; */
    background-color: #4b9cc6;
    border-radius: 40% 60% 35% 45% / 50% 50% 50% 50%;
    color: #fff;
    text-align: center;
    margin: auto;
}

.top-newsize .photo,
.top-feature .photo,
.top-story .photo {
    float: right;
}
.top-newsize .text,
.top-feature .text,
.top-story .text {
    float: left;
    left: 0;
}


.top_text_aisatu{
    width: 96%;
    max-width:1200px;
    margin:0 auto;
}

.top_text_aisatu .title{
    text-align:center;
    font-size: 30px;
    line-height: 2;
    position: relative;
}

h2.title span.nami {
    background: linear-gradient(transparent 50%, #fffd77 50%);
    padding: 5px 1.2rem;
}

@media screen and (max-width: 600px) {
    .top_text_aisatu .title{
        font-size: 20px;
    }
}


.box-oshirase {
    max-width: 650px;
    margin: 0 auto;
    border: 2px solid #ae003b;
    border-radius: 3px;
    overflow: hidden;
}

.box-oshirase span {
    padding: .4em .8em;
    background-color: #ae003b;
    color: #fff;
}

.box-oshirase p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
    /* text-align: left; */
    font-size: 20px;
    font-weight: 600;
}




.turnArea {
    /* padding: 50px 2%; */
    max-width: 1280px;
    margin: 0 auto;
    /* width: 98%; */
}

.turnArea .wrap {
    /* width: 100%; */
    margin: 0 auto;
    max-width: 900px;
    padding: 2%;
    /*     text-align: center; */
    background: #fff;
    border-radius: 0.5em;
}

.turnArea .title_A {
    font-size: 20px;
    line-height: 2;
    margin: 10px 0 0px;
    /* width: 100%; */
}

.turnArea .title_A:before {
    content:'●';
    font-size:14px;
    color:#a32b2e;
    padding-right:5px;
}

.turnArea .txt_A {
    font-size: 16px;
    line-height: 2;
    padding-left:1em;
    border-bottom:1px dashed #726e6e
}

.turnArea .kodawari_A {
    font-size: 18px;
    line-height: 2;
    padding-left:0em;
    padding-top:10px;
    line-height:2.5;

}


.turnArea .kodawari_A span {
    background: linear-gradient(transparent 70%, #fab1b3 70%); 
}

.turnArea .kodawari_A span:before {
    font-family:'themify';
    content:"\e71f";
}

.turnArea .title_caption {
    font-size: 18px;
}

.turnArea .title_arrow {
    margin-top: 20px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    /* border:#ddd 1px solid; */
    /* padding:5px;
    border-radius:0.5em; */
}

.turnArea .txt_border {
    border: #ddd 1px solid;
    padding: 10px;
    border-radius: 0.5em;
}

.turnArea .txt_nami {
    /*     background: linear-gradient(transparent 90%, #726e6e 90%); */
}

@media only screen and (max-width: 800px) {
    .turnArea {
        padding: 50px 5%;
    }
}

@media only screen and (max-width: 738px) {
    .turnArea {
        padding: 40px 5%;
    }
    .turnArea .title_A {
        font-size: 20px;
        line-height: 2;
    }
}

span.b{
    font-weight: 600;
}
span.red{
    color: #dc0000;
}




/* ---------- about ------------------------------------ */
.abou-blocks {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.abou-blocks .block {
    overflow: hidden;
    position: relative;
    clear: both;
    width: 100%;
}
.abou-blocks .photo {
    float: left;
    width: 50%;
    height: 100%;
}
.abou-blocks .photo img {
    width: 100%;
    height: auto;
}
.abou-blocks .text {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    float: right;
    width: 50%;
    padding: 0 15px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.abou-blocks .text .top-title {
    width: 420px;
    margin: 0 auto 16px;
    text-align: left;
}
.abou-blocks .text .top-title .en:after {
    margin: 0 10px;
}
.abou-blocks .text .top-title .en {
    font-size: 36px;
}
.abou-blocks .text .top-title .ja {
    font-size: 16px;
}
.abou-blocks .text p {
    width: 420px;
    margin: 0 auto;
    line-height: 220%;
}
.abou-blocks .text small {
    font-size: 12px;
}
.abou-blocks .block:nth-child(2n) .photo {
    float: right;
}
.abou-blocks .block:nth-child(2n) .text {
    float: left;
    left: 0;
}
.abou-blocks .text .button-area {
    margin-top: 20px;
    text-align: center;
}


/* ---------- products ------------------------------------ */
.slider-block {
    margin-bottom: 82px;
    text-align: center;
}
.slider-block .title {
    padding-bottom: 10px;
    font-size: 27px;
    line-height: 140%;
}
.slider-block .fotorama {
    margin-top: 32px;
    margin-bottom: 42px;
}
.slider-block p {
    text-align: left;
}
.slider-block .title+p {
    text-align: center;
}
.slider-block .notice {
    color: #c2252e;
    font-weight: bold;
}
.slider-block .buy-button {
    margin-bottom: 42px;
}
.slider-block .button {
    margin: 0 7px;
}

.slider-denim {
    padding-top: 78px;
    margin-bottom: 60px;
    border-top: solid 1px #212121;
}

.prod-block {
    padding-top: 60px;
    margin-bottom: 70px;
    border-top: solid 1px #ddd;
    text-align: center;
}
.prod-block .notice,
.prod-block .notice a {
    color: #c2252e;
}
.prod-color {
    overflow: hidden;
}
.prod-color .left {
    float: left;
    width: 340px;
}
.prod-color .right {
    float: right;
    width: 340px;
}
.prod-color .block {
    margin-bottom: 40px;
    text-align: center;
}
.prod-color .block img {
    margin-bottom: 14px;
}
.prod-color .block .en {
    padding-bottom: 8px;
    font-size: 16px;
}
.prod-color .block .ja {
    font-size: 13px;
}

.prod-size .button {
    display: block;
    margin: 0 auto;
    text-align: center;
    display: inline;
}
.prod-size .button i,
.prod-size .button svg {
    padding-right: 7px;
    color: #616161;
    font-size: 14px;
}
.prod-size .button span {
    padding: 0;
    background: none;
    font-weight: 500;
}
.prod-size .photo-footprint img {
    max-width: 320px;
}

.prod-faq .block {
    margin-bottom: 35px;
}
.prod-faq .block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
}
.prod-faq .block:last-child:after {
    display: none;
}
.prod-faq .question {
    position: relative;
    margin-bottom: 18px;
    padding-left: 26px;
    font-size: 18px;
}
.prod-faq .question .en {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}
.prod-faq .answer {
    position: relative;
    margin-bottom: 30px;
    padding-left: 26px;
    font-size: 14px;
}
.prod-faq .answer .en {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}

.prod-maintenace {}
.prod-maintenace .title {
    margin-bottom: 1.4em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.prod-maintenace .block {
    margin-bottom: 45px;
}

.prod-maintenace .wash-block {
    margin-bottom: 35px;
}
.prod-maintenace .wash-block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
    margin: 0 auto;
}
.prod-maintenace .wash-block:last-child:after {
    display: none;
}

.prod-maintenace .wash-title {
    font-size: 18px;
    text-align: center;
}
.prod-maintenace .wash-title .num {
    padding-right: 12px;
    font-size: 21px;
}
.prod-maintenace .wash-block .photo {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* ---------- feature ------------------------------------ */
.feat-list {
    margin-bottom: 50px;
    text-align: center;
}
.feat-list ul {
    display: inline-block;
    text-align: left;
}
.feat-list li {
    margin-bottom: 19px;
}
.feat-list li a {
    display: block;
    padding-right: 20px;
    background: url(../images/ic_arrow_bottom.png) no-repeat center right;
    background-size: 8px 8px;
    font-size: 14px;
    line-height: 180%;
}
.feat-list li a .num {
    padding-right: 10px;
    font-size: 18px;
}

.feat-block {
    padding-top: 60px;
    margin-bottom: 70px;
    border-top: solid 1px #212121;
}
.feat-block .title-area {
    margin-bottom: 40px;
    text-align: center;
}
.feat-block .title-area .num {
    padding: 18px 0 16px;
    background: url(../images/ic_arrow_bottom.png) no-repeat center top;
    background-size: 10px 10px;
    color: #9e9e9e;
    font-size: 54px;
    line-height: 110%;
}
.feat-block .title-area .title {
    font-size: 21px;
}
.feat-block .photos {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 25px;
}
.feat-block .photos .left {
    float: left;
    width: 350px;
}
.feat-block .photos .right {
    float: right;
    width: 350px;
}
.feat-block .photos img {
    margin-bottom: 9px;
}
.feat-block .photos .caption {
    font-size: 13px;
    font-weight: bold;
}
.feat-block .photo-deodorize img {
    max-width: 420px;
}
.feat-block .photo-data img {
    max-width: 400px;
}
.feat-block .notice,
.feat-block .notice a {
    color: #c2252e;
    line-height: 200%;
}

.desi-blocks {}
.desi-blocks .title {
    margin-bottom: 10px;
    font-size: 18px;
}
.desi-blocks .title .num {
    padding-right: 10px;
    font-size: 21px;
}
.desi-blocks .block {
    margin-bottom: 36px;
}
.desi-blocks .block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
}
.desi-blocks .block:last-child:after {
    display: none;
}
.desi-blocks .block p {
    margin-bottom: 32px;
}


/* ---------- news ------------------------------------ */
.news-block {
    overflow: hidden;
}
.news-block .entry-area {
    float: left;
    overflow: hidden;
    width: 680px;
    margin: 0 0 20px;
}

.news-entry {
    margin-bottom: 60px;
}
.news-entry .date {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
}
.news-entry .title {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: solid 1px #717171;
    font-size: 18px;
    line-height: 140%;
}

/* news-sidebar */
.news-sidebar {
    float: right;
    width: 200px;
    padding-top: 45px;
    padding-bottom: 100px;
}
.news-sidebar > section {
    margin-bottom: 25px;
}
.news-sidebar .border-title {
    margin-bottom: 14px;
}
.news-sidebar .border-title .title {
    display: inline-block;
    padding: 0 12px;
    font-size: 18px;
}
.news-sidebar .title:after {
    display: none;
}
.news-sidebar nav {
    padding: 8px 0;
    background-color: #fff;
}
.news-sidebar ul {
    padding: 0 2px;
}
.news-sidebar ul li a {
    display: block;
    padding: 4px 0 4px 18px;
    background: url(../images/ic_arrow.png) no-repeat left center;
    background-size: 8px 8px;
    margin-bottom: 3px;
    font-size: 13px;
}


/* ---------- contact ------------------------------------ */
.contact-block {
    margin-bottom: 60px;
}
.contact-block > p {
    margin-bottom: 35px;
    text-align: left;
}

/* form-table */
.form-table {
    width: 100%;
    margin-bottom: 40px;
}
.form-table th,
.form-table td {
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
}
.form-table th {
    box-sizing: border-box;
    width: 220px;
    padding: 19px 18px 19px 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.form-table th span {
    display: inline-block;
}
.form-table td {
    padding: 11px 11px;
}
.form-table .required,
.form-table .optional {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-left: 2px;
    padding: 3px 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 120%;
}
.form-table .required {
    background-color: #000;
}
.form-table .optional {
    background-color: #bdbdbd;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="password"],
.form-table textarea {
    padding: 10px 8px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    line-height: 140%;
}
.form-table input[type="text"],
.form-table input[type="email"] {
    width: 300px;
    box-sizing: border-box;
}
.form-table input[type="tel"] {
    width: 300px;
    box-sizing: border-box;
}
.form-table textarea {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
}

.form-table input.address {
    width: 400px;
}

p.form-privacy {
    text-align: center;
    font-size: 14px;
    line-height: 180%;
}
.form-privacy a {
    text-decoration: underline;
}

.form-submit {
    margin-top: 34px;
    text-align: center;
}
.form-submit input {
    box-sizing: border-box;
    min-width: 270px;
    margin: auto;
    padding: 20px 30px;
    background-color: #000;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;

    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}
.form-submit input:hover {
    opacity: 0.7;
}


/* ---------- thanks ------------------------------------ */
.thanks-block {
    margin-bottom: 80px;
    text-align: center;
}
.thanks-title {
    display: inline-block;
    margin-bottom: 30px;
    padding: 28px 55px;
    border: solid 1px #727272;
    font-size: 15px;
    font-weight: bold;
}


/* ---------- privacy ------------------------------------ */
.privacy-block {
    margin-bottom: 50px;
}
.privacy-block > p {
    margin-bottom: 45px;
}
.privacy-block .block {
    margin-bottom: 30px;
}
.privacy-block .block:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #757575;
}
.privacy-block .block:last-child:after {
    display: none;
}
.privacy-block .title {
    margin-bottom: 8px;
    font-size: 18px;
}
.privacy-block .title .num {
    padding-right: 10px;
    font-size: 21px;
}
.privacy-block .block p {
    margin-bottom: 30px;
}


/* ---------- wordpress ------------------------------------ */

/* wp-pagenavi */
.pagenavi-area {
    margin-bottom: 40px;
}
.wp-pagenavi {
    clear: both;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background-color: #fff;
    border: solid 1px #212121;

    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #fff;
    background-color: #212121;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: auto;
    padding: 0 18px;
}
.wp-pagenavi span.pages {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.wp-pagenavi span.extend {
    background-color: inherit;
}


/* postbody */
.postbody {
    overflow: hidden;
    font-size: 14px;
    line-height: 200%;
}
.postbody h1,
.postbody h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 1.2em 0;
    letter-spacing: 0.08em;
}
.postbody h3,
.postbody h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0.8em 0;
    letter-spacing: 0.08em;
}
.postbody p {
    margin-bottom: 1.4em;
    line-height: 200%;
    letter-spacing: 0.08em;
}
.postbody a {
    text-decoration: underline;
}
.postbody a:hover {
    text-decoration: underline;
}

.postbody img {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
}
.postbody img:first-child {
    margin-top: 0;
}

.postbody ul {
    margin-bottom: 1.5em;
}
.postbody ul > li {
    padding-bottom: 0.5em;
    list-style-position: inside;
    list-style-type: disc;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody ol {
    margin-bottom: 1.5em;
}
.postbody ol > li {
    padding-bottom: 0.5em;
    list-style-position: inside;
    list-style-type: decimal;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody table {
    width: 100%;
    margin-bottom: 2em;
}
.postbody table th,
.postbody table td {
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
    padding: 14px 14px 14px 14px;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
}
.postbody table th {
    border-right: solid 1px #727272;
    padding: 14px 14px 14px 6px;
}
.postbody table thead,
.postbody table th {

}
.postbody table tbody th {
    font-weight: bold;
}

.postbody .alignleft {
    float: left;
    margin-right: 1em;
}
.postbody .alignright {
    float: right;
    margin-left: 1em;
}
.postbody .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.postbody .wp-caption {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.postbody .wp-caption > img {
    margin: 0;
}
.postbody .wp-caption .wp-caption-text {
    font-size: 12px;
    margin: 0;
}

/* contact form 7 */
.form-table .wpcf7-list-item {
    margin: 0;
}
.form-table .wpcf7-list-item label {
    display: inline-block;
    margin-left: 7px;
    margin-right: 20px;
    padding: 7px 0 7px;
    font-size: 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #d91f52;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0 0px;
}
.wpcf7 div.wpcf7-response-output {
    margin: 1.5em 0.5em;
    padding: 14px 11px;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    color: #d91f52;
    border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #d91f52;
    border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #212121;
    border: 2px solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
    visibility: hidden;
    display: block;
    border: medium none;
    margin: 6px auto 0;
}


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

    /* ---------- common ---------------------------------------- */
    .contents {}

    .box {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

    /* page-visual */
    .page-visual {}
    .page-visual img {}

    /* page-header */
    .page-header {
        padding-top: 28px;
        padding-bottom: 60px;
    }
    .page-title {}
    .page-title .en {
        font-size: 28px;
    }
    .page-title .en:after {
        width: 14px;
        height: 22px;
        margin: 0 8px;
        background-size: 100% auto;
    }
    .page-title .ja {
        font-size: 14px;
    }

    /* breadcrumb */
    .breadcrumb {
        right: 0;
        top: 75px;
    }
    .breadcrumb ol {}
    .breadcrumb ol li {}
    .breadcrumb ol li a {
        background-size: 6px 6px;
        padding: 4px 15px 3px 0;
        margin-right: 3px;
    }
    .breadcrumb ol li span {
        font-size: 12px;
    }
    .breadcrumb ol li a span {
        border-bottom: solid 1px;
    }

    /* content-box */
    .content-box {
        width: auto;
        /* margin: 0 4% 40px; */
    }
    .content-box p {
        font-size: 13px;
        line-height: 210%;
        margin-bottom: 1.4em;
    }
    .content-box .photo {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .content-box .photo img {
        max-width: 100%;
        height: auto;
    }

    /* page-prod-block */
    .page-prod-block {
        width: 92%;
        max-width: 500px;
        padding-bottom: 25px;
        margin: 0 auto 30px;
    }
    .page-prod-block .photo {
        position: relative;
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 28px;
    }
    .page-prod-block .photo img {
        width: 100%;
        height: auto;
    }
    .page-prod-block .photo .circle-buy-button {
        position: absolute;
        bottom: -20px;
        right: 4%;
    }

    .circle-buy-button {
        width: 90px;
        height: 90px;
        border-radius: 45px;
    }
    .circle-buy-button .icon {
        margin: 16px auto 0;
        width: 25px;
        height: 18px;
        background-size: 22px 18px;
    }
    .circle-buy-button .en {
        padding-top: 8px;
        font-size: 14px;
    }
    .circle-buy-button .ja {
        padding-top: 7px;
    }

    .page-prod-block .text {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .page-prod-block .text a {
        display: block;
    }
    .page-prod-block .text .top-title {
        margin-bottom: 15px;
    }
    .page-prod-block .text .title {
        padding-bottom: 11px;
        font-size: 17px;
    }
    .page-prod-block .text p {
        margin-bottom: 18px;
    }

    /* page-footer */
    .page-footer {
        clear: both;
    }
    .page-footer .banner {
        margin: 20px auto;
    }
    .page-footer .banner img {
        max-width: 100%;
        height: auto;
    }
    .page-footer .follow-list {
        max-width: 400px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .page-footer .follow-list .title {
        margin-bottom: 20px;
        font-size: 23px;
    }
    .page-footer .follow-list ul {
        font-size: 0;
    }
    .page-footer .follow-list ul li {
        display: inline-block;
        width: 220px;
        margin: 0 15px;
    }
    .page-footer .follow-list ul li a {
        display: block;
        margin: 0 4px 0 2px;
        padding: 13px 0 13px;
        background: url(../images/ic_arrow.png) no-repeat center right;
        background-size: 10px 10px;
        border-bottom: solid 1px #757575;
        font-size: 16px;
        text-align: left;
    }
    .page-footer .follow-list ul li a i,
    .page-footer .follow-list ul li a svg {
        width: 1em;
        padding-right: 13px;
    }


    /* -------- title -------- */

    /* top-title */
    .top-title {
        margin-bottom: 18px;
    }
    .top-title .en {
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0.08em;
    }
    .top-title .en:after {
        width: 12px;
        height: 18px;
        margin: 0 8px;
        background-size: 100% auto;
    }
    .top-title .ja {
        font-size: 13px;
    }

    /* border-title */
    .border-title {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
    }
    .border-title:before {
        border-top: solid 1px #757575;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
    }
    .border-title .en {
        position: relative;
        padding-left: 10px;
        background-color: #fff;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.08em;
        vertical-align: middle;
    }
    .border-title .en:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 18px;
        margin: 0 7px;
        background: url(../images/ic_slash.gif) no-repeat top left;
        background-size: 10px auto;
        vertical-align: middle;
    }
    .border-title .ja {
        position: relative;
        padding-right: 10px;
        background-color: #fff;
        font-size: 13px;
        line-height: 120%;
        letter-spacing: 0.08em;
        vertical-align: middle;
    }


    /* -------- button -------- */

    .buttons{width:100%;text-align:center;margin-bottom: 20px;}
    .button {
        display: inline-block;
    }
    .button a {
        min-width: 100px;
        padding: 5px;
        margin: 5px;
        font-size: 14px;
    }
    .button a span {
        background-size: 7px 7px;
        padding-left: 15px;
        font-size: 13px;
    }
    .button a:hover {}

    .underline-button {}
    .underline-button a,
    .underline-button span {
        padding: 5px 16px 5px 0;
        background-size: 4px 4px;
        font-size: 13px;
    }

    .buy-button {}
    .buy-button a {
        min-width: 220px;
        padding: 13px 15px;
    }
    .buy-button a span {
        background-size: 20px auto;
        padding-left: 25px;
        font-size: 13px;
    }


    /* scroll-image */
    .scroll-image {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .scroll-image::-webkit-scrollbar {
        height: 6px;
    }
    .scroll-image::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .scroll-image::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    .contents .scroll-image img {
        max-width: inherit;
        width: 560px;
        height: auto;
        padding-bottom: 15px;
    }

    /* ---------- top ------------------------------------ */

    /* ----- top-visual ----- */
    #top-visual {
        position: relative;
    }

    /* top-slider */
    #top-visual .slider,
    #top-visual .slider .bx-viewport,
    #top-visual .slider .bx-wrapper,
    #top-visual .slider .bx-wrapper ul li {
        height: 0 !important;
        padding-bottom: 66.75%;
    }

    #top-visual .inner {
        min-width: inherit;
    }

    #top-visual .catchcopy {
        position: absolute;
        top: 45%;
        left: 4%;
        margin-top: -10%;
        width: 90%;
        min-width: 115px;
    }

    #top-visual .catchcopy h2 {
        font-size:20px;
    }

    #top-visual .catchcopy p {
        font-size:16px;
    }



    #top-visual .catchcopy img {
        width: 100%;
        height: auto;
    }
    #top-visual .scroll {
        display: none;
    }
    #top-visual #newsize {
        top: 21%;
        right: 20%;
        width: 22.8%;
    }
    #top-visual #newsize img {
        width: 100%;
        height: auto;
    }
    #top-visual .award {
        top: 3%;
        right: 5.5%;
        width: 29%;
    }
    #top-visual .award img {
        width: 100%;
        height: auto;
    }
    #top-visual .box2 {}
    #top-visual .label {
        margin: 0 5.5% 4%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #top-visual .label img {}

    /* ----- top-buynow ----- */
    .top-buynow {
        margin: 25px auto 0;
        text-align: center;
    }

    /* ----- top-news ----- */
    .top-news {
        box-sizing: border-box;
        padding: 30px 4% 35px;
        /* max-width: 500px; */
        margin: 0 auto;
    }
    .top-news .title-area {}
    .top-news .title-area .top-title {
        margin-bottom: 13px;
    }
    .top-news .title-area .underline-button {}

    .top-news .entry-area {
        overflow: hidden;
    }
    .top-news .entry-area dl {
        border-top: solid 1px #bdbdbd;
    }
    .top-news .entry-area dl dt {
        float: none;
        padding: 13px 0 3px;
        font-size: 12px;
    }
    .top-news .entry-area dl dd {
        padding: 0 0 10px 0;
        border-bottom: solid 1px #bdbdbd;
        background: none;
        font-size: 12px;
    }


    /* ----- top-blocks ----- */
    .top-blocks {
        margin: 0 0% 0px;
    }
    .top-blocks .block {
        max-width: 500px;
        margin: 0 auto 36px;
    }
    .contents .top-blocks .photo {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 26px;
    }
    .top-blocks .photo img {}
    .contents .top-blocks .text {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .contents .top-blocks .text p {
        text-align: left;
    }
    .top-blocks .text p br {
        display: none;
    }
    .top-blocks .text a {
        display: block;
    }
    .top-blocks .text .top-title {
        margin-bottom: 15px;
    }
    .top-blocks .text .title {
        padding-bottom: 13px;
        font-size: 17px;
        text-align: center;
    }
    .top-blocks .text p {
        margin-bottom: 18px;
    }
    .top-blocks .text .underline-button {}
    .top-blocks ul {
        width: auto;
        margin-bottom: 20px;
    }
    .top-blocks ul li {
        margin-bottom: 11px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .top-blocks ul li .num {
        font-size: 16px;
    }


    /* ---------- about ------------------------------------ */
    .abou-blocks {
        margin: 0 4%;
        width: 92%;
    }
    .abou-blocks .block {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .contents .abou-blocks .photo {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 18px;
    }
    .abou-blocks .photo img {
        max-width: 100%;
    }
    .contents .abou-blocks .text {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: auto;
        padding: 0;
        text-align: left;
        -webkit-transform: inherit;
        transform: inherit;
    }
    .abou-blocks .text .top-title {
        width: auto;
        margin: 0 auto 13px;
        padding-left: 2.85em;
        text-indent: -2.85em;
    }
    .abou-blocks .text .top-title .en:after {
        margin: 0 8px;
    }
    .abou-blocks .text .top-title .en {
        font-size: 28px;
    }
    .abou-blocks .text .top-title .ja {
        font-size: 15px;
    }
    .abou-blocks .text p {
        width: auto;
        margin: 0 auto;
        line-height: 210%;
    }
    .abou-blocks .text .button-area {
        margin-top: 13px;
    }
    .abou-blocks .text .button-area .underline-button a {
        font-size: 13px;
    }

    /* ---------- products ------------------------------------ */
    .slider-block {
        margin-bottom: 42px;
        text-align: center;
    }
    .slider-block .title {
        padding-bottom: 10px;
        font-size: 21px;
    }
    .slider-block .fotorama {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .slider-block p {}
    .slider-block .title+p {}
    .slider-block .buy-button {
        margin-bottom: 32px;
    }
    .slider-block .button {
        margin: 0 5px 10px;
    }
    .slider-denim {
        padding-top: 42px;
    }

    .prod-block {
        padding-top: 35px;
        margin-bottom: 40px;
    }
    .prod-color {}
    .prod-color .left {
        float: none;
        width: auto;
    }
    .prod-color .right {
        float: none;
        width: auto;
    }
    .prod-color .block {
        margin-bottom: 20px;
        text-align: center;
    }
    .prod-color .block img {
        max-width: 100%;
        height: auto;
        margin-bottom: 11px;
    }
    .prod-color .block .en {
        padding-bottom: 6px;
        font-size: 15px;
    }
    .prod-color .block .ja {
        font-size: 12px;
    }

    .prod-size .button {
        margin: 0 auto;
    }
    .prod-size .button i,
    .prod-size .button svg {
        padding-right: 7px;
        font-size: 14px;
    }
    .prod-size .button span {}
    .prod-size .photo-footprint img {
        max-width: 260px;
    }
    .prod-faq .block {
        margin-bottom: 30px;
    }
    .prod-faq .block:after {
        width: 30px;
    }
    .prod-faq .question {
        margin-bottom: 12px;
        padding-left: 24px;
        font-size: 16px;
    }
    .prod-faq .question .en {
        font-size: 21px;
    }
    .prod-faq .answer {
        margin-bottom: 24px;
        padding-left: 24px;
        font-size: 13px;
    }
    .prod-faq .answer .en {
        font-size: 21px;
    }

    .prod-maintenace {}
    .prod-maintenace .title {
        margin-bottom: 1.2em;
        font-size: 15px;
        line-height: 160%;
    }
    .prod-maintenace .block {
        margin-bottom: 35px;
    }

    .prod-maintenace .wash-block {
        margin-bottom: 30px;
    }
    .prod-maintenace .wash-block:after {
        width: 30px;
    }

    .prod-maintenace .wash-title {
        font-size: 16px;
        line-height: 160%;
    }
    .prod-maintenace .wash-title .num {
        padding-right: 8px;
        font-size: 19px;
    }
    .prod-maintenace .wash-block .photo {
        margin-top: 12px;
        margin-bottom: 12px;
    }


    /* ---------- feature ------------------------------------ */
    .feat-list {
        margin-bottom: 28px;
        text-align: center;
    }
    .feat-list ul {
        display: inline-block;
        text-align: left;
    }
    .feat-list li {
        margin-bottom: 12px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .feat-list li a {
        padding-right: 12px;
        background-size: 7px 7px;
        font-size: 12px;
    }
    .feat-list li a .num {
        padding-right: 5px;
        font-size: 15px;
    }

    .feat-block {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .feat-block .title-area {
        margin-bottom: 25px;
    }
    .feat-block .title-area .num {
        padding: 12px 0 8px;
        background-size: 8px 8px;
        font-size: 42px;
    }
    .feat-block .title-area .title {
        font-size: 18px;
        line-height: 160%;
    }
    .feat-block .photos {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .feat-block .photos .left {
        width: 48.5%;
        max-width: 260px;
    }
    .feat-block .photos .right {
        float: left;
        width: 48.5%;
        max-width: 260px;
        margin-left: 3%;
    }
    .feat-block .photos img {
        margin-bottom: 5px;
        max-width: 100%;
        height: auto;
        text-align: center;
    }
    .feat-block .photo-deodorize img {
        max-width: 340px;
        width: 100%;
    }
    .feat-block .photo-data img {
        max-width: 320px;
        width: 100%;
    }

    .feat-block .photos .caption {
        font-size: 12px;
    }

    .desi-blocks {
        margin-top: 30px;
    }
    .desi-blocks .title {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 160%;
    }
    .desi-blocks .title .num {
        padding-right: 8px;
        font-size: 18px;
    }
    .desi-blocks .block {
        margin-bottom: 24px;
    }
    .desi-blocks .block p {
        margin-bottom: 22px;
    }


    /* ---------- news ------------------------------------ */
    .news-block {}
    .news-block .entry-area {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }

    .news-entry {
        margin-bottom: 40px;
    }
    .news-entry .date {
        padding-bottom: 8px;
        font-size: 13px;
    }
    .news-entry .title {
        margin-bottom: 18px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    /* news-sidebar */
    .news-sidebar {
        float: none;
        width: auto;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .news-sidebar > section {
        margin-bottom: 0;
    }
    .news-sidebar .border-title {
        margin-bottom: 12px;
    }
    .news-sidebar .border-title .title {
        padding: 0 12px;
        font-size: 16px;
    }
    .news-sidebar .title:after {
        display: none;
    }
    .news-sidebar nav {
        padding: 6px 0;
    }
    .news-sidebar ul {
        padding: 0 2px;
    }
    .news-sidebar ul li a {
        padding: 4px 0 4px 15px;
        background-size: 7px 7px;
        margin-bottom: 2px;
        font-size: 13px;
    }


    /* ---------- contact ------------------------------------ */
    .contact-block {
        margin-bottom: 35px;
    }
    .contact-block > p {
        margin-bottom: 25px;
    }

    /* form-table */
    .form-table {
        margin-bottom: 12px;
    }
    .form-table th,
    .form-table td {
        box-sizing: border-box;
        display: block;
        border-bottom: none;
        width: 100%;
        font-size: 13px;
    }
    .form-table th {
        padding: 10px 5px 0;
    }
    .form-table td {
        border-top: none;
        padding: 8px 5px 12px;
    }
    .form-table .required,
    .form-table .optional {
        float: none;
        margin-top: 0;
        margin-left: 10px;
        padding: 2px 3px;
        font-size: 10px;
    }

    .form-table input[type="text"],
    .form-table input[type="email"],
    .form-table input[type="tel"],
    .form-table input[type="password"],
    .form-table textarea {
        width: 100%;
        padding: 6px 4px;
    }
    .form-table textarea {
        height: 120px;
    }

    p.form-privacy {
        font-size: 12px;
    }

    .form-submit {
        margin-top: 26px;
    }
    .form-submit input {
        min-width: inherit;
        width: 100%;
        max-width: 220px;
        margin: auto;
        padding: 18px 20px;
        font-size: 14px;
    }

    /* ---------- thanks ------------------------------------ */
    .thanks-block {
        margin-bottom: 40px;
        text-align: center;
    }
    .thanks-block .thanks-title {
        margin-bottom: 20px;
        padding: 16px 14px;
        font-size: 15px;
        text-align: center;
        line-height: 160%;
    }
    .thanks-block p {
        text-align: left;
    }
    .thanks-block p br {
        display: none;
    }

    /* ---------- privacy ------------------------------------ */
    .priv .page-header {
        padding-bottom: 70px;
    }
    .priv .page-title {}
    .priv .page-title .en:after {
        display: none;
    }
    .priv .page-title .ja {
        display: block;
        padding-top: 4px;
    }
    .priv .breadcrumb {
        top: 104px;
    }

    .privacy-block {
        margin-bottom: 40px;
    }
    .privacy-block > p {
        margin-bottom: 32px;
    }
    .privacy-block .block {
        margin-bottom: 24px;
    }
    .privacy-block .title {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .privacy-block .title .num {
        padding-right: 7px;
        font-size: 19px;
    }
    .privacy-block .block p {
        margin-bottom: 20px;
    }


    /* ---------- wordpress ------------------------------------ */

    /* wp-pagenavi */
    .pagenavi {
        margin: 0 auto 30px;
    }
    .wp-pagenavi {
        clear: both;
        position: relative;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 36px;
        height: 36px;
        margin-left: 8px;

        font-size: 13px;
        line-height: 36px;
    }
    .wp-pagenavi a.first,
    .wp-pagenavi a.last {
        padding: 0 16px;
    }
    .wp-pagenavi span.pages {
        position: relative;
        top: inherit;
        left: inherit;
        display: block;
        width: auto;
        border: none;
        background: none;
        padding: 0;
        margin: 0 auto 6px;
    }



    /* postbody */
    .postbody {}
    .postbody h1,
    .postbody h2 {
        font-size: 15px;
        font-weight: bold;
        padding: 0.8em 0;
        letter-spacing: 0.08em;
    }
    .postbody h3,
    .postbody h4 {
        font-size: 13px;
        font-weight: bold;
        padding: 0.6em 0;
        letter-spacing: 0.08em;
    }
    .postbody p {
        margin-bottom: 0.8em;
        font-size: 13px;
    }
    .postbody img {
        max-width: 100%;
        height: auto;
        margin: 0.7em auto 1.5em;
    }
    .postbody img:first-child {
        margin-top: 0;
    }

    .postbody ul {}
    .postbody ul > li {
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        font-size: 13px;
    }

    .postbody ol {
        margin-bottom: 1.0em;
    }
    .postbody ol > li {
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        font-size: 13px;
    }

    .postbody table {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .postbody table th,
    .postbody table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .postbody .alignleft {
        float: none;
        margin-right: 0;
    }
    .postbody .alignright {
        float: none;
        margin-left: 0;
    }
    .postbody .aligncenter {}

}



@media only screen and (max-width: 500px){
    .page-title .en {
        font-size: 26px;
    }


    /* breadcrumb */
    .breadcrumb {
        right: 0;
        top: 5px;
    }

    /* page-header */
    .page-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}



/* フレックスボックス
-----------------------------------------------------------------*/

.item-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    padding: 0.4em;
    margin: 0 auto 2em;
    max-width: 1200px;
    width: 99%;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.item_m {
    /* background: #f9f9f9; */
    padding: 1em;
    border-radius: 5px;
    flex: 1 0 220px;
    margin: 0.4em;
}
.item_m h1 {
    margin-bottom: 10px;
}

.item_m p {
    text-align:center;
    margin-bottom: 10px;
    color: #000;
    /* font-weight: 600; */
}



.item_m p a:hover {
    background:#000;
    color:#fff;
}

.item_m img{
    width: 77%;
    border-radius: 1.5em;
    padding:3%;
}


/* ==========================================================================

.linkArea

========================================================================== */

.linkArea {text-align: center;padding: 10px 10px 30px;}
.linkArea2 {text-align: center;margin-top: 40px;width:100%;max-width: 300px;margin: 30px auto;}


/* .btnA  */
.btnA {display: inline-block;width: 220px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;border: #3f3d3d 1px solid;/* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 38px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnA:after {font-family: 'themify';content: "\e649";/* content: "\f16d"; *//* content: "\f105"; */font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 10px;z-index: 1;line-height: 38px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/* .btnA:after { font-family: 'FontAwesome'; 
content: "\f16d"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
position: absolute; top: 0; right: 15px; z-index: 1; 
line-height: 55px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } */

.btnA:hover {color:#fff;background: #999;border:#999 1px solid;}
.btnA:hover:after { right: 10px; }



/* .btnB  */
.btnB {display: inline-block;width: 250px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnB:after {font-family: 'themify';content: "\e649";/* content: "\f16d"; *//* content: "\f105"; */font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 60px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/* .btnA:after { font-family: 'FontAwesome'; 
content: "\f16d"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
position: absolute; top: 0; right: 15px; z-index: 1; 
line-height: 55px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } */

.btnB:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnB:hover:after { right: 10px; }


/* .btnC  */
.btnC {display: inline-block;width: 250px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnC:after {font-family: 'themify';content: "\e649";/* content: "\f16d"; *//* content: "\f105"; */font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 60px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}


.btnC:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnC:hover:after { right: 10px; }


/* .btnD  */
.btnD {display: inline-block;width: 250px;max-width:100%;padding: 0;margin:0 10px;color: #fff;background: #726e6e;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 2px;}
.btnD:after {font-family: 'FontAwesome';content: "\f1c1";/* content: "\f16d"; *//* content: "\f105"; */font-size: 16px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 60px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}


.btnD:hover {color:#a32b2e;background: #fffefe;border:#a32b2e 1px solid;}
.btnD:hover:after { right: 10px; }



/* .btnBorder */
.btnBorder {color: #ffffff;background: #666666;border: solid 1px #ddd;/* padding: 2%; */border-radius: 3px;}
.btnBorder:hover { color:#999; background:#fff; border:#999 1px solid;}

/* .btnSmall */
.btnSmall {font-size: 13px;line-height: 30px;width: 150px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover { border:#999 0px solid; }

/* .btnSmall */
.btnSmallBorder { font-size: 13px; line-height:40px; width:200px; max-width:100%; color:#111; background:none; border:#111 1px solid; }
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#fff; background: #f0fafe;background:none; border:#999 1px solid; }

/* .btnBlue */
.btnBlue:hover { color:#fefefe; background:#999; border:#999 1px solid; }
/* .btnBlueBorder */
.btnBlueBorder:hover { color:#fff; background:#999;background:none; border:#999 1px solid; }

/* .btnBlog */
.btnBlog {color: #ffffff;background: #a32b2e;}
.btnBlog:hover { color:#a32b2e; background:none; border:#a32b2e 1px solid;}

/* .btnmenu */
.btnmenu {color: #ffffff;background: #373535;}
.btnmenu:hover { color:#373535; background:none; border:#373535 1px solid;}

/* .btndl */
.btndl {color: #ffffff;background: #484645;}
.btndl:hover {color: #ffffff;background:rgba(72, 70, 69, 0.6);border: rgba(72, 70, 69, 0.6) 1px solid;}


@media only screen and (max-width: 800px) {
    .linkArea { margin-top: 30px; }

    /* .btn  */
    .btnA { margin:10px 1% 0; font-size: 13px;line-height: 30px; width:275px; max-width:100%; }
    .btnA:after { line-height: 30px; right: 10px;}

    /* .btn  */
    .btnB { margin:10px 1% 0; font-size: 13px;line-height: 30px; width:275px; max-width:100%; }
    .btnB:after { line-height: 30px; right: 10px;}

    .btnA:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }

    .btnB:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }


    .btnA:hover { color:#fefefe; background:#000; border:#9E9E9E 0px solid; }

    /* .btnBorder */
    .btnBorder:hover { color:#000; background:none; border:#000 0x solid;}
    /* .btnSmall */
    .btnSmall { line-height:30px; width:220px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
    .btnSmall:hover { border:#000 0px solid; }
}

@media only screen and (max-width: 738px) {
    .linkArea { margin-top: 25px; }
    /* .btnA  */
    .btnA { font-size: 13px;line-height: 30px; width:250px; max-width:100%; }
    .btnA:after {line-height: 30px;line-height: 50px;}

    .btnB { font-size: 13px;line-height: 30px; width:250px; max-width:100%; }
    .btnB:after {line-height: 30px;line-height: 50px;}

    .btnSmall { line-height:30px; width:180px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
}

@media only screen and (max-width: 414px) {
    .btnA {font-size: 12px;width: 200px;line-height: 50px;}	
    .btnB {font-size: 12px;width: 200px;line-height: 50px;}	
}



/* ----- .inner3 ----- */ 
.inner3 { padding:40px 0; margin:0 5%; background: #fefefe; border-top:#ededed 1px solid;text-align:center;position:relative; z-index:1;}
/* ul.sns */
.inner3 ul.sns { font-size:0; text-align:center; padding:0 15%; }
.inner3 ul.sns li { display:inline-block; width:20%; position:relative; z-index:2; line-height:30px; }
.inner3 ul.sns li:after {position:absolute;top:50%;right:-8px;content: "";width: 1px;height:0;border-bottom:#ededed 1px solid;z-index:-1;}
.inner3 ul.sns li:last-child:after { display:none;}
.inner3 ul.sns li a {color: #a32b2e;display:block;font-size: 14px;font-weight:300;letter-spacing:2px;}
.inner3 ul.sns li a span { position:relative; z-index:1;  }
.inner3 ul.sns li a i { font-size:13px;line-height:30px; padding-right:5px; }
.inner3 ul.sns li a.youtube i { font-size:18px; }
.inner3 ul.sns li a:hover {color: #a32b2e;}
.inner3 ul.sns li a span:after { position:absolute; bottom:-5px; left: 33%; right: 33%; height:1px; content:""; background: transparent; z-index:-1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.inner3 ul.sns li a:hover span:after { left:0; right:0; background:#a32b2e;}

@media only screen and (max-width: 945px) {
    .inner3 ul.sns { padding:0; }
}

@media only screen and (max-width: 800px) {
    .inner3 ul.sns li a { letter-spacing:1.5px;}
    .inner3 ul.sns li a:hover { color:#111;}
    .inner3 ul.sns li a span:after { display:none; }
}

@media only screen and (max-width: 738px) { 
    .inner3 {padding: 25px 2% 45px;margin: 0 2%;}

    /* ul.sns */
    .inner3 ul.sns { font-size:0; text-align:left; padding:0; margin:-10px -1% 0; }
    .inner3 ul.sns li { display:inline-block; width:31.333%; margin:10px 1% 0; position:relative; z-index:2; line-height:1; }
    .inner3 ul.sns li:after { display:none;}
    .inner3 ul.sns li:last-child:after { display:none;}

    .inner3 ul.sns li a { background:#f0f0f0; line-height:40px; height:40px; display:block; text-align:center; font-size:11px; letter-spacing:0.5px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;}
    .inner3 ul.sns li a i { font-size:12px;line-height:40px; padding-right:5px; margin-left:-8px;}
    .inner3 ul.sns li a.youtube i { font-size:13px; }
}

@media only screen and (max-width: 414px) { 
    .inner3 ul.sns { margin:-5px -1% 0; }
    .inner3 ul.sns li {width: 32%;margin: 20px 0.5% 0;}
    .inner3 ul.sns li a {line-height:35px;height:35px;-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius: 2px;}
    .inner3 ul.sns li a i { line-height:35px;}
}


/* -----------------------------------------------------------

access_map

----------------------------------------------------------- */


.access_map{
    padding: 10px;
    margin: 30px 0;
    /*background: #1a1a1a;*/
    /*	background: #fff url(../images/site_bcg04.png);
    color:#fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    background: #f7f7f7;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 -1px 0 #f2f2f2;
}



/* Read more */
.read-more{margin: 15px 3px;display: inline-block;width:180px;max-width:100%;color:#111;border:#111 1px solid;font-size: 14px;line-height:40px;text-align: center;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.read-more:after { font-family: 'themify'; content: "\e649"; font-size: 10px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; right: 15px; z-index: 1; -webkit-transition: right 0.3s ease; -moz-transition:right 0.3s ease; transition: right 0.3s ease; }
.read-more:hover { color:#fff; border:#9E9E9E 1px solid; background:#111; }
.read-more:hover:after { right: 10px; }

@media only screen and (max-width: 800px) {
    .read-more{ margin-top:15px;font-size: 13px;}*
    .read-more:after { right: 10px;}	
    .read-more:hover { color:#fff; border:#111 1px solid;background:#111; }
}
@media only screen and (max-width: 738px) {
    .read-more {margin-top: 10px;width: 200px;font-size: 12px;line-height:30px;border:none;border:#111 1px solid;font-size: 12px;line-height:30px;text-align: center;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 20px;}
    .read-more:after,
    .read-more:hover:after{ right: 10px;}	
}

.flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cnt{
    padding: 1%;
    width: 48%;
}

@media screen and (max-width: 600px) {
    .flex{
        display: block;
    }
    .cnt{
        width: 100%;
    }
}


.info-box{
    text-align: center;
    color: #ea0000;
    margin: 0 auto 30px;
    width: 98%;
    max-width: 500px;
    padding: 10px 20px;
    border: solid 2px #ea0000;
}

.info-box a p{
    color: #000;
    border-bottom: #ea0000 1px solid;
}


/* .btnCampaign */

.btn_link_campaign {
    display: inline-block;
    margin: 0 0 20px 20px;
    padding: 5px 20px 5px 15px;
    color: #111;
    border-color: #ed8180;
    background: rgba(255, 255, 255, 0.8);
    background: #ffbf00;
    position: absolute;
    z-index: 100;
    bottom: 50px;
    right: 30px;
    display:
    flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn_link_campaign .jp {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.7;
    /* padding: 10px; */
    width: 90px;
}


.btn_link_campaign img{
    width:150px;
}

.btn_link_campaign p {
    padding: 0 10px;
    font-size:15px;
    font-weight: 600;
}


.btn_link_campaign p span {
    font-size: 14px;
    background: #056db6;
    color: #fff;
    padding: 1% 10px 1%;
    border-radius: 0.6em;
    line-height: 1;
    font-weight: 600;
}

.btn_link_campaign p span:hover {
    background: #fff;
    color: #000;
}

.btn_link_campaign:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    font-size: 11px;
    font-family: 'themify';
    content: "\e65a";
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.btn_link_campaign:hover {
    color: #fff;
    background: #ffc048;
}

.br_sp{display:block}


@media only screen and (max-width: 800px) {
    .linkArea_campaign {
        position: initial;
        padding: 50px 0 0;
        margin: 0;
        width: 100%;
        text-align: center;
        display: block;
        width: 100%;
        border: none;
        background-color: none;
    }
    .btn_link_campaign {
        /* padding: 2px 0 0 0; */
        /* line-height: 50px; */
        margin: 0;
        /* display: block; */
        bottom: 3px;
        right: 1%;
        left: 10%;
    }
    .btn_link_campaign .jp {
        line-height: inherit;
        font-size: 15px;
        line-height: 2;
    }
    .btn_link_campaign .jp br {
        display: none;
    }
    .btn_link_campaign .jp span {
        padding-bottom: 1%;
        font-size: 13px;
    }
    .btn_link_campaign:hover {
        color: #111;
        border-color: #fefefe;
        background: rgba(255, 255, 255, 0.8);
    }
    .btn_link_campaign:after {
        top: 2px;
        right: 6px;
        line-height: 28px;
        bottom: 0;
        margin: auto 0;
    }
}

@media only screen and (max-width: 500px) {
    .br_sp{display:none}
    
    .btn_link_campaign {
        position: absolute;
        top: auto;
        /* left: 1%; */
        /* width: 90%; */
        /* width: 90%; */
        margin: 0 0;
    }

    .btn_link_campaign p {
        padding: 0 0;
        font-size:15px;
        width: 58%;
        font-size: 14px;
        line-height: 1.6;
    }

    .btn_link_campaign p span{
    font-size: 12px;
    padding: 1px 10px;
    margin-right: 10px;
    }
    

    .btn_link_campaign img {
        width: 40%;
        padding: 1%;
    }


}
