@charset "UTF-8";
/* *****************************************************************
メインパーツ
文字
全体共通
ヘッダー
フッター
メニューナビ
news
***************************************************************** */

/* *****************************************************************
 *メインパーツ
***************************************************************** */
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {
    overflow-y: scroll;
}
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
article, aside, details, footer, header, main, menu, nav, section, summary {
    display: block;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	width: 100%;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}
.ec-layoutRole {
	width: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 205px;
    box-sizing: border-box;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
    #wrapper {
        padding-bottom: 170px;
    }
}
.ec-layoutRole__contents .ec-layoutRole__main {
	width: 100%;
	max-width: 1084px;
	margin: auto;
	padding: 0 30px;
}
.pagetop {
    width: 60px;
    display: none;
    position: fixed;
    right: 45px;
    z-index: 10;
}
.pagetop a {
    display: block;
}

@media (max-width: 768px) {
    .ec-layoutRole {
        padding-bottom: 170px;
    }
    .pagetop {
        right: 25px;
    }
    .ec-layoutRole__contents .ec-layoutRole__main {
        padding: 0 5%;
    }
}

/* *****************************************************************
 *文字
***************************************************************** */
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
a, a:link {
    color: #0000FF;
}
a:visited {
    color: #333333;
}
a:hover, a:active {
    color: #777777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:focus {
    outline: medium none;
}
h1.title{
    color: #1E2A67;
    font-size: 24px;
    text-align: center;
    margin: 45px 0 25px;
}
.txt14{font-size: 14px;}
.txt16{font-size: 16px;}
.txt18{font-size: 18px;}
.txt22{font-size: 22px;}
.txt24{font-size: 24px;}
.main-c-red{color: #E7191A;}
.main-c-blue{color: #1E2A67;}
.red,.ec-errorMessage{color: #FF0000;}
.gray{color: #999999;}
.t-bold{font-weight: bold;}
.t-center{text-align: center;}

.tag_1{background-color: #000;}
.tag_2{background-color: #00BAEB;}
.tag_3{background-color: #EB5299;}
.tag_4{background-color: #BC59D3;}
.tag_5{background-color: #006837;}
.tag_6{background-color: #1E2A67;}
.tag_7{background-color: #E7191A;}
.tag_8{background-color: #F15A24;}
.tag_9{background-color: #2B6ED4;}
.tag_10{background-color: #00AC5F;}
.tag_11{background-color: #FF8200;}
.tag_12{background-color: #FE6D7B;}
.tag_13{background-color: #5BC68F;}
.tag_14{background-color: #7F58BD;}

/* *****************************************************************
 *全体共通
***************************************************************** */
.w80{width: 80px;}
.w108{width: 108px;}
.w100p{width: 100%;}
.w-max800{max-width: 800px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px;}
.mrg-t40{margin-top: 40px;}
.mrg-t30{margin-top: 30px;}
.mrg-t20{margin-top: 20px;}
.mrg-t10{margin-top: 10px;}
.mrg-b5{margin-bottom: 5px;}
.mrg-b10{margin-bottom: 10px;}
.mrg-b15{margin-bottom: 15px;}
.mrg-b20{margin-bottom: 20px;}
.mrg-b30{margin-bottom: 30px;}
.mrg-b40{margin-bottom: 40px;}
a img:hover,button img:hover{
    filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.flex{
	display: -ms-flexbox;
    display: flex;
}
input[type="text"],input[type="email"],input[type="password"],input[type="number"],textarea {
	outline: none;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
    background-color: #EBEDFA;
    padding: 10px;
    font-size: 16px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus,textarea:focus {
    background-color: #fff;
    border: 2px solid #EBEDFA;
}
input[type="text"].short,input[type="number"].short{
    max-width: 70px;
}
input[type="text"].short2,input[type="number"].short2{
    max-width: 200px;
}
select{
	padding: 10px;
    background-color: #EBEDFA;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-size:12px;
    outline: none;
}
hr.blue{
    border-top:1px solid #1E2A67;
    margin: 10px 0;
}
ul.kuzu{
    margin:5px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
}
ul.kuzu li{
    color: #999999;
}
ul.kuzu li::after{
    content: "»";
    padding: 0 0.5em;
}
ul.kuzu li:last-child::after{
    content: "";
    padding: 0;
}

.pc,.sp-no{display: block;}
.tab,.sp{display: none;}
@media (max-width: 768px) {
    .tab{display: block;}
    .pc,.sp{display: none;}
    ul.kuzu{padding-left: 3%;}
}
@media (max-width: 545px) {
    .sp{display: block;}
    .sp-no{display: none!important;}
}

/* PCで電話番号リンクを無効に */
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* *****************************************************************
 *ヘッダー
***************************************************************** */
header {
	margin: 0 auto;
	border-bottom: 4px solid #1E2A67;
	position: relative;
}
header .design{
	width: 16.251%;
	height: 4px;
	background-color: #E7191A;
	position: absolute;
	bottom: -4px;
	right: 0;
}
header .design span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #E7191A transparent;
	position: absolute;
	bottom: 0;
	left: -4px;
}
header #head-area{
	display: -ms-flexbox;
    display: flex;
}
header #head-area .logo{
	width: 16.105%;
	text-align: right;
}
header #head-area .logo img{
	max-width: 215px;
	padding: 20px 20px 0 25px;
}
header #head-area .menu-area .logo2{
    display: none;
}
header #head-area .menu-area{
	width: 83.895%;
	padding-top: 20px;
}
header #head-area .menu-area .subtitle{
	max-width: 320px;
	margin-left: 20px;
	margin-bottom: 5px;
}
header #head-area .menu-area .zdo_drawer_menu{
	margin-left: 20px;
	margin-bottom: 10px;
}
header #head-area .menu-area .store-menu{
	width: 100%;
	height: 34px;
	line-height: 34px;
	background-color: #64AAA0;
	padding:0;
	position: relative;
	font-size: 14px;
	color: #fff;
    clear: both;
}
header #head-area .menu-area .store-menu .menu-head{
	width: 158px;
	height: 34px;
	background-color: #1E2A67;
	position: absolute;
	top: 0;
	left: 0;
	padding:0;
	text-align: center;
}
header #head-area .menu-area .store-menu .menu-head span{
	position: absolute;
	top: 0;
	right: -44px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 44px 0 0;
	border-color: #1e2a67 transparent transparent transparent;
}
header #head-area .menu-area .store-menu nav{
	margin-left: 202px;
}
@media screen and (max-width: 1000px) {
    header #head-area .logo{
        display: none;
    }
    header #head-area .menu-area {
        width: 100%;
        padding-top: 15px;
    }
    header #head-area .menu-area .logo2{
        display: block; 
        float: left;
        width: auto;
        height: 60px;
        padding-left:20px;
    }
    header #head-area .menu-area .logo2 img{
        width: auto;
        height: 100%;
    }
    header #head-area .menu-area .mini{
        float: left;
    }
    header #head-area .menu-area .store-menu .menu-head{
        width: 98px;
        font-size: 12px;
    }
    header #head-area .menu-area .store-menu .menu-head span{
        right: -24px;
        border-width: 34px 24px 0 0;
    }
    header #head-area .menu-area .store-menu nav{
        margin-left: 122px;
    }
}
@media screen and (max-width: 545px) {
    header #head-area .menu-area .subtitle{display: none;}
    header #head-area .menu-area .logo2{margin-bottom: 15px;}
    header #head-area .menu-area .store-menu .menu-head{
        width: 108px;
    }
}

