@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

/* ======================================================
-----mainContents------------------------------------
=========================================================*/
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
html {
	margin : 0;
	padding : 0;
	font-size:62.5%;
}
body {
	margin : 0;
	padding : 0;
	width : 100%;
	height:100%;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 1.4rem;
	color:#000;
	line-height:1.8;
	z-index: 1;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	font-feature-settings:"palt";
}

.en,
#footer,
#nav #mainnav ul,
#intro #skip,
#topModalbtn,
#scrlDown,
.title .tit,
.product-carousel .product .txtblock,
#top_story ul .sub,
#top_links ul h3,
#vr_kv #title h1,
#mf_kv #title h1,
#vr_list .list .num,
#mf_list .list .num {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
}
#product_list .title_block h2 {
	font-family: 'Montserrat', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.title .sub {
	font-weight: bold;
	letter-spacing: 0.2em;
}
h1,h2,h3 {
	font-weight: bold;
	letter-spacing: 0.2em;
}


#nav #mainnav ul li a strong {
	font-weight: 700;
}
#top_story ul .sub {
	font-weight: 400;
}

h4,strong {
	font-weight: normal;
}
a {
	display: block;
	color:#000;
	text-decoration: none;
	word-break: break-word;
  -webkit-transition:0.3s;
  transition: 0.3s;
	cursor: pointer;
}
img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: text-bottom;
}

li{
	list-style:none;
}
/* SVG */
.svg-block {
  display: block;
}
object {
	pointer-events: none;
}
.svg-link object {
	overflow:visible;
}
/* SVG */
svg {
	width: 100%;
	height: 100%;
}
::selection {
 background: #666;
 color:#FFF;
}
::-moz-selection {
 background: #666;
 color:#FFF;
}
form ::selection {
 background: #666;
 color:#FFF;
}
form ::-moz-selection {
 background: #666;
 color:#FFF;
}

:focus {
	outline: 0;
}

.nolink {
	cursor: none;
}
.sp {
	display: none;
}
.pc {
	display: inline-block;
}


/*---Animation */
.anime .obj {
	transition: 1.2s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate3d(0,40px,0);
	opacity: 0;
}
.anime.active .obj {
	transform: translate3d(0,0,0);
	opacity: 1;
}

/*---Flex box */
.flex {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
/*修正240801a*/
a:hover.flex {
opacity:.9;
}
.flex_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex_right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_top {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex_bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex_stretch {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.flexself_center {
	-webkit-align-self: center;
	align-self: center;
}
.flexself_left {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.flexself_right {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

.bg_cover {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fix_img {
	width: 100%;
	position: relative;
	background-attachment: fixed;
}


/* ***** Form **************** */
input,
textarea,
select {
	width: 100%;
	padding: 10px;
	font-size:inherit;
	font-size: 1.4rem;
	-webkit-appearance: none;
	border: 1px #e6e6e6 solid;
	border-radius: 0;
	color: #000;
	vertical-align: middle;
	background-color: transparent;
	background: #FFF;
}
input,
textarea,
select {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}
:placeholder-shown {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 40px;
}
::-webkit-input-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 40px;
}
:-moz-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 40px;
}
::-moz-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 40px;
}
:-ms-input-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 40px;
}
::-ms-input-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 40px;
}

input[type=radio], input[type=checkbox] {
  display: none;
}
input,textarea {
	margin-top: 10px;
}
.inpt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
}
.inpt.first {
	padding-top: 20px;
	border-top: 1px #ccc solid;
}
.inpt span.red {
	color: rgb(192,0,0);
}
.radio,
.checkbox {
	width: 100%;
	position: relative;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s;
}
.radio span,
.checkbox span {
	display: block;
	margin: 0;
  padding-left: 7px;
	border: 0;
	text-align: left;
}
.radio span:after,
.checkbox span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  border: 1px #e6e6e6 solid;
  border-radius: 3px;
  background: #FFF;
  transition: 0.3s;
}
.radio span:after {
  border-radius: 50%;
}
.radio span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(192,0,0);
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
.checkbox span:before {
  content: '';
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -10px;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
input[type=radio]:checked + span:before,
input[type=checkbox]:checked + span:before {
  opacity: 1;
}

#form_btn{
	position: relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
#form_btn input {
	width: calc(50% - 10px);
	max-width: 240px;
	height: 50px;
	position: relative;
	font-weight: bold;
	text-align: left;
	border: 0;
	color: #FFF;
  background-color: rgb(192,0,0);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 20px 6px;
	background-image: url(../img/arrow_wh.png);
  transition: 0.3s;
}
#form_btn input.wpcf7-back {
	margin-right: 20px;
	background: #666;
}
#form_btn input:hover {
	opacity: 0.6;
	cursor: pointer;
}
#form_btn input:hover:disabled {
	opacity: 1;
	cursor: default;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: -20px;
	left: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 20px 0;
	color: rgb(192,0,0);
}
.wpcf7c-conf {
	background-color: #ccc;
	color: black;
	border: 1px solid #e6e6e6;
}

#shop_kv select {
	color: rgb(192,0,0);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 12px 18px;
	background-image: url(../img/selectarrow.png);
}
#shop_kv select option.ch {
	padding-left: 1em;
}
#shop_kv input[type="submit"] {
	color: #FFF;
	border: 1px #FFF solid;
	background: none;
	transition:0.3s;
}
#shop_kv input[type="submit"]:hover {
	background: rgba(255,255,255,0.4);
}


/* ***** Navigation **************** */
#page_navigation {
	width: 60%;
	margin: 0 auto;
	padding-top: 100px;
}
#page_navigation a {
	width: 60px;
	margin: 0 auto;
}
#page_navigation a.no_a {
	width: 0;
}
#page_navigation a.prev:hover {
	transform: translate3d(-20px,0,0);
}
#page_navigation a.next:hover {
	transform: translate3d(20px,0,0);
}


/* ***** Common **************** */
.bf,.af {
	content:'';
	display: block;
}

.video {
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
	overflow: hidden;
}
.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video.full {
	height: 100%;
	padding-top: 0;
}
#fullVideo {
	position: absolute;
	z-index: -1;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

