/* カスタマイズ用CSS */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@700&display=swap');
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-style: normal;
    color: #222;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
}

.ec-registerRole,
.ec-contactRole,
.ec-productRole .ec-productRole__price .ec-productRole__priceRegularTax,
.ec-productRole .ec-productRole__price .ec-productRole__priceRegularTax,
.ec-productRole .ec-productRole__price .ec-productRole__priceRegularPrice,
.ec-headingTitle,
.ec-productRole,
.ec-shelfRole{
    color: #222;
}

.serif{
	font-family: "Noto Serif JP";
}

.ec-layoutRole{
	overflow: hidden;
}

::marker{
	color: #fff;
}

ul {
  list-style: none;
}

.red_text{
	color: #D90000;
}

.link_text:hover,
.link_text{
	color: #2980B9;
}

.ec-navlistRole .active a{
    color: #C22818;
}

.under_bar{
	text-decoration: underline;
	color: inherit;
}

.bold{
	font-weight: bold;
	color: inherit;
}

.zasThumb{
	padding: 50% 50% !important;
}

a.over {
	transition: .3s;
}

a.over:hover {
	text-decoration: none;
	opacity: .6;
}

p,
a,
li{
	font-size: 15px;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

img {
	max-width: 100%;
}

.svg img{
    width: 100%;
}

.sp.tab{
    display: inherit;
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.ec-blockTopBtn{
    bottom: 0;
    width: 60px;
    height: 60px;
    line-height: 0;
    background: none;
    opacity: 1;
    z-index: 10;
}

.have_curtain .ec-overlayRole{
    z-index: 1;
}

.ec-newsRole .ec-newsRole__newsCloseBtn{
    line-height: 150%;
}


/* bg_photo
   ================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* header
   ================================================================== */
.header_gnav_wrap{
    display: none;
}
    
.header_flex{
    width: 100%;
}

.ec-headerNaviRole .ec-headerNaviRole__right{
    width: 100%;
}

.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 20px;
    width: 40%;
    max-width: 320px;
}
    
.ec-cartNavi .ec-cartNavi__badge{
    background-color: #C22818;
}


/* Navi
   ================================================================== */
.slide_menu{
    display: none;
}


/* Sp Navi
   ================================================================== */
.ec-headerLinkArea span,
.ec-headerLink__icon i{
    color: #fff;
}

.ec-headerCategoryArea{
    border-top: 1px solid #CCCCCC;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading{
    border-top: none;
}


/* footer
   ================================================================== */
.ec-footerRole{
    margin-top: 15vw;
    padding-top: 0;
    background: #fff;
    border: none;
}

.ec-footerTitle .ec-footerTitle__copyright,
.ec-footerNavi .ec-footerNavi__link a{
    color: #222;
}

/* footer_content_links */
.footer_content_links{
    margin: 0;
}

.footer_content_links ul{
    margin: 0;
}

.footer_content_links ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
    overflow: hidden;
}

.footer_content_links ul li a:hover{
    text-decoration: none;
}

.footer_content_links ul li a .inbox{
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer_content_links ul li a .eng{
    font-size: 6vw;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
}

.footer_content_links ul li a .jpn{
    margin: 4vw 0 0;
    font-size: 6.5vw;
    color: #fff;
    font-family: "Noto Serif JP";
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.08em;
    display: block;
}

.footer_content_links ul li a .bg_photo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_content_links ul li a .bg_photo::before{
    content: "";
    background: rgba(0,0,0,.26);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* footer_company_box */
.footer_company_box{
    margin: 0;
    position: relative;
}

.footer_company_box::before{
    content: "";
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_company_box .inner{
    padding: 15vw 5vw;
    position: relative;
    z-index: 1;
}

.footer_company_box .left{
    margin: 0;
}

.footer_company_box .logo{
    margin: 0;
}

.footer_company_box .right{
    margin: 8vw 0 0;
}

.footer_company_box .site_name span{
    display: block;
    color: #fff;
    line-height: 150%;
}

.footer_company_box .site_name .name{
    font-size: 6vw;
    font-weight: 700;
}

.footer_company_box .site_name .with{
    margin: 1vw 0 0;
    font-size: 4vw;
    font-weight: 400;
}

.footer_company_box .right p{
    margin: 4vw 0 0;
    font-size: 3.5vw;
    color: #fff;
    line-height: 150%;
}

.foot_sns{
    margin: 5vw 0 0;
    display: flex;
}

.foot_sns li{
    margin: 0 0 0 10px;
    width: 35px;
    line-height: 0;
}

.foot_sns li:first-child{
    margin-left: 0;
}

.foot_sns li a{
    display: block;
    line-height: 0;
}

.foot_sns li a img{
    -webkit-backface-visibility: hidden;
}

.ec-footerNavi{
    margin: 0;
}


/* index_kv
   ================================================================== */
.index_kv{
    position: relative;
}

.main_visual,
.main_visual .slick-list,
.main_visual .slick-track,
.main_visual .slick-slide{
    width: 100%;
    height: 100%;
}

.main_visual{
    position: absolute;
    top: 0;
    left: 0;
}

.index_kv .inner{
    height: 135vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.index_kv h2{
    margin: 0 0 6vw;
    padding: 0 5vw 0 0;
    text-align: right;
}

.index_kv h2 > span{
    font-family: "Noto Serif JP";
    color: #fff;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.08em;
    display: block;
}

.index_kv h2 .name{
    font-size: 6vw;
}

.index_kv h2 .with{
    margin: 3vw 0 0;
    font-size: 4vw;
}

.index_kv .text{
    margin: 2vw 0 0;
    text-align: right;
}

.index_kv .text p{
    padding: 1.5vw 4vw;
    font-size: 4.2vw;
    font-weight: 900;
    color: #222;
    display: inline-block;
    background: rgba(255,255,255,.6);
}


/* under_kv
   ================================================================== */
.under_kv{
    position: relative;
}

.under_kv .inner{
    padding: 8vw 5vw;
    height: 40vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: right;
    justify-content: flex-end;
}

.under_kv h2 > span{
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 150%;
}

.under_kv h2 .eng{
    font-size: 5vw;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
}

.under_kv h2 .jpn{
    margin: 2vw 0 0;
    font-size: 5vw;
    letter-spacing: 0.08em;
    font-family: "Noto Serif JP";
}


/* over_bg
   ================================================================== */
.over_bg{
    position: relative;
}

.over_bg::before{
    content: "";
    background: rgba(255,255,255,.32);
    width: 20vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.over_bg::after{
    content: "";
    background: rgba(0,0,0,.20);
    width: 60vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.over_bg .inner{
    position: relative;
    z-index: 1;
}


/* block_title
   ================================================================== */
.block_title{
    margin: 0 0 0;
}

.block_title > span{
    display: block;
    line-height: 130%;
    font-weight: 700;
}

.block_title .eng{
    font-size: 4vw;
    color: #B2020C;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
}

.block_title .jpn{
    margin: 1vw 0 0;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
}


/* com_btn
   ================================================================== */	
.com_btn{
	text-align: center;
	line-height: 0;
}

.com_btn a{
    padding: 4vw 3vw;
	width: 60vw;
    max-width: 100%;
	display: inline-block;
	background: #222;
    border: 1px solid #222;
    box-sizing: border-box;
	position: relative;
    text-align: center;
	text-decoration: none !important;
}

.com_btn.red a{
	background: #B2020C;
    border-color: #B2020C;
}

.com_btn.orange a{
	background: #F38200;
    border-color: #F38200;
}

.com_btn.w270 a,
.com_btn.w300 a{
	width: 42vw;
}

.com_btn.w400 a{
	width: 90vw;
}

.com_btn a > span{
	padding: 0;
	display: block;
	font-size: 4.5vw;
	line-height: 150%;
	letter-spacing: 0.10em;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 900;
	box-sizing: border-box;
    position: relative;
    z-index: 1;
    word-break: break-word;
}

.com_btn.borderon a > span{
	font-size: 5vw;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.com_btn.borderon a::before{
	content: "";
    background: #707070;
    width: 20vw;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10vw;
}


/* arrow_btn
   ================================================================== */	
.arrow_btn{
	text-align: center;
	line-height: 0;
}

.arrow_btn a{
    padding: 4vw 5vw;
	width: 90vw;
	background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
	position: relative;
    display: flex;
    align-items: center;
	text-decoration: none !important;
    border-radius: 10px;
}

.arrow_btn a span{
    font-size: 4vw;
}

.arrow_btn a svg{
    margin: 0 0 0 auto;
    width: 2vw;
}


/* banner
   ================================================================== */
.banner{
    margin: 5vw auto 0;
    width: 95%;
    text-align: center;
    line-height: 0;
}

.banner a{
    display: inline-block;
    line-height: 0;
}


/* index_products_list
   ================================================================== */
.index_products_list{
    position: relative;
}

.index_products_list .ec-role{
    padding: 3vw;
}

.index_products_list ul{
    margin: 0;
}

.index_products_list ul li{
    margin: 3vw 0 0;
}

.index_products_list ul li:first-child{
    margin-top: 0;
}

.index_products_list ul li a{
    display: inline-block;
}


/* news
   ================================================================== */
.ec-newsRole .block_title{
    margin: 0 0 10vw;
}

.ec-newsRole .ec-newsRole__newsItem{
    border-bottom: 1px dashed #ccc !important;
}

.ec-newsRole__newsDescription,
.ec-newsRole__newsTitle,
.ec-newsRole__newsDate{
    padding: 0 3vw;
}

.ec-newsRole__newsHeading{
    position: relative;
}

.ec-newsRole .ec-newsRole__newsClose {
    width: 10%;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.ec-newsRole .ec-newsRole__newsTitle,
.ec-newsRole__newsItem .ec-newsRole__newsDescription,
.ec-newsRole .ec-newsRole__newsDate{
    color: #333;
    letter-spacing: 0.10em;
}


/* commitment
   ================================================================== */
.commitment {
    margin-top: 30px;
}

.commitment .ec-eyecatchRole .ec-eyecatchRole__image {
    margin: 0 0 20px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
}


/* Btn関連
   ================================================================== */
.ec-blockBtn--action{
    background-color: #C22818;
    border-color: #C22818;
}

.ec-blockBtn--cancel{
    background-color: #AD496B;
    border-color: #AD496B;
}

/* 登録完了ページ */
a.ec-blockBtn--action + a.ec-blockBtn--cancel{
    margin-top: 16px;
}


/* ==================================================================
   Product Custom
   ================================================================== */


/* Product list
   ================================================================== */
.ec-topicpath {
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ec-topicpath li {
    margin-top: 0;
}

.ec-topicpath .ec-topicpath__divider {
    background: #707070;
    text-indent: -9999px;
    width: 1px !important;
    max-width: 1px;
    min-width: 1px;
}

.ec-topicpath .ec-topicpath__item--active a,
.ec-topicpath .ec-topicpath__item a {
	padding: 0 10px;
	font-size: 14px;
	color: #2980B9;
    font-weight: normal;
}

.ec-searchnavRole .ec-searchnavRole__infos {
	padding-top: 15px;
}

.ec-searchnavRole .ec-searchnavRole__counter {
	font-size: 14px;
	font-weight: 500;
}


/* index_online_shop おすすめ商品カスタマイズ
   ================================================================== */
.index_online_shop.ec-shelfRole{
    margin: 15vw auto 0;
}

.index_online_shop .ec-shelfGrid{
    margin: 8vw 0 0;
}

.index_online_shop .photo{
    display: block;
    width: 100%;
    height: 48vw;
}

.index_online_shop .from_here{
    margin: 15vw 0 0;
}

.from_here{
    padding: 8vw 4vw;
    background: #F2F0EC;
}

.from_here p{
    margin: 0 0 6vw;
}


/* Product list 商品表示
   ================================================================== */
.ec-shelfRole {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 20px;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
    margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46vw;
}

.ec-shelfGrid__item-image img,
.index_online_shop .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ec-shelfGrid .ec-shelfGrid__item p{
    margin: 10px 10px 0;
	font-size: 15px;
	font-weight: bold;
}

.index_online_shop .ec-shelfGrid .ec-shelfGrid__item p{
    margin: 10px 0 0;
    padding: 0 0 0;
	font-weight: 500;
}

.ec-shelfGrid .ec-shelfGrid__item p.description_text,
#recommend_products .ec-shelfGrid .ec-shelfGrid__item p{
	font-weight: normal;
}

.index_online_shop .item_price,
.ec-shelfGrid .ec-shelfGrid__item p:last-child{
    margin: 0 10px;
    font-weight: 500;
}

.index_online_shop .item_price,
.ec-shelfGrid .ec-shelfGrid__item p.price02-default{
	font-size: 14px;
	font-weight: 500;
}

.index_online_shop .item_price{
    margin: 5px 0 0;
    font-weight: 400;
}

.zeikomi{
    font-size: .72em;
}


/* Product list ページネーション
   ================================================================== */
.ec-pagerRole {
	margin: 20px 0 0;
}

.ec-pager {
	padding: 0 10px;
    text-align: center;
	font-size: 0;
}

.ec-pager .ec-pager__item--active,
.ec-pager .ec-pager__item{
	margin-left: 10px;
	padding: 0;
}

.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item a{
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	transition: .3s;
}

.ec-pager .ec-pager__item a{
	background: #ddd;
}

.ec-pager .ec-pager__item--active a{
	background: #000;
	color: #fff !important;
}

.ec-pager .ec-pager__item:hover {
    background: none;
}

.ec-pager .ec-pager__item a:hover {
    color: #fff !important;
	background: #000;
}


/* Product detail
   ================================================================== */
.ec-productRole {
	padding-left: 10px;
    padding-right: 10px;
}

.ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
	max-width: 320px;
}

.ec-sliderItemRole .slick-slider {
    margin-bottom: 0;
}

.ec-sliderItemRole .slick-slide {
    height: 320px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    outline: none;
}

.ec-sliderItemRole .slick-slide img {
	margin: auto;
	width: auto;
	max-width: 100%;
    max-height: 100%;
}

.ec-sliderItemRole .slick-dots {
    bottom: -45px;
}

.ec-grid2__cell .ec-productRole__description,
.ec-productRole .ec-productRole__category,
.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__code,
.ec-productRole .ec-productRole__priceRegular,
.ec-productRole .ec-productRole__title{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ec-grid2__cell .ec-productRole__description.text {
    margin: 0 0 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    position: relative;
	display: inherit;
}

.ec-productRole .ec-productRole__profile .ec-productRole__priceRegular {
    padding: 0 !important;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    margin: 0;
    font-size: 18px;
	font-weight: bold;
}

.ec-productRole .ec-productRole__title {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
	font-size: 0;
    margin-bottom: 0;
}

.ec-productRole .ec-productRole__tags {
    border-bottom: none;
    padding: 0;
	font-size: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.ec-productRole .ec-productRole__tag {
    margin-top: 5px;
	margin-right: 5px;
    padding: 6px 15px;
    font-size: 13px;
    color: #222;
    border: solid 1px #ddd;
    border-radius: 6px;
    background-color: #F5F5F5;
}

.ec-productRole .ec-productRole__price {
    border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__price .ec-productRole__priceRegularPrice {
    font-size: 15px;
}

.ec-productRole .ec-productRole__price .ec-productRole__priceRegularTax {
    font-size: 11px;
}

.ec-productRole .ec-productRole__price .ec-price {
	padding-top: 0;
	padding-bottom: 14px;
    color: #C22818;
}

.ec-productRole .ec-productRole__price span {
    color: inherit;
}

.ec-productRole .ec-productRole__priceRegular .ec-productRole__priceRegularPrice {
    font-size: 15px;
}

.ec-productRole .ec-productRole__priceRegularTax {
    font-size: 11px;
}

.ec-price .ec-price__price {
	padding: 0;
    font-size: 25px;
}

.ec-price .ec-price__tax {
    font-size: 15px;
    font-weight: bold;
}

.ec-productRole .ec-productRole__code {
    border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.ec-productRole .ec-productRole__category {
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 25px;
    border-bottom: 1px solid #ddd;
	position: relative;
}

.ec-productRole .ec-productRole__category ul,
.ec-productRole .ec-productRole__category div {
	z-index: 1;
    position: relative;
}

.ec-productRole .ec-productRole__category a span,
.ec-productRole .ec-productRole__category div {
    font-size: 13px;
}

.ec-productRole .ec-productRole__category a {
	font-size: 13px;
	color: #2980B9;
}

.ec-grid2__cell .ec-productRole__description {
	padding-top: 14px;
	font-size: 15px;
	line-height: 25px;
	z-index: 1;
    position: relative;
}

.ec-grid2__cell .ec-productRole__profile form {
	z-index: 1;
    position: relative;
}

.ec-productRole .ec-productRole__actions{
	text-align: left;
}

.ec-productRole .ec-numberInput span{
	margin-right: 5px;
	font-size: 15px;
}

.ec-blockBtn--action.add-cart {
	background: #C22818;
}

.ec-productRole__btn .ec-blockBtn--cancel,
.ec-productRole__btn .ec-blockBtn--action,
.ec-productRole__btn .ec-blockBtn--action.add-cart {
    margin: auto;
	padding-top: 2px;
	font-size: 16px;
    letter-spacing: 0.10em;
	font-weight: bold;
	height: 60px;
    line-height: 60px;
	border: none;
    width: 100%;
}

.ec-productRole .ec-productRole__actions .ec-select select{
	max-width: 370px;
	min-width: 300px;
    margin-left: auto;
}

.ec-productRole__btn .ec-blockBtn--action {
	background: #C22818;
}

.ec-productRole__btn .ec-blockBtn--cancel {
	background: #F1C40F;
}

.ec-productRole .ec-blockBtn--action[disabled] {
    background: #ccc;
	opacity: 1 !important;
}

.ec-productRole .ec-blockBtn--action[disabled]:hover {
	opacity: 1 !important;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--cancel[disabled] {
    background-color: #F1C40F;
	opacity: .5 !important;
}

.ec-productRole .ec-blockBtn--action[disabled]:hover {
	opacity: 1 !important;
}

.ec-registerRole .ec-blockBtn--action {
    margin-top: 16px;
}

.se-purchase-restrict-confirm_age p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.se-purchase-restrict-confirm_age .ec-grid2 {
    margin: 15px 0 10px;
    display: flex;
    max-width: 350px;
}

.se-purchase-restrict-confirm_age .ec-grid2 button {
    width: 50% !important;
    height: 60px;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 0.10em;
}


/* Product detail フリーエリア
   ================================================================== */
.detail_table{
	margin: 40px auto 0;
	width: 100%;
	border-top: 1px solid #ddd;
}

.detail_table td,
.detail_table th{
	padding: 10px 10px;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.10em;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.detail_table th{
	text-align: center;
	vertical-align: middle;
	background: #F9F9F9;
	font-weight: bold;
}

.detail_btn{
	margin: 30px auto 0;
	max-width: 370px;
}

.detail_btn a{
	padding: 0;
	display: block;
	font-size: 16px;
	color: #fff;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
	text-align: center;
	background: #525263;
	text-decoration: none !important;
}


/* Product detail レビュー
   ================================================================== */
.ec-layoutRole__main #product_review_area {
    margin-top: 40px;
	border: none;
}

.ec-layoutRole__main .ec-role {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
}

#product_review_area .ec-rectHeading h1,
#product_review_area .ec-rectHeading h2,
#product_review_area .ec-rectHeading h3,
#product_review_area .ec-rectHeading h4,
#product_review_area .ec-rectHeading h5,
#product_review_area .ec-rectHeading h6 {
    background: #F9F9F9;
    padding: 15px 12px;
    font-size: 15px;
}

#product_review_area .ec-role .recommend_average {
    color: #F1C40F;
}

#product_review_area .review_btn {
    margin: 25px auto 0;
	max-width: 370px;
}

#product_review_area .review_btn .ec-inlineBtn--action {
    padding: 0;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #AD496B;
    text-decoration: none !important;
	border: none;
}

/* レビュー内容 */
#product_review_area #reviewContent > p{
	padding: 15px 10px;
}

#product_review_area #reviewContent .review_list{
	padding-left: 10px;
}

#product_review_area #reviewContent .review_list li {
    margin-bottom: 0;
	padding: 15px 10px;
	border-bottom: 1px dashed #ddd;
}

#product_review_area #reviewContent .review_list li .review_date {
    font-weight: normal;
}

#product_review_area #reviewContent .review_list li .recommend_level {
	margin-left: 0;
	margin-right: 16px;
    color: #F1C40F;
}

#product_review_area .review_list li .star_title {
    margin: 0 0 5px;
}

#product_review_area .review_list li .star_title strong {
    font-size: 15px;
}

#product_review_area .review_list li .recommend_name {
    margin-left: 0;
	font-size: 14px;
}

