@charset "UTF-8";
/* *****************************************************************
リセット
文字
共通パーツ
共通フレーム
ヘッダー
サイドメニュー
SPメニュー
フッター
***************************************************************** */

/* *****************************************************************
リセット
***************************************************************** */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
ul, ol {list-style: outside none none;}
article, aside, details, footer, header, main, menu, nav, section, summary {display: block;}
@media (min-width: 850px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* *****************************************************************
文字
***************************************************************** */
body {
	font-family:"ヒラギノ角ゴ Pro","メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
a, a:link {color: #000;}
a:visited {color: #000;}
a:hover, a:active {color: #027299;}
a:focus {outline: medium none;}
.red{color: #f00;}

/* *****************************************************************
共通パーツ
***************************************************************** */
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
img {
    width: 100%;
    height: auto;
    border: medium none;
    vertical-align: middle;
}
a,a:hover img{
    transition: all 0.3s ease;
}
.flex{display: flex;flex-wrap: wrap;}
.vertical_cent{align-items: center;}
.bottom{align-items: flex-end;}
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 640px) {
    .pc{display: none;}
    .sp{display: block;}
}

/* *****************************************************************
共通フレーム
***************************************************************** */
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {overflow-y: scroll;}
#wrapper {
	width: 100%;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}
#content {
    width: calc(100% - 250px);
	overflow: hidden;
    padding-left: 3.529%;
    padding-bottom: 80px;
}
.contents{
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.min_contents{
    max-width: 1100px;
}
.top_head{
    width: 100%;
    text-align: center;
    background-color: #000;
}
.main_image{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.main_image .txt_area{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.main_image .txt_area img{
    width: 17.647%;
}
.main_image .txt_area .head_title{
    width: 100%;
}
.main_image .txt_area .head_title img{
    width: 56%;
    margin-left: 0;
    margin-bottom: 2em;
}
.main_image .txt_area .head_title p{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #000 ,0 0 3px #000,0 0 3px #000; 
}
@media screen and (max-width: 1280px) {
    .main_image .txt_area .head_title img{
        margin-bottom: 2vw;
    }
    .main_image .txt_area .head_title p{
        font-size: 1.093vw;
    }
}
@media screen and (max-width: 950px) {
    #content {
        width: calc(100% - 200px);
    }
    .main_image{
        height: 200px;
        overflow: hidden;
    }
    .main_image .bgimage{
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_image .txt_area .head_title img{
        width: 532px;
        margin-bottom: 15px;
    }
    .main_image .txt_area .head_title p{
        font-size: 11px;
    }
}
@media screen and (max-width: 850px) {
    #content {
        width: 100%;
        padding-left: 0;
    }	
    .main_image{
        margin-top: 91px;
    }
}
@media screen and (max-width: 640px) {
    #content {
        padding-bottom: 30px;
    }
    .contents{
        padding-left: 5%;
        padding-right: 5%;
    }
    .sp_head{
        width: 100%;
        padding: 0;
    }
    .main_image{
        height: auto;
        margin-bottom: 0;
    }
    .main_image:before {
        content:"";
        display: block;
        padding-top: 60%;
    }
    .main_image .sp .txt_area{
        justify-content: center;
    }
    .main_image .sp .txt_area img{
        width: 22%;
        margin-left: 0;
    }
    .main_image .txt_area .head_title {
        width: 70%;
        padding-left: 0;
        padding-right: 0;
    }
    .main_image .sp .txt_area .head_title img{
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .sp_head .sp_txt{
        background-color: #000;
        color: #fff;
        margin-bottom: 20px;
        padding:3% 5%;
    }
}
@media screen and (max-width: 480px) {
    .main_image{
        margin-top: 75px;
    }
    .main_image img.bgimage {
        width: auto;
        height: 125%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_image .sp .txt_area img{
        width: 25%;
    }
}

/* *****************************************************************
ヘッダー
***************************************************************** */
header {
    width: 100%;
    height: 70px;
	margin: auto;
    transition: all 0.3s ease;
}
header h2{
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f00;/* #c30d23 */
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: 0 .5em;
}
header .head{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    background-color: #fff;
}
header .head.stop{
    max-width: 1500px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px 50px;
    margin: auto;
}
header .head h1.logo{
    width: calc(100% - 160px - 240px);
    display: flex;
    align-items: center;
    color: #027299;
    font-size: 12px;
}
header .head h1.logo img{
    width: 220px;
    margin-right: 15px;
}
header .head h1.logo a:hover{
    opacity:.75;
}
header .head .navi{
    width: 160px;
}
header .head .navi ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
header .head .navi ul li{
    margin-left: 10px;
}
header .head .navi ul li a{
    display: block;
}
header .head .navi ul li a:hover{
    transform: scale(1.1);
}
header .head .navi ul li p{
    font-size: 8px;
}
header .head .navi ul li.mail img{
    width: 20px;
}
header .head .navi ul li.login img{
    width: 16px;
}
header .head .navi ul li.cart{
    width: 40px;
    height: 40px;
}
header .head .navi ul li.cart a{
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
header .head .navi ul li.cart img{
    width: 22px;
    margin-left: 7px;
}
header .head .navi ul li.cart a .quantity_badge{
    position: absolute;
    top: -3px;
    left: -5px;
    width: 18px;
    height: 18px;
    background-color: #f00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
    header .contents{
        padding: 0 20px;
    }
}
@media screen and (max-width: 850px) {
    header .contents{
        padding: 0 5%;
    }
    header {
        height: 91px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 1;
    }
    header .head{
        width: calc(100% - 45px);
        margin: 10px 0;
        padding: 25px 0 0;
        background-color: transparent;
    }
    header .head.stop{
        max-width: 100%;
        position: static;
        padding: 0;
        margin: 10px 0;
    }
    header .head h1.logo{
        width: calc(100% - 160px);
    }
    header .head h1.logo img{
        margin-right: 1.764vw;
    }
    header .head h1.logo span{
        display: block;
        width: 100%;
        line-height: 1.5;
        font-size: 12px;
    }
    header h2{
        width: 100%;
        height: 25px;
        display: block;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
    }
    header h2 br{
        display: none;
    }
}
@media screen and (max-width: 700px) {
    header .head h1.logo span{
        font-size: 1.571vw;
    }
}
@media screen and (max-width: 640px) {
    header h2{
        font-size: 10px;
        line-height: 20px;
        height: 20px;
    }
    header .head{
        padding-top: 20px;
    }
    header .head h1.logo{
        width: 200px;
        flex-wrap: wrap;
        text-align: center;
    }
    header .head h1.logo img{
        width: 100%;
        margin-right: 0;
    }
    header .head h1.logo span{
        font-size: 1.483vw;
    }
    header .head .navi{
        width: 150px;
    }
    header .head .navi ul li p{
        font-size: 7px;
    }
}
@media screen and (max-width: 480px) {
    header .contents{
        padding: 0 4%;
    }
    header {
        height: 75px;
    }
    header .head{
        margin: 7px 0;
        padding-top: 20px;
    }
    header .head h1.logo{
        width: 150px;
    }
    header .head.stop{
        margin: 7px 0;
    }
}

/* *****************************************************************
サイドメニュー
***************************************************************** */
#side{
    width: 250px;
    font-size: 12px;
    padding-bottom: 30px;
    display: block;
}
.sidebar__inner{
    position: -webkit-sticky;/*Safari*/
    position: sticky;
    top: 70px;
}
#side h3{
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.accordion_box {
    width: 100%;
    margin: auto;
    font-weight: bold;
}
.accordion_box .accordion_header {
    line-height: 1.4;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion_box .accordion_header:hover {
    color: #027299;
}
.accordion_box .accordion_header p{
    width: calc(100% - 18px);
}
.accordion_box .accordion_header p img{
    width: 13px;
    margin-right: 2px;
}
.accordion_box .accordion_header .i_box {
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.accordion_box .accordion_header .i_box .one_i {
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.accordion_box .accordion_header.open .i_box {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion_box .accordion_header .i_box .one_i:before,
.accordion_box .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #4d5357;
    width: 15px;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.accordion_box .accordion_header .i_box .one_i:before {
    width: 3px;
    height: 15px;
    top: 0;
    left: 6px;
}
.accordion_box .accordion_header.open .i_box .one_i:before {
    content: none;
}
.accordion_box .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion_box ul.accordion_inner {
    display: none;
    box-sizing: border-box;
}
.accordion_box ul.accordion_inner li{
    padding-top: .3em;
    padding-bottom: .3em;
    text-align: right;
}
.accordion_box ul.accordion_inner li a{
    display: block;
}
.accordion_box ul.accordion_inner li a::after{
    content: "＞";
    padding-left: 2em;
}
.accordion_box ul.accordion_inner li a:hover{
    transform: translateX(-5px);
}
.pc_manu{
    background-color: #efefef;
    border-radius: 10px;
    padding: 1em 1.3em;
    margin-top: 35px;
}
.pc_manu ul li{
    width: 100%;
}
.pc_manu ul li a{
    display: block;
    font-weight: bold;
}
.pc_manu ul li a::before{
    content: "＞";
    margin-right: 1em;
}
.pc_manu ul li a:hover{
    transform: translateX(5px);
}
@media screen and (max-width: 950px) {
    #side{
    width: 200px;
    }
}
@media screen and (max-width: 850px) {
    #side{
        display: none;
    }
}

/* *****************************************************************
SPメニュー
***************************************************************** */
.zdo_drawer_menu{
    display: none;
}
@media screen and (max-width: 850px) {
    .zdo_drawer_menu{
        display: block;
    }
    .zdo_drawer_menu *{
        margin:0;
        padding:0;
        outline:none;
        border:none;
        font:inherit;
        font-family:inherit;
        font-size:100%;
        font-style:inherit;
        font-weight:inherit;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        text-align:left;
        text-decoration:none;
        list-style:none;
    }
    .zdo_drawer_menu a{
        color:inherit;
        text-decoration:none;
    }
    .zdo_drawer_menu a:visited{color:inherit}
    .zdo_drawer_menu .zdo_drawer_bg{
        width:100%;
        height:100%;
        position:fixed;
        z-index:999;
        background-color:rgba(51,51,51,.5);
        display:none;
        top:0;
        left:0;
    }
    .zdo_drawer_menu .zdo_drawer_button{
        display:block;
        background:0 0;
        border:none;
        padding:0;
        width:35px;
        letter-spacing:.1em;
        cursor:pointer;
        position:fixed;
        top:35px;
        right:35px;
        z-index:1001;
        text-align:center;
        outline:none;
        opacity: 1;
    }
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar{width:28px;margin-left: 7px; background-color: #fff;}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1{transform:rotate(40deg)}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2{opacity:0}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3{transform:rotate(-40deg)}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text{display:none}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close{display:block;color: #fff;}
    .zdo_drawer_menu .zdo_drawer_bar{display:block;height:2px;margin:7px 0;transition:all .2s;transform-origin:0 0}
    .zdo_drawer_menu .zdo_drawer_text{text-align:center;font-size:8px;line-height: 1;font-weight: bold;margin-top: -3px;}
    .zdo_drawer_menu .zdo_drawer_close{letter-spacing:0;display:none}
    .zdo_drawer_menu .zdo_drawer_menu_text{display:block}
    .zdo_drawer_menu .zdo_drawer_nav_wrapper{width:325px;height:100%;transition:all .2s;transform:translate(325px);position:fixed;top:0;right:0;z-index:1000;background-color:rgba(0,0,0,0.8); overflow-y: auto;}
    .zdo_drawer_menu .zdo_drawer_nav_wrapper.open{transform:translate(0)}
    .zdo_drawer_menu.left .zdo_drawer_button{right:auto;left:32px}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper{transform:translate(-325px);right:auto;left:0}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open{transform:translate(0)}    
    .zdo_drawer_menu .zdo_drawer_button{color:#000}
    .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar{background-color:#000}
    
    .zdo_drawer_menu .zdo_drawer_nav{padding:80px 24px;color: #fff; font-size: 15px;}
    .zdo_drawer_menu .zdo_drawer_nav .title_line{font-weight: bold;border-bottom: 1px solid #fff;padding-bottom: .5em;margin-bottom: .5em;text-align: center;}
    .zdo_drawer_menu .zdo_drawer_nav li a{color: #fff;text-align: right;}
    .zdo_drawer_menu .zdo_drawer_nav .accordion_box .accordion_header .i_box .one_i:before,
    .zdo_drawer_menu .zdo_drawer_nav .accordion_box .accordion_header .i_box .one_i:after {
        background-color: #fff;
    }
}
@media screen and (max-width: 640px) {
    .zdo_drawer_menu .zdo_drawer_button{
        top: 35px;
        right:25px;
    }
}
@media screen and (max-width: 480px) {
    .zdo_drawer_menu .zdo_drawer_button{
        top:24px;
        right:15px;
    }
}

/* *****************************************************************
フッター
***************************************************************** */
footer {
    width: 100%;
    background-color: #595757;
    color: #fff;
    text-align: center;
}
footer .footer_txt{
    font-weight: bold;
    font-size: 12px;
    background-color: #027299;
    padding: 20px 0;
}
footer .footer{
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 25px 60px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer .company{
    width: 220px;
    font-size: 10px;
    text-align: left;
    letter-spacing: 0;
}
footer .footer .company p{
    margin-top: 1em;
}
footer .footer .footer_navi{
    width: calc(100% - 220px);
    max-width: 530px;
    padding-left: 2em;
    text-align: left;
}
footer .footer .footer_navi ul.footer_main_nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer .footer_navi ul.footer_main_nav li{
    width: 31.712%;
    border-bottom: 1px dashed #fff;
    padding-bottom: .3em;
    margin-bottom: .5em;
}
footer .footer .footer_navi ul.footer_main_nav li a{
    width: 100%;
    display: flex;
    padding: 0 .5em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
footer .footer .footer_navi ul.footer_main_nav li a::after{
    content: "＞";
    margin-left: auto;
    display: block;
}
footer .footer .footer_navi ul.footer_main_nav li a:hover{
    transform: translateX(5px);
}
footer .footer .footer_navi ul.footer_sub_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}
footer .footer .footer_navi ul.footer_sub_nav li{
    padding-right: 1em;
    font-size: 11px;
}
footer .footer .footer_navi ul.footer_sub_nav li::after{
    content: "｜";
    padding-left: 1em;
}
footer .footer .footer_navi ul.footer_sub_nav li:last-child::after{
    content: "";
}
footer .footer .footer_navi ul.footer_sub_nav li a{
    color: #fff;
}
footer .footer .footer_navi ul.footer_sub_nav li a:hover{
    opacity: .5;
}
footer .copy{
    background-color: #fff;
    color: #000;
    font-size: 10px;
    padding: 2em 1em;
}
@media screen and (max-width: 640px) {
    footer .footer_txt{
        padding: 10px 0;
    }
    footer .footer{
        padding: 20px 5%;
    }
    footer .footer .company{
        width: 100%;
        max-width: 280px;
        text-align: center;
        margin: 0 auto 2em;
    }
    footer .footer .company p {
        font-size: 12px;
    }
    footer .footer .footer_navi{
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: left;
    }
    footer .copy{
        padding: 1em;
    }
}
@media screen and (max-width: 480px) {
    footer .footer .footer_navi ul.footer_main_nav li{
        width: 100%;
    }
    footer .footer .footer_navi ul.footer_main_nav li a{
        justify-content: center;
        line-height: 2;
        font-size: 14px;
    }
    footer .footer .footer_navi ul.footer_main_nav li a::after{
        content: "";
        margin-left: 0;
    }
    footer .footer .footer_navi ul.footer_sub_nav li {
        width: 100%;
        padding-right: 0;
        font-size: 13px;
        text-align: center;
    }
    footer .footer .footer_navi ul.footer_sub_nav li::after{
        content: "";
        padding-left: 0;
    }
    footer .footer .footer_navi ul.footer_sub_nav li a{
        line-height: 3;
    }
}