#scrlDown {
	position: absolute;
	left: 50%;
	bottom: 20px;
	font-size: 1rem;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	transform: translate3d(-50%,0,0);
	transition:0.3s;
	z-index: 99;
}
#scrlDown i {
	width: 40px;
	height: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/scrl.png);
}
#scrlDown:hover {
	transform: translate3d(-50%,20px,0);
}


/* --- iziModal --- */
.iziModal {
	font-size: 1.2rem;
	color: #FFF;
	background: none;
}
.iziModal .iziModal-wrap {
	width: 70%;
    max-width: 960px;
	margin: 0 auto;
}

html.iziModal-isAttached body,
html.iziModal-isOverflow body {
	position: inherit;
}
.iziModal-navigate {
	z-index: 999 !important;
}
.iziModal-navigate>button {
	width: 50px;
	height: 100px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
.iziModal-navigate-prev,
.iziModal-navigate-next {
	margin: 0 !important;
}
.iziModal-navigate-prev {
	left: 30px;
}
.iziModal-navigate-next {
	right: 30px;
}
.iziModal-wrap::-webkit-scrollbar-track{background:#000;}
.iziModal-wrap::-webkit-scrollbar-thumb{background:#ccc;}
.iziModal-wrap::-webkit-scrollbar-thumb:hover{background:#999;}
.modalclose {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -70px;
	right: 30px;
	cursor: pointer;
	z-index: 99;
	transition: 0.3s;
}
.modalclose:before,
.modalclose:after {
	content:'';
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transition:0.3s;
}
.modalclose:before {
	transform: translate3d(-50%,-50%,0) rotate(-135deg);
}
.modalclose:after {
	transform: translate3d(-50%,-50%,0) rotate(135deg);
}
.modalclose:hover {
	transform: rotate(90deg);
}

.modaltxt .iziModal-wrap {
	max-width: 800px;
	position: relative;
}
.modaltxt .modalclose {
	top: 40px;
	right: 40px;
	display: none;
}
.modaltxt .modalclose.in {
	display: block;
}
.modaltxt .modalclose:before,
.modaltxt .modalclose:after {
	background: rgb(192,0,0);
}


/* --- Owl Carousel --- */
.product-carousel .owl-nav,
.product-carousel .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.product-carousel .owl-dots {
	text-align: center;
}
.product-carousel button.owl-dot {
	width: 8px;
	height: 8px;
	margin: 10px;
	background: #FFF;
	border-radius: 5px;
}
.product-carousel button.owl-dot.active {
	border: 1px #FFF solid;
	background: none;
	transform: scale(1.7,1.7);
}
.product-carousel .owl-nav {
	bottom: 60px;
}
.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
	width: 60px;
	height: 40px;
	position: absolute;
	bottom: 0;
	padding: 15px !important;
	transition:0.3s;
}
.product-carousel .owl-nav button.owl-next {
	right: 10vw;
}
.product-carousel .owl-nav button.owl-prev {
	left: 10vw;
}
.product-carousel .owl-nav button:before {
	content: '';
	display: block;
	width: 30px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/arrow_wh.png);
}
.product-carousel .owl-nav button.owl-prev:before {
	transform: rotate(-180deg);
}
.product-carousel .owl-nav button.owl-next:hover,
.product-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.6;
}
.product-carousel.owl-carousel .owl-stage,
.sub-carousel.owl-carousel .owl-stage {
	transition: 1.4s !important;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}


.sub-carousel .owl-dots {
	width: 100%;
	position: absolute;
	bottom: -30px;
}
.sub-carousel .owl-dots {
	text-align: center;
}
.sub-carousel button.owl-dot {
	width: 8px;
	height: 8px;
	margin: 4px 10px;
	background: #000;
	border-radius: 5px;
}
.sub-carousel button.owl-dot.active {
	border: 1px #000 solid;
	background: none;
	transform: scale(1.7,1.7);
}

#miyukifactories .owl-carousel .owl-nav,
#vr .owl-carousel .owl-nav {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#miyukifactories .owl-carousel .owl-nav button.owl-next,
#miyukifactories .owl-carousel .owl-nav button.owl-prev,
#vr .owl-carousel .owl-nav button.owl-next,
#vr .owl-carousel .owl-nav button.owl-prev {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 73px;
	background: rgba(0,0,0,0.6);
	transition:0.3s;
	transform:translate3d(0,-50%,0);
}
#miyukifactories .owl-carousel .owl-nav button.owl-next.disabled,
#miyukifactories .owl-carousel .owl-nav button.owl-prev.disabled,
#vr .owl-carousel .owl-nav button.owl-next.disabled,
#vr .owl-carousel .owl-nav button.owl-prev.disabled {
	display: none;
}
#miyukifactories .owl-carousel .owl-nav button.owl-next:after,
#miyukifactories .owl-carousel .owl-nav button.owl-prev:after,
#vr .owl-carousel .owl-nav button.owl-next:after,
#vr .owl-carousel .owl-nav button.owl-prev:after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-right: 1px #FFF solid;
	border-top: 1px #FFF solid;
}
#miyukifactories .owl-carousel .owl-nav button.owl-prev:after,
#vr .owl-carousel .owl-nav button.owl-prev:after {
	transform:translate3d(-50%,-50%,0) rotate(-135deg);
}
#miyukifactories .owl-carousel .owl-nav button.owl-next:after,
#vr .owl-carousel .owl-nav button.owl-next:after {
	transform:translate3d(-50%,-50%,0) rotate(45deg);
}
#miyukifactories .owl-carousel .owl-nav button.owl-next,
#vr .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
#miyukifactories .owl-carousel .owl-nav button.owl-prev,
#vr .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
#miyukifactories .owl-carousel .owl-nav button.owl-next:hover,
#miyukifactories .owl-carousel .owl-nav button.owl-prev:hover,
#vr .owl-carousel .owl-nav button.owl-next:hover,
#vr .owl-carousel .owl-nav button.owl-prev:hover {
	background: rgba(0,0,0,1);
}