#product_review_area .review_list li .review_day {
    margin: 0 0 5px;
	font-size: 13px;
}


/* Product detail 関連商品
   ================================================================== */
#RelatedProduct-product_area {
    margin-top: 50px;
}

#RelatedProduct-product_area .block_title{
	margin-bottom: 30px;
    text-align: left;
}

#RelatedProduct-product_area .ec-secHeading{
    padding: 0 10px 15px;
	margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}


/* recommend_products おすすめ商品
   ================================================================== */
#recommend_products {
    margin-top: 50px;
}

#recommend_products .block_title{
	margin-bottom: 30px;
    text-align: left;
}

#recommend_products .ec-secHeading{
    padding: 0 10px 15px;
	margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

#recommend_products dl{
    margin: 0;
}

#recommend_products dl dt{
    margin: 10px 10px 0;
	font-size: 15px;
    line-height: 170%;
	font-weight: bold;
}

#recommend_products dl dd{
    margin: 0 10px;
    line-height: 170%;
    font-weight: 500;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.10em;
	line-height: 200%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	background: #fff;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 10px;
	font-weight: bold;
}

.design_table td{
	padding: 0 10px;
}

.design_table td p{
    margin: 0;
	font-size: 15px;
	letter-spacing: 0.10em;
	line-height: 200%;
}

.design_table td .border{
	padding: 10px 0;
	border-top: 1px solid #ccc;
}


/* other_block
   ================================================================== */
.other_block {
	margin-top: 50px;
}

.ec-role .other_block:first-child {
	margin-top: 0;
}

.ec-withdrawRole,
.ec-mypageRole,
.ec-contactRole,
.ec-registerRole,
.ec-role .other_block:last-child {
	margin-bottom: 30px;
}

.ec-pageHeader > h1 {
	margin: 0 0 30px;
	padding: 0 10px 15px;
	font-size: 20px;
	border: none;
    border-bottom: 1px solid #ddd;
}

.ec-off1Grid .ec-off1Grid__cell {
	margin: 0 auto;
}

.other_block .message {
	padding: 0 10px;
}

.other_block .ceo {
	margin: 20px 0 0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.other_block .flex_box {
	margin: 0 0 0;
}

.other_block .flex_box > li {
	margin: 20px 0 0;
}

.other_block .flex_box .text_box {
	padding: 0 10px;
}

.other_block .flex_box .text_box h2 {
	font-size: 18px;
	font-weight: bold;
}

.other_block .flex_box .text_box p {
	margin: 6px 0 0;
}

.other_block .flex_box .map_box {
	margin: 15px 0 0;
	line-height: 0;
}

.other_block .flex_box .map_box iframe {
	width: 100%;
	height: 60vw;
	max-height: 250px;
}

/* レビュー */
.ec-para-nomal {
	padding: 0 5px 20px;
}

/* 確認画面 */
.ec-off1Grid form > p {
	padding: 0 5px 20px;
}

/* サンクス */
.ec-registerCompleteRole h2 {
	padding: 20px 0 0;
    font-size: 18px;
}

.ec-reportDescription {
    font-size: 15px;
    line-height: 30px;
}

/* privacy */
.privacy_top_text{
	padding: 0 10px;
}

.privacy_list{
	margin: 20px 0 0;
	padding: 0 10px;
}

.privacy_list > li{
	margin: 30px 0 0;
}

.privacy_list li h2{
	font-size: 16px;
	font-weight: bold;
}

.privacy_list li p{
	margin: 5px 0 0;
	letter-spacing: 0.10em;
	line-height: 200%;
}


/* カートボタン
   ================================================================== */
.ec-cartNaviIsset::before,
.ec-cartNaviNull::before {
    right: 35px;
}

.ec-cartNaviNull,
.ec-cartNaviIsset {
    z-index: 1005;
}
.ec-alert-warning,
.ec-cartNaviNull .ec-cartNaviNull__message {
    background-color: rgba(0,0,0,.8);
}

.ec-cartNaviNull .ec-cartNaviNull__message p {
    color: #fff;
}


/* Form 関係
   ================================================================== */
.ec-registerRole .ec-registerRole__actions{
    padding-top: 0;
}

.ec-borderedDefs{
    margin-bottom: 30px;
}


/* 利用規約
   ================================================================== */
.ec-off1Grid .ec-off1Grid__cell {
    line-height: 170%;
}


.ec-numberInput input[type='number']{
    text-align: center;
}


/* #news_readmore
   ================================================================== */
#news_readmore{
    margin: 25px auto 0;
    width: 250px;
    border: 1px solid #000;
    padding: 15px 0;
    display: block;
    background: #fff;
    color: #000;
}


/* ==================================================================
   INDEX PAGE CSS
   ================================================================== */

/* index_under_kv
   ================================================================== */
.index_under_kv{
	background: #EFEBE3;
}

.index_under_kv .inner{
	padding: 8vw 6vw;
}

.index_under_kv h3{
    margin: 0 0 4vw;
	font-size: 4.5vw;
    font-weight: 900;
}

.index_under_kv .photo{
	margin: 0 4vw 0 0;
    float: left;
    width: 40%;
}

.index_under_kv p{
	margin: 0 0 0;
}


/* promotion_movie
   ================================================================== */
.promotion_movie{
	margin: 8vw 0 0;
    padding: 0 0 55vw;
    position: relative;
    background: #FAF8F5;
}

.promotion_movie .bg_photo{
    position: relative;
}

