@charset "utf-8"; 
/*****COMMON*****/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


figure {
    margin: 0;
}

html{
	height: 100%;
}

body{
	height: 100%;
    background-color: #ffffff;
    font-family: 'Helvetica','Helvetica Neue','Noto Sans JP',sans-serif;
    margin: 0;
    padding: 0;
}

* img {
	vertical-align: middle;
}

a{
	color: #000000;
}

h2 {
    font-size: 30px;
    border-top:0;
}
h2 span{
    border-top:0;
}

.pc {
	display: block;
	}
	
	
.sp {
	display: none;
	}

ul,li{
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

.Fade {
  opacity : 0;
  transform: translateY(20px);
  transition: 1.4s;

}

.Fade.Scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}



.Hmbg {
    position: absolute;
    top: 15px;
    right: 20px;
}

header .laconte {
    top: 16px;
    position: absolute;
    left: 30px;
}

header nav ul {
    position: absolute;
    top: 14px;
    right: 30px;
}

header nav ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 0;
}

header nav ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

header nav ul li figure{
    position: relative;
    top: -3px;
}

header nav .SubMenu li:first-of-type img {
    margin: -2px 0 0 0;
}

header nav ul li a{
    text-decoration: none;
}



header nav ul .Store{
	font-size: 13px;
    border: 1px solid;
    padding: 2px 7px;
    margin: 0 0 0 20px;	
}



footer {
    width: 100%;
    padding: 90px 0 30px;
}

.FooterBox {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    font-weight: 400;
}

footer .FooterLogo{
	margin: 30px 0;
}

footer figure{
	margin: 60px 0;
}

footer nav ul{
    margin: 0;
    padding: 0;
}

footer .Address {
    margin: 0 0 30px;
    font-size: 13px;
}

footer p {
    margin: 0;
    font-size: 11px;
    line-height: 1.8;
}

footer nav {
    margin: 60px 0;
}

footer ul {
    margin: 0 0 30px;
}

footer .Copy{
	margin: 0 0 10px;
}

footer nav ul li {
    display: inline-block;
    margin: 0 0 10px 10px;
    list-style: none;
    border: 1px solid;
    padding: 2px 10px;
    width: 100px;
    text-align: center;
}

footer nav ul li a{
    text-decoration: none; 
}

footer p a img{
	margin: 0 0 30px;
}

footer .FootCurio {
    font-size: 13px;
    text-decoration: none;
    margin: 0 0 10px;
    display: inline-block;
}

footer .Copy{
	font-size: 11px;
}

footer .FBP {
    float: left;
    text-align: left;
    width: 500px;
    margin: 30px 0px 0;
}

footer .SNS li{
    display: inline-block;
    margin: 0 0 0 20px;
}