/* --- swiper --- */
.swipernav {
	display: none;
}
.swiper-pagination {
	position: relative;
	top: auto;
	bottom:auto;
	z-index: 1;
}
.swiper-button-next,
.swiper-button-prev {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	padding: 5px;
	top: calc(50% - 20px);
	left: 0;
	margin: 0;
	background: none;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	z-index: 99;
}
.swiper-button-next {
	left:auto;
	right: 0;
}
.swiper-button-next:before,
.swiper-button-prev:before {
	content:'';
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #FFF;
}
.swiper-button-prev:before {
	border-left: 0;
	border-right: 8px solid #FFF;
}
.swiper-pagination-bullets {
	width: 100px;
	height: auto;
	bottom: 50px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	z-index: 99;
}
.swiper-pagination-bullet {
	margin: 0 4px;
	background: none;
	background: #FFF;
	opacity: 0.4;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper {
	-webkit-align-items: center;
	align-items:center;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-slide .img {
	height: 100%;
}


#intro,
#intro #intro_logo,
#nav #mainnav,
#product_list li .txtblock,
#pagetop  {
	transition: 0.8s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* ***** Footer **************** */
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 5%;
	background: rgb(192,0,0);
}
#footer,
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul li {
	margin-bottom: 10px;
}
#footer ul.main,
#footer ul.sub {
	width: 30%;
}
#footer ul.sns {
	width: 40%;
}
#footer ul.main {
	font-size: 1.5rem;
}
#footer ul.sub {
	font-size: 1.2rem;
	font-weight: normal;
}
#footer ul.sub img {
	max-width: 200px;
	margin-bottom: 10px;
}
#footer ul.sub p {
	font-size: 1rem;
}
#footer ul.sub .companylink {
	margin-top: 50px;
}
#footer ul.sns li {
	margin-right: 0;
	margin-left: 10px;
}
.iLink:before {
	content:'';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/icon_link.png);
}
.iLink.red:before {
	background-image: url(../img/icon_link_red.png);
}

#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	background: rgba(0,0,0,0.8);
	border-radius: 25px;
	z-index: 99;
	cursor: pointer;
	transform: translate(100px,0) ;
}
#pagetop:after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	transform: translate(-50%,-20%) rotate(-45deg);
}
body.scrl_oneview #pagetop {
	transform: translate(0,0) ;
}
body.scrl_oneview #pagetop:hover {
	transform: translate(0,0) scale(1.1,1.1) ;
}


/* ***** Nav **************** */
#nav #top_logo {
	width: 160px;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 880;
}
#nav #top_logo a {
	font-size: 0;
}
#nav #top_logo .st0 {
	fill:rgb(192,0,0);
	transition: 0.3s;
}
#nav #navBtn {
	width: 40px;
	height: 14px;
	position: fixed;
	top: 42px;
	right: 30px;
	z-index: 900;
	cursor: pointer;
	transition:0.3s;
}
#nav #navBtn:before,
#nav #navBtn:after {
	content:'';
	display: block;
	width: 100%;
	height: 2px;
	background: rgb(192,0,0);
	position: absolute;
	left: 50%;
	transition:0.3s;
	transform: translate3d(-50%,-50%,0);
}
#nav #navBtn:before {
	top: 0;
}
#nav #navBtn:after {
	bottom: 0;
}
#nav #navBtn:hover:before {
	transform: translate3d(-25%,-50%,0);
}
#nav #navBtn:hover:after {
	transform: translate3d(-75%,-50%,0);
}
body.navopen #nav #navBtn:before {
	top: 50%;
	transform: translate3d(-50%,-50%,0) rotate(-135deg);
}
body.navopen #nav #navBtn:after {
	top: 50%;
	transform: translate3d(-50%,-50%,0) rotate(135deg);
}
body.navopen #nav #navBtn:hover {
	transform: rotate(180deg);
}

body.top #nav #top_logo .st0 {
	fill:#FFF;
}
body.top #nav #navBtn:before,
body.top #nav #navBtn:after {
	background: #FFF;
}
body.navopen #nav #navBtn:before,
body.navopen #nav #navBtn:after {
	background: #FFF !important;
}

body.top.scrl_oneview #nav #top_logo .st0 {
	fill:rgb(192,0,0);
}
body.top.scrl_oneview #nav #navBtn:before,
body.top.scrl_oneview #nav #navBtn:after {
	background: rgb(192,0,0);
}

#nav:before {
	content:'';
	display: block;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	opacity: 0;
	z-index: 800;
}
body.scrl #nav:before {
	opacity: 0.6;
}
body.top.scrl #nav:before {
	opacity: 0;
}
body.top.scrl_oneview #nav:before {
	opacity: 0.6;
}
#nav #mainnav {
	width: 100%;
	max-width: 450px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 30px 50px;
	background: rgb(192,0,0);
	transform: translate3d(520px,0,0);
	z-index: 890;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#nav #mainnav .pagenav {
	padding: 10px;
}
#nav #mainnav ul {
	margin-bottom: 20px;
}
#nav #mainnav ul a {
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2;
	color: #FFF;
}
#nav #mainnav ul a:hover {
	color: #000;
}
#nav #mainnav ul a strong {
	display: block;
	font-size: 2rem;
}
#nav #mainnav ul a span {
	white-space: nowrap;
}
#nav #mainnav ul.sub {
	margin-bottom: 20px;
}
#nav #mainnav ul.sub a {
	padding: 5px 0;
}
#nav #mainnav ul.sub .iLink a {
	display: inline-block;
}
#nav #mainnav ul.sns {
	width: 100%;
}
ul.sns li {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
ul.sns li a {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
ul.sns li a:hover {
	opacity: 0.6;
}
ul.sns a.tw {
	background-image: url(../img/sns_tw.png);
}
ul.sns a.insta {
	background-image: url(../img/sns_insta.png);
}
ul.sns a.fa {
	background-image: url(../img/sns_fa.png);
}
ul.sns a.yt {
	background-image: url(../img/sns_yt.png);
}
ul.sns a.blog {
	background-image: url(../img/sns_blog.png);
}
.anime.active ul li {
	opacity: 0;
	transform: translate3d(40px,0,0);
}
body.navopen #nav #mainnav {
	transform: translate3d(0,0,0);
}
body.navopen #nav #mainnav .anime.active ul li {
	opacity: 1;
	transform: translate3d(0,0,0);
}