/* *****************************************************************
 *フッター
***************************************************************** */
footer {
    width: 100%;
    height: 205px;
    margin: 0px;
    padding-top: 20px;
    position: relative;
}
footer .copy{
    background-color: #1E2A67;
    color: #fff;
    text-align: center;
    height: 40px;
    position: relative;
}
footer .copy span.red-area{
    position: absolute;
	top: 0;
    left: 0;
    width: 172px;
    height: 40px;
    background-color: #E7191A;
}
footer .copy span.triangle{
	position: absolute;
	top: 0;
	left: 172px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 0;
	border-color: #E7191A transparent transparent transparent;
}
footer .copy p{
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
footer #footer{
    max-width: 1300px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
}
footer #footer .logo{
    max-width: 186px;
    margin: 0 3.8% 25px 15px;
}
footer #footer .footer-nav{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}
footer #footer .footer-nav ul{
    margin-right: 4.5%;
}
footer #footer .footer-nav ul li a{
    color: #1E2A67;
}
footer #footer .footer-nav ul li a:hover{
    color: #E7191A;
}

@media screen and (max-width: 768px) {
    footer {
        height: 170px;
        margin-top: 0;
        padding-top: 20px;
    }
    footer #footer {
        display: block;
    }
    footer #footer .footer-nav{
        display: none;
    }
    footer #footer .logo{
        width: 102px;
        margin: 10px auto 25px;
    }
}


