@charset "utf-8";
/* CSS Document */

/* NotoSans読込 */

@font-face {
  font-family: "GenJyuuGothic-Medium";
  font-style: normal;
  src: url("../font/GenJyuuGothic-Medium.woff") format("woff");
}

/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }

/* 全体・枠作り */

html,body {
}

html {
	font-size:62.5%;
}

img { display:block; }

/* ページロード */

#pageloading-wrap {
   background: #ffffff;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
   z-index: 1000;
}

#pageloading-icon {
   display: table-cell;
   vertical-align: middle;
}

/* ページトップ */

#page-top {
	position: fixed;
	bottom: 24px;
	right: 40px;
	width:50px;
	z-index:550;
}
#page-top a {
	background: #0D1567;
	width:50px;
	height:50px;
	border-radius:5px;
	display:block;
	margin-bottom:12px;
	transition:all 0.3s;
	line-height:50px;
	font-size:3rem;
	color:#fff;
	text-align: center;
}

#page-top a:hover {
	transform: scale(1.2);
}

/* 点滅 */
.blinking{
    animation:blink 1s infinite alternate;
}

@keyframes blink{
  0% {opacity:1;}
100% {opacity:0.2;}
}


body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-width: 100%;
	min-height: 100vh;
	font-size: 1.0rem;
	overflow-x: hidden;
}

#PageWrapper {
	min-width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	overflow-x:hidden;
	background:url("../mobile/bg1.jpg") center top no-repeat;
	background-size:cover;
	background-attachment: fixed;
	z-index:0;
}

#Mainvisual {
	width:100%;
	position: relative;
}

.visual {
	width:100%;
	padding-top:100%;
	background:url("../mobile/mainvisual.jpg") center top no-repeat;
	background-size:cover;
}

#Mainvisual:before {
	content: "";
	position: relative;
	width:100%;
	padding-top:10%;
	display: block;
}

#Title {
	display: none;
}

#Title h1 {
	display: none;
}

#Menu {
	width:100%;
	padding-top:10%;
	background-color:#1f1e2e;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
}

#js__btn {
	width:10%;
	padding-top:10%;
	display: block;
	position: fixed;
	left:0;
	top:0;
	z-index:1500;
	transition: all 0.3s;
	background:url("../mobile/mobile_btn.png") left top no-repeat;
	background-size:cover;
}

.open #js__btn {
	transform: rotate(90deg);
}

.menuwrap {
	position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#ccc;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 1000;
	box-sizing: border-box;
	padding-top:10%;
}

.open .menuwrap {
	visibility: visible;
    opacity: 1;
}

.menulist ul {
}

.menulist ul li {
	display: block;
	width:100%;
	height:80px;
}

.menulist ul li a {
	display: block;
	width:100%;
	height:80px;
	position: relative;
}

.menulist ul li a:before {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:80px;
	background:#d3d8e5;
	z-index: 0;
	transition: all 0.3s;
}

.menulist ul li a:after {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:80px;
	z-index: 10;
}

.menulist ul li em {
	display: block;
	width:100%;
	height:80px;
	position: relative;
}

.menulist ul li em:before {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:80px;
	background:#EDEDED;
	z-index: 0;
}

.menulist ul li em:after {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:80px;
	z-index: 10;
}

a.menu01:after {background:url("../img/menu01.png") center top no-repeat; background-size:contain;}
em.menu02:after {background:url("../img/menu02.png") center top no-repeat; background-size:contain;}
a.menu03:after {background:url("../img/menu03.png") center top no-repeat; background-size:contain;}
a.menu04:after {background:url("../img/menu04.png") center top no-repeat; background-size:contain;}
a.menu05:after {background:url("../img/menu05.png") center top no-repeat; background-size:contain;}

#Outline {
	background:url("../mobile/outline_body.png") center top no-repeat;
	width:100%;
	background-size:contain;
	padding-top:28%;
	margin-top:5%;
}

.outline_text {
	display: block;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	padding:30px;
	width:86%;
	box-sizing: border-box;
	margin:0 auto 24px;
	color:#555f7a;
	font-size:1.55rem;
	line-height: 1.6;
	text-align: left;
}

