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

/*Reset*/
*,
*::before,
*::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul {
	margin: 0;
	padding:0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none
}
li {
  list-style-type: none;
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1,h2,h3,h4,button,input,label {
  line-height: 1.1
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img,
picture {
  max-width: 100%;
  display: block;
	height: auto;
}
input,
button,
textarea,
select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/*-----*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea,
.font_defo{ 
	font-family: YuMincho, "Hiragino Mincho ProN", serif;
	font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

body {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.9;
	position:relative;
}

a:focus,a {
    outline: none;
}

a:active,
a:hover {
    outline: none;
}

h1 {
    font-size: 2em;
    margin: 0;
}

h2{
    font-size: 2.8rem;
    margin: 0;
	line-height: 1.4;
	font-weight:normal;
}
h3,h4{
    font-size: 2.4rem;
    margin: 0;
	line-height: 1.4;
	font-weight:normal;
}
@media screen and (max-width:1080px){
	h2{
    font-size: 2.4rem;
	}
	h3,h4{
	font-size:	2rem;
	}
}

b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
}
p{
	margin:20px 0;
}

header {
	position: fixed;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	background: rgb(239 239 239 / 0%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	z-index: 5;
	transition: background 0.3s ease;
}

header.scrolled {
	background: rgb(239 239 239 / 80%);
}
header .head1{
	padding:0 0 0 20px;
}
header .head1 a img{
	width: 260px;
	height: auto;
	margin-top: 5px;
}
header .pcnav{
	display: flex;
	height: 60px;
	align-items: center;
}
header .pcnav li{
}
header .pcnav li a{
	padding: 0 8px;
}
header .pcnav li a.hc_btn{
    background: #971d38;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 48px;
    margin-left: 16px;
}
header .pcnav li a:hover{
	color:#971d38;
}
header .pcnav li a.hc_btn:hover{
	background: #a91f3e;
	color: #fff;
}

/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index: 3;
	right: 4px;
	top: 4px;
	background: #971d38;
	width: 52px;
	height: 52px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}
.hamburger:after{
	content:"menu";
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	font-size:1.2rem;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 0;
  right:0;
  margin:auto;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 14px;
}
.hamburger span:nth-child(2) {
  top: 24px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(2){
  background :#fff;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  transform: translateY(5px) rotate(45deg);
}

.hamburger.active span:nth-child(2){
  transform: translateY(-5px) rotate(-45deg);
}


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background:#570117;
	text-align: center;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	padding: 8%;
}


nav.globalMenuSp  div{
	height:100%;
	margin-top: 64px;
}

nav.globalMenuSp .spnav01 li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
	border-bottom: 1px solid rgb(255 255 255 / 25%);
}
nav.globalMenuSp .spnav01 li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .spnav01 li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  text-align:left;
}
nav.globalMenuSp .spnav01 li{
}

nav.globalMenuSp .spnav02{
	display:flex;
	align-items: center;
    justify-content: center;
}
nav.globalMenuSp .spnav02 li img{
	width:32px;
	height: auto;
}
nav.globalMenuSp .spm_btn{
	background: #fff;
    padding: 20px;
    display: block;
    margin: 24px 0;
	color: #570117;
	border-radius: 3px;
}
.hamburger{
	display:none;
}

@media screen and (max-width:1180px){
	header{
		top:0;
		left:0;
		width: 100%;
	}
	header .pcnav{
		display:none;
	}
	header .head1{
		padding: 0 0 0 20px;
	}
	header .head1 a img{
		width: auto;
        height: 18px;
	}
	.hamburger{
		display:block;
	}
	.inner{
		width:100%;
	}
}
/*---------------------------------------------------*/

#Mv{
	position: relative;
    z-index: 2;
    top: 0;
	height:95vh;
    width: 100%;
}
#Mv .slider_mv{
}
#Mv .swiper-wrapper{
	overflow:hidden;
}
#Mv .slider_mv .swiper-container{
}
#Mv .slider_mv .swiper-slide{
	height:100%;
	overflow:hidden;
}
#Mv .slider_mv .swiper-slide p{
	height:95vh;
	width:100%;
	margin: 0;
	padding: 0;
	background-size:cover !important;
	background-position:center !important;
}
#Mv .swiper-slide-active p,
#Mv .swiper-slide-duplicate-active p,
#Mv .swiper-slide-prev p{
  animation: zoomUp 5.5s linear forwards;  
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

