@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&family=Zen+Old+Mincho&display=swap');


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

audio,canvas,video {display : inline-block}

audio:not([controls]) { display: none;height: 0}

[hidden] {display: none}

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
	font-family: "Zen Old Mincho", serif,"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    color: #535353;
    font-weight: 400;

}

.gothic{
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    
}

body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} /*上方向のmarginを0にします */

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

a:focus { outline: thin dotted}

a:hover,a:active { outline : 0}

html { font-size: 80%} /* レスポンシブ   タイプセッティングへの対応 */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}


abbr[title] { border-bottom : 1px dotted}

b, strong { font-weight : bold}

dfn { font-style: italic}

mark { background: #ff0;
color: #000}

code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}

q {quotes: “\201C” “\201D” “\2018” “\2019”;}

small {font-size: 80%;}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}

img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

svg:not(:root) {overflow: hidden}

figure {margin: 0}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

button,input {line-height: normal; /* 1 */}

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

button[disabled],
input[disabled] {cursor: default}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}


div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}

html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
}

a:hover img {
	filter: alpha(style=0, opacity=70);
	
}
a:hover {
	text-decoration: underline !important;
    opacity: .6;
}

.nolink{
	pointer-events: none;
	opacity: 0.5;
}
/*モバイル版（最小）*/
@media (max-width: 479px) {
	
}