/* *****************************************************************
 *メニューナビ
***************************************************************** */
.zdo_drawer_button{
    display: none;
    opacity: 0;
}
ul.zdo_drawer_nav,
.store-menu nav.store-pc ul{
	display: -ms-flexbox;
    display: flex;
}
ul.zdo_drawer_nav li a{
	color: #1E2A67;
	margin-right: 1em;
}
ul.zdo_drawer_nav li a:hover{
    color: #E7191A;
}
ul.zdo_drawer_nav li a::after,
.store-menu nav.store-pc ul li a::after{
	content: "｜";
	padding-left: 1em;
}
ul.zdo_drawer_nav li:last-child a::after,
.store-menu nav.store-pc ul li:last-child a::after{
	content: " ";
	padding-left: 0;
}
.store-menu nav.store-pc ul li a{
	color: #fff;
	margin-right: 1em;
}
.store-menu nav.store-pc ul li a:hover{
    color: #FFFF00;
}
.store-menu .store-sp{
    display: none;
}
.log-menu{
    max-width: 1044px;
    padding: 5px 1em;
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.log-menu .user{
   max-width: 51.724%;
    color: #1E2A67;
}
.log-menu .btn-area{
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
}
.log-menu .btn-area.login-before{
    min-width: 48.76%;
}
.log-menu .btn-area p{
    margin-left: 15px;
}
.log-menu .btn-area p.total{
    margin-left: 0.5em;
    color: #64AAA0;
}
.log-menu .btn-area p.total::before{
    content: "｜";
    padding-right: 0.5em;
}
@media screen and (max-width: 900px) {
    .log-menu .btn-area p{margin-left: 10px;}
    .log-menu .btn-area .w80{width: 70px;}
    .log-menu .btn-area .w108{width: 98px;}
}
@media screen and (max-width: 768px) {
    .log-menu .btn-area p{margin-left: 15px;}
    .log-menu .btn-area .w80{width: 80px;}
    .log-menu .btn-area .w108{width: 108px;}
    .log-menu .btn-area{
        -ms-flex-pack: center;
        justify-content: center;
    }
    .log-menu{display: block;}
    .log-menu .user{max-width: 100%; text-align: center; margin-bottom: 5px;}
}
@media screen and (max-width: 545px) {
    ul.zdo_drawer_nav{
        display: block;
    }
    .log-menu .btn-area{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .log-menu .btn-area p.total{
        width: 100%;
        margin:5px auto 0;
        text-align: center;
    }
    ul.zdo_drawer_nav li a::after,
    .log-menu .btn-area p.total::before{
        content: "";
        padding-right: 0;
    }
     .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 #64AAA0;
        border:none;
        padding:10px;
        width:60px;
        letter-spacing:.1em;
        cursor:pointer;
        position:absolute;
        top:15px;
        right:15px;
        z-index:1001;
        text-align:center;
        outline:none;
        opacity: 1;
        border-radius: 4px;
    }
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar{width:40px}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1{transform:rotate(36deg);width: 53px;}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2{opacity:0}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3{transform:rotate(-38deg);width: 50px; margin-left: -3px;}
    .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}
    .zdo_drawer_menu .zdo_drawer_bar{
        display:block;
        height:8px;
        margin:0;
        transition:all .2s;
        transform-origin:0 0;
        border-radius: 4px;
    }
    .zdo_drawer_menu .zdo_drawer_text{text-align:center;font-size:10px}
    .zdo_drawer_menu .zdo_drawer_nav_wrapper{width:312px;height:100%;transition:all .2s;transform:translate(312px);position:fixed;top:0;right:0;z-index:1000;background-color:#fff; 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(-312px);right:auto;left:0}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open{transform:translate(0)}
    .zdo_drawer_menu .zdo_drawer_nav{padding:100px 24px}
    .zdo_drawer_menu .zdo_drawer_nav li{font-size:16px;margin-bottom:25px;}
    .zdo_drawer_menu .zdo_drawer_nav li a{color: #1E2A67!important;}
    .zdo_drawer_menu .zdo_drawer_button{color:#fff}
    .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar{background-color:#fff;}
    .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar2{
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        background-color: transparent;
        margin: 6px 0 9px;
        line-height: 1;
    }
}

@media screen and (max-width: 1200px) {
    .store-menu nav.store-pc ul li a{
        font-size: 13px;
    }
    .store-menu nav.store-pc ul li a::after{
        content: "｜";
        padding-left: 1%;
    }
}
@media screen and (max-width: 1000px) {
    .store-menu nav.store-pc ul li a{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .store-menu nav.store-pc{
        display: none;
    }
    .store-menu .store-sp{
        display: block;
        margin-left: 140px;
    }
    .store-menu .store-sp a{color: #fff; display: block;}
}
@media screen and (max-width: 545px) {
    .store-menu .store-sp{
        margin-left: 132px;
        text-align: center;
    }
}

/* **************ストアメニューモーダル************** */
.modal .box {
    display: block;
}
.modal .box .close-modal-store{
    cursor: pointer;
    background-color: #fff;
    padding: 12px 20px;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #64AAA0;
    line-height: 1;
}
.modal .box nav{
    width: 90%;
    margin: 80px auto 0;
    text-align: center;
}
.modal .box nav ul{
    border-top: 1px solid #fff;
}
.modal .box nav ul li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.modal .box nav ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
}


/* *****************************************************************
News
***************************************************************** */
.top_news{
    max-width: 100%;
}
.ec-newsRole__newsItem{
    max-width: 100%;
    background-color: #dcdddd;
    border-bottom: 1px solid #fff;
    padding: 7px 0;
}
.ec-newsRole__newsColumn{
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: auto;
}
.ec-newsRole__newsTitle{
    width: 100%;
    text-align: center;
    font-family:"ヒラギノ角ゴ Pro","メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 1em ;
    line-height: 1.5;
    color: #FF0000;
    cursor: pointer;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    display: block;
    margin-left: auto;
    margin-right: 1em;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: white;
    text-align: center;
    background: black;
    cursor: pointer;
}
.ec-newsRole .ec-newsRole__newsCloseBtn::before{
    content: "＋";
}
.ec-newsRole .is_active .ec-newsRole__newsCloseBtn::before{
    content: "ー";
}
.ec-newsRole__newsDescription{
    max-width: 1280px;
    display: none;
    background-color: #fff;
    border: 2px solid #1c2a55;
    margin: 5px auto;
    padding: 15px 30px;
}
.other_link_box{
    margin-top: 15px;
    text-align: right;
}
@media (max-width: 768px) {
    .ec-newsRole__newsDescription{
        padding: 15px 5%;
    }
}
@media screen and (max-width: 545px) {
    .front_page .top_news {
        margin-top: 15px;
    }
    .ec-newsRole__newsTitle{
        font-size: 15px;
    }
}