#Mv .mvtxt{
	position:absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 100%;
	background: rgb(0 0 0 /15%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#Mv .mvtxt p{
	color: #fff;
    font-size: 2.5rem;
    letter-spacing: .4rem;
}

#Mv .mv_point{
	position:absolute;
	right: 50px;
	bottom:50px;
	z-index: 2;
}
#Mv .mv_point img{
	width:170px;
	height: auto;
	filter: drop-shadow(0 2px 2px rgb(0 0 0 / 15%));
}

#Mv::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 1px;
  height: 90px;
  background:#fff;
  animation: flow-bg 1.4s linear infinite;
  z-index: 5;
}
@keyframes flow-bg {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width:1080px){
	#Mv,
	#Mv .slider_mv .swiper-slide p{
		height:85vh;
	}
	#Mv::after{
		right:24px;
	}
	#Mv .mvtxt{
		height: 160px;
        width: auto;
        top: auto;
        bottom: 0;
        padding: 22px;
        background: none;
        line-height: 1.8;
		text-shadow: 0 2px 4px rgb(0 0 0 / 80%);
	}
	#Mv .mvtxt p{
		font-size:2.4rem;
		line-height: 1.6;
	}
	#Mv .mv_point{
		right:24px;
		bottom: auto;
		top: 80px;
	}
	#Mv .mv_point img{
		width: 110px;
		height: auto;
	}
}

.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width:1080px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

#Story{
	position: relative;
	background: #2f2725;
	color: #fff;
	padding: 20px;
	z-index: 1;
}
#Story h3{
	margin-bottom: 40px;
}

#Story .firstwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90vh;
}
#Story .firstwrap dt,
#Story .firstwrap dd{
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 56px;
}
#Story .firstwrap .bg{
	background:url("img/top/img01.jpg") center no-repeat;
	background-size: cover;
	border-radius: 8px;
}

#Story .secondwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 90vh;
	padding-top: 20px;
}
#Story .secondwrap dt,
#Story .secondwrap dd{
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 56px;
}
#Story .secondwrap .bg{
	background:url("img/top/img02.jpg") center no-repeat;
	background-size: cover;
	border-radius: 8px;
}

#Story .secondwrap .sign{
	text-align:right;
	margin-top: 64px;
}
#Story .secondwrap .sign p{
	margin: 4px 0;
}
#Story .secondwrap .name{
	font-size: 2.28rem;
}
#Story .secondwrap .name span{
	font-size: 1.2rem;
}


@media screen and (max-width:900px){
	#Story{
		padding: 24px 20px 80px 20px;
	}
	#Story .firstwrap,
	#Story .secondwrap{
		height: auto;
		padding: 24px 0;
	}
	#Story .secondwrap{
		flex-flow:column-reverse;
	}
	#Story .firstwrap dt,
	#Story .firstwrap dd,
	#Story .secondwrap dt,
	#Story .secondwrap dd{
		width:100%;
		padding: 52px 0 0;
	}
	#Story .firstwrap .bg,
	#Story .secondwrap .bg{
		height:520px;
		padding: 24px;
		justify-content: flex-start;
	}
	#Story .secondwrap .sign{
		font-size:1.5rem;
		margin-top: 48px;
	}
	#Story .secondwrap .name{
		font-size: 1.9rem;
	}
}

.a_btn{
	position: relative;
	background: #971d38;
    color: #fff;
    height: 64px;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0 48px;
    margin-left: 16px;
    border-radius: 3px;
	text-align: center;
}
.a_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 24px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
	transition:.15s;
}
.a_btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
	transition:.15s;
}
.a_btn:hover{
	background: #a91f3e;
	color: #fff;
}

.a_btn:hover:after{
	right: 22px
}
.a_btn:hover:before{
	right:20px
}

#Collection{
	background: #eaeaea;
	padding: 160px 24px;
}
.inner_l{
	max-width: 1600px;
	margin: 0 auto;
}
.sectitle h2{
	line-height: 1;
	margin: 0 0 40px;
}
.sectitle h2 span{
	font-size: 1.4rem;
}
#Collection .lineup{
	margin:80px 0 80px;
}
.lineup{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 48px 20px;
}
.lineup li{
	width: calc(50% - 12px);
}
.lineup li a{
	transition:.3s;
}
.lineup li a:hover{
	filter:brightness(1.1)
}
.lineup li h3{
	font-size:1.8rem;
	margin: 20px 0;
}
#Collection .a_btn{
	width: 100%;
	max-width: 480px;
	margin: 16px auto;
}

