@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800; 900&display=swap');

* {
box-sizing: border-box;
font-family: '游ゴシック体','游ゴシック', YuGothic, 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
font-weight: 400;
}

address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewtb {
	display: none;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #666;
	font-size: 1em;
	line-height: 1.8;
	font-family: '游ゴシック体','游ゴシック', YuGothic, 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
p {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #666;
	outline: none;
}
.link_underline a {
	text-decoration: underline;
}
.link_underline a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}
a:hover img{
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 0;
	position: relative;
}

.top_nomargin {
	margin-top: 0!important;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #092254;
}
.text_red {
	color: #df4150;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.6!important;
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 20px;
	text-align: center;
}
.big_copy {
	font-size: 28px;
	margin-bottom: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}

img {
	width: 100%;
	height: auto;
}


/* ---------  animation --------- */
.invisible {
 transition: opacity 0.5s ease;
 opacity: 0;
}

.visible {
 transition: opacity 0.5s ease;
 opacity: 1.0;
}

.deley01 {
 animation-delay: 0.2s;
}

.deley02 {
 animation-delay: 0.3s;
}

.deley03 {
 animation-delay: 0.4s;
}

.deley04 {
 animation-delay: 0.5s;
}

.deley05 {
 animation-delay: 2s;
}


/* ===============
header
================*/
header.index_header {
	width: 100%;
	height: 500px;
}
.index_topimage {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.index_nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 500px;
	background-color: rgba(0,0,0,0.8);
	text-align: right;
	z-index: 100;
}
.index_nav h1 {
	width: 120px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.index_nav h1 img {
	width: 100%;
	height: auto;
}
.index_nav nav {
	clear: both;
	margin: 0 16px 0 0;
}
.index_nav ul li {
	line-height: 2.6;
	font-size: 15px;
	position:relative;
  display:block;
	margin-right: 10px;
}
.index_nav ul li a {
	color: #fff;
	font-weight: 600;
}
.index_nav ul li a::after {
	content:"";
   display:inline-block;
   width: 20px;
   height: 2px;
   background-color: #c1c1c1;
   position: absolute;
   top: 16px;
   right: -26px;
}
.index_nav ul li a:hover::after {
	content:"";
   display:inline-block;
   width: 120px;
   height: 2px;
   background-color: #bf3461;
   position: absolute;
   top: 30px;
   right: -26px;
transition: 0.2s all ease 0s;
}
.index_nav ul li.zh-menu a:hover::after {
	content:"";
   display:inline-block;
   width: 160px;
   height: 2px;
   background-color: #bf3461;
   position: absolute;
   top: 30px;
   right: -26px;
transition: 0.2s all ease 0s;
}

.topimage_area {
	flex-basis: auto;
	width: 100%;
	height: 500px!important;
	display: block;
	margin: 0;
}
.topimage_area .slide {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.topimage_area h1 {
　width: 100%!important;
	text-align: center;
	margin: 0 auto;
	background-color: #bf3461;
}
.topimage_area h1 img {
	max-width: 1400px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.language_menu {
	position: absolute;
	z-index: 10;
	display: block;
	right: 20px;
	top: 0;
	width: 90px;
	width: 160px;
	height: 30px;
	background-color: rgba(0,0,0,0.55);
	padding: 3px 0 0 14px;
}
.inner .language_menu {
	right: 60px;
	top: 14px;
}
.language_menu ul li {
	float: left!important;
	font-size: 14px;
	margin-right: 16px;
}
.language_menu ul li a {
	color: #fff;
	display: block;
	background: url("../images/common/arrow_right_p.svg") no-repeat left center;
	background-size: 5px;
	padding-left: 13px;
}
.language_menu ul li a:hover {
	text-decoration: underline;
}
#polylang-3 ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#polylang-3 ul li {
	display: inline;
	flex-basis: auto;
	white-space: nowrap;
}
#polylang-3 ul li a {
	float: left!important;
	display: block!important;
}


#globalMenuS {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
float: right;
width: 60px;
	z-index: 1000;
}
.sp_header #globalMenuS {
	margin-top: -4px;
}
#top-head {
    width: 80px;
		margin: 0 0 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: relative;
    width: 60px;
    height: 49px;
    cursor: pointer;
    z-index: 990;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    background: #fff;
    left: 0;
	top: 10px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle p {
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.03em;
    position: absolute;
    top: 34px;
		left: 10px;
}

#nav-toggle span:nth-child(1) {
    top: 14px;
		left: 10px;
}
#nav-toggle span:nth-child(2) {
    top: 25px;
		left: 10px;
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 50%;
			float: left;
        height: 56px;
        z-index: 990;
        position: relative;
    }

#nav-toggle {
     display: block;
		margin-top: 2px;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	background-color: #fff;
	z-index: 1000;
	position: absolute;
        top: 20px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
	position: absolute;
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
	background-color: #fff;
	z-index: 1000;
    }

	
#global-nav {
 position: absolute;
  top: -550px;
		right: 0;
				background:rgba(0,0,0,0.9);
        color: #fff;
        width: 200px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
	z-index: 1000;
	padding: 20px 0;
}

#global-nav ul li {
	line-height: 2.3;
	font-size: 14px;
	position:relative;
  display:block;
	margin-right: 10px;
	padding-left: 70px;
}
#global-nav ul li a {
	color: #fff;
}
#global-nav ul li a::before {
	content:"";
   display:inline-block;
   width: 60px;
   height: 2px;
   background-color: #c1c1c1;
   position: absolute;
   top: 16px;
   left: 0;
}
#global-nav ul li a:hover::before {
	content:"";
   display:inline-block;
   width: 60px;
   height: 2px;
   background-color: #bf3461;
   position: absolute;
   top: 16px;
   left: 0;
}