/* ***** Layout **************** */
section {
	position: relative;
	padding-bottom: 160px;
}
.pblock {
	padding: 0 5%;
	padding-bottom: 160px;
}
.pthin {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}
.title {
	margin-bottom: 40px;
	color: rgb(192,0,0);
	line-height: 1;
	text-align: center;
}
.title .tit {
	padding-bottom: 20px;
	font-size: 2.4rem;
}
.title .subtxt {
	font-size: 1.6rem;
	line-height: 1.6;
}
.title .sub {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.arrow {
	width: 30px;
	height: 10px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/arrow_bk.png);
	transition:0.3s;
}
.arrow.nar {
	background-image: url(../img/arrow_bk_nar.png);
}
.arrow.red {
	width: 40px;
	height: 7px;
	background-image: url(../img/arrow_red.png);
}
a:hover .arrow,
.arrow:hover {
	opacity: 0.6;
}


.navbtn_sec {
	padding: 5%;
}
.navbtnset {
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.navbtnset.l {
	padding-top: 0;
/*	text-align: left;
*/
}
.navbtnset ul {
	margin-bottom: 20px;
}
.navbtnset li a {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
	cursor: pointer;

	padding: 5px 0;
	font-size: 1.2rem;
	color: rgb(192,0,0);
}
.navbtnset li a:before {
	content:'';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 1px rgb(192,0,0) solid;
	border-right: 1px rgb(192,0,0) solid;
	transform: rotate(45deg);
}
.navbtnset li a:hover {
	text-decoration: underline;
}
.navbtn {
	width: 160px;
	display: inline-block;
	padding: 10px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: rgb(192,0,0);
	border: 1px rgb(192,0,0) solid;
}
.navbtn:hover {
	background: rgba(190,0,10,0.4);
}
.navbtn.wh {
	color: #FFF;
	border: 1px #FFF solid;
}
.navbtn.wh:hover {
	background: rgba(190,0,10,0.4);
	background: rgba(255,255,255,0.4);
}


/* --- Top --- */
/* --- Top intro --- */
#intro,
#intro .st {
	transition: 2.0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#intro {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background: rgb(192,0,0);
	z-index: 999;
}
#intro #intro_logo {
	width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: translate3d(-50%,-50%,0);
}
#intro #skip {
	padding-top: 30px;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
}
#intro .st {
	fill:#FFF;
	opacity: 0;
	transform: translate3d(0,20px,0);
}
#intro .st0 {
	transition-delay: 1.0s;
	transform: translate3d(0,0,0);
}
#intro .st1 {
	transition-delay: 2.0s;
}
#intro .st2 {
	transition-delay: 2.15s;
}
#intro .st3 {
	transition-delay: 2.3s;
}
#intro .st4 {
	transition-delay: 2.45s;
}
#intro .st5 {
	transition-delay: 2.6s;
}
#intro .st6 {
	transition-delay: 2.75s;
}

body.ready #intro .st {
	opacity: 1;
	transform: translate3d(0,0,0);
}
body.introOut #intro {
	opacity: 0;
	pointer-events: none;
}
body.access #intro {
	display: none;
}


/*▼Revised（wp5.6対応のため-210215）*/
#intro #skip {
	opacity: 0;
	transition: 0.3s;
}
body.ready #intro #skip {
	opacity: 1;
}
body.introOut #intro #skip,
body.access #intro #skip {
	opacity: 0;
}

body.top {
	overflow: hidden;
}
body.top.introOut,
body.top.access {
	overflow: auto;
}
/*▲Revised（wp5.6対応のため-210215）*/


/* --- Top kv --- */
#top {
	font-size: 1.6rem;
}
#top #main_kv {
	width: 100%;
	height: 100vh;
}
/*▼Revised（wp5.6対応のため-210215）*/
#top #main_kv {
	padding-bottom: 0;
}
/*▲Revised（wp5.6対応のため-210215）*/
#top #main_kv #topModalbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
	cursor: pointer;
	transition:0.3s;
}
#top #main_kv #topModalbtn .btn {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/playbtn.png);
}
#top #main_kv #topModalbtn p {
	font-size: 1rem;
	text-align: center;
	color: rgb(192,0,0);
}
#top #main_kv #topModalbtn:hover {
	opacity: 0.6;
}

/* --- Top Statement --- */
#top #top_statement {
	padding-top: 160px;
}
#top #top_statement #lead {
	max-width: 700px;
	margin: 0 auto;
	color: rgb(192,0,0);
	font-weight: bold;
	line-height: 2.6;
}
#top #top_statement #lead h1 {
	max-width: 280px;
	margin-bottom: 50px;
}
#top #top_statement #slider {
	margin-top: -160px;
	position: relative;
	z-index: -1;
}
#top #top_statement #slider .img {
	width: 100%;
	height: 0;
	padding-top: 40%;
}

/* --- Top Products --- */
.product-carousel .product a {
	width: 100%;
	height: 100%;
}
.product-carousel .product .img {
	height: 45vw;
}
.product-carousel .product .inimg {
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-carousel .product .txtblock {
	width: 80%;
	max-width: 560px;
	margin: 0 auto;
	padding: 10px 0;
	padding: 0px 0;/*変更-akihirohiramoto*/
	font-weight: normal;
	text-align: center;
	background: #FFF;
	transform: translate3d(0,-50%,0);
}
.product-carousel .product .logo,
.product-carousel .product .txt {
	width: 50%;
}
.product-carousel .product .txt h3 {
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: normal;
}

#top_products {
	padding-bottom: 50px;
}
#top_products:before {
	content:'';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(192,0,0);
}

/* --- Top Story --- */
#top_story:before {
	content:'';
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(192,0,0);
	z-index: -1;
}
#top_story .title {
	color: #FFF;
}
#top_story ul li {
	width: 25%;
	height: 40vw;
}
#top_story ul a {
	width: 100%;
	height: 100%;
	position: relative;
	color: #FFF;
	line-height: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_story ul a:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	transition:0.3s;
}
#top_story ul a:hover:after {
	opacity: 0;
}
#top_story ul #story01 a {
	background-image: url(../img/top_story01.jpg);
}
#top_story ul #story02 a {
	background-image: url(../img/top_story02.jpg);
}
#top_story ul #story03 a {
	background-image: url(../img/top_story03.jpg);
}
#top_story ul #story04 a {
	background-image: url(../img/top_story04.jpg);
}
#top_story ul h3,
#top_story ul .sub {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
#top_story ul h3 {
	bottom: 60px;
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	white-space: nowrap;
}
#top_story ul .sub {
	font-size: 1.1rem;
}