@media screen and (max-width:900px){
	#Collection{
		padding:100px 24px 120px;
	}
	.lineup{
		gap: 24px 0;
	}
	.lineup li{
		width: 100%;
	}
}

.spacebg {
  position: relative;
  height: 70vh;
  width: 100%;
  background: url("img/top/sub01.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* 2枚目の画像用 */
.spacebg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/top/sub02.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  animation: fadeSlide 8s infinite;
}

@keyframes fadeSlide {
  0%, 45% {
    opacity: 0;
  }
  50%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width:900px){
	.spacebg{
		height:40vh
	}
}

#Step{
	background: #333;
	color: #fff;
	padding: 160px 24px;
}
#Step .inner_l{
}
#Step dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:40px;
	margin: 40px 0;
}
#Step dt{
	width: calc(50% - 20px);
	height: 240px;
	border-radius: 8px;
	background-size: cover !important;
	background-position: center !important;
}
#Step dd{
	width: calc(50% - 20px);
}
#Step dd span{
	font-size:1.4rem;
}
#Step .sectitle{
}
#Step h3{
	font-size: 2rem;
}
#Step .notice{
	background: #555;
	padding: 48px;
	margin-top: 80px;
}
#Step .notice h4{
	font-size: 1.8rem;
	margin-bottom: 28px;
}
#Step .notice ul{
	margin: 0 0 0 24px;
	font-size: 1.4rem;
}
#Step .notice ul li{
	list-style: disc;
	margin-bottom: 12px;
}

@media screen and (max-width:900px){
	#Step{
		padding:100px 24px 28px;
	}
	#Step dt,
	#Step dd{
		width: 100%;
	}
	#Step dl{
		gap:28px;
	}
	#Step .notice{
		margin-top: 0;
		padding: 48px 24px;
	}
}

#Info{
	background: #eaeaea;
	padding: 160px 24px;
}
#Info .inner_l{
	max-width: 1200px;
}
#Info .sectitle{
}
#Info table{
	width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
#Info table tr{
}
#Info table th,
#Info table td{
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 24px;
}
#Info table th{
	font-weight: normal;
	width: 240px;
}
#Info table td{
}
@media screen and (max-width:900px){
	#Info{
		padding:80px 24px;
	}
	#Info table tr{
		margin: 24px 0;
		display: block
	}
	#Info table th,
	#Info table td{
		display: block;
		width: 100%;
		padding: 0 ;
		border: none;
	}
	#Info table td{
		border-bottom: 1px solid #333;
		padding-bottom: 24px;
	}
	#Info table tr:last-child{
		display:flex;
	}
	#Info table tr:last-child th{
		border-bottom: 1px solid #333;
		width: 120px;
	}
}


#Contact {
	background: #eaeaea;
    padding: 24px;
	position: relative;
}
#Contact:before{
	content:"";
	position: absolute;
	top: -18px;
	left: calc(50% - 55px);
	width: 114px;
	height: 94px;
	background: url("img/common/point02.png") center no-repeat;
	background-size: contain;
}
#Contact h3{
}
#Contact .c_inner{
	background: #fff;
	padding: 160px 24px;
}
#Contact .c_inner .col2 {
	max-width: 1200px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Contact .c_inner .col2 li:nth-child(1){
	width:calc(43% - 36px);
}
#Contact .c_inner .col2 li:nth-child(2){
	width:calc(57% - 36px);
}
.contact_wrap{
	max-width: 650px;
	margin: -50px auto 0;
}
.contacttbl{
}
.contacttbl table{
	text-align:left;
	width:100%;
}
.contacttbl table p{
	margin:0;
}
.contacttbl th{
	margin-top:1rem
}
.contacttbl th,
.contacttbl td {
	font-weight:normal;	
    padding: .4rem 0;
    display:block
}
.contacttbl .hiss{
	background:#fff;
	color:#971d38;
	font-size: 1.2rem;
	padding: 1px 5px;
	margin-left: 5px;
	border-radius: 3px;
}
.contacttbl input{
	width:100%;
	padding:5px 10px;
	background: #f9f9f9;
    border: 1px solid #aaaaaa;
}
.contacttbl textarea{
	width:100% !important;
	min-height:250px;
	padding:5px;
	background: #f9f9f9;
    border: 1px solid #aaaaaa;
}
.contacttbl .submitbutton {
    text-align: center;
    margin-top: 10px;
}
.contacttbl .submitbutton input[type='submit'],
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
	background: #971d38;
    color: #fff;
    border: 1px solid #971d38;
    font-weight: normal;
    padding: 15px;
    max-width: 290px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 3px;
    transition: .3s;
	cursor: pointer;
	margin: 50px 0 0 auto;
}
.contacttbl .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background: none;
	border: 1px solid #971d38;
	color: #971d38;
}