/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	z-index: 99;
}
#page-top a {
	background: rgba(204,204,204,0.5);
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}
html,body{
    background-color: #fff;
}
.wrap{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.contentArea{
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.s1area{
    width: 100%;
    margin: 0;
    position: relative;
    background-image:url(../images/s1_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    max-height: 1191px;
    height: calc(130px + 110.1vw);
}
.s1area h1{
    width: 37%;
    margin: 0;
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 15;
}
.s1BTNDIV1{
    position: absolute;
    top: 49%;
    left: 54px;
    width: 310px;
}
.s1Insta{
    float: right;
    width: 120px;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    line-height: 1.2em;
    font-weight: bold;
    z-index: 11;
}
.s1Insta img{
    width: 72px;
    display: block;
    margin: auto;
}
.s1Insta span{
    display: block;
    margin: 0.5em auto 0 auto;
}
.s1Goshuincho{
    float: left;
    width: 180px;
    text-align: center;
    font-size: 1.3em;
    color: #b0174f;
    line-height: 1.2em;
    font-weight: bold;
    z-index: 12;
}
.s1Goshuincho img{
    width: 91px;
    display: block;
    margin: auto;
}
.s1Goshuincho span{
    display: block;
    margin: 0.2em auto 0 auto;
}

.s1DIV1{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    position: absolute;
    top:calc(130px + 50%);
    left: 0;
    z-index: 14;
}

@media (max-width: 662px) {
    .s1BTNDIV1{
        left:5%;
    }
}
@media (max-width:599px) {
    .s1area{
        height: calc(130px + 180vw);
        background-image:url(../images/s1_bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
    }
    .s1area h1{
        width: 47%;
        right: 1.5%;
    }
    .s1BTNDIV1{
        top: 45.5%;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
    }
    .s1Insta{
        left: initial;
        right: 22%;
        width: 100px;
        top: 64%;
        font-size: 0.9em;
        background-color: rgba(240,240,240,0.8);
    }
    .s1Insta img{
        width: 56px;
       
    }
    .s1Goshuincho{
        left: 22%;
        width: 130px;
        top: 64%;
        font-size: 1em;
        background-color: rgba(240,240,240,0.8);
    }
    .s1Goshuincho img{
        width: 71px;
    }
    .s1DIV1{
        top:calc(130px + 43%);
    }
}
@media (max-width: 449px) {
    
}
/*ハンコ文字部分 バウンドアニメ用も込*/
.s1Seal1,.s1Seal1_2{
    width: 50.5%;
    position: absolute;
    top: 4.5%;
    left: 6.1%;
    display: block;
    z-index: 7;
}
/*ハンコ筆部分*/
.s1Seal2{
    width: 100%;
    position: absolute;
    top: 3.5%;
    left: -35.9%;
    display: block;
    z-index: 6;
}
/*ハンコ赤地部分*/
.s1Seal3{
    width: 50.5%;
    position: absolute;
    top: 4.5%;
    left: 6.1%;
    display: block;
    z-index: 5;
}
@media (max-width:599px) {
    /*ハンコ文字部分 バウンドアニメ用も込*/
    .s1Seal1,.s1Seal1_2{
        width: 47.5%;
        top: 12.5%;
        left: 2.1%;
    }
    /*ハンコ筆部分*/
    .s1Seal2{
        width: 87%;
        top: 11.5%;
        left: -35.9%;
    }
    /*ハンコ赤地部分*/
    .s1Seal3{
        width: 47.5%;
        top: 12.5%;
        left: 2.1%;
    }
}
@media (max-width: 639px) {
    
}
.s2area{
    width: 100%;
    margin: 0;
    position: relative;
    height: 582px;
    /* height: 58.2vw; */
    background-image:url(../images/s2_bg.jpg);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #e03b1b;
}
.s2Mark1{
    width: 170px;
    margin: 0;
    position: absolute;
    top: 6%;
    left: 52px;
}
.s2Text1{
    width: 545px;
    margin: 0;
    position: absolute;
    top: 6%;
    left: 258px;
}
@media (max-width: 839px) {
    .s2area{
        height: 75vw;
    }
    .s2Mark1{
        width: 24%;
        top: 6%;
        left: 2%;
    }
    .s2Text1{
        width: 69%;
        top: 6%;
        left: 26%;
    }
}
@media (max-width: 639px) {
    .s2area{
        height: 87vw;
        
    }
}
.s3area{
    width: 100%;
    margin: 0;
    position: relative;
    background-color: #f0f0f0;
    height: 582px;
    /* height: 58.2vw; */
    background-image:url(../images/s1_bg.jpg);
    background-size: cover;
    background-position: center 38% ;
    background-repeat: no-repeat;
}
.s3Text1{
    width: 600px;
    margin: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 649px) {
    .s3area{
        height: 90vw;
    }
    .s3Text1{
        width: 80%;
        
    }
}
@media (max-width: 419px) {
    .s3area{
        height: 100vw;
    }
    .s3Text1{
        width: 90%;
        
    }
}
.s4area{
    width: 100%;
    margin: 0;
    position: relative;
    background-color: #fff;
    
    padding: 35px 0;
}
.s4DIV1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row-reverse;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s4DIV1L{
    width: 39%;
    border-right: 1px solid #000;
    padding-top: 5px;
}
.s4DIV1R{
    width: 61%;
    padding-top: 5px;
}
.s4DIV1RFlex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s4P1{
    font-size: 1.3em;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    margin-bottom: 32px;
}
.s4BTN1{
    width: 120px;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    line-height: 1.2em;
    font-weight: bold;
}
.s4BTN1 img{
    width: 72px;
    display: block;
    margin: auto;
}
.s4BTN1 span{
    display: block;
    margin: 0.5em auto 0 auto;
}
.s4BTN2{
    width: 120px;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 24px;
}
.s4BTN2 img{
    width: 72px;
    display: block;
    margin: auto;
}
.s4BTN2 span{
    display: block;
    margin: 0.5em auto 0 auto;
}
@media (max-width: 839px) {
    .s4DIV1L{
        width: 36%;
    }
    .s4DIV1R{
        width: 64%;
    }
    .s4BTN2{
        margin: 0 2%;
    }
}
@media (max-width: 649px) {
    .s4DIV1L{
        width: calc(100% - 2em);
        max-width: 420px;
        border-right: none;
        margin-top: 3em;
        border-top: 1px solid #000;
        padding-top: 3em;
    }
    .s4DIV1R{
        width: 100%;
    }
    .s4DIV1R .s4P1{
        font-size: 0.1em;
        margin-bottom: 0px;
    }
    .s4BTN2{
        margin: 0 2%;
    }
    .s4DIV1RFlex{
        flex-direction: row-reverse;/*アイテムの並び順 左：row 右：row-reverse*/
    }
}
@media (max-width: 499px) {
    .s4BTN1{
        width: 110px;
        font-size: 1.0em;
    }
    .s4BTN2{
        width: 110px;
        font-size: 1.0em;
        margin: 0 1% 1em 1%;
    }
    .s4BTN1 img,.s4BTN2 img{
        width: 56px;
        display: block;
        margin: auto;
    }
}
.s5area{
    width: 100%;
    margin: 0;
    position: relative;
    background-color: #fffbf2;
    padding-bottom: 2em;
}
.s5Text1{
    max-width: 550px;
    width: 90%;
    margin: auto;
    padding: 4.5% 0 0 0;
    z-index: 10;
    position: relative;
    
}
.s5P1{
    font-size: 1.45em;
    color: #b0174f;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    margin-top: 1.5em;
    z-index: 10;
    position: relative;
}
.s5OBJL{
    position: absolute;
    width: 150px;
    top: 200px;
    left: 35px;
    z-index: 1;
}
.s5OBJR{
    position: absolute;
    width: 90px;
    top: 40px;
    right: 50px;
    z-index: 1;
}
.s5brsp{
    display: none;
}
@media (max-width: 849px) {
    .s5P1{
        font-size: 1.3em;
    }
    .s5OBJL{
        width: 120px;
        top: 200px;
        left: 20px;
    }
    .s5OBJR{
        width: 80px;
        top: 30px;
        right: 40px;
    }
}
@media (max-width: 749px) {
    .s5P1{
        font-size: 1.2em;
    }
    .s5OBJL{
        width: 110px;
        top: 170px;
        left: 20px;
    }
    .s5OBJR{
        width: 80px;
        top: 30px;
        right: 30px;
    }
}
@media (max-width: 699px) {
    .s5brsp{
        display: block;
    }
    .s5P1{
        line-height: 2em;
    }
    .s5OBJL{
        width: 110px;
        top: 140px;
        left: 20px;
    }
    .s5OBJR{
        width: 80px;
        top: 30px;
        right: 30px;
    }
}
@media (max-width: 499px) {
    .s5P1{
        font-size: 1.1em;
    }
    .s5P1{
        font-size: 3.2vw;
    }
    .s5OBJL{
        width: 90px;
        top: 65px;
        left: 10px;
    }
    .s5OBJR{
        width: 75px;
        top: 20px;
        right: 20px;
    }
}
.s6area{
    width: 100%;
    max-height: 640px;
    height: 64vw;
    position: relative;
    background-image:url(../images/s6_bg.jpg);
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
}
.s6Text1{
    width: 90%;
    margin: auto;
    padding: 2em 0 0 0;
    max-width: 430px;
}
.s6P1{
    font-size: 1em;
    color: #000;
    line-height: 1em;
    text-align: right;
    font-weight: bold;
    position: absolute;
    bottom: 1em;
    right: 1em
}
@media (max-width: 899px) {
    .s6area{
        height: 72vw;
        background-position: center 45%;
    }
}
@media (max-width: 699px) {
    .s6area{
        height: 80vw;
        background-position: center 41%;
    }
}
@media (max-width: 499px) {
    .s6area{
        height: 90vw;
        background-position: center 35%;
        background-repeat: no-repeat;
    }
}
.s7area{
    width: 100%;
    padding: 1.5em 1em 2em 1em;
    background-color: #fffbf2;
}
.s7DIV1{
    width: 100%;
    max-width: 750px;
    margin: auto;
}
.s7P1{
    font-size: 1.00em;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-top: 2em;
}

.s7Text10{
    width: 100%;
    display: block;
    margin: 2.5em auto 0 auto;
}
.s7BTN1{
    width: 100%;
    display: block;
    margin: 1em auto 0 auto;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}
.s7UL1{
    margin-top: 2em;
}
.s7UL1 li{
    font-size: 1.1em;
    color: #000;
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.75em;
}
.s7DIV2{
    width: 100%;
    border: 2px solid #000;
    padding: 1em;
    margin-top: 2.2em;
}
.s7Midashi1{
    font-size: 1.55em;
    color: #000;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
}
.s7P2{
    font-size: 1em;
    color: #000;
    line-height: 1.5em;
    text-align: left;
    font-weight: bold;
    margin-top: 1em;
}
.s7HR1{
    width: 100%;
    height: 2px;
    border-top: 2px solid #000;
    margin: 1em auto 1em auto;
}
.s7P3{
    font-size: 1.1em;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    margin: 2em auto 1.5em auto;
}
.s7BTNTwitter{
    width: 280px;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    line-height: 1.2em;
    font-weight: bold;
    display: block;
    margin: auto;
}
.s7BTNTwitter img{
    width: 72px;
    display: block;
    margin: auto;
}
.s7BTNTwitter span{
    display: block;
    margin: 0.5em auto 0 auto;
}
@media (max-width: 639px) {
    .s7UL1 li{
        font-size: 1.0em;
        margin-bottom: 0.75em;
    }
    .s7Midashi1{
        font-size: 1.4em;
    }
    .s7P2{
        font-size: 0.9em;
    }
    .s7P3{
        font-size: 1.0em;
       
    }
    .s7brpc{
        display: none;
    }

}

@media (max-width: 439px) {
    .s7UL1 li{
        font-size: 0.9em;
    }
    .s7BTNTwitter{
        width: 250px;
        font-size: 1.0em;
    }
    .s7BTNTwitter img{
        width: 56px;
    }
}
.footerArea{
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    background-color: rgba(0,0,0,1);
    padding: 4em 1em;

}
.footerCopy{
    font-size: 1.05em;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 639px) {
    .footerCopy{
        font-size: 0.95em;
    }
    .footerBRSP{
        display: none;
    }
}
@media (max-width: 439px) {
    .footerCopy{
        font-size: 0.85em;
    }
    .footerBRSP{
        display: block;
    }
}

/*アニメさせたい全ての要素にこのクラスをつけてください*/
.AnimateRoot{
	opacity: 0;
}

/*筆アニメ（cssマスク機能を使用）*/
.mask__fude--img {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mask__animation--img {
    display: block;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 250% 250%;
    -webkit-mask-size: 250% 250%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
    animation: mask-animation 0.9s linear forwards;
    opacity: 1;
}
@keyframes mask-animation {
0% {
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
}
100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
}
}

/* ハンコを押す */
.fadeAndReduce{
animation-name:fadeAndReduce;
animation-duration:0.75s;
animation-fill-mode:forwards;
animation-timing-function: ease-in;
opacity:0;
}
@keyframes fadeAndReduce{
  from {
    opacity: 0;
  	transform: scale(3.5, 3.5);
  }
  to {
    opacity: 1;
  	transform: scale(1, 1);
  }
}


.sealbound{
    animation-name:sealbound;
    animation-duration:0.75s;
    animation-fill-mode:forwards;
    animation-timing-function: ease-out;
    opacity:0;
    }
    @keyframes sealbound{
      from {
        opacity: 0.7;
          transform: scale(1, 1);
      }
      to {
        opacity: 0;
          transform: scale(1.3, 1.3);
      }
    }
    
