@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: 1200px;
	min-height: 100vh;
	font-size: 1.0rem;
	overflow-x: hidden;
}

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

#Mainvisual {
	width:100%;
}

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

#Title {
	background:url("../img/header.jpg") center top no-repeat;
	background-size:cover;
	width:100%;
	height:200px;
}

#Title h1 {
	text-indent: -9999px;
	overflow: hidden;
	background:url("../img/title.png") center top no-repeat;
	width:1000px;
	height:200px;
	display: block;
	margin:0 auto;
}

#Menu {
	padding:215px 0 100px;
	width:100%;
	background:url("../img/menu_title.png") center 100px no-repeat;
}

.menulist {
	background:url("../img/menu_frame.png") center top no-repeat;
	width:976px;
	padding: 0 10px;
	height:100px;
	margin:0 auto;
}

.menulist ul {
	padding-top:10px;
	display: flex;
	justify-content: space-between;
}

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

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

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

.menulist ul li a:hover:before {
	content: "";
	position: absolute;
	left:0;
	top:0;
	width:180px;
	height:80px;
	background:#FFFFFF;
	z-index: 0;
}

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

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

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

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

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

#Outline {
	background:url("../img/outline_body.png") center top no-repeat;
	width:100%;
	padding-top:220px;
	padding-bottom:72px;
}

.outline_text {
	display: block;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	padding:80px 40px;
	width:780px;
	margin:0 auto;
	color:#555f7a;
	font-size:1.9rem;
	line-height: 1.7;
	text-align: left;
}

#Link ul {
	width:1024px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

#Link ul li {
	width:310px;
	height:120px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

#Link ul li a {
	display: block;
	width:310px;
	height:120px;
	transition: all 0.3s;
}

#Link ul li a:hover {
	opacity: 0.5;
}

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

.preview_text {
	display: block;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	padding:80px 40px;
	width:780px;
	margin:72px auto 72px;
	color:#555f7a;
	font-size:1.9rem;
	line-height: 1.7;
	text-align: left;
}

.preview_text a {
	text-decoration: none;
	color:deepskyblue;
}

.preview_text a:hover {
	text-decoration: underline;
}

p.pt_top {
	text-align: center;
}

.logo_3wings {
	background:url("../img/3wings_logo.png") center top no-repeat;
	width:600px;
	height:140px;
	background-size:contain;
	margin:24px auto 60px;
}

.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:500px;
	padding:20px;
	border:1px solid #9CA3B8;
	margin:0 auto 32px;
	text-align: center;
}

.goods_box img {
	margin:0 auto;
}

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

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

/* グッズ */

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

.goods_head {
	background:url("../img/goods_head.png") left top no-repeat;
	width:400px;
	height:117px;
	margin:0 auto 72px;
}

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

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

.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:1000px;
	margin:0 auto 72px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.onegoods {
	width:30%;
	padding:2% 1% 5%;
	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.8rem;
	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:40%;
	box-sizing: border-box;
	margin:0 auto;
	padding:4px;
	text-align: center;
	background-color:#fff;
	border-radius: 5px;
	font-size:1.8rem;
}

.goods_exp {
	width:90%;
	margin:0 auto 5%;
	font-size:1.6rem;
	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("../img/comingsoon_body.png") center top no-repeat;
	width:100%;
	height:1080px;
}

.schedule {
	background:url("../img/schedule.png") left top no-repeat;
	width:800px;
	height:156px;
	margin:72px auto;
}

.attention_head {
	background:url("../img/attention_head.png") left bottom no-repeat;
	width:400px;
	height:117px;
	padding-top:72px;
	margin:0 auto 72px;
}

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

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