.policy{
	margin:80px 0 0 0;
}
.policy h5{
	text-align:center;
}
.policy .scrollarea{
	max-width:800px;
	height:180px;
	overflow-y: scroll;
	padding:0 20px;
	border:1px solid #959595;
	margin:20px auto;
	font-size: 1.4rem;
}


@media screen and (max-width:900px){
	#Contact{
		padding:12px;
	}
	#Contact .c_inner{
    	padding: 160px 24px 80px;
	}
	#Contact .c_inner .col2 li:nth-child(1),
	#Contact .c_inner .col2 li:nth-child(2){
		width: 100%;
	}
	.contacttbl .submitbutton input[type='submit'],
	.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
		margin:50px auto 0;
	}
	.policy{
		margin: 24px 0 0 0;
	}
}

footer{
	padding:24px 24px 8px 24px;
	background: #333;
	color: #fff;
}
footer .f_img{
	background: url("img/top/f_img01.jpg") center no-repeat;
	background-size:cover;
	height: 70vh;
}
footer .f_inner .f_wrap{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 120px 24px;
}
footer .f_inner .f_logowrap{
	font-weight:normal;
	font-size: 1.4rem;
}
footer .f_inner .f_logowrap img{
	width: 240px;
	height: auto;
}
footer .f_menuwrap{
	font-size:1.4rem;
}
footer .pcnav {
	display: flex;
    align-items: center;
    padding: 14px 0 14px 35px;
    border-radius: 40px;
}
footer .pcnav li a{
	margin-left: 16px;
}
footer .pcnav li a:hover {
    color: #971d38;
}
footer .f_btn {
	background: #971d38;
    color: #fff;
    height: 56px;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0 48px;
    margin-left: 16px;
    border-radius: 3px;
    width: 240px;
	text-align: center;
	margin: 0 0 0 auto;
}
footer .f_btn:hover{
	background: #a91f3e;
	color: #fff;
}
footer .copy{
	text-align: right;
	font-size: 1.2rem;
	color:#eaeef0;
	display: block;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1080px){
	footer{
			padding: 0 0 8px 0;
	}
	.f_inner{
			padding:0 24px;
	}
	footer .f_img{
		height:240px;
	}
	footer .f_inner .f_wrap{
		padding: 80px 0;
	}
	footer .f_inner .f_menuwrap{
		display: none;
	}
}


#List_page{
	background: #eaeaea;
    padding: 160px 24px;
}
#List_page .lineup{
	margin: 80px 0 0;
}

.single_detail{
	background: #eaeaea;
    padding: 160px 24px 40px;
}
.single_detail p{
}
.single_detail figure{
	margin: 20px 0;
}
.single_detail .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.single_head{
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}
.single_head h2{
	font-size: 2.4rem;
	margin: 24px 0;
}
.single_content{
}
.single_content a{
	color:#971d38;
}
.single_btnarea{
	margin: 40px 0;
	border-top: 1px solid #333;
	padding: 24px 0 0 0;
}
.btn_contact{
	background: #971d38;
    color: #fff;
    border: 1px solid #971d38;
    font-weight: normal;
    padding: 15px;
    max-width: 320px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer;
    margin: 40px auto;
}
.btn_contact:hover{
	background: none;
	border: 1px solid #971d38;
	color: #971d38;
}
.btn_back{
    border: 1px solid #2f2725;
    font-weight: normal;
    padding: 15px;
    max-width: 320px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer;
    margin: 40px auto;
}
.btn_back:hover{
	background: #2f2725;
	color: #fff;
}

@media screen and (max-width:900px){
	.single_detail{
		padding:100px 24px 24px;
	}
	.single_btnarea{
		margin: 40px 0 0 0;
	}
	.btn_contact,
	.btn_back{
		margin:24px auto;
	}
	.single_head h2,
	.single_content h1,
	.single_content h2,
	.single_content h3,
	.single_content h4,
	.single_content h5,
	.single_content h6{
		font-size: 2rem;
	}
}

#Four04{
	height: calc(100vh - 330px);
	padding: 160px 0;
}
#Four04 .inner{
	padding:20px;
	max-width: 1400px;
	margin: 0 auto;
}
.grecaptcha-badge{
	display: none!important;
}