/* --- Top Links --- */
#top_links ul li {
	width: calc(50% - 20px);
	height: 25vw;
}
#top_links ul a {
	width: 100%;
	height: 100%;
	position: relative;
	color: #FFF;
	line-height: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
#top_links ul a:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	transition:0.3s;
}
#top_links ul a:hover:after {
	opacity: 0;
}
#top_links ul #top_shop a {
	background-image: url(../img/top_shop.jpg);
}
#top_links ul #top_vr a {
	background-image: url(../img/top_vr.jpg);
}
#top_links ul .inner {
	position: relative;
	z-index: 1;
}
#top_links ul h3,
#top_links ul .sub {
	width: 100%;
	text-align: center;
}
#top_links ul h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
}
#top_links ul .sub {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}


/* --- Pages --- */
.pages {
	padding-top: 100px;
}
.pages .title_main {
}


/* --- Pages products --- */
#product_list {
	padding-top: 50px;
}
/*エバーウール用の修正ここから
#product_list .line:nth-of-type(3) ul{
	display:none;
	
}
#product_list .line:nth-of-type(3){
	padding-bottom:10%;
}
エバーウールここまで*/
#product_list .title_block {
	max-width: 750px;
	margin: 0 auto;
}

#product_list .title_block h2 {
	font-size: 2.4rem;
	line-height: 1.4;
	color: rgb(192,0,0);
	text-align: center;
}
#product_list .title_block h2 span {
	font-size: 1.6rem;
}
#product_list .title_block .txt {
	padding: 30px 0;
}
#product_list ul:after {
	content:'';
	display: block;
}
#product_list ul:after,
#product_list li {
	width: calc((100% - 80px) / 3);
	margin-bottom: 80px;
}
#product_list a {
	width: 100%;
	height: 100%;
}
#product_list li .img {
	width: 100%;
	padding-top: 120%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#product_list li .txtblock {
	width: 84%;
	margin: 0 auto;
	margin-top: -50px;
	background: #FFF;
}
#product_list li .txtblock .logo {
	padding: 0 20px;
 padding: 0 0px;/*変更-akihirohiramoto*/
}
#product_list li .txtblock .arrow {
	margin-top: 20px;
}
#product_list li a:hover .txtblock {
	transform: translate3d(0,-20px,0);
}


/* --- Pages product single --- */
#story_sec {
	padding-bottom: 80px;
}
#product_kv {
	padding-bottom: 0;
}
#product_kv #main_img {
	width: 55%;
	height: 100%;
	position: relative;
}
#product_kv #main_img .img {
	width: 100%;
	padding-top: 110%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#product_kv #main_img {
	width: 55%;
	height: 100%;
	position: relative;
}
#product_kv #main_img {
	width: 55%;
	height: 100%;
	position: relative;
}
#product_kv #main_img .img {
	width: 100%;
	padding-top: 110%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#product_kv #main_img .img {
	width: 100%;
	padding-top: 110%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#product_kv #kv_txt {
	width: 45%;
	padding: 10%;
	text-align: center;
}
#product_kv #kv_txt .en {
	font-weight: normal;
}
#product_kv #kv_txt h1,
#product_kv #kv_txt h3,
#product_kv #kv_txt .txt {
	margin-bottom: 60px;
}
#product_kv #kv_txt h1 {
	max-width: 350px;
	margin: 0 auto 30px;/*変更-akihirohiramoto*/
}
#product_kv #kv_txt img {
	margin: 0 auto;
}
#product_kv #kv_txt .sub {
	font-size: 1.2rem;
}
#product_kv #kv_txt h3 {
	font-size: 2.4rem;
 	margin-bottom: 30px;/*変更-akihirohiramoto*/
}
#product_kv #kv_txt .txt {
	text-align: left;
}
#product_kv #kv_txt .scrlBtn {
	width: 50%;
	margin: 0 auto;
	cursor: pointer;
}
#product_kv #kv_txt .scrlBtn .arrow {
	transform: translate3d(0,15px,0) rotate(90deg);
}
#product_kv #kv_txt .scrlBtn:hover .arrow {
	transform: translate3d(0,30px,0) rotate(90deg);
}

#product_single h2 {
	padding: 80px 0;
	font-size: 2rem;
	text-align: center;
	color: rgb(192,0,0);
}
#product_single .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#product_single .txtblock p {
	padding: 20px 0;
	font-size: 1.4rem;
}

#product_single #textile {
	padding-bottom: 0;
}
#product_single #textile li {
	position: relative;
	margin-bottom: 40px;
	padding: 40px 0;
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#product_single #textile li:before {
	content:'';
	display: block;
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(192,0,0);
	z-index: -1;
}
#product_single #textile li .sub-carousel {
	width: 50%;
	height: 100%;
}
#product_single #textile li .img {
	width: 100%;
	padding-top: 70%;
}
#product_single #textile li .txtblock {
	width: 50%;
	padding: 0 40px;
}
#product_single #textile li .txtblock h3 {
	font-size: 2rem;
}
/*追加-akihirohiramoto*/
#product_single #textile li .txtblock h5 {
	font-size: 1.4rem;
 font-weight: bold;
}
#product_single #textile li .txtblock p.sub {
	padding: 0;
	font-size: 1.2rem;
}
#product_single #topix {
	margin-top: 100px;
	background: #f2f2f2;
}
#product_single #topix li {
	margin-bottom: 40px;
	background: #FFF;
}
#product_single #topix li a {
	width: 100%;
	height: 100%;
}
#product_single #topix .img {
	width: 40%;
	padding-top: 25%;
}
#product_single #topix .txtblock {
	width: 60%;
	padding: 40px;
}
#product_single #topix .txtblock h3 {
	font-size: 1.8rem;
}
#product_single #topix .txtblock .more {
	width: 150px;
	float: right;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	transition:0.3s;
}
#product_single #topix .txtblock .more:after {
	content:'';
	display: block;
	width: 100%;
	height: 7px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/more.png);
}
#product_single #topix li a:hover .more {
	transform: translate3d(20px,0,0) ;
}