.Photo {
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.Youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.Youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.S0 {
    width: 100%;
    height: 100%;
    background-image: url(../images/top1.jpg);
    position: relative;
    top: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}


.S1 {
    height: 100%;
    background-image: url(../images/top2.jpg);
    width: 100%;
    animation-name: fadein;
    animation-duration: 1.6s;
    animation-delay: 2.8s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.S2 {
    background-image: url(../images/s2.jpg);
    position: relative;
}

_:lang(x)+_:-webkit-full-screen-document, .S1 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S2 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S3 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S4 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S5 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S6 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S7 {
  background-attachment: inherit;
}
_:lang(x)+_:-webkit-full-screen-document, .S8 {
  background-attachment: inherit;
}


.full {
  animation-name: fadein;
  animation-duration: 0.6s;
  animation-delay: 0.4s;
  opacity: 0;
  animation-fill-mode:forwards;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  margin: 0;
}

_:lang(x)+_:-webkit-full-screen-document, .full div {
  background-attachment: inherit;
}


.S1 .LogoBox {
    background-image: url(../images/top2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;

    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
    animation-name: fadein;
    animation-duration: 1s;
    animation-delay: 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.S1 .Logo {
    width: 420px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    animation-name: fadein;
    animation-duration: 1.4s;
    animation-delay: 1.4s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.S1 .Logo figure {
    width: 280px;
    text-align: center;
    margin: 0 auto;
}

.S1 .Logo figure figcaption{
    color: #ceb365;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.S1 .Logo figure figcaption span{
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.S1 .Logo .Engraved{
    display: block;
    margin: 0 auto 15px;
}

.S1 .Logo h1{
    margin: 6px 0 0;
    font-size: 15px;
}

.S1 .Logo p {
    margin: 12px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #c21500;
    border-image: linear-gradient(to right, #ffffff 0%, #000000 50%, #ffffff 100%);
    border-image-slice: 1;
    border-bottom:0;
}

/********************/
.S3 {
    background-image: url(../images/s1.jpg);
    position: relative;
    padding: 360px 0 120px;
}


.S3 .TxtBox {
    color: #325B95;
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(18px);
}

.S3 .TxtBox h3 {
    margin: 0px;
    font-size: 18px;
    padding: 100px 0 0;
    text-align: center;
}


.S3 .TxtBox h3 img{
    width: 320px;
    display: block;
    margin: 0 auto 30px;
}

.S3 .TxtBox h3 .Engraved{
    width: 20px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin: 0 5px 0 0;
}

.S3 .TxtBox h2 {
    margin: 15px 0 30px;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid;
    padding: 0 0 20px;
    text-align: center;
}

.S3 .Txt {
    width: 720px;
    margin: 0 auto;
    padding: 50px 0;
}

.S3 .Txt p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.S3 .Txt p span{
	display: block;
	font-size: 0.8em;
}

.S3 .Txt p b {
    font-size: 1.2em;
    display: block;
    text-align: center;
}

.S3 .Slide{
	background-color: #242424;
}

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

.S3 .Flex{
    display: flex;
}

.S3 .Flex:nth-of-type(even) {
    flex-flow: row-reverse;
}

.S3 .Flex div{
	width: 50%;
}

.S3 .Flex div.FlexImage {
}

.S3 .Flex div.FlexImage img{
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 11%);
}

.S3 .Flex div.FlexTxt{
    padding: 50px;
    box-sizing: border-box;
}

@media screen and (max-width: 970px) {
.S3 .Flex div.FlexTxt{	
    padding: 20px;
}
}

.S3 .Flex div.FlexTxt h2 {
    text-align: left;
    padding: 0 0 12px;
    margin: 0;
}

.S3 .Flex div.FlexTxt p{
	text-align: left;
}

/********************/


.S4 {
    background-color: #7da1d7;
    color: #ffffff;
    padding: 120px 0;
}

.S4 h2 {
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-align: center;
}

.S4 article {
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-evenly;
}

.S4 article div {
    width: 23%;
    box-sizing: border-box;
    padding: 1%;
}

.S4 article div figure {
    width: 100px;
    margin: 0 auto;
}

.S4 article div p {
    text-align: justify;
    margin: 10px 0 0 0;
}

.S4 article div p b {
    border-bottom: 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
    display: block;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 2px;
}

.S4 p.DL {
    font-size: 18px;
    line-height: 1.6;
    margin: 120px 0 30px;
    text-align: center;
}

.S4 a {
    text-decoration: none;
    border: 4px solid #ffffff;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px;
    font-size: 24px;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    width: 600px;
    border-radius: 80px;
    font-weight: 700;
}

.S4 a:hover{
    background-color: #ffffff;
    border: 4px solid #ffffff;
    color: #7da1d7;
}


/********************/


.S5 {
    padding: 120px 0;
    background-color: #253f63;
    color: #ffffff;
}

.S5 h2 {
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-align: center;
}

.S5 article h3{
    text-align: center;
    font-size: 1.8em;
    font-weight: 400;
}

.S5 article h3 span{
    display: block;
    font-size: 15px;
}

.S5 article {
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-evenly;
}

.S5 article div {
    width: 46%;
    box-sizing: border-box;
    padding: 0 2% 80px;
    position: relative;
}

.S5 article div figure {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    border-radius: 1000px;
    overflow: hidden;
}

.S5 article div p {
    text-align: justify;
    margin: 30px 0;
}

.S5 article div p span{
    display: block;
    font-size: 15px;
}

.S5 p {
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0;
}

.S5 a {
    text-decoration: none;
    border: 4px solid #ffffff;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px;
    font-size: 24px;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    width: 92%;
    border-radius: 80px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
}

.S5 a:hover{
    background-color: #ffffff;
    border: 4px solid #ffffff;
    color: #163155;
}


/********************/


.Contact h2 {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 120px 0 60px;
} 

.Contact h2 span {
    border-bottom: 3px solid #c21500;
    border-image: linear-gradient(to right, #ffffff 0%, #9BBD00 50%, #ffffff 100%);
    border-image-slice: 1;
    padding: 0 10px 10px;
}

.Contact p.Desc {
    text-align: center;
    margin: 0 0 60px;
}

.Contact article {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    border-top: 2px solid #9BBD00;
    border-bottom: 2px solid #9BBD00;

}

.Contact article p {
    font-size: 48px;
    font-weight: 700;
    color: #9BBD00;
}

.Contact article p span {
    font-size: 15px;
    color: #000000;
    display: block;
    margin: 20px 0 0;
    line-height: 1.6;
    font-weight: 400;
}

.Contact article p b{
    font-size: 17px;
    color: #000000;
    line-height: 1;
}

.Contact article p a {
    text-decoration: none;
    margin: 0 0 0 14px;
}

.Slide {
    width: 100%;
}

.Slide h2 {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 120px 0 60px;
} 

.Slide h2 span {
    border-bottom: 3px solid #c21500;
    border-image: linear-gradient(to right, #ffffff 0%, #9BBD00 50%, #ffffff 100%);
    border-image-slice: 1;
    padding: 0 10px 10px;
}

.Slide .Lead {
    width: 720px;
    margin: 0 auto 50px;
}

.Slide article {
    background-color: #e1e6ec;
    padding: 8px 0px;
}

.Slide .Slick .Block{
    margin: 0 4px;
    color: #000000;
    width: 700px;
}

.Slide .Slick div p{
	text-align: center;
}

.Slide .Slick div p b{
	display: block;
}

.Slide .Slick div p span{
	display: block;
	font-size: 0.8em;
}

.Slide .Slick div p.Caption {
    position: absolute;
    top: 20px;
    margin: 0 0 0 20px;
    background: #000000ad;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding: 2px 10px;
}

.Slide .Slick div p.Caption span{
    display: inline;
    font-size: 12px;
    margin: 0 0 0 6px;
}


@keyframes fadein {
from {
    opacity: 0;

}
to {
    opacity: 1;
}
}
	
@media screen and (max-width: 860px) {
.pc {
	display: none;
	}
	
	
.sp {
	display: block;
	}	
	
header nav{
    display: none;
}

header .laconte {
    top: 15px;
    position: absolute;
    left: 50%;
    margin: 0px 0 0 -100px;
}

.Photo {
	    background-attachment: inherit;
}

.S1 {
	    background-attachment: inherit;
}

.S1 .Logo {
    width: 90%;
    background-color: transparent;
    backdrop-filter: none;
}

.S1 .Logo figure {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffffcc;
    padding: 10%;
    backdrop-filter: blur(16px);
}

.S1 {
    background-image: url(../images/top2_sp.jpg);
}

.S1 .LogoBox {
    justify-content: space-around;
    background-image: none;
}


.S3 {
    background-image: none;
    padding: 0;
    background-position-x: left;
    height: auto;
}

.S3 .TxtBox {
    display: block;
    height: auto;
    width: 100%;
}

.S3 .Txt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    left: auto;
}

.S3 .TxtBox h3 img {
    width: 200px;
}

.S3 .Slide img {
    width: 100%;
}

.S3 .Flex {
    display: block;
    background-color: #f1f1f1;
}

.S3 .Flex div {
    width: 100%;
}

.S3 .Flex div.FlexTxt p {
    font-size: 18px;
}

.S3 .Flex div.FlexTxt {
    padding: 30px 0;
    margin: 0 auto;
    width: 90%;
}

.S2 .Txt {
    width: 100%;
    left: 0;
	padding: 20px;
	background-color: #0000007a;
}

.S2 .Txt p br{
    display: none;
}

.S4 {
    height: auto;
    padding: 60px 0;
    background-image: none;
}

.S4 .TxtBox {
    display: block;
    height: auto;
    background-color: #282828;
}


.S4 .Txt {
    width: auto;
    margin: 0 auto;
    padding: 50px 0;
    width: 90%;
    background-color: transparent;
}

.S4 article {
    width: 80%;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
}

.S4 article div {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 50px;
}

.S4 a {
    width: 80%;
}

.S4 p.DL {
    margin: 60px 0 30px;
    font-size: 1.4em;
}

.S5 {
	height: auto;
    padding: 60px 0;
    background-image: none;
}

.S5 article div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 80px;
    position: relative;
}

.S5 article {
    width: 80%;
    margin: 0 auto 30px;
    flex-wrap: wrap;
}

.S5 article div {
    margin: 0 0 60px;
}

.S5 a {
    width: 100%;
}

h2 {
    font-size: 28px;
}

.S7 {
    background-color: #000000;
}

.S7 .TxtBox {
    width: 90%;
    padding: 120px 0;
}

.S7 .TxtBox p {
    font-size: 15px;
    line-height: 1.8;
}

.S7 .TxtBox a {
    border: 2px solid #ffffff;
    padding: 20px 0px;
    font-size: 16px;
}

.Slide .Lead {
    width: 90%;
    margin: 0 auto 50px;
}

.Slide .Slick div p.Caption {
    font-size: 15px;
}

.Slide .Slick div p.Caption span {
    font-size: 11px;
}

.Contact article {
    width: 90%;
}

.Contact p.Desc {
    margin: 0 auto 60px;
    width: 90%;
}

.Contact article p {
    font-size: 34px;
}

.Contact article p b {
    font-size: 17px;
    display: block;
    margin: 20px 0 0 0px;
    line-height: 1.6;
}

.Contact article p a {
    margin: 0;
}

	}
	

	
