@charset "UTF-8";
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, i, 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, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #000;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.6;
	letter-spacing: 0.04em;
    font-weight: 500;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font: inherit;
}
html{
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #333;
	text-decoration: none;
	transition: .3s;
}
a:hover img{
	opacity: .8;
}
img, iframe {
	vertical-align: bottom;
	max-width: 100%;
	background: transparent;
    transition: .3s;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
table{
	table-layout: fixed;
	width: 100%;
}
.grecaptcha-badge{
    display: none;
}
.clear:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.df {
    display: flex;
    align-items: flex-start;
}
.sb {
    justify-content: space-between;
}
.fw{
	flex-wrap: wrap;
}
.aic{
    align-items: center;
}
.dg{
    display: grid;
}
header {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}
header h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: .3s;
}
header h1 span {
    color: #fff;
    font-size: 18px;
    margin-top: -8px;
    display: block;
    transition: .3s;
}
.mainVisual {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}
.slideBlock {
    height: 100vh;
}
.slideBlock img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.slideBlock .swiper-slide-active img,
.slideBlock .swiper-slide-duplicate-active img,
.slideBlock .swiper-slide-prev img{
  animation: zoomUp 8s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.1);
  }
}
.mainVisual .contentInner {
    position: absolute;
    z-index: 4;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
.mainVisual .contentInner h2 {
    font-size: 120px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
}
.mainVisual .contentInner .tit1 {
    font-size: 24px;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.mainVisual .contentInner .shopList {
    margin: 90px 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainVisual .contentInner .shopList li a {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 40px;
    border-radius: 6px;
    margin: 10px;
    position: relative;
}
.mainVisual .contentInner .shopList li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(./img/arrow1.svg) 0 0 no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.mainVisual .contentInner .shopList li a:hover {
    background:#EA0000;
    color: #fff;
}
.mainVisual .contentInner .shopList li a:hover:after {
    background: url(./img/arrow2.svg) 0 0 no-repeat;
}
.linkBtn1 {
    padding: 20px 90px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    background: #EA0000;
    border-radius: 50px;
    display: block;
}
.linkBtn1:hover {
    color: #EA0000;
    background: #fff;
}
footer {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    display: block;
    width: 100%;
}
footer small {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.shopBlockInner {
    position: fixed;
    right: -470px;
    background: #fff;
    height: 100vh;
    top: 0;
    width: 470px;
    padding: 60px;
    box-sizing: border-box;
    transition: .3s;
    z-index: 20;
}
.shopBlockInner.active {
    right: 0;
    overflow: auto;
}
.shopBlockInner h3 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
}
.shopBlockInner h3 span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.closeBtn {
    position: absolute;
    right: 60px;
    top: 78px;
    cursor: pointer;
}
.shopBlockInner h4 {
    font-size: 32px;
    font-weight: 900;
    margin: 72px 0 50px;
}
.shopBlockInner ul li {
    padding: 26px 0;
    border-bottom: 1px solid #BFBFBF;
}
.shopBlockInner ul li h5 {
    width: 30%;
    font-size: 14px;
    font-weight: 700;
}
.shopBlockInner ul li p {
    font-size: 14px;
}
.shopBlockInner .shopImg {
    margin: 30px auto;
    display: block;
}
.shopBlockInner .linkBox a {
    border: 1px solid #707070;
    width: 48%;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
}
.shopBlockInner .linkBox a:hover {
    background:#707070;
    color: #fff;
}
@media screen and (max-width: 940px){
header h1 {
    font-size: 18px;
    top: 14px;
    left: 16px;
}
header h1 span {
    font-size: 10px;
    margin-top: -4px;
}
.mainVisual .contentInner h2 {
    font-size: 70px;
    text-align: center;
    line-height: 1.2;
}
.br {
    display: block;
}
.mainVisual .contentInner .tit1 {
    font-size: 15px;
    margin-top: 10px;
}
.mainVisual .contentInner .shopList {
    width: 100%;
    flex-wrap: wrap;
    margin: 50px auto 40px;
}
.mainVisual .contentInner .shopList li {
    display: block;
    width: 100%;
}
.mainVisual .contentInner .shopList li a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
    margin: 6px 0 0;
}
.linkBtn1 {
    padding: 10px 70px;
}
.shopBlockInner {
    width: 100%;
    padding:20% 5% 10%;
    right: -100%;
}
.shopBlockInner.active {
    right: 0;
}
.closeBtn {
    top: 11.5%;
    right: 5%;
}
header h1.open,
header h1.open span {
    color: #000;
}
footer small.open {
    opacity: 0;
}
}