.modaltxt .inner {
	padding: 40px;
	font-size: 1.6rem;
	color: #000;
	background: #FFF;
}
.modaltxt h3 {
	margin-bottom: 50px;
	font-size: 2rem;
}
.modaltxt .txt,
.modaltxt .img {
	margin-bottom: 30px;
}
.modaltxt .img p {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: center;
}


/* --- Pages Story --- */
#story_list li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
#story_list li a {
	width: 100%;
	height: 100%;
	padding: 18%;
	text-align: center;
	color: rgb(192,0,0);
	background: #f2f2f2;
}
#story_list li a .txtset {
	padding-bottom: 50px;
}
#story_list li a p,
#story_list li a h2 {
	padding-bottom: 20px;
}
#story_list li a .num {
	font-size: 1.4rem;
	font-weight: normal;
}
#story_list li a h2 {
	font-size: 2.4rem;
	text-indent: 0.3em;
}
#story_list li a .sub {
	font-size: 1.1rem;
	font-weight: normal;
}


/* --- Pages Story single --- */
#story_single #story_nav {
	display: -webkit-flex;
	display: flex;
}
#story_single #story_nav_sp {
	display: none;
}
#story_single #story_nav li {
	width: 22%;
}
#story_single #story_nav li a {
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #808080;
	border-bottom: 1px #808080 solid;
}
#story_single #story_nav li.current a,
#story_single #story_nav li a:hover {
	color: rgb(192,0,0);
	border-bottom: 1px rgb(192,0,0) solid;
}
#story_single #story_nav_sp h2 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: rgb(192,0,0);
}
#story_single #story_nav_sp a {
	width: 10px;
	height: 10px;
	border-right: 2px rgb(192,0,0) solid;
	border-top: 2px rgb(192,0,0) solid;
}
#story_single #story_nav_sp a.prev {
	transform:translate3d(10px,0,0) rotate(-135deg);
}
#story_single #story_nav_sp a.next {
	transform:translate3d(-10px,0,0) rotate(45deg);
}
#story_single #story_nav_sp a.prev:hover,
#story_single #story_nav_sp a.next:hover {
	opacity: 0.6;
}
#story_single #main_img	{
	width: 70%;
	padding-top: 42%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#story_single #kv_txt	{
	width: 30%;
	margin-bottom: 15%;
	padding: 5% 3%;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: rgb(192,0,0);
}
#story_single #kv_txt	h3 {
	padding-bottom: 10px;
	font-size: 2.4rem;
}
#story_single #kv_txt	.sub {
	font-size: 1rem;
	font-weight: normal;
}
#story_single #kv_txt	.txt {
	line-height: 2;
}

#story_single #loopImg {
	padding-bottom: 0;
}

/* --- Story image --- */
#story_single #story_img {
	padding: 3%;
}
#story_single #story_img .sp {
	display: none;
}
#story_single #story_img .pc {
	display: block;
}
#story_single #story_img .col {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#story_single #story_img .right {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#story_single #story_img .mb {
	margin-bottom: 100px;
}
#story_single #story_img .mbs {
	margin-bottom: 40px;
}
#story_single #story_img .txt {
	width: 35%;
	margin-left: 5%;
	padding: 30px;
	padding-top: 10vw;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 2.4;
	color: rgb(192,0,0);
}
#story_single #story_img .right .txt.wl {
	width: 45%;
	margin-right: 0;
}
#story_single #story_img .txt.pts {
	padding-top: 6vw;
}
#story_single #story_img .txt.ptn {
	padding-top: 0;
}
#story_single #story_img p.pb {
	padding-bottom: 20px;
}
#story_single #story_img .right .txt {
	margin: 0;
	margin-right: 10%;
}
#story_single #story_img .right .img {
	margin-left: 5%;
}
#story_single #story_img .img.center {
	margin: 0 auto;
}
#story_single #story_img .img.cl {
	margin-left: 10%;
}
#story_single #story_img .img.clw {
	margin-left: 15%;
}
#story_single #story_img .img.cr {
	margin-left: 50%;
}
#story_single #story_img .ss {
	width: 40%;
}
#story_single #story_img .s {
	width: 45%;
}
#story_single #story_img .m {
	width: 55%;
}
#story_single #story_img .l {
	width: 60%;
}

#story_single #our_pride {
	padding-top: 100px;
	background: #f2f2f2;
}
#story_single #our_pride ul {
	padding: 0 40px;
	background: #FFF;
}
#story_single #our_pride li {
	padding: 40px 0;
	border-bottom: 1px #ccc solid;
}
#story_single #our_pride li:last-child {
	border-bottom: 0;
}
#story_single #our_pride h3,
#story_single #our_pride h4 {
	padding-bottom: 15px;
}
#story_single #our_pride h3 {
	color: rgb(192,0,0);
}
#story_single #our_pride h4 {
	font-size: 1.8rem;
}
#story_single #our_pride .txt {
	width: calc(70% - 40px);
}
#story_single #our_pride .img {
	width: 30%;
}

.loop_css {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 250px;
	left: 50%;
	margin-left: -50%;
	overflow: hidden;
}
.loop_css img {
	width: auto;
	height: 100%;
}
.loop_css img:first-child {
	-webkit-animation: loop 200s -100s linear infinite;
	animation: loop 200s -100s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.loop_css img + img {
	-webkit-animation: loop2 200s  linear infinite;
	animation: loop2 200s linear infinite;
}
@-webkit-keyframes loop {
	0% {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	}
	to {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	}
}
@keyframes loop {
	0% {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	}
	to {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	}
}
@-webkit-keyframes loop2 {
	0% {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	to {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
	}
}
@keyframes loop2 {
	0% {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	to {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
	}
}


/* --- Pages VR --- */
#vr_kv #main_img {
	width: 100%;
	height: 40vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/vr_main.jpg);
}
#vr_kv #title {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background: #FFF;
	transform: translate3d(0,-50%,0);
}
#vr_kv #title h1 {
	font-size: 3.8rem;
}
#vr_kv #title .sub {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#vr_kv #lead h2 {
	padding-bottom: 30px;
	font-size: 1.8rem;
	text-align: center;
}