.promotion_movie .bg_photo::before{
    content: "";
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.promotion_movie .inner{
	padding: 20vw 6vw 0;
    height: 90vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.promotion_movie h3{
    margin: 0 0 0 auto;
    width: 50vw;
	line-height: 0;
}

.promotion_movie .movie{
    margin: 10vw 0 0;
    width: 90vw;
	line-height: 0;
    position: relative;
}

.promotion_movie .movie iframe{
    width: 100%;
    height: 75vw;
    position: absolute;
    top: 0;
    left: 0;
}


/* contents_links
   ================================================================== */
.contents_links{
	margin: 0 0 0;
}

.contents_links .text_box{
	padding: 5vw 5vw 8vw;
}

.contents_links .text_box p{
    margin: 5vw 0;
	font-size: 4.2vw;
    font-weight: 700;
}

.contents_links .text_box .com_btn{
    text-align: left;
}


/* insert_cv footer_company_boxのカスタム
   ================================================================== */
.insert_cv{
	margin: 0 0 0;
}

.insert_cv .cv_btn{
	margin: 8vw 0 0;
}

.insert_cv .cv_btn h3{
	padding: 0 3vw 3vw;
    font-size: 4.2vw;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.insert_cv .cv_btn h3::after{
	content: "";
    background: #fff;
    width: 2000%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.insert_cv .cv_btn ul{
	margin: 8vw 0 0;
    display: flex;
}

.insert_cv .cv_btn ul li{
	margin: 0 3vw 0 0;
}

.insert_cv .cv_btn ul li:last-child{
	margin: 0 0 0;
}


/* photos_block
   ================================================================== */
.photos_block{
	margin: 15vw 0 10vw;
}

.photos_block ul{
	margin: 0 0 0;
}

.photos_block ul li{
    position: relative;
	z-index: 1;
}

.photos_block .img02{
	margin: 8vw 3vw 0 auto;
    width: 65vw;
}

.photos_block .img03{
	margin: -20vw 0 0 3vw;
    width: 50vw;
}

.photos_block .right{
	display: flex;
    align-items: center;
}

.photos_block .right ul{
	margin: 0 2.5vw;
    position: relative;
}

.photos_block .right ul:first-child{
	margin-top: 35vw;
}

.photos_block .right ul:first-child::before,
.photos_block .right ul:nth-child(2)::before{
	content: "";
    background: #FAF8F5;
    position: absolute;
}

.photos_block .right ul:first-child::before{
	top: -20vw;
    left: -10vw;
    width: 200vw;
    height: 85vw;
}

.photos_block .right ul:nth-child(2)::before{
	bottom: -10vw;
    left: -15vw;
    width: 50vw;
    height: 30vw;
}

.photos_block .right ul li{
	margin: 5vw 0;
}

.photos_block .photos_block_logo{
	margin: 5vw auto 0;
    width: 40vw;
    position: relative;
	z-index: 2;
}


/* ==================================================================
   USER DATE PAGE CSS
   ================================================================== */

/* user_content_warp
   ================================================================== */
.user_content_warp{
	margin: 15vw 0 0;
}

.user_content_warp .inner{
    margin: 0 auto;
	padding: 0 3vw;
}

.user_content_warp p{
    font-size: 3.5vw;
}

.user_content_warp.access_page p{
    line-height: 200%;
}

.user_content_warp .star{
    color: #F38200;
}

.user_content_warp .top_block .sub{
    margin: 2vw 0 0;
    font-size: 3.8vw;
    font-weight: 700;
}

.user_content_warp .top_block .text{
    margin: 4vw 0 0;
}

.user_content_warp .top_block .movie{
    margin: 8vw 0 0;
}

.user_content_warp .top_block .movie iframe{
    width: 100%;
    height: 75vw;
}


/* pictures_block
   ================================================================== */
.pictures_block{
	margin: 6vw 0 0;
}

.top_block .pictures_block{
	margin: 7vw 0 0;
}

.pictures_block ul li{
	margin: 3vw 0 0;
    line-height: 0;
}


/* bg_title
   ================================================================== */
.bg_title{
	padding: 3vw 3vw;
    font-size: 4vw;
    font-weight: 700;
    background: #EFEBE3;
}

.bg_title .number{
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 150%;
	display: block;
    color: #B2020C;
    font-family: 'Oswald', sans-serif;
}


/* check_title
   ================================================================== */
.check_title{
	margin: 0 0 0;
}

.check_title span{
    padding: 0 5vw 3vw 13vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 150%;
	display: block;
    display: inline-block;
    border-bottom: 1px dashed #DAD3CF;
    position: relative;
}

.check_title span::before{
    content: "";
    background: url("../img/common/icon_check.svg") no-repeat center center;
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 3vw;
}


/* user_content_block
   ================================================================== */
.user_content_block{
	margin: 10vw 0 0;
}

.user_content_block .text_box{
	margin: 8vw 0 0;
}

.access_page .user_content_block .text_box{
    margin: 5vw 0 0;
	padding: 0 3vw;
}

.user_content_block .border_box{
	margin: 0 0 4vw;
}

.user_content_block .border_box > li{
	margin: 5vw 0 0;
    padding: 5vw 0 0;
    border-top: 1px dashed #ddd;
}

.user_content_block .border_box > li:first-child{
	margin: 0 0 0;
    padding: 0 0 0;
    border-top: none;
}


/* common_table
   ================================================================== */
.common_table{
	margin: 0 0 0;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

.common_table th,
.common_table td{
    padding: 3vw;
    font-size: 3.5vw;
    line-height: 170%;
    letter-spacing: 0.04em;
	display: block;
    border-bottom: 1px solid #ddd;
}

.common_table th{
    background: #F9F9F9;
    font-weight: 700;
}

.common_table p.title{
    margin: 0 0 2vw;
    font-size: 4vw;
    line-height: 170%;
    font-weight: 700;
}


/* user_page_cv
   ================================================================== */
.user_page_cv{
	padding: 8vw 3vw;
    background: #F2F0EC;
    overflow: hidden;
}

.user_page_cv h4{
	margin: 0;
}

.user_page_cv h4 span{
    padding: 0 10vw 3vw 0;
    font-size: 4.2vw;
    line-height: 150%;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.user_page_cv h4 span::after{
    content: "";
    background: #222;
    width: 2000%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.user_page_cv h4 + p{
	margin: 3vw 0 0;
}

.user_page_cv ul{
    margin: 8vw 0 0;
    display: flex;
}

.user_page_cv ul li{
	margin: 0 3vw 0 0;
    padding: 1vw 0;
}

.user_page_cv ul li:last-child{
	margin: 0 0 0;
}


/* line_text_list
   ================================================================== */
.line_text_list{
	position: relative;
    overflow: hidden;
}

.line_text_list::after{
	content: "";
    background: #707070;
    width: 1px;
    height: 85%;
    position: absolute;
    margin: auto;
    bottom: 7vw;
    left: 3vw;
}

.line_text_list > li{
    margin-bottom: 7vw;
    padding: .5vw 0 .5vw 11vw;
	position: relative;
    z-index: 1;
}

.line_text_list > li:last-child{
    margin-bottom: 0;
}

.line_text_list > li::before{
	content: "";
    background: url("../img/common/icon_circle.svg") no-repeat center center;
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.line_text_list > li p{
	margin: -1vw 0 0;
}


/* flow_slider
   ================================================================== */
.flow_slider{
    margin: 30vw 0 0;
    position: relative;
}

.flow_slider .slick-list{
    overflow: inherit;
}


/* 画像部分
   =============================== */

/* 選択部分のサイズ */
.flow_slider .thumb-item.slick-slider{
    margin: auto;
    width: 80%;
    position: initial;
}

/* 選択時拡大 */
.flow_slider .thumb-item .slick-slide{
    transition: .5s ease;
    transform: scale(.5);
    transform-origin: 100% 0;
    cursor: pointer;
}

.flow_slider .thumb-item .slick-slide.slick-current{
    transform: scale(1);
    transform-origin: 50% 50%;
}

.flow_slider .thumb-item .slick-current + .slick-slide{
    transform-origin: 0 0;
}

/* 画像のサイズ */
.flow_slider .thumb-item .bg_photo{
    margin: auto;
    width: 95%;
    height: 50vw;
}


/* No.ドットの設定
   =============================== */

/* No.ドットの設定 */
.flow_slider .slick-dots{
    margin: auto;
    position: absolute;
    top: -23vw;
    left: 0;
    right: 0;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

/* 横ボーダー */
.flow_slider .slick-dots::before{
    content: "";
    background: #BBB99C;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 12vw;
    width: 90%;
    height: 1px;
}

.flow_slider .slick-dots li{
    margin: 0;
    padding: 0;
    position: relative;
}

.flow_slider .slick-dots li::before{
    content: "01";
    display: block;
    margin: 0 0 2vw;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    color: #C52723;
}

.flow_slider .slick-dots li:nth-child(2)::before{
    content: "02";
}

.flow_slider .slick-dots li:nth-child(3)::before{
    content: "03";
}

.flow_slider .slick-dots li:nth-child(4)::before{
    content: "04";
}

.flow_slider .slick-dots li:nth-child(5)::before{
    content: "05";
}

.flow_slider .slick-dots li button{
    padding: 0;
    background: #707070;
    border: 3vw solid #eee;
    width: 7vw;
    height: 7vw;
    transition: .5s ease;
    border-radius: 100%;
    text-indent: -9999px;
}

.flow_slider .slick-dots li.slick-active button{
    background: #fff;
    border-color: #C52723;
}

.flow_slider .slick-dots li.slick-active button:focus{
    outline: none;
}


/* テキストボックスの設定
   =============================== */

/* No.ドットの設定 */
.flow_slider .thumb-item-nav{
    margin: 0 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.flow_slider .thumb-item-nav .slick-slide{
    margin: -8vw 0 0 auto;
    padding: 4vw;
    min-height: 74vw;
    box-sizing: border-box;
    background: rgba(255,255,255,.9);
    border: 1px solid #C52723;
}

.flow_slider .thumb-item-nav .slick-slide h3{
    margin: 0;
    display: flex;
    align-items: center;
}

.flow_slider .thumb-item-nav .slick-slide h3 > span{
    display: block;
    line-height: 150%;
}

.flow_slider .thumb-item-nav .slick-slide h3 > span:nth-child(1){
    font-size: 8vw;
    font-weight: 300;
    line-height: 1;
    color: #C52723;
}

.flow_slider .thumb-item-nav .slick-slide h3 > span:nth-child(2){
    margin: 2vw 0 0 3vw;
    font-size: 4.3vw;
    font-weight: 500;
    display: inline-block;
}

.flow_slider .thumb-item-nav .slick-slide p{
    margin: 3vw 0 0;
}


/* position_r
   ================================================================== */
.position_r{
	position: relative;
}

.map_photo{
	margin: 0 auto 10vw;
    width: 80vw;
    line-height: 0;
}


/* btn_list
   ================================================================== */
.btn_list{
	margin: 6vw 0 0;
}

.btn_list > li{
	margin: 5vw 0 0;
}


/* map access_page
   ================================================================== */
.access_page .map{
	margin: 15vw 0 0;
    line-height: 0;
}

.access_page .map iframe{
	width: 100%;
    height: 80vw;
}


/* com_name
   ================================================================== */
.com_name .site_name{
    margin: 0;
}

.com_name .site_name span{
    display: block;
    line-height: 150%;
}

.com_name .site_name .name{
    font-size: 6vw;
    font-weight: 700;
}

.com_name .site_name .with{
    margin: 1vw 0 0;
    font-size: 4vw;
    font-weight: 400;
}

.com_name .site_name + p{
    margin: 4vw 0 0;
    font-size: 3.5vw;
    line-height: 150%;
}



@media screen and (min-width : 500px){
    

    /* header
       ================================================================== */
    .ec-headerRole{
        display: none;
    }
    
    .ec-headerNaviRole{
        padding-bottom: 20px;
    }
    
    .header_flex{
        display: flex;
        align-items: center;
    }
    
    .header_flex h1{
        margin: 0;
        width: 70%;
    }
    
    .header_flex h1 a{
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .header_flex h1 a img:nth-child(1){
        width: 30%;
    }
    
    .header_flex h1 a img:nth-child(2){
        margin-left: 3vw;
        width: 70%;
    }
    
    .header_right_content{
        text-align: right;
        width: calc(100% - 168px);
        box-sizing: border-box;
        justify-content: flex-end;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__left{
        width: auto;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__right{
        margin-left: 25px;
        width: auto;
    }
    
    .ec-headerNav .ec-headerNav__itemLink{
        margin-right: 0;
    }
    
    .ec-headerNav .ec-headerNav__itemLink:hover{
        text-decoration: underline;
    }
    
    .ec-itemNav{
        padding: 0 16px;
    }
    
    .ec-cartNavi .ec-cartNavi__badge{
        padding: 8px 9px;
        min-width: 24px;
        height: 24px;
        top: -3px;
    }

    .ec-blockTopBtn{
        width: 80px;
        height: 80px;
        bottom: 10px;
    }

    .ec-blockTopBtn img{
        transition: .3s;
    }

    .ec-blockTopBtn:hover img{
        opacity: .5;
    }
    
    .have_curtain .ec-overlayRole,
    .ec-drawerRoleClose.is_active,
    .ec-drawerRole.is_active,
    .ec-headerNavSP{
        display: none;
    }

    
	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}


    /* footer
       ================================================================== */
    .ec-footerRole{
        margin-top: 8vw;
    }

    .ec-footerNavi{
        display: flex;
        justify-content: center;
    }
    
    .ec-footerNavi .ec-footerNavi__link{
        margin: 0 1.2vw;
    }
    
    .ec-footerNavi .ec-footerNavi__link a{
        padding: 3vw 0;
        font-size: 1.4vw;
        border: none;
        text-decoration: none;
    }
    
    .ec-footerTitle{
        padding: 3vw 0 8vw;
    }
    
    .ec-footerTitle .ec-footerTitle__copyright{
        font-size: 1.2vw;
    }

    /* footer_content_links */
    .footer_content_links{
        margin: 0;
    }
    
    .footer_content_links ul{
        display: flex;
    }
    
    .footer_content_links ul > li{
        width: calc(100% / 3);
    }
    
    .footer_content_links ul li a{
        height: 24vw;
    }
    
    .footer_content_links ul li a:hover{
        text-decoration: none;
    }
    
    .footer_content_links ul li a .eng{
        font-size: 2.2vw;
    }
    
    .footer_content_links ul li a .jpn{
        margin: 1vw 0 0;
        font-size: 2.4vw;
    }
    

    .footer_content_links ul li a .bg_photo::before,
    .footer_content_links ul li a .bg_photo{
        transition: .3s;
    }
    
    .footer_content_links ul li a:hover .bg_photo{
        transform: scale(1.05);
    }
    
    .footer_content_links ul li a:hover .bg_photo::before{
        background: rgba(0,0,0,.6);
    }
    
    /* footer_company_box */
    .footer_company_box .inner{
        margin: auto;
        padding: 5.5vw 3vw;
        box-sizing: border-box;
        max-width: 1090px;
        display: flex;
    }
    
    .footer_company_box .left{
        width: 13vw;
    }
    
    .footer_company_box .logo{
        margin: 0;
    }
    
    .footer_company_box .right{
        margin: 0 0 0;
        padding: 0 0 0 3.3vw;
        width: calc(100% - 13vw);
        box-sizing: border-box;
    }
    
    .footer_company_box .site_name{
        margin: .3vw 0 0;
    }
    
    .footer_company_box .site_name .name{
        font-size: 2.6vw;
    }
    
    .footer_company_box .site_name .with{
        margin: 1vw 0 0;
        font-size: 1.6vw;
    }
    
    .footer_company_box .right p{
        margin: 1.5vw 0 0;
        font-size: 1.7vw;
    }
    
    .foot_sns{
        margin: 1.5vw 0 0;
    }

    .foot_sns li{
        width: 4vw;
    }

    .ec-footerRole__inner .ec-footerNavi.sp{
        display: none;
    }
    

    /* index_kv
       ================================================================== */
    .index_kv{
        position: relative;
    }
    
    .index_kv .inner{
        padding: 0;
        height: 73vw;
    }

    .index_kv h2{
        margin: 0 0 2.7vw;
        padding: 0 3vw 0 0;
    }
    
    .index_kv h2 .name{
        font-size: 4.5vw;
    }
    
    .index_kv h2 .with{
        margin: 1vw 0 0;
        font-size: 2.7vw;
    }
    
    .index_kv .text{
        margin: 1.5vw 0 0;
    }
    
    .index_kv .text p{
        padding: 1vw 2.3vw;
        font-size: 1.9vw;
    }
    
    
    /* under_kv
       ================================================================== */
    .under_kv{
        position: relative;
    }
    
    .under_kv .inner{
        padding: 3vw 3vw;
        height: 24vw;
    }
    
    .under_kv h2 .eng{
        font-size: 2.5vw;
    }
    
    .under_kv h2 .jpn{
        margin: .5vw 0 0;
        font-size: 3.4vw;
    }

    .under_kv .inner{
        margin: auto;
        max-width: 1090px;
    }
    
    
    /* over_bg
       ================================================================== */
    .over_bg::before{
        width: 12vw;
    }
    
    .over_bg::after{
        width: 70vw;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        font-size: 2.5vw;
    }
    
    .block_title .jpn{
        margin: .3vw 0 0;
        font-size: 3.4vw;
    }


    /* com_btn
       ================================================================== */	
    .com_btn a{
        padding: 2vw 3vw;
    	width: 30vw;
        transition: .3s;
    }
    
    .com_btn.w270 a{
    	width: 22vw;
    }
    
    .com_btn.w300 a{
    	width: 30vw;
    }
    
    .com_btn.w400 a{
    	width: 40vw;
    }
    
    .com_btn a > span{
    	font-size: 1.9vw;
        transition: .3s;
    }
    
    .com_btn.borderon a > span{
    	font-size: 1.8vw;
    }
    
    .com_btn.borderon a::before{
        width: 10vw;
        right: -5vw;
    }

    .com_btn a:hover{
    	background: #fff;
    }

    .com_btn.red a:hover{
    	background: #fff;
    }
    
    .com_btn.orange a:hover{
    	background: #fff;
    }

    .com_btn a:hover > span{
    	color: #222;
    }

    .com_btn.red a:hover > span{
    	color: #B2020C;
    }
    
    .com_btn.orange a:hover > span{
    	color: #F38200;
    }


    /* arrow_btn
       ================================================================== */	
    .arrow_btn a{
        padding: 1.5vw 2.5vw;
    	width: 30vw;
        transition: .3s;
    }
    
    .arrow_btn a span{
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .arrow_btn a svg{
        width: .7vw;
    }
    
    .arrow_btn a svg path{
        transition: .3s;
    }
    
    .arrow_btn a:hover{
        border-color: #1D66C4;
    }
    
    .arrow_btn a:hover span{
        color: #1D66C4;
    }
    
    .arrow_btn a:hover svg path{
        fill: #1D66C4;
    }


    /* banner
       ================================================================== */
    .banner{
        margin: 5vw auto 0;
    }


    /* index_products_list
       ================================================================== */
    .index_products_list{
        position: relative;
    }
    
    .index_products_list .ec-role{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    
    .index_products_list ul{
        font-size: 0;
    }
    
    .index_products_list ul li{
        margin: 20px 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 49.13%;
    }
    
    .index_products_list ul li:first-child{
        margin-top: 20px;
    }
    
    .index_products_list ul li:nth-child(2n+2){
        margin-left: 1.74%;
    }


    /* ==================================================================
       Product Custom
       ================================================================== */


	/* Product detail
	   ================================================================== */

    .ec-productRole__btn .ec-blockBtn--cancel,
    .ec-productRole__btn .ec-blockBtn--action,
    .ec-productRole__btn .ec-blockBtn--action.add-cart {
        max-width: 350px;
    }

    .ec-grid2__cell .ec-productRole__description.sp {
    	display: inherit;
    }

    .ec-grid2__cell .ec-productRole__description.tab.pc {
    	display: none;
    }

    .ec-productRole .ec-productRole__title {
        padding-top: 0;
        padding-bottom: 20px;
    }

    
	/* Product detail フリーエリア
	   ================================================================== */
	.detail_table{
		margin: 30px auto 0;
		width: 100%;
		border-top: none;
	}
	
	.detail_table td,
	.detail_table th{
		padding: 11px 15px;
		font-size: 15px;
		line-height: 27px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		display: table-cell;
		width: auto;
	}
	
	.detail_table th{
		width: 24%;
	}
	
	.detail_btn{
		margin: 30px auto 0;
	}


	/* Product detail レビュー
	   ================================================================== */
	.ec-layoutRole__main #product_review_area {
	    margin-top: 40px;
	}
	
	.ec-layoutRole__main .ec-role {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	#product_review_area .ec-rectHeading h1,
	#product_review_area .ec-rectHeading h2,
	#product_review_area .ec-rectHeading h3,
	#product_review_area .ec-rectHeading h4,
	#product_review_area .ec-rectHeading h5,
	#product_review_area .ec-rectHeading h6 {
	    padding: 14px 25px;
	    font-size: 15px;
	}

	#product_review_area .ec-role .ec-rectHeading {
	    margin-bottom: 0;
	}

	#product_review_area .ec-role .recommend_average {
	    margin-left: 35px;
	}
	
	#product_review_area .review_btn {
	    margin: 40px auto 0;
	}
	
	#product_review_area .review_btn .ec-inlineBtn--action {
	    transition: .3s;
	}
	
	#product_review_area .review_btn .ec-inlineBtn--action:hover {
	    opacity: .5;
	}

	/* レビュー内容 */
	#product_review_area #reviewContent > p{
		padding: 20px 25px;
	}

	#product_review_area #reviewContent .review_list{
		padding-left: 0;
	}
	
	#product_review_area #reviewContent .review_list li {
		padding: 20px 25px 25px;
	}

	#product_review_area #reviewContent .review_list li .recommend_level {
		margin-right: 20px;
	}
	
	#product_review_area .review_list li .star_title {
	    margin: 0 0 5px;
	}
	
	#product_review_area .review_list li .star_title strong {
	    font-size: 15px;
	}
	
	#product_review_area .review_list li .recommend_name {
	    margin-left: 0;
		font-size: 14px;
	}
	
	#product_review_area .review_list li .review_day {
	    margin: 0 0 5px;
		font-size: 13px;
	}


	/* Product detail 関連商品
	   ================================================================== */
	#RelatedProduct-product_area {
	    margin-top: 50px;
	}
	
	#RelatedProduct-product_area .block_title{
		margin-bottom: 30px;
	}


    /* recommend_products おすすめ商品
       ================================================================== */
    #recommend_products {
        margin-top: 50px;
    }
    
    #recommend_products .block_title{
    	margin-bottom: 30px;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		font-size: 16px;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th{
		padding: 0 10px 0 25px;
		width: 25%;
	}
	
	.design_table .col th{
		padding: 15px 10px 0 25px;
	}
	
	.design_table .title_top th{
		padding-top: 20px;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 15px 0;
	}
	
	.design_table td p{
		font-size: 15px;
	}

	.design_table td .border{
		padding: 0 10px 0 25px;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 40px;
		display: flex;
		align-items: center;
	}


    /* #news_readmore
       ================================================================== */
    #news_readmore{
        margin: 30px auto 0;
        padding: 15px 0;
    }


    /* ==================================================================
       INDEX PAGE CSS
       ================================================================== */
    
    /* index_under_kv
       ================================================================== */
    .index_under_kv{
    	background: #EFEBE3;
    }
    
    .index_under_kv .inner{
    	padding: 4vw 4.5vw;
        position: relative;
    }
    
    .index_under_kv .box{
        padding: 0 0 0 20.5vw;
        position: relative;
    }
    
    .index_under_kv h3{
        margin: 0 0 2vw;
    	font-size: 2.4vw;
    }
    
    .index_under_kv .photo{
    	margin: 0 0 0;
        float: none;
        width: 17.2vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .index_under_kv p{
    	margin: 0 0 0;
    }


    /* promotion_movie
       ================================================================== */
    .promotion_movie{
    	margin: 11.8vw 0 0;
        padding: 0 0 15vw;
    }
    
    .promotion_movie .inner{
    	padding: 4.5vw 6.8vw 0;
        height: 41vw;
    }
    
    .promotion_movie h3{
        width: 34.5vw;
    }
    
    .promotion_movie .movie{
        margin: -2.8vw 0 0;
        width: 45vw;
    }
    
    .promotion_movie .movie iframe{
        height: 26vw;
    }


    /* contents_links
       ================================================================== */
    .contents_links{
    	margin: 0 0 0;
    }
    
    .contents_links ul li{
    	display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .contents_links .photo{
    	width: 60vw;
    }
    
    .contents_links .text_box{
    	padding: 0 3vw;
        width: calc(100% - 60vw);
        box-sizing: border-box;
    }
    
    .contents_links .text_box p{
        margin: 1.8vw 0 3.5vw;
    	font-size: 1.8vw;
    }


    /* insert_cv footer_company_boxのカスタム
       ================================================================== */
    .insert_cv{
    	margin: 10vw 0 0;
    }
    
    .insert_cv .inner{
    	align-items: center;
        min-height: 42vw;
    }
    
    .insert_cv .right{
    	display: flex;
    }
    
    .insert_cv .cv_btn{
    	margin: 0 0 0;
        padding: 0 0 0 10vw;
    }
    
    .insert_cv .cv_btn h3{
        margin: 0;
    	padding: 0 1.6vw 2.5vw;
        font-size: 2vw;
    }
    
    .insert_cv .cv_btn ul{
    	margin: 3vw 0 0;
        text-align: left;
        display: flex;
    }
    
    .insert_cv .cv_btn ul li{
    	margin: 0 2vw 0 0;
    }
    
    .insert_cv .cv_btn ul li:last-child{
    	margin: 0 0 0;
    }


    /* photos_block
       ================================================================== */
    .photos_block{
    	margin: 12vw 0 15vw;
    }
    
    .photos_block .inner{
    	display: flex;
        position: relative;
    }
    
    .photos_block .inner > ul:first-child{
        padding: 4vw 0 0;
    	width: 55%;
    }
    
    .photos_block .img01{
    	margin: 0;
        width: 100%;
    }
    
    .photos_block .img02{
    	margin: 4.3vw 5vw 0 auto;
        width: 36vw;
    }
    
    .photos_block .img03{
    	margin: -11.3vw 0 0 9.5vw;
        width: 16vw;
    }
    
    .photos_block .right{
        margin-left: 5%;
    	width: 40%;
        align-items: flex-start;
    }
    
    .photos_block .right ul{
    	margin: 0 1vw;
    }
    
    .photos_block .right ul:first-child{
    	margin-top: 15vw;
    }

    .photos_block .right ul:first-child::before{
    	top: -7.1vw;
        left: -14.5vw;
        width: 68vw;
        height: 37.5vw;
    }
    
    .photos_block .right ul:nth-child(2)::before{
    	bottom: -2.8vw;
        left: -7.4vw;
        width: 28vw;
        height: 17.5vw;
    }
    
    .photos_block .right ul li{
    	margin: 0 0 2vw;
    }
    
    .photos_block .photos_block_logo{
    	margin: 0 auto 0;
        position: absolute;
        bottom: -15vw;
        right: 24vw;
        width: 24.8vw;
    }


    /* ==================================================================
       USER DATE PAGE CSS
       ================================================================== */

    /* user_content_warp
       ================================================================== */
    .user_content_warp{
    	margin: 4vw 0 0;
    }
    
    .user_content_warp .inner{
        margin: 0 auto;
    	padding: 0 2vw;
        box-sizing: border-box;
        max-width: 1090px;
    }
    
    .user_content_warp p{
        font-size: 1.6vw;
    }
    
    .user_content_warp .top_block .sub{
        margin: 1.5vw 0 0;
        font-size: 2vw;
    }
    
    .user_content_warp .top_block .text{
        margin: 2.5vw 0 0;
    }

    .user_content_warp .top_block .movie{
        margin: 4.5vw 0 0;
    }
    
    .user_content_warp .top_block .movie iframe{
        width: 60vw;
        height: 36vw;
    }


    /* pictures_block
       ================================================================== */
    .pictures_block{
    	margin: 1.5vw 0 0;
    }

    .top_block .pictures_block{
    	margin: 2.5vw 0 0;
    }
    
    .pictures_block ul{
    	font-size: 0;
    }
    
    .pictures_block ul li{
    	margin: 2vw 0 0;
        width: 49.08%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    
    .pictures_block ul li:nth-child(2n+2){
    	margin-left: 1.835%;
    }


    /* bg_title
       ================================================================== */
    .bg_title{
    	padding: 1.3vw 2vw;
        font-size: 1.8vw;
    }

    .bg_title.number_in{
    	display: flex;
        align-items: center;
    }

    .bg_title .number{
        margin: 0 3vw 0 0;
        font-size: 2.5vw;
        display: inline-block;
    }


    /* check_title
       ================================================================== */
    .check_title span{
        padding: 0 3vw 1.5vw 6vw;
        font-size: 1.8vw;
    }
    
    .check_title span::before{
        width: 2.6vw;
        height: 2.6vw;
        top: 0;
        left: 1.5vw;
    }


    /* user_content_block
       ================================================================== */
    .user_content_block{
    	margin: 4vw 0 0;
    }

    .user_content_block .text_box{
    	margin: 3.5vw 0 0;
    }

    .access_page .user_content_block .text_box{
        margin: 2.8vw 0 0;
    	padding: 0 2vw;
    }

    .user_content_block .border_box{
    	margin: 0 0 3vw;
    }

    .user_content_block .border_box > li{
    	margin: 3.5vw 0 0;
        padding: 3.5vw 0 0;
    }


    /* common_table
       ================================================================== */
    .common_table{
        border: none;
    }
    
    .common_table th,
    .common_table td{
        padding: 1.3vw 3.5vw;
        font-size: 1.6vw;
    	display: table-cell;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }
    
    .common_table th{
        padding-left: 1vw;
        padding-right: 1vw;
        width: 26vw;
        text-align: center;
        vertical-align: middle;
    }
    
    .common_table .all{
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .common_table p.title{
        margin: 0 0 1vw;
        font-size: 1.8vw;
    }


    /* user_page_cv
       ================================================================== */
    .user_page_cv{
    	padding: 4.2vw 4vw 4.7vw;
    }
    
    .user_page_cv h4 span{
        padding: 0 5.5vw 1.8vw 0;
        font-size: 2vw;
    }
    
    .user_page_cv h4 + p{
    	margin: 2vw 0 0;
    }
    
    .user_page_cv ul{
        margin: 2.8vw 0 0;
    }
    
    .user_page_cv ul li{
    	margin: 0 3vw 0 0;
    }


    /* line_text_list
       ================================================================== */
    .line_text_list{
    	margin: 0 1.5vw;
    }
    
    .line_text_list::after{
        bottom: 2vw;
        left: 1.5vw;
    }
    
    .line_text_list > li{
        margin-bottom: 3vw;
        padding: 1vw 0 1vw 5.5vw;
    }
    
    .line_text_list > li:first-child{
        padding-top: 0;
    }
    
    .line_text_list > li::before{
        width: 3vw;
        height: 3vw;
        position: absolute;
        top: 1vw;
        left: 0;
    }
    
    .line_text_list > li:first-child::before{
        top: 0;
    }

    .line_text_list > li p{
    	margin: 0 0 0;
    }
    
    
    /* flow_slider
       ================================================================== */
    .flow_slider{
        margin: 15vw 0 0;
        position: relative;
    }
    
    .flow_slider .slick-list{
        overflow: inherit;
    }
    
    
    /* 画像部分
       =============================== */
    
    /* 選択部分のサイズ */
    .flow_slider .thumb-item.slick-slider{
        margin: 0;
        width: 50%;
        position: initial;
    }
    
    /* 選択時拡大 */
    .flow_slider .thumb-item .slick-slide{
        transition: .5s ease;
        transform: scale(.5);
        transform-origin: 100% 0;
    }
    
    .flow_slider .thumb-item .slick-slide.slick-current{
        transform: scale(1);
        transform-origin: 50% 50%;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide,
    .flow_slider .thumb-item .slick-current + .slick-slide{
        transform-origin: 0 0;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide{
        margin-left: -24vw;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide + .slick-slide{
        margin-left: -48vw;
    }
    
    /* 画像のサイズ */
    .flow_slider .thumb-item .bg_photo{
        margin: auto;
        width: 95%;
        height: 30vw;
    }
    
    
    /* No.ドットの設定
       =============================== */
    
    /* No.ドットの設定 */
    .flow_slider .slick-dots{
        top: -11.5vw;
        margin: 0;
        left: 0;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    
    /* 横ボーダー */
    .flow_slider .slick-dots::before{
        top: 5.6vw;
        width: 95%;
    }
    
    .flow_slider .slick-dots li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    .flow_slider .slick-dots li::before{
        margin: 0 0 .8vw;
        font-size: 2.5vw;
    }
    
    .flow_slider .slick-dots li::after{
        margin: 1vw 0 0;
        display: block;
        font-size: 1.7vw;
    }
    
    .flow_slider .slick-dots li button{
        border-width: 1.2vw;
        width: 3vw;
        height: 3vw;
    }
    
    
    /* テキストボックスの設定
       =============================== */
    
    /* No.ドットの設定 */
    .flow_slider .thumb-item-nav{
        margin: 0 0 0 auto;
        width: 70%;
        box-sizing: border-box;
    }
    
    .flow_slider .thumb-item-nav .slick-slide{
        margin: -14vw 0 0 auto;
        padding: 3vw;
        min-height: 29vw;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3{
        display: flex;
        align-items: center;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3 > span{
        display: block;
        line-height: 150%;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3 > span:nth-child(1){
        font-size: 4vw;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3 > span:nth-child(2){
        margin: 1vw 0 0 2vw;
        font-size: 2vw;
    }
    
    .flow_slider .thumb-item-nav .slick-slide p{
        margin: 2vw 0 0;
    }


    /* position_r
       ================================================================== */
    .map_photo{
    	margin: 0 auto;
        width: 37.4vw;
        position: absolute;
        top: -5.3vw;
        right: 0;
    }


    /* btn_list
       ================================================================== */
    .btn_list{
    	margin: 3.5vw 0 0;
        font-size: 0;
    }
    
    .btn_list > li{
    	margin: 0 1vw;
        display: inline-block;
        vertical-align: top;
    }
    
    
    /* map access_page
       ================================================================== */
    .access_page .map{
    	margin: 7.5vw 0 0;
    }
    
    .access_page .map iframe{
        height: 45vw;
    }
    
    
    /* com_name
       ================================================================== */
    .com_name .site_name .name{
        font-size: 2.6vw;
    }
    
    .com_name .site_name .with{
        margin: 0 0 0;
        font-size: 1.6vw;
    }
    
    .com_name .site_name + p{
        margin: 1.5vw 0 0;
        font-size: 1.7vw;
    }
    






    
    
}
@media screen and (min-width : 767px){


    /* header
       ================================================================== */
    .header_right_content{
        display: flex;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__left{
        width: 0;
    }
    
    .ec-headerSearch .ec-headerSearch__category .ec-select select{
        padding: 8px 24px 8px 15px;
    }
    
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before{
        top: 1.0em;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: 100%;
    }
    
    .ec-headerNav .ec-headerNav__item{
        margin-right: 15px;
        line-height: 0;
    }
    
    .ec-headerNav .ec-headerNav__itemIcon{
        margin: 0;
        display: block;
    }
    
    .ec-headerNav .ec-headerNav__itemLink{
        display: none;
    }
    
    .ec-cartNavi{
        min-width: auto;
    }
    
    .ec-cartNavi .ec-cartNavi__label{
        display: none;
    }
    
    .border_top{
        border-top: 1px solid #D1CFCF;
    }
    
    .border_bottom{
        border-bottom: 1px solid #D1CFCF;
    }
    
    .ec-itemNav{
        text-align: left;
        position: relative;
        border-top: 1px solid #D1CFCF;
        border-bottom: 1px solid #D1CFCF;
    }
    
    .ec-itemNav__nav li ul li a,
    .ec-itemNav__nav li a{
        padding: 1.6vw;
        font-size: 1.4vw;
        font-weight: normal;
    }
    
    .ec-itemNav__nav li ul li a{
        border-bottom: 1px solid #aaa;
    }
    
    .ec-itemNav__nav li ul li ul:before{
        top: 14px;
    }


    /* news
       ================================================================== */
    .ec-newsRole .ec-newsRole__news{
        padding: 0;
        border: none;
    }
    
    .ec-newsRole .block_title{
        margin: 0 0 5vw;
    }

    .ec-newsRole .ec-newsRole__newsHeading{
        display: block;
    }
    
    .ec-newsRole .ec-newsRole__newsDate{
        display: block;
    }
    
    .ec-newsRole .ec-newsRole__newsColumn{
        display: block;
        width: 100%;
    }
    
    .ec-newsRole .ec-newsRole__newsTitle{
        padding: 10px 20px 0;
    }
    
    .ec-newsRole .ec-newsRole__newsClose{
        position: absolute;
    }

    .ec-newsRole__newsDescription,
    .ec-newsRole__newsDate{
        padding: 0 20px;
    }

    .ec-newsRole__newsItem .ec-newsRole__newsDescription,
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
        margin: 10px 0 0;
    }

    
    /* commitment
       ================================================================== */
    .commitment {
        margin-top: 0;
    }

   .commitment .ec-eyecatchRole .ec-eyecatchRole__image{
        margin-top: 50px;
        margin-bottom: 0;
        width: 100%;
    }
    
    .ec-eyecatchRole .ec-eyecatchRole__introDescription{
        font-size: 15px;
        letter-spacing: 0;
    }


	/* ==================================================================
	   Product
	   ================================================================== */
	
	
	/* Product list
	   ================================================================== */
    .ec-shelfRole,
    .ec-searchnavRole{
        max-width: 1090px;
    }
    
	.ec-topicpath {
		padding: 15px 0 15px;
		border-top: none;
	    border-top: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	}
	
	.ec-topicpath .ec-topicpath__item--active a,
	.ec-topicpath .ec-topicpath__item a {
		padding: 0 25px;
	}
	
	.ec-topicpath li a:hover {
		opacity: .5;
	}
	
	.ec-searchnavRole .ec-searchnavRole__infos {
		margin: 0;
		padding: 20px 0 0;
		border: none;
	}
	
	.ec-searchnavRole .ec-select {
		margin: 10px 0 0;
	}


    /* index_online_shop おすすめ商品カスタマイズ
       ================================================================== */
    .index_online_shop.ec-shelfRole{
        margin: 11.7vw auto 0;
    }
    
    .index_online_shop .ec-shelfGrid{
        margin: 5vw 0 0;
    }

    .index_online_shop .photo{
        height: 30vw;
    }

    .index_online_shop .from_here{
        margin: 8vw 0 0;
    }

    .from_here{
        padding: 5vw 2vw;
        text-align: center;
    }
    
    .from_here p{
        margin: 0 0 3vw;
    }


	/* Product list 商品表示
	   ================================================================== */
	.ec-shelfRole {
	    margin: 27px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.ec-shelfRole .ec-shelfGrid {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	
    .ec-shelfGrid__item,
	.ec-shelfGrid .ec-shelfGrid__item {
	    margin-bottom: 20px;
		padding: 0 7px !important;
        width: calc(100%/3);
	}

    .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
        margin: 0 auto 10px;
        padding: 0;
    	height: 30vw;
    }
	
	.ec-shelfGrid .ec-shelfGrid__item p{
        margin: 10px 0 0;
        padding: 0 10px;
		font-size: 16px;
        max-width: 350px;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item p.price02-default{
        padding: 0 10px;
		font-size: 15px;
	}

    /* 横４列の場合 */
	.ec-shelfGrid.column4 .ec-shelfGrid__item {
		padding: 0 7px !important;
        width: calc(100%/4);
	}

    .ec-shelfGrid.column4 .ec-shelfGrid__item .ec-shelfGrid__item-image {
    	height: 23vw;
        max-height: 263px;
    }
	
	.ec-shelfGrid.column4 .ec-shelfGrid__item p{
	}
	
	.ec-shelfGrid.column4 .ec-shelfGrid__item p{
		font-size: 16px;
	}
    
    .ec-shelfGrid.column4 .ec-shelfGrid__item p:last-child{
        font-size: 15px;
    }


	/* Product list ページネーション
	   ================================================================== */
	.ec-pagerRole {
		margin: 30px 0 0;
	}
	
	.ec-pager {
		padding: 0 20px;
	}
	
	.ec-pager .ec-pager__item--active a,
	.ec-pager .ec-pager__item a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}


	/* Product detail
	   ================================================================== */
	.ec-productRole {
		margin-top: 30px;
		padding-left: 20px;
	    padding-right: 20px;
	}
	
	.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(1) {
		width: 46%;
	}
	
	.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
		width: 54%;
	}
	
	.ec-productRole .ec-productRole__profile{
		margin-left: 20px;
	}
	
	.ec-sliderItemRole {
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 24px;
		max-width: 100%;
	}
	
	.ec-sliderItemRole .slick-slide {
	    height: 44vw;
	}	
	
	.ec-sliderItemRole .item_nav {
	    margin-top: 2%;
	}
	
	.ec-sliderItemRole .slideThumb {
	    margin-bottom: 2%;
	    width: 32%;
		height: 14vw;
	    cursor: pointer;
		display: flex;
    	justify-content: center;
    	align-items: center;
		transition: .3s;
		opacity: .8;
	}
	
	.ec-sliderItemRole .item_nav .slideThumb:nth-child(3n+2) {
	    margin-left: 2%;
	    margin-right: 2%;
	}
	
	.ec-sliderItemRole .slideThumb.slick-active,
	.ec-sliderItemRole .slideThumb:hover {
	    opacity: 1;
	}
	
	.ec-sliderItemRole .slideThumb img {
	    margin: auto;
		width: auto;
		max-height: 100%;
	}
	
	.ec-productRole .ec-productRole__title .ec-headingTitle {
	    font-size: 25px;
	}
	
	.ec-productRole .ec-productRole__btn {
		margin-bottom: 15px;
		width: 100%;
		text-align: left;
	}
	
	.ec-productRole .ec-productRole__btn button {
		transition: .3s;
	}
	
	.ec-productRole .ec-productRole__btn button:hover {
	    opacity: .6;
	}
	
	.ec-productRole__btn .ec-blockBtn--cancel:hover {
	    background-color: #F1C40F;
	    border-color: #F1C40F;
	}
	
	.ec-productRole .ec-productRole__actions .ec-select select,
	.ec-blockBtn--cancel,
	.ec-blockBtn--action,
	.ec-blockBtn--action.add-cart {
		margin-left: 0;
		max-width: 350px;
	}

    .ec-productRole__btn .ec-blockBtn--cancel,
    .ec-productRole__btn .ec-blockBtn--action,
    .ec-productRole__btn .ec-blockBtn--action.add-cart {
        margin: 0;
    	padding-top: 2px;
    	font-size: 14px;
    	height: 56px;
        line-height: 56px;
    	max-width: 350px;
    }

	.ec-productRole .ec-productRole__category::after {
	    max-width: 500px;
	    max-height: 305px;
	}

    .ec-grid2__cell .ec-productRole__description.text {
        margin: 0 0 10px;
        padding-top: 14px;
        padding-bottom: 14px;
        line-height: 25px;
        border-bottom: 1px solid #ddd;
        position: relative;
    	display: inherit;
    }
	
	.ec-productRole .ec-productRole__price {
        padding-top: 5px;
	}

    .ec-productRole .ec-productRole__price .ec-price {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    .se-purchase-restrict-confirm_age p {
        margin: 0 0 15px;
        font-size: 18px;
    }
    
    .se-purchase-restrict-confirm_age .ec-grid2 {
        margin: 28px 0 15px;
        display: flex;
        max-width: 350px;
    }
    
    .se-purchase-restrict-confirm_age .ec-grid2 button {
        width: 50% !important;
        height: 56px;
        box-sizing: border-box;
        font-size: 18px;
    }
	
	
	/* Product detail フリーエリア
	   ================================================================== */
	.detail_table th{
		width: 26%;
	}
	
	.detail_btn a{
		transition: .3s;
	}
	
	.detail_btn a:hover{
		opacity: .5;
	}


	/* other_block
	   ================================================================== */
	.ec-withdrawRole,
	.ec-mypageRole,
	.ec-contactRole,
	.ec-registerRole,
	.ec-role .other_block:last-child {
		margin-bottom: 30px;
	}
	
	.ec-mypageRole .ec-pageHeader h1,
	.ec-pageHeader > h1 {
		margin: 0 0 47px;
		padding: 30px 30px 20px;
		font-size: 22px;
	}

	.ec-off1Grid .ec-off1Grid__cell {
		margin: 0 auto;
		width: 100%;
	}

	.other_block .message {
		padding: 0 25px;
	}
	
	.other_block .ceo {
		margin: 25px 0 0;
		font-size: 18px;
	}
	
	.other_block .flex_box {
		margin: 0 0 0;
		display: flex;
		justify-content: center;
	}
	
	.other_block .flex_box > li {
		margin: 0 0 0;
		width: 49%;
	}
	
	.other_block .flex_box > li:nth-child(2) {
		margin-left: 2%;
	}
	
	.other_block .flex_box .text_box {
		padding: 0 20px;
		box-sizing: border-box;
		min-height: 90px;
	}
	
	.other_block .flex_box .text_box h2 {
		font-size: 18px;
	}
	
	.other_block .flex_box .text_box p {
		margin: 10px 0 0;
	}
	
	.other_block .flex_box .map_box {
		margin: 15px 0 0;
	}

	/* サンクス */
	.ec-registerCompleteRole h2 {
		padding: 0 0 0;
	    font-size: 24px;
	}

	/* privacy */
	.privacy_top_text{
		padding: 0 15px;
	}

	.privacy_list{
		margin: 30px 0 0;
	}
	
	.privacy_list > li{
		margin: 30px 0 0;
	}
	
	.privacy_list li p{
		margin: 10px 0 0;
	}
	
	/* カートボタンのテキスト */
	.ec-cartNaviNull {
		width: auto;
		max-width: 500px;
	}	

	.ec-cartNaviNull .ec-cartNaviNull__message {
	    padding: 16px 20px;
		white-space: nowrap;
	}	
    
    .ec-contactRole .ec-pageHeader h1{
        margin: 0 0 20px;
    }
    
    
}
@media screen and (min-width : 768px){
    
    
    .ec-cartNavi{
        background: #222;
    }
    
    .ec-cartNavi .ec-cartNavi__icon{
        color: #fff;
    }
    
    
}
@media screen and (min-width : 850px){
    
    
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
		pointer-events: none;
	}
 
    .sp.tab,
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}
    
    
    /* inner-role
       ================================================================== */
    .ec-mypageRole,
    .ec-contactRole,
    .ec-registerRole,
    .ec-productRole,
    .ec-footerRole .ec-footerRole__inner,
    .ec-categoryNaviRole,
    .ec-role,
    .ec-sliderRole,
    .ec-headerNaviRole{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1130px;
    }
    
    .ec-layoutRole .ec-layoutRole__contents{
        max-width: none;
    }
    

    /* header
       ================================================================== */
    .header_gnav_wrap{
        display: block;
    }
    
    .ec-headerNaviRole{
        padding-left: 10px;
        max-width: 100%;
        height: 150px;
    }
    
    .header_flex{
        display: flex;
        align-items: center;
        height: 122px;
    }
    
    .header_flex h1{
        max-width: 504px;
        width: 70%;
    }
    
    .header_flex h1 a{
        display: flex;
        align-items: center;
    }
    
    .header_flex h1 a img:nth-child(1){
        width: 30%;
        max-width: 130px;
    }
    
    .header_flex h1 a img:nth-child(2){
        margin-left: 30px;
        width: 70%;
        max-width: 345px;
    }
    
    .header_right_content{
        text-align: right;
        width: calc(100% - 168px);
        box-sizing: border-box;
        justify-content: flex-end;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__left{
        width: auto;
    }
    
    .ec-headerNaviRole .ec-headerNaviRole__right{
        margin-right: 60px;
        width: auto;
    }
    
    .ec-headerNav .ec-headerNav__itemIcon{
        display: none;
    }
    
    .ec-headerNav .ec-headerNav__itemLink{
        display: block;
    }
    
    .ec-headerNav .ec-headerNav__itemLink:hover{
        text-decoration: underline;
    }
    
    .ec-itemNav{
        padding: 0 16px;
    }
    
    .ec-cartNavi .ec-cartNavi__badge{
        padding: 8px 9px;
        min-width: 24px;
        height: 24px;
        top: -3px;
    }


    /* Navi
       ================================================================== */
    .ham_btn{
        position: fixed;
        right: 0;
        top: 38px;
        font-size: 26px;
        color: #222;
        display: block;
        z-index: 500;
        text-align: center;
        cursor: pointer;
        width: 70px;
        height: 70px;
        box-sizing: border-box;
        padding: 24px 15px;
    	transition: ease-out 0.3s;
    }
    
    .ham_btn.close{
        display: none;
    }
    
    .ham_btn .inner{
        padding: 10px 0 0;
        width: 40px;
        height: 23px;
        display: block;
        position: relative;
        transition: ease-out 0.8s;
        box-sizing: border-box;
    }
    
    
    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        transition: ease-out 0.3s;
        text-indent: -9999px;
        height: 2px;
        width: 40px;
        background: #000;
        display: block;
    }
    
    .ham_btn .inner .bar:before{
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
    }
    
    .ham_btn .inner .bar:after{
        content: "";
        position: absolute;
        bottom: 7px;
        left: 0;
    }
    
    .ham_btn:hover .inner .bar{
        width: 20px;
    }
    
    .ham_btn:hover .inner .bar:after{
        width: 10px;
    }
    
    .ham_btn.open:hover .inner .bar,
    .ham_btn.open:hover .inner .bar:after{
        width: 40px;
    }
    
    .ham_btn.open:hover .inner .bar:before,
    .ham_btn.open:hover .inner .bar:after{
        background: #2980B9;
    }
    
    .ham_btn.open .bar{
        background: transparent;
    }
    
    .ham_btn.open{
        transform: rotate(0deg);
    }
    
    .ham_btn .bar{
        background: transparent !important;
    }
    
    .ham_btn.open .bar:before{
        transform: rotate(45deg);
        top: 11px;
        background: #fff;
    }
    
    .ham_btn.open .bar:after{
        transform: rotate(-45deg);
        bottom: 10px;
        background: #fff;
    }
    
    body.open{
        position: fixed;
        width: 100%;
    }
    
    .slide_menu{
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        right: -100vw;
        width: 100vw;
        height: 100%;
        background: rgba(0,0,0,.85);
        padding: 0;
        box-sizing: border-box;
        z-index: 1006;
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
        overflow: auto;
    }
    
    .slide_menu .inbox{
        margin: auto;
    }
    
    .slide_menu.open{
        right: 0;
    }
    	
    .slide_nav > ul{
        overflow: hidden;
        width: 100%;
    }    
    
    .slide_nav > ul > li > a{
        padding: 20px;
        display: flex;
        display: inline-block;
        transition: all ease-out 0.3s;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        z-index: 2;
        line-height: 120%;
        box-sizing: border-box;
    }
    
    .slide_nav > ul > li > a:hover{
        text-decoration: none;
        color: #2980B9;
    }


    /* footer
       ================================================================== */
    .ec-footerRole{
        margin-top: 80px;
    }

    .ec-footerNavi{
        display: flex;
        justify-content: center;
    }
    
    .ec-footerNavi .ec-footerNavi__link{
        margin: 0 12px;
    }
    
    .ec-footerNavi .ec-footerNavi__link a{
        padding: 30px 0;
        font-size: 14px;
    }
    
    .ec-footerTitle{
        padding: 30px 0 80px;
    }
    
    .ec-footerTitle .ec-footerTitle__copyright{
        font-size: 12px;
    }


    /* index_products_list
       ================================================================== */
    .index_products_list{
        position: relative;
    }
    
    .index_products_list .ec-role{
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 95px;
    }
    
    .index_products_list ul li{
        margin: 20px 0 0;
    }


    /* news
       ================================================================== */
    .ec-newsRole .ec-newsRole__newsClose{
        display: none;
    }
    
    .ec-newsRole .block_title{
        margin: 0 0 50px;
    }
    
    .ec-newsRole .ec-newsRole__newsTitle {
        padding: 10px 25px 0;
        font-size: 16px;
        transition: .3s;
    }
    
    .ec-newsRole .ec-newsRole__newsHeading:hover .ec-newsRole__newsTitle {
        color: #2980B9;
    }

    .ec-newsRole .ec-newsRole__newsDate{
        font-size: 13px;
    }
    
    .ec-newsRole__newsDescription,
    .ec-newsRole__newsDate{
        padding: 0 25px;
    }

    .ec-newsRole__newsItem .ec-newsRole__newsDescription,
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
        margin: 10px 0 0;
    }

    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
        font-size: 14px;
    }


    /* commitment
       ================================================================== */
    .commitment .ec-eyecatchRole .ec-eyecatchRole__image{
        margin-top: 0;
        width: 100%;
    }
    
    .ec-eyecatchRole .ec-eyecatchRole__introDescription{
        font-size: 15px;
    }


    /* ec-secHeading
       ================================================================== */
    .ec-secHeading .ec-secHeading__en{
        font-size: 24px;
    }
    
    .ec-secHeading .ec-secHeading__ja{
        font-size: 15px;
    }


	/* ==================================================================
	   Product
	   ================================================================== */


	/* Product list 商品表示
	   ================================================================== */
	.ec-topicpath {
		padding: 23px 0 18px;
	    border-top: none;
	}
    
	.ec-shelfRole {
	    margin: 27px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.ec-shelfRole .ec-shelfGrid {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item {
	    margin-bottom: 45px;
		margin-left: 0;
		padding: 0 !important;
		display: inline-flex;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item:nth-child(4n+1) {
	    margin-left: 0;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item a {
	    transition: .3s;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item a:hover {
	    opacity: .5;
	}
	
	.ec-shelfGrid .ec-shelfGrid__item-image {
	    margin-bottom: 15px;
	    padding: 0;
        height: 30vw;
		max-height: 350px;
	}	
	
	.ec-shelfGrid .ec-shelfGrid__item p.price02-default,
	.ec-shelfGrid .ec-shelfGrid__item p{
		padding: 0 15px;
	}

	.ec-shelfGrid .ec-shelfGrid__item a p:first-child{
		padding: 0;
	}

    .ec-grid2__cell .ec-productRole__description.text {
        margin: 0 0 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .ec-shelfGrid .ec-shelfGrid__item p:last-child {
        margin: 0;
    }	
	
	/* Product detail フリーエリア
	   ================================================================== */
	.detail_table{
		margin: 40px auto 0;
	}
	
	.detail_table th{
		width: 260px;
	}
	
	.detail_btn{
		margin: 55px auto 0;
	}


	/* Product detail レビュー
	   ================================================================== */
	.ec-layoutRole__main #product_review_area {
	    margin-top: 97px;
	}
	
	#product_review_area .review_btn {
	    margin: 40px auto 0;
	}


	/* Product detail 関連商品
	   ================================================================== */
	#RelatedProduct-product_area {
	    margin-top: 90px;
	}
	
	#RelatedProduct-product_area .block_title{
		margin-bottom: 40px;
	}

    #RelatedProduct-product_area .ec-secHeading{
        padding: 0 25px 15px;
    	margin-bottom: 40px;
    }


    /* recommend_products おすすめ商品
       ================================================================== */
	#recommend_products {
	    margin-top: 50px;
	}
	
	#recommend_products .block_title{
		margin-bottom: 40px;
	}

    #recommend_products .ec-secHeading{
        padding: 0 25px 15px;
    	margin-bottom: 40px;
    }
    
    #recommend_products dl dt {
        margin: 10px 15px 0;
        font-size: 16px;
    }
    
    #recommend_products dl dd {
        margin: 0 15px;
        font-size: 15px;
    }
    

	/* design_table
	   ================================================================== */
	.design_table th{
		padding: 0 30px 0 50px;
		width: 230px;
		font-size: 15px;
		white-space: nowrap;
	}
	
	.design_table td{
		padding: 20px 0;
		font-size: 15px;
	}

	.design_table td .border{
		padding: 0 10px 0 50px;
	}
	
	.design_table td p{
		font-size: 15px;
	}

	.design_table td a:hover{
		text-decoration: underline;
	}


	/* other_block
	   ================================================================== */
	.other_block{
		padding: 0 20px;
	}
	
	.ec-withdrawRole,
	.ec-mypageRole,
	.ec-contactRole,
	.ec-registerRole,
	.ec-role .other_block:last-child {
		margin-bottom: 40px;
	}
	
	.ec-mypageRole .ec-pageHeader h1,
	.ec-pageHeader > h1 {
		margin: 0 0 47px;
		padding: 60px 30px 20px;
		font-size: 25px;
	}

	.other_block .message {
		padding: 0 25px;
	}
	
	.other_block .ceo {
		margin: 45px 0 0;
	}
	
	.other_block .flex_box {
		margin: 0 0 0;
	}
	
	.other_block .flex_box > li {
		margin: 0 0 0;
	}
	
	.other_block .flex_box .text_box {
		padding: 0 20px;
		min-height: 90px;
	}
	
	.other_block .flex_box .text_box h2 {
		font-size: 18px;
	}
	
	.other_block .flex_box .text_box p {
		margin: 10px 0 0;
	}
	
	.other_block .flex_box .map_box {
		margin: 15px 0 0;
	}
	
	.other_block .flex_box .map_box iframe {
		max-height: 350px;
	}

	/* privacy */
	.privacy_top_text{
		padding: 0 25px;
	}

	.privacy_list{
		margin: 50px 0 0;
		padding: 0 25px;
	}
	
	.privacy_list > li{
		margin: 50px 0 0;
	}
	
	.privacy_list li p{
		margin: 10px 0 0;
	}


    /* Form 関係
       ================================================================== */
    .ec-borderedDefs{
        margin-bottom: 50px;
    }


    /* #news_readmore
       ================================================================== */
    #news_readmore{
        margin: 30px auto 0;
        padding: 15px 0;
        transition: .3s;
    }
    
    #news_readmore:hover{
        background: #000;
        color: #fff;
    }
    
    
}
@media screen and (min-width : 1025px){

	
	/* attachment
	   ================================================================== */
	.attachment{
		background-attachment: fixed;
	}

	
}
@media screen and (min-width : 1130px){
    

    /* header
       ================================================================== */
    .ec-itemNav{
        margin: 0 0 0 auto;
        padding: 0 0 0 33px;
        width: calc(100% - 140px);
    }
    
    .ec-itemNav__nav li a{
        padding: 18px 25px;
        font-size: 14px;
    }
    
    .ec-blockTopBtn{
        width: 130px;
        height: 130px;
    }


    /* footer
       ================================================================== */
    .ec-footerNavi{
        display: flex;
        justify-content: center;
    }
    
    .ec-footerNavi .ec-footerNavi__link{
        margin: 0 12px;
    }
    
    .ec-footerNavi .ec-footerNavi__link a{
        padding: 30px 0;
        font-size: 14px;
    }
    
    .ec-footerTitle{
        padding: 30px 0 80px;
    }
    
    .ec-footerTitle .ec-footerTitle__copyright{
        font-size: 12px;
    }

    /* footer_content_links */
    .footer_content_links{
        margin: 0;
    }
    
    .footer_content_links ul{
        display: flex;
    }
    
    .footer_content_links ul > li{
        width: calc(100% / 3);
    }
    
    .footer_content_links ul li a{
        height: 240px;
    }
    
    .footer_content_links ul li a .eng{
        font-size: 25px;
    }
    
    .footer_content_links ul li a .jpn{
        margin: 10px 0 0;
        font-size: 28px;
    }
    
    /* footer_company_box */
    .footer_company_box .inner{
        margin: auto;
        padding: 55px 0;
        box-sizing: border-box;
        max-width: 1090px;
        display: flex;
    }
    
    .footer_company_box .left{
        width: 130px;
    }
    
    .footer_company_box .logo{
        margin: 0;
    }
    
    .footer_company_box .right{
        margin: 0 0 0;
        padding: 0 0 0 33px;
        width: calc(100% - 130px);
        box-sizing: border-box;
    }
    
    .footer_company_box .site_name{
        margin: 5px 0 0;
    }
    
    .footer_company_box .site_name .name{
        font-size: 26px;
    }
    
    .footer_company_box .site_name .with{
        margin: 10px 0 0;
        font-size: 16px;
    }
    
    .footer_company_box .right p{
        margin: 15px 0 0;
        font-size: 17px;
    }
    
    .foot_sns{
        margin: 15px 0 0;
    }
    
    .foot_sns li{
        margin: 0 0 0 15px;
        width: 40px;
    }


    /* index_kv
       ================================================================== */
    .index_kv{
        margin-left: 140px;
    }
    
    .index_kv .inner{
        padding: 0;
        height: 730px;
    }

    .index_kv h2{
        margin: 0 0 27px;
        padding: 0 30px 0 0;
    }
    
    .index_kv h2 .name{
        font-size: 45px;
    }
    
    .index_kv h2 .with{
        margin: 10px 0 0;
        font-size: 27px;
    }
    
    .index_kv .text{
        margin: 15px 0 0;
    }
    
    .index_kv .text p{
        padding: 10px 23px;
        font-size: 19px;
    }
    
    
    /* under_kv
       ================================================================== */
    .under_kv{
        margin-left: 140px;
    }
    
    .under_kv .inner{
        padding: 32px;
        height: 240px;
    }
    
    .under_kv h2 .eng{
        font-size: 25px;
    }
    
    .under_kv h2 .jpn{
        margin: 5px 0 0;
        font-size: 34px;
    }
    
    
    /* over_bg
       ================================================================== */
    .over_bg::before{
        width: 10%;
    }
    
    .over_bg::after{
        width: 76%;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        font-size: 25px;
    }
    
    .block_title .jpn{
        margin: 10px 0 0;
        font-size: 34px;
    }


    /* com_btn
       ================================================================== */	
    .com_btn a{
        padding: 16px 20px 14px;
    	width: 300px;
    }
    
    .com_btn.w270 a{
    	width: 270px;
    }
    
    .com_btn.w300 a{
    	width: 300px;
    }
    
    .com_btn.w400 a{
    	width: 400px;
    }
    
    .com_btn a > span{
    	font-size: 19px;
    }
    
    .com_btn.borderon a > span{
    	font-size: 18px;
    }
    
    .com_btn.borderon a::before{
        width: 100px;
        right: -50px;
    }


    /* arrow_btn
       ================================================================== */	
    .arrow_btn a{
        padding: 15px 25px;
    	width: 340px;
    }
    
    .arrow_btn a span{
        font-size: 15px;
    }
    
    .arrow_btn a svg{
        width: 7px;
    }


    /* banner
       ================================================================== */
    .banner{
        margin: 35px auto 0;
        width: auto;
    }


	/* ==================================================================
	   Product
	   ================================================================== */
	
	
	/* Product list
	   ================================================================== */
	.ec-searchnavRole {
	    padding-left: 0;
	    padding-right: 0;
	}


    /* index_online_shop おすすめ商品カスタマイズ
       ================================================================== */
    .index_online_shop.ec-shelfRole{
        margin: 117px auto 0;
    }
    
    .index_online_shop .ec-shelfGrid{
        margin: 50px 0 0;
    }
    
    .index_online_shop .ec-shelfGrid__item{
        margin-left: 20px !important;
        width: 350px;
    }
    
    .index_online_shop .ec-shelfGrid > .ec-shelfGrid__item:nth-child(3n+1){
        margin-left: 0 !important;
    }

    .index_online_shop .photo{
        height: 350px;
    }

    .index_online_shop .ec-shelfGrid .ec-shelfGrid__item p{
        margin: 20px 0 0;
    	font-size: 16px;
    }

    .index_online_shop .item_price{
        margin: 10px 0 0;
        font-size: 18px;
    }

    .index_online_shop .from_here{
        margin: 80px 0 0;
    }

    .from_here{
        padding: 50px 20px;
    }
    
    .from_here p{
        margin: 0 0 30px;
        font-size: 16px;
    }


	/* Product list 商品表示
	   ================================================================== */
	.ec-shelfRole {
	    padding-left: 0;
	    padding-right: 0;
	}

	.ec-shelfGrid {
	    margin-left: 0;
	    margin-right: 0;
	}	


	/* Product list ページネーション
	   ================================================================== */
	.ec-pagerRole {
		margin: 35px 0 0;
	}
	
	.ec-pager {
		padding: 0;
	}


	/* Product detail
	   ================================================================== */
	.ec-productRole {
		margin-top: 60px;
		padding-left: 0;
	    padding-right: 0;
	}
	
	.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(1) {
		width: 500px;
	}
	
	.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
		width: calc(100% - 500px);
	}
	
	.ec-productRole .ec-productRole__profile{
		margin-left: 30px;
	}
	
	.ec-sliderItemRole {
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 24px;
		max-width: 100%;
	}
	
	.ec-sliderItemRole .slick-slide {
	    height: 500px;
	}	
	
	.ec-sliderItemRole .item_nav {
	    margin-top: 2%;
	}
	
	.ec-sliderItemRole .slideThumb {
	    margin-left: 1.6%;
	    margin-bottom: 1.6%;
	    width: 23.8%;
		height: 119px;
	}
	
	.ec-sliderItemRole .item_nav .slideThumb:nth-child(3n+2) {
	    margin-left: 1.6%;
	    margin-right: 0;
	}
	
	.ec-sliderItemRole .item_nav .slideThumb:nth-child(4n+1) {
	    margin-left: 0;
	}
	
	.ec-sliderItemRole .slideThumb img {
	    margin: auto;
		width: auto;
		max-height: 100%;
	}
	
	.ec-grid2__cell .ec-productRole__description,
	.ec-productRole .ec-productRole__category,
	.ec-productRole .ec-productRole__price,
	.ec-productRole .ec-productRole__code,
	.ec-productRole .ec-productRole__priceRegular,
	.ec-productRole .ec-productRole__title{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.ec-productRole .ec-productRole__title .ec-headingTitle {
	    padding-top: 0;
	}

    .ec-productRole .ec-productRole__title {
        padding-top: 0;
        padding-bottom: 20px;
    }

	.ec-productRole .ec-productRole__tags {
	    margin-top: 12px;
	}

	.ec-productRole .ec-productRole__tag {
		margin-right: 10px;
	    padding: 6px 15px;
	    font-size: 13px;
	}
	
	.ec-productRole .ec-productRole__priceRegular{
		padding-top: 20px;
	}
	
	.ec-productRole .ec-productRole__price {
        padding-top: 5px;
	    padding-bottom: 15px;
	}
	
	.ec-productRole .ec-productRole__price .ec-price {
		padding-top: 0;
		padding-bottom: 0;
	    color: #C22818;
	}
	
	.ec-productRole .ec-productRole__price span {
	    color: inherit;
	}
	
	.ec-productRole .ec-productRole__priceRegular .ec-productRole__priceRegularPrice {
	    font-size: 15px;
	}
	
	.ec-productRole .ec-productRole__priceRegularTax {
	    font-size: 11px;
	}
	
	.ec-price .ec-price__price {
		padding: 0;
	    font-size: 25px;
	}
	
	.ec-price .ec-price__tax {
	    font-size: 15px;
	}
	
	.ec-productRole .ec-productRole__code {
	    padding-top: 20px;
		padding-bottom: 20px;
		font-size: 13px;
	}
	
	.ec-productRole .ec-productRole__category {
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.ec-productRole .ec-productRole__category a span,
	.ec-productRole .ec-productRole__category div {
	    font-size: 13px;
	}
	
	.ec-productRole .ec-productRole__category a {
		font-size: 13px;
	}
	
	.ec-grid2__cell .ec-productRole__description {
		margin-bottom: 60px;
		padding-top: 20px;
		font-size: 15px;
	}
	
	.ec-productRole .ec-productRole__actions .ec-select select{
		min-width: 350px;
	}
	
	.ec-productRole .ec-productRole__btn {
		margin-left: auto;
		margin-bottom: 10px;
	}
	
	.ec-blockBtn--cancel,
	.ec-blockBtn--action,
	.ec-blockBtn--action.add-cart {
		max-width: 370px;
	}


    /* ==================================================================
       INDEX PAGE CSS
       ================================================================== */
    
    /* index_under_kv
       ================================================================== */
    .index_under_kv{
    	margin-left: 140px;
    }
    
    .index_under_kv .inner{
    	padding: 40px 45px;
        max-width: 1600px;
        min-height: 320px;
        box-sizing: border-box;
    }
    
    .index_under_kv .box{
        padding: 0 0 0 205px;
        position: relative;
    }
    
    .index_under_kv h3{
        margin: 0 0 20px;
    	font-size: 24px;
    }
    
    .index_under_kv .photo{
        top: -16px;
        width: 172px;
    }
    
    .index_under_kv p{
    	font-size: 16px;
    }


    /* promotion_movie
       ================================================================== */
    .promotion_movie{
    	margin: 118px 0 0;
        padding: 0 0 200px;
    }
    
    .promotion_movie .inner{
        margin: auto;
    	padding: 45px 68px 0 0;
        height: 410px;
        max-width: 1090px;
        box-sizing: border-box;
    }
    
    .promotion_movie h3{
        width: 345px;
    }
    
    .promotion_movie .movie{
        margin: -70px 0 0;
        width: 640px;
    }
    
    .promotion_movie .movie iframe{
        height: 340px;
    }


    /* contents_links
       ================================================================== */
    .contents_links{
    	margin: 0 0 0;
    }
    
    .contents_links ul{
    	margin: auto;
        max-width: 2000px;
    }
    
    .contents_links ul li{
    	display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .contents_links ul li:nth-child(2n+2){
        justify-content: flex-end;
    }
    
    .contents_links .photo{
    	width: 57%;
    }
    
    .contents_links .text_box{
    	padding: 0 0 0 100px;
        width: auto;
        box-sizing: border-box;
    }
    
    .contents_links ul li:nth-child(2n+2) .text_box{
    	padding: 0 185px 0 20px;
    }
    
    .contents_links .text_box p{
        margin: 18px 0 35px;
    	font-size: 20px;
    }


    /* insert_cv footer_company_boxのカスタム
       ================================================================== */
    .insert_cv{
    	margin: 100px 0 0;
    }
    
    .insert_cv .inner{
    	align-items: center;
        min-height: 420px;
    }
    
    .insert_cv .right{
    	display: flex;
    }
    
    .insert_cv .cv_btn{
    	margin: 0 0 0;
        padding: 0 0 0 137px;
    }
    
    .insert_cv .cv_btn h3{
        margin: 0;
    	padding: 0 16px 25px;
        font-size: 20px;
    }
    
    .insert_cv .cv_btn ul{
    	margin: 30px 0 0;
        text-align: left;
        display: flex;
    }
    
    .insert_cv .cv_btn ul li{
    	margin: 0 20px 0 0;
    }
    
    .insert_cv .cv_btn ul li:last-child{
    	margin: 0 0 0;
    }


    /* photos_block
       ================================================================== */
    .photos_block{
    	margin: 120px 0 120px;
    }
    
    .photos_block .inner{
        margin: auto;
        max-width: 1287px;
    	display: flex;
        position: relative;
    }
    
    .photos_block .inner > ul:first-child{
        padding: 40px 0 0;
    	width: 730px;
    }
    
    .photos_block .img01{
    	margin: 0;
        width: 100%;
    }
    
    .photos_block .img02{
    	margin: 43px 50px 0 auto;
        width: 400px;
    }
    
    .photos_block .img03{
    	margin: -113px 0 0 95px;
        width: 240px;
    }
    
    .photos_block .right{
        margin-left: 55px;
    	width: 40%;
        max-width: 502px;
        align-items: flex-start;
    }
    
    .photos_block .right ul{
    	margin: 0 10px;
    }
    
    .photos_block .right ul:first-child{
    	margin-top: 190px;
    }

    .photos_block .right ul:first-child::before{
    	top: -111px;
        left: -145px;
        width: 680px;
        height: 485px;
    }
    
    .photos_block .right ul:nth-child(2)::before{
    	bottom: -48px;
        left: -74px;
        width: 280px;
        height: 175px;
    }
    
    .photos_block .right ul li{
    	margin: 0 0 20px;
    }
    
    .photos_block .photos_block_logo{
    	margin: 0 auto 0;
        position: absolute;
        bottom: -125px;
        right: 335px;
        width: 248px;
    }


    /* ==================================================================
       USER DATE PAGE CSS
       ================================================================== */

    /* user_content_warp
       ================================================================== */
    .user_content_warp{
    	margin: 40px 0 0;
    }
    
    .user_content_warp .inner{
        margin: 0 auto;
    	padding: 0;
    }
    
    .user_content_warp p{
        font-size: 16px;
    }
    
    .user_content_warp .top_block .sub{
        margin: 15px 0 0;
        font-size: 20px;
    }
    
    .user_content_warp .top_block .text{
        margin: 25px 0 0;
    }

    .user_content_warp .top_block .movie{
        margin: 45px 0 0;
    }
    
    .user_content_warp .top_block .movie iframe{
        width: 640px;
        height: 340px;
    }


    /* pictures_block
       ================================================================== */
    .pictures_block{
    	margin: 15px 0 0;
    }

    .top_block .pictures_block{
    	margin: 25px 0 0;
    }
    
    .pictures_block ul{
    	font-size: 0;
    }
    
    .pictures_block ul li{
    	margin: 20px 0 0;
    }


    /* bg_title
       ================================================================== */
    .bg_title{
    	padding: 13px 20px;
        font-size: 18px;
    }

    .bg_title .number{
        margin: 0 30px 0 0;
        font-size: 25px;
    }


    /* check_title
       ================================================================== */
    .check_title span{
        padding: 0 30px 15px 60px;
        font-size: 18px;
    }
    
    .check_title span::before{
        width: 26px;
        height: 26px;
        top: 0;
        left: 15px;
    }


    /* user_content_block
       ================================================================== */
    .user_content_block{
    	margin: 40px 0 0;
    }

    .user_content_block .text_box{
    	margin: 35px 0 0;
    }

    .access_page .user_content_block .text_box{
        margin: 28px 0 0;
    	padding: 0 20px;
    }

    .user_content_block .border_box{
    	margin: 0 0 30px;
    }

    .user_content_block .border_box > li{
    	margin: 35px 0 0;
        padding: 35px 0 0;
    }


    /* common_table
       ================================================================== */
    .common_table th,
    .common_table td{
        padding: 13px 35px;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.08em;
    }
    
    .common_table th{
        padding-left: 10px;
        padding-right: 10px;
        width: 260px;
    }
    
    .common_table .all{
        padding-left: 20px;
        padding-right: 20px;
    }

    .common_table p.title{
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 30px;
    }


    /* user_page_cv
       ================================================================== */
    .user_page_cv{
    	padding: 42px 40px 47px;
    }
    
    .user_page_cv h4 span{
        padding: 0 55px 18px 0;
        font-size: 20px;
    }
    
    .user_page_cv h4 + p{
    	margin: 20px 0 0;
    }
    
    .user_page_cv ul{
        margin: 28px 0 0;
    }
    
    .user_page_cv ul li{
    	margin: 0 30px 0 0;
    }


    /* line_text_list
       ================================================================== */
    .line_text_list{
    	margin: 0 15px;
    }
    
    .line_text_list::after{
        bottom: 20px;
        left: 15px;
    }
    
    .line_text_list > li{
        margin-bottom: 30px;
        padding: 10px 0 10px 55px;
    }
    
    .line_text_list > li::before{
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .line_text_list > li p{
    	margin: 0 0 0;
    }
    
    
    /* flow_slider
       ================================================================== */
    .flow_slider{
        margin: 170px 0 0;
        position: relative;
    }
    
    .flow_slider::before{
        content: "";
        background: #F5F4E4;
        width: 2000%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        right: 125%;
    }
    
    .flow_slider .slick-list{
        overflow: inherit;
    }
    
    
    /* 画像部分
       =============================== */
    
    /* 選択部分のサイズ */
    .flow_slider .thumb-item.slick-slider{
        margin: 0;
        width: 420px;
        position: initial;
    }
    
    /* 選択時拡大 */
    .flow_slider .thumb-item .slick-slide{
        margin: 0 20px 0 0;
        transition: .5s ease;
        transform: scale(.375);
        transform-origin: 100% 0;
    }
    
    .flow_slider .thumb-item .slick-slide.slick-current{
        margin-right: 20px;
        transform: scale(1);
        transform-origin: 50% 50%;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide,
    .flow_slider .thumb-item .slick-current + .slick-slide{
        transform-origin: 0 0;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide{
        margin-left: -250px;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide + .slick-slide{
        margin-left: -500px;
    }
    
    .flow_slider .thumb-item .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide{
        margin-left: -330px;
    }
    
    /* 画像のサイズ */
    .flow_slider .thumb-item .bg_photo{
        margin: auto;
        width: 100%;
        height: 300px;
    }
    
    
    /* No.ドットの設定
       =============================== */
    
    /* No.ドットの設定 */
    .flow_slider .slick-dots{
        top: -120px;
        margin: auto;
        left: 0;
        right: 0;
        width: 83%;
        display: flex;
        justify-content: space-between;
    }
    
    /* 横ボーダー */
    .flow_slider .slick-dots::before{
        top: 49px;
        width: 95%;
    }
    
    .flow_slider .slick-dots li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    .flow_slider .slick-dots li::before{
        margin: 0 0 8px;
        font-size: 25px;
    }
    
    .flow_slider .slick-dots li::after{
        margin: 10px 0 0;
        display: block;
        font-size: 17px;
    }
    
    .flow_slider .slick-dots li button{
        border-width: 11.5px;
        width: 30px;
        height: 30px;
    }
    
    
    /* テキストボックスの設定
       =============================== */
    
    /* No.ドットの設定 */
    .flow_slider .thumb-item-nav{
        margin: 0 0 0 auto;
        width: 70%;
        box-sizing: border-box;
    }
    
    .flow_slider .thumb-item-nav .slick-slide{
        margin: -145px 0 0 auto;
        padding: 30px;
        min-height: 305px;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3{
        display: flex;
        align-items: center;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3 > span{
        display: block;
        line-height: 150%;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3 > span:nth-child(1){
        font-size: 40px;
    }
    
    .flow_slider .thumb-item-nav .slick-slide h3 > span:nth-child(2){
        margin: 10px 0 0 20px;
        font-size: 20px;
    }
    
    .flow_slider .thumb-item-nav .slick-slide p{
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 200%;
    }


    /* position_r
       ================================================================== */
    .map_photo{
    	margin: 0 auto;
        width: 414px;
        top: -63px;
        right: 0;
    }


    /* btn_list
       ================================================================== */
    .btn_list{
    	margin: 35px 0px 0 10px;
    }
    
    .btn_list > li{
    	margin: 0 10px;
    }
    
    
    /* map access_page
       ================================================================== */
    .access_page .map{
    	margin: 75px 0 0;
    }
    
    .access_page .map iframe{
        height: 450px;
    }
    
    
    /* com_name
       ================================================================== */
    .com_name{
        padding: 0 0 40px;
    }
    
    .com_name .site_name .name{
        font-size: 26px;
    }
    
    .com_name .site_name .with{
        margin: 0 0 0;
        font-size: 16px;
    }
    
    .com_name .site_name + p{
        margin: 15px 0 0;
        font-size: 17px;
    }



	
	
}/* min-width : 1150px */
@media screen and (min-width : 1250px){


	/* other_block
	   ================================================================== */
	.other_block{
		padding: 0;
	}
	
	.ec-mypageRole,
	.ec-registerRole,
	.ec-contactRole {
	    padding-left: 0;
	    padding-right: 0;
	}	
	
	
}/* min-width : 1250px */
@media screen and (min-width : 1300px){


    /* commitment
       ================================================================== */
    .commitment .ec-eyecatchRole .ec-eyecatchRole__image{
        margin-right: -108px;
        width: 630px;
    }
    
    .commitment .ec-eyecatchRole .ec-eyecatchRole__intro{
        padding-left: 30px;
        width: calc(100% - 502px);
    }
    
    .ec-eyecatchRole .ec-eyecatchRole__introDescription{
        font-size: 15px;
        letter-spacing: 0;
    }
    
    
}