#Link ul {
	width:100%;
}

#Link ul li {
	width:86%;
	padding:10px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	margin:0 auto 16px;
	box-sizing: border-box;
}

#Link ul li a {
	display: block;
	width:100%;
	padding-top:18.75%;
	transition: all 0.3s;
}

#Link ul li a.link1 {background:url("../mobile/link_sp.jpg") left top no-repeat;background-size: contain;}
#Link ul li a.link2 {background:url("../mobile/link_hk.jpg") left top no-repeat;background-size: contain;}
#Link ul li a.link3 {background:url("../mobile/link_fw.jpg") left top no-repeat;background-size: contain;}

.preview_text {
	display: block;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	width:86%;
	padding:30px;
	box-sizing: border-box;
	margin:16px auto 16px;
	color:#555f7a;
	font-size:1.9rem;
	line-height: 1.7;
	text-align: left;
}

p.pt_top {
	text-align: center;
}

.logo_3wings {
	background:url("../img/3wings_logo.png") center top no-repeat;
	width:80%;
	padding-top:18.6%;
	background-size:contain;
	margin:16px auto 32px;
}

.preview_text strong {
	font-weight: bold;
}

.mk01 {background: linear-gradient(transparent 60%, #ff99cc 0%);}
.mk02 {background: linear-gradient(transparent 60%, #99ccff 0%);}
.mk03 {background: linear-gradient(transparent 60%, #ffff00 0%);}
.mk04 {background: linear-gradient(transparent 60%, #ffcccc 0%);}

.goods_box {
	width:80%;
	padding:20px;
	border:1px solid #9CA3B8;
	margin:0 auto 32px;
	text-align: center;
}

.goods_box img {
	width:80%;
	margin:0 auto;
}

.goods_box em {
	font-size:80%;
}

.date {
	font-size: 80%;
	font-weight: bold;
	color:#524D8C;
	text-align: right;
	margin-bottom:24px;
}

/* グッズ */

#Goods {
	width:100%;
	padding:72px 0;
	background-color:#F4F4F4;
}

.goods_head {
	background:url("../img/goods_head.png") center top no-repeat;
	width:40%;
	padding-top:11.7%;
	background-size:contain;
	margin:0 auto 72px;
}

.goods_anchor {
	width:100%;
	margin:0 auto 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.goods_anchor a {
	display: block;
	width:50%;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:3rem;
	padding:1% 0;
	position: relative;
	transition: all 0.3s;
	margin-bottom:7%;
}

.brand00 {color:#469ee3; border-bottom:5px solid #469ee3;}
.brand01 {color:#3BABA9; border-bottom:5px solid #3BABA9;}
.brand02 {color:#ff6fb1; border-bottom:5px solid #ff6fb1;}
.brand03 {color:#005bac; border-bottom:5px solid #005bac;}

.goods_anchor a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	position: absolute;
	left:50%;
	margin-left:-10px;
	bottom:-30px;
}

a.brand00:after {border-color: #469ee3 transparent transparent transparent;}
a.brand01:after {border-color: #3BABA9 transparent transparent transparent;}
a.brand02:after {border-color: #ff6fb1 transparent transparent transparent;}
a.brand03:after {border-color: #005bac transparent transparent transparent;}

a:hover.brand00 {background-color:#469ee3; color:#fff; border-bottom:5px solid #469ee3;}
a:hover.brand01 {background-color:#3BABA9; color:#fff; border-bottom:5px solid #3BABA9;}
a:hover.brand02 {background-color:#ff6fb1; color:#fff; border-bottom:5px solid #ff6fb1;}
a:hover.brand03 {background-color:#005bac; color:#fff; border-bottom:5px solid #005bac;}

.goods_brandname {
	width:70%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:4rem;
	padding:12px 0;
	margin:0 auto 64px;
	
}

.goods_wrap {
	width:96%;
	margin:0 auto 72px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*.goods_wrap::after{
  content:"";
  display: block;
  width:32%;
}*/

.onegoods {
	width:47%;
	padding:2% 1% 12%;
	display: block;
	background-color:#fff;
	border-radius: 10px;
	margin-bottom:2%;
	position: relative;
}

.goods_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.6rem;
	padding-bottom:5%;
	width:100%;
}

.goods_img {
	position: relative;
}

.goods_img img {
	width:100%;
	margin-bottom:5%;
}

.goods_price {
	position: absolute;
	right:0;
	bottom:4%;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	width:45%;
	box-sizing: border-box;
	margin:0 auto;
	padding:4px;
	text-align: center;
	background-color:#fff;
	border-radius: 5px;
	font-size:1.6rem;
}

.goods_exp {
	width:90%;
	margin:0 auto 5%;
	font-size:1.5rem;
	text-align: left;
	color:#525252;
}

.goods_outline {
	width:95%;
	margin:0 auto 10%;
	font-size:1.4rem;
	color:#A3A3A3;
	background-color:#EDEDED;
	text-align: left;
	border-radius: 5px;
}

.goods_outline p {
	padding:10px;
}

.shopbt {
	position: absolute;
	bottom:2.5%;
	left:0;
	width:100%;
}

.shopbt a {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	width:90%;
	box-sizing: border-box;
	margin:0 auto;
	padding:8px;
	text-align: center;
	color:#fff;
	box-shadow:0 3px 5px rgba(0,0,0,0.4);
	text-decoration: none;
	border-radius: 5px;
	font-size:1.8rem;
	transition: all 0.3s;
}

.shopbt a:hover {opacity: 0.6;}

#SHF_3wings .goods_brandname {color:#469ee3; border-bottom:1px solid #469ee3;}
#SHF_3wings .goods_title {color:#469ee3; border-bottom:1px solid #469ee3;}
#SHF_3wings .goods_img img {border-bottom:1px solid #469ee3;}
#SHF_3wings .goods_price {color:#469ee3; border:1px solid #469ee3;}
#SHF_3wings .shopbt a {background-color:#469ee3;}

#sprite .goods_brandname {color:#3BABA9; border-bottom:1px solid #3BABA9;}
#sprite .goods_title {color:#3BABA9; border-bottom:1px solid #3BABA9;}
#sprite .goods_img img {border-bottom:1px solid #3BABA9;}
#sprite .goods_price {color:#3BABA9; border:1px solid #3BABA9;}
#sprite .shopbt a {background-color:#3BABA9;}

#HARUKAZE .goods_brandname {color:#ff6fb1; border-bottom:1px solid #ff6fb1;}
#HARUKAZE .goods_title {color:#ff6fb1; border-bottom:1px solid #ff6fb1;}
#HARUKAZE .goods_img img {border-bottom:1px solid #ff6fb1;}
#HARUKAZE .goods_price {color:#ff6fb1; border:1px solid #ff6fb1;}
#HARUKAZE .shopbt a {background-color:#ff6fb1;}

#Frontwing .goods_brandname {color:#005bac; border-bottom:1px solid #005bac;}
#Frontwing .goods_title {color:#005bac; border-bottom:1px solid #005bac;}
#Frontwing .goods_img img {border-bottom:1px solid #005bac;}
#Frontwing .goods_price {color:#005bac; border:1px solid #005bac;}
#Frontwing .shopbt a {background-color:#005bac;}


#Contents {
	background: url("../mobile/comingsoon_body.png") center top no-repeat;
	background-size:contain;
	width:100%;
	padding-top:100%;
}

.schedule {
	background:url("../img/schedule.png") left top no-repeat;
	width:100%;
	padding-top:19.5%;
	background-size:cover;
	margin:5% auto;
}

.attention_head {
	background:url("../img/attention_head.png") center top no-repeat;
	width:40%;
	padding-top:11.7%;
	background-size:contain;
	margin:72px auto 72px;
}


footer {
	width:100%;
	background:#323336;
	color:#dadada;
	padding:48px 0;
}

.copyright {
	width:90%;
	margin:0 auto;
	font-size:1.4rem;
	text-align: left;
	display: block;
	line-height: 1.8;
}