#vr_list .list {
	padding-bottom: 80px;
	background: #f2f2f2;
}
#vr_list .list:nth-of-type(even) {
	background: #FFF;
}
#vr_list .list .num {
	width: 60px;
	height: 60px;
	font-size: 2.4rem;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0;
	color: #FFF;
	background: rgb(192,0,0);
	transform: translate3d(0,-50%,0);
}
#vr_list .list h3,
#vr_list .list p {
	padding-bottom: 30px;
}

#vr_list .list h3 {
	font-size: 2rem;
	color: rgb(192,0,0);
}
#vr_list .owl-carousel.pthin {
	max-width: 100%;
	overflow: hidden;
	padding-left: calc((100% - 900px) / 2 + 40px );
}
#vr_list .owl-carousel .owl-stage-outer {
	overflow: visible;
}
#vr_list .list .item {
	width: 260px;
}
#vr_list .list .item p {
	padding-top: 5px;
	font-size: 1.2rem;
	text-align: center;
}
#vr_list .list .item p {
	font-weight: bold;
	text-align: left;
}
#vr_list .list .item p span {
	font-weight: normal;
}
#vr_list .list .item a {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#vr_list .list .item a:before,
#vr_list .list .item a:after {
	content:'';
	display: block;
	position: absolute;
}
#vr_list .list .item a:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	transition:0.3s;
}
#vr_list .list .item a:hover:before {
	opacity: 0;
}
#vr_list .list .item a:after {
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/playbtn.png);
}

#vr_list .list .item {
	pointer-events: none;
}
body.ytReady #vr_list .list .item {
	pointer-events: auto;
}
#vr_list .list .item a:after {
	animation: r1 1s linear infinite;
}
body.ytReady #vr_list .list .item a:after {
	animation: none;
}
@keyframes r1 {
	0%   { transform: translate3d(-50%,-50%,0) rotate(0deg); }
	100% { transform: translate3d(-50%,-50%,0) rotate(360deg); }
}




/* --- Pages MIYUKI FACTORIES --- */
#mf_kv #main_img {
	width: 100%;
	height: 40vw;
	background-position: center center;
	background-repeat: repeat;
	background-size: contain;
	background-image: url(../img/mf/img-miyukifactories.jpg);
    position: relative;
}
#mf_kv #main_img .mf-title-icon {
position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); overflow: hidden;
min-width: 150px;
width: 19%;
height: auto;
display: inline-block;
margin: auto;
background-color: rgba(255,255,255,.75);
border-radius: 50%;
}
#mf_kv #main_img .mf-title-icon:before {
content: "";
display: inline-block;
padding-top: 100%;
}
#mf_kv #title {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background: #FFF;
	transform: translate3d(0,-50%,0);
}
#mf_kv #title h1 {
	font-size: 3.8rem;
}
#mf_kv #title .sub {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#mf_kv #lead h2 {
	padding-bottom: 30px;
	font-size: 1.8rem;
	text-align: left;
}
@media screen and (max-width: 767px) {
#mf_kv #lead h2 {
	text-align: center;
}
}
/*追加*/
#mf_kv .wrapper-japan {
position: relative;
}
#mf_kv .copy-japan {
position: absolute;
width: 40%;
z-index: 2;
}
@media screen and (max-width: 767px) {
#mf_kv .copy-japan {
position: static;
width: 100%;
}
}
#mf_kv .insta-l {
display: inline-block;
width: 50px;
vertical-align: middle;
margin-top: 1em;
}
@media screen and (max-width: 767px) {
#mf_kv .insta-l {
width: 30px;
padding-top: 1em;
vertical-align: top;
}
}
#mf_kv .insta-l img {
vertical-align: middle;
}
#mf_kv .insta-r {
display: inline-block;
width : 100%; /*IE8以下とAndroid4.3以下用フォールバック*/
width : -webkit-calc(100% - 70px);
width : calc(100% - 70px);
padding-left: 20px;
vertical-align: middle;
margin-top: 1em;
margin-bottom: 0em;
font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
#mf_kv .insta-r {
width : 100%; /*IE8以下とAndroid4.3以下用フォールバック*/
width : -webkit-calc(100% - 50px);
width : calc(100% - 50px);
margin-bottom: 2em;
}
}
#mf_kv .insta-r a {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 0;
}
#mf_kv a.link-insta {
display: inline-block;
color: rgba(192,0,0,1);
}
#mf_kv a:hover.link-insta {
text-decoration: underline;
}
#mf_kv .img-japan {
max-width: 600px;
max-height: 600px;
margin: 20px auto 0;
position: relative;
}

#mf_kv a.icon-japan {
display: inline-block;
background-color: rgba(192,0,0,1);
width: 32px; height: 32px; line-height: 32px;
text-align: center;
position: absolute; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); overflow: hidden;
color: rgba(255,255,255,1);
border-radius: 50%;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 0;
font-size: 1.4rem;
filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
border: 2px solid rgba(255,255,255,.25);
-webkit-box-sizing: border-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
z-index: 2;
}
@media screen and (max-width: 767px) {
#mf_kv a.icon-japan {
width: 22px; height: 22px; line-height: 22px;
font-size: 1.2rem;
}
}
#mf_kv a:hover.icon-japan {
border: 3px solid rgba(255,255,255,1);
}

#mf_kv a.icon-a { /*四日市*/
top: 72%; left: 47%;
}
#mf_kv a.icon-b { /*大阪*/
top: 76%; left: 39%;
}
#mf_kv a.icon-c { /*小樽*/
top: 17%; left: 70%;
}
#mf_kv a.icon-d { /*長崎*/
top: 85%; left: 10%;
}
#mf_kv a.icon-e { /*長崎*/
top: 35%; left: 67%;
}
section#mf_list {
padding-bottom: 0;
}
#mf_list .list {
	padding-bottom: 80px;
	background: #f2f2f2;
}
#mf_list .list:nth-of-type(even) {
	background: #FFF;
}
#mf_list .list .num {
	width: 60px;
	height: 60px;
	font-size: 2.4rem;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0;
	color: #FFF;
	background: rgb(192,0,0);
	transform: translate3d(0,-50%,0);
    border-radius: 50%;
}
#mf_list .list h3,
#mf_list .list p {
	padding-bottom: 30px;
}