/* #global-nav スライドアニメーション */
.downmenu {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#global-nav.slideleft {
  top: 0;
	right: 0;
	position: absolute;
}
.index_menu.slideleft  {
	top: 50px!important;
	right: 0;
	position: absolute;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	margin: 0 auto;
}

/* ===============
.index_intro 
================*/
.index_intro {
	width: 100%;
	margin: 40px 0;
}
.index_intro .inner {
	width: 1000px;
	margin: 0 auto;
}
.index_intro h2 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
	color: #949494;
}
.index_intro p {
	margin: 0 0 0 145px;
}
.index_intro p:lang(en) {
	text-align: left;
}

/* ===============
.index_shoplist
================*/
.index_shoplist {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_shoplist .shoplist_item {
	flex-basis: 30%;
	margin-bottom: 40px;
}
.index_shoplist .shoplist_item .shoplistitem_img {
	width: 100%;
	height: 170px;
	margin: 0;
	padding: 0;
	overflow: hidden;
display: block;
	opacity: 0;
    position: relative;
   transition:all .5s .3s ease; 
   z-index: 0;
}
.index_shoplist .shoplist_item .shoplistitem_img:before {
    background: #bf3461;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-101%);
    transition: all 1.5s 0s ease; 
    width: 100%;
    z-index: 1; 
}

.index_shoplist .shoplist_item .shoplistitem_img.active {
  opacity: 1;
	width: 100%;
}
.index_shoplist .shoplist_item .shoplistitem_img.active:before {
  transform: translateX(101%); 
}

.index_shoplist .shoplist_item .shoplistitem_img img {
	width: 100%;
	height: auto;
	margin: 0;
	transform: scale(1,1);
	transition: 0.2s all ease 0s;
}
.index_shoplist .shoplist_item .shoplistitem_img a:hover img {
	transform: scale(1.2,1.2);
	transition: 0.2s all ease 0s;
	overflow: hidden;
}
.index_shoplist .shoplist_item .shoplistitem_title {
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.index_shoplist .shoplist_item .shoplistitem_title h3 {
	flex-basis: calc(100% - 50px);
	height: 44px;
	background-color: #bf3461;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 10px 12px;
	margin: 0;
}
.index_shoplist .shoplist_item .shoplistitem_title .sholistitem_link a {
	flex-basis: 50px;
	width: 50px;
	height: 44px;
	display: block;
	background: url("../images/common/arrow_right_w.svg") no-repeat center center #000;
	background-size: 25px;
	text-indent: -9999px;
	transition: 0.2s all ease 0s;
}
.index_shoplist .shoplist_item .shoplistitem_title .sholistitem_link a:hover {
	background: url("../images/common/arrow_right_w.svg") no-repeat center center #9F9F9F;
	background-size: 30px;
	transition: 0.2s all ease 0s;
}
.index_shoplist .shoplist_item .shoplistitem_text {
	min-height: 4.5em;
	height: 4.5em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_shoplist .shoplist_item p {
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0 0 0;
	letter-spacing: -0.01em;
}
.index_shoplist .shoplist_item p:lang(en) {
	text-align: left;
}
.index_shoplist .shoplist_item .link_contact_index {
	display: inline-block;
	float: right!important;
	margin: 4px auto 0 auto;
	font-size: 14px;
}
.index_shoplist .shoplist_item .link_contact_index a {
	display: block;
	padding: 4px 14px;
	color: #df5382;
	border: 1px solid #bf3461;
	transition: 0.2s all ease 0s;
}
.index_shoplist .shoplist_item .link_contact_index a:hover {
	background-color: #bf3461;
	color: #fff;
	transition: 0.2s all ease 0s;
}
.index_shoplist .shoplist_item .bn_item img {
	margin-bottom: 4px;
}
.index_shoplist .shoplist_item .bn_item a:hover {
	opacity: 0.5;
	transition: 0.2s all ease 0s;
}

.cbanner_area {
	width: 100%;
	margin: 30px auto 60px auto;
	max-width: 700px;
	text-align: center;
}
.cbanner_area img:hover {
	opacity: 0.6;
}

/* ================
.index_news 
================== */
.index_news {
	width: 100%;
	margin: 40px auto 0 auto;
	background-color: #efefef;
	padding: 56px 0 50px 0;
}
html[lang=en] .index_news,
html[lang=zh-cn] .index_news {
	display: none;
}
.index_news .inner {
	width: 1000px;
	margin: 0 auto;
}
.index_news h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
	color: #949494;
}
.index_news dl dt {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 27px;
	clear: both;
	background-color: #bf3461;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 143px;
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
}
.index_news dl dd {
	font-size: 15px;
	margin-bottom: 16px;
}


/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 54px;
	width: 60px;
	height: 60px;
	background: url(../images/common/totop.svg) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* ================
footer
================== */
footer {
	width: 100%;
	margin: 0;
	background-color: #000;
}
footer .inner {
	width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer h1 {
	flex-basis: 110px;
	margin: 0;
}
footer .footer_nav {
	flex-basis: 380px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
footer .footer_nav h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
footer .footer_nav ul {
	flex-basis: 50%;
	margin-top: 8px;
}
footer .footer_nav ul span {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
footer .footer_nav ul li {
	font-size: 14px;
	margin-bottom: 2px;
	background: url("../images/common/arrow_right_p.svg") no-repeat left center;
	background-size: 5px;
	padding-left: 12px;
	line-height: 1.6;
}
footer .footer_nav ul li a {
	color: #fff;
}
footer .footer_nav ul li a:hover {
	text-decoration: underline;
}
footer .footer_copyright {
	text-align: center;
	border-top: 1px solid #898989;
	font-size: 12px;
	color: #fff;
	padding: 16px 0;
}