/*追加*/
#mf_list .list p a {
display: inline-block;
	padding-bottom: 0px;
    color: rgba(192,0,0,1);
}
#mf_list .list p a:hover {
text-decoration: underline;
}
#mf_list .list p a.mf-url {
padding-top: .5em;
}

#mf_list .list h3 {
	font-size: 2rem;
	color: rgb(192,0,0);
}

#mf_list .addset-box {
display: block;
width: 100%;
}
#mf_list .addset-l,
#mf_list .addset-r {
display: inline-block;
width: 49%;
vertical-align: top;
text-align: left;
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
#mf_list .addset-l,
#mf_list .addset-r {
width: 100%;
}
#mf_list .addset-r {
margin-bottom: 5%;
}
}

#mf_list .addset-r {
font-size: 0; letter-spacing: -1em;
}
#mf_list .addset-r li {
display: inline-block;
 letter-spacing:normal;
}
#mf_list .addset-r li a {
display: block;
margin: 4px;
filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
}
#mf_list .addset-r li a:hover {
filter: alpha(opacity=50); -moz-opacity:.5; opacity:.5;
}
#mf_list .addset-r li a img {
display: block;
width: 40px; height: 40px;
}
@media screen and (max-width: 767px) {
#mf_list .addset-r li a img {
width: 30px; height: 30px;
}
}

#mf_list .mf-photo-l {
display: inline-block;
font-size: 0; letter-spacing:-1em;
width: 40%; height: auto;
vertical-align: top;
}


#mf_list .mf-photo-r {
display: inline-block;
font-size: 0; letter-spacing:-1em;
width: 60%; height: auto;
vertical-align: top;
}


#mf_list .mf-photo-l li {
display: inline-block;
width: 100%; height: auto;
font-size:100%; letter-spacing:normal;
vertical-align: top;
padding: 4px;
}
#mf_list .mf-photo-r li {
display: inline-block;
width: 33.33%; height: auto;
padding: 3px;
vertical-align: top;
}

#mf_list .mf-photo-r li a,
#mf_list .mf-photo-l li a {
display: block;
height : 100%;
width : 100%;
position: relative;
overflow: hidden;
filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
}
#mf_list .mf-photo-r li a:hover,
#mf_list .mf-photo-l li a:hover {
filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;
}
#mf_list .mf-photo-r li a:before,
#mf_list .mf-photo-l li a:before {
content:"";
display: inline-block;
padding-top: 100%;
}
#mf_list .mf-photo-r li img,
#mf_list .mf-photo-l li img {
display: block;
width: auto;
height: 100%;
position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); overflow: hidden;
z-index: 2;
}





/* --- Pages Shop --- */
#shop_kv {
	padding-bottom: 0;
	color: #FFF;
}
#shop_kv .flex {
	background: rgb(192,0,0);
}
#shop_kv #main_img,
#shop_kv #search {
	width: 50%;
}
#shop_kv #main_img {
	padding-top: 25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top_shop.jpg);
}
#shop_kv #search {
	padding: 40px;
}
#shop_kv #search form {
	width: 100%;
	max-width: 320px;
}
#shop_kv .radio {
	margin: 15px 0;
}
#shop_kv .radio span {
	padding-left: 20px;
}
#shop_list {
	padding-top: 100px;
	background: #f2f2f2;
}
#shop_list .inner {
	max-width: 1000px;
	margin: 0 auto;
}
#shop_list h2,
#shop_list h3 {
	font-weight: normal;
}
#shop_list h2 {
	margin-bottom: 20px;
	padding-bottom: 40px;
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px #ccc solid;
}
#shop_list .list {
	margin-bottom: 80px;
	font-size: 1.4rem;
}
#shop_list .list .pref {
	width: 20%;
}
#shop_list .list .shop_info {
	width: 80%;
}
#shop_list li {
	margin-bottom: 10px;
	background: #FFF;
}
#shop_list .name {
	height: 50px;
	position: relative;
	padding: 0 20px;
	line-height: 50px;
	cursor: pointer;
}
#shop_list li.direct .name {
	color: rgb(192,0,0);
}
#shop_list .info {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}
#shop_list .info .inner {
	padding: 20px;
	padding-top: 10px;
}
#shop_list .info .links {
	padding-top: 10px;
}
#shop_list .info .links a {
	color: rgb(192,0,0);
}
#shop_list .info .links a:hover {
	text-decoration: underline;
}
#shop_list .name .plus {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0,-50%,0);
	background: rgb(192,0,0);
}
#shop_list .name .plus:before,
#shop_list .name .plus:after {
	content:'';
	display: block;
	width: 50%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFF;
	transform: translate3d(-50%,-50%,0);
}
#shop_list .name .plus:after {
	transform: translate3d(-50%,-50%,0) rotate(90deg);
	transition: 0.3s;
}
#shop_list li.active .name .plus {
	background: #808080;
}
#shop_list li.active .name .plus:after {
	transform: translate3d(-50%,-50%,0) rotate(0deg);
}
#shop_list li.active .info {
	max-height: 300px;
	opacity: 1;
}


/* --- Pages Contact --- */
#contact .txt {
	padding-bottom: 60px;
}
#contact .txt a {
	display: inline-block;
	color: rgb(192,0,0);
	text-decoration: underline;
}
#contact #form_sec {
	padding-top: 60px;
	background: #f2f2f2;
}
#contact #form_sec a {
	display: inline-block;
	text-decoration: underline;
	color: rgb(192,0,0);
}

a.textitle-more {
	color: #FFF;
	display: block;
	width: 50%;
	padding: .5em 1em;
	border: 1px solid rgba(255,255,255,1);
	text-align: center;
	margin: 0 auto;
}
#product_list .txt a.textitle-more {
	color: rgb(192,0,0);
	display: block;
	width: auto;
	padding: .5em 1em;
	border: 1px solid rgb(192,0,0);
	text-align: center;
	margin: 0 auto;
}
a:hover {
	opacity: .6;
}
a.textitle-more::before {
	content:'';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/icon_link.png);
}
#product_list .txt a.textitle-more::before {
	content:'';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/icon_link_red.png);
}

