/* Scss Document */
#key .slide1 {
    background: url("../img/index/key_p1.jpg") no-repeat center top;
    background-size: cover;
    min-height: 800px;
}
#key .slide2 {
    background: url("../img/index/key_p2.jpg") no-repeat center top;
    background-size: cover;
    min-height: 800px;
}
#key .slide3 {
    background: url("../img/index/key_p3.jpg") no-repeat center top;
    background-size: cover;
    min-height: 800px;
}
#key .slide4 {
    background: url("../img/index/key_p4.jpg") no-repeat center top;
    background-size: cover;
    min-height: 800px;
}
.btn_fixed{
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 100;
}
#sec1 {
    position: relative;
    background: url("../img/index/sec1_bg1.png") repeat-x center bottom;
    padding-top: 167px;
    padding-bottom: 345px;
    overflow: hidden;
}
#sec1:before {
    position: absolute;
    content: url("../img/index/sec1_deco2.png");
    width: 1189px;
    height: 1059px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
#sec1:after {
    position: absolute;
    content: '';
    background: url(../img/index/sec1_deco1.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 779px;
    bottom: 30px;
    left: 0%;
}
#sec1 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 58px;
    z-index: 2;
    position: relative;
    width: 438px;
    margin-left: 60px;
    letter-spacing: 3px;
    height: 637px;
}
#sec1 h2 span.size_up {
    font-size: 55px;
    font-weight: bold;
    margin-right: 6px;
    letter-spacing: 3px;
}
#sec1 h2 span.red{
	font-size: 40px;
	letter-spacing: 3px;
}
#sec1 h2 .one {
    margin-left: 54px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 425px;
    justify-content: center;
    width: 111px;
}
#sec1 h2 .two {
    margin-left: 51px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 466px;
    justify-content: center;
    width: 111px;
    padding-top: 29px;
}
#sec1 h2 .three {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 595px;
    justify-content: center;
    width: 111px;
    padding-top: 42px;
}
#sec1 .txt {
    margin-left: 368px;
    z-index: 2;
    position: relative;
    width: 590px;
    margin-top: -67px;
    line-height: 48px;
    min-height: 384px;
}
#sec2 .set1 {
    background-image: url("../img/index/sec2_bg.jpg");
    height: 648px;
    padding-top: 168px;
    box-sizing: border-box;
}
#sec2 .set1 h2 {
    text-align: center;
    letter-spacing: 15px;
    color: #fff;
    font-size: 30px;
}
#sec2 .set1 h2 span{
	margin-bottom: -13px;
	display: block;
}
#sec2 .set2 {
    position: relative;
    padding-bottom: 140px;
    background: url("../img/shared/sec2_bg2.jpg") repeat;
}
#sec2 .set2 .wrap {
    padding-top: 1px;
}
#sec2 .set2:after {
    position: absolute;
    content: '';
    background: url("../img/index/sec2_deco.png") repeat-x center top;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0%;
    background-size: 100%;
}
#sec2 .set2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: url("../img/index/sec2_deco2.png");
    width: 583px;
    height: 456px;
    margin-left: -55px;
}
#sec2 .set2 .button {
    margin-left: 286px;
}
#sec2 .set2 .bnr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 1060px;
    margin: -53px 10px 92px -29px;
    z-index: 10;
    position: relative;
}
#sec2 .set2 .bnr .on {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    transition: all 1s;
}
#sec2 .set2 .bnr .on h3 {
       text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 143px 0 20px;
    letter-spacing: 2px;
    line-height: 32px;
}
#sec2 .set2 .bnr .on h3 span {
    font-size: 20px;
    font-weight: 300;
}
#sec2 .set2 .bnr .on p.txt2 {
    line-height: 30px;
    max-width: 256px;
    margin-left: 41px;
}
#sec2 .set2 .bnr .bnr1, #sec2 .set2 .bnr .bnr2, #sec2 .set2 .bnr .bnr3 {
    position: relative;
}
#sec2 .set2 .bnr1:hover .on {
    opacity: 1;
    visibility: visible;
    background: url("../img/index/sec2_bnr1_on.jpg") no-repeat center;
    background-size: cover;
    transition: all 1s;
}
#sec2 .set2 .bnr2:hover .on {
    opacity: 1;
    visibility: visible;
    background: url("../img/index/sec2_bnr2_on.jpg") no-repeat center;
    background-size: cover;
    transition: all 1s;
}
#sec2 .set2 .bnr3:hover .on {
    opacity: 1;
    visibility: visible;
    background: url("../img/index/sec2_bnr3_on.jpg") no-repeat center;
    background-size: cover;
    transition: all 1s;
}
#sec2 .set2 .txt {
    width: max-content;
    height: 270px;
    margin:0 auto;
    line-height: 55px;
    margin-bottom: 81px;
}
#sec3 {
    background: url("../img/shared/sec9_bg.jpg") repeat;
    padding: 49px 0 49px;
}
#sec3 .bnr {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
#sec3 .bnr .box {
    width: 250px;
    height: 230px;
    background: url("../img/index/sec3_box_bg1.png") repeat;
    margin: 0 auto;
    padding-top: 84px;
    box-sizing: border-box;
    color: #fff;
}
#sec3 .bnr .box h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: 2px;
}
#sec3 .bnr .box p.btn {
    font-size: 16px;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    position: relative;
    line-height: 30px;
    letter-spacing: 3px;
}
#sec3 .bnr .box p.btn a {
    color: #fff;
    margin-left: 18px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
#sec3 .bnr .box p.btn:before {
    position: absolute;
    content: '';
    background: url("../img/shared/arrow.png") no-repeat;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
}
#sec3 .bnr .left {
    width: 50%;
    background: url("../img/index/sec3_bg1.jpg") no-repeat center;
    background-size: cover;
    height: 350px;
    padding-top: 56px;
    box-sizing: border-box;
    position: relative;
}
#sec3 .bnr .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#sec3 .bnr .left:before, #sec3 .bnr .right:before {
    opacity: 0;
    visibility: hidden;
    content: '';
}
#sec3 .bnr .left:hover:before, #sec3 .bnr .right:hover:before {
    border: 4px solid #d3300b;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    content: '';
    opacity: 1;
    visibility: visible;
}
#sec3 .bnr .right {
    width: 50%;
    background: url("../img/index/sec3_bg2.jpg") no-repeat center;
    background-size: cover;
    height: 350px;
    padding-top: 56px;
    box-sizing: border-box;
    position: relative;
}
#sec4 {
    background: url("../img/index/sec4_bg1.png") repeat-x center bottom;
    padding-top: 97px;
    padding-bottom: 80px;
    position: relative;
}
#sec4:before {
    position: absolute;
    content: url("../img/index/sec4_deco2.png");
    width: 590px;
    height: 482px;
    top: 31px;
    left: 50%;
    margin-left: -357px;
}
#sec4 h2 {
    font-size: 30px;
    line-height: 56px;
    margin-bottom: 18px;
    margin-left: 44px;
    letter-spacing: 4px;
}
#sec4 h2 span {
    font-size: 36px;
    font-weight: bold;
}
#sec4 .txt {
    width: 450px;
    margin-bottom: 37px;
    margin-left: 48px;
    min-height: 168px;
}
#sec4 .photo {
    position: absolute;
    top: -24px;
    left: 540px;
}
#sec5 {
    padding-top: 83px;
    padding-bottom: 113px;
    position: relative;
    background: url("../img/shared/sec5_bg.jpg") repeat;
}
#sec5 .more{
	width: 150px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: -9px;
	right: 52px;
}
#sec5 .more:before{
	
left: 17px;
}
#sec5 .more a{
	font-size: 16px;
	margin-left: 14px;
}
#sec5 h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 57px;
    letter-spacing: 3px;
}
#sec5 #feed {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto 76px;
}
#sec5 #feed .row {
    width: 260px;
}
#sec5 #feed .row .rss_img {
    margin-bottom: 14px;
}
#sec5 #feed .row .rss_img:hover {
    opacity: 0.8;
}
#sec5 #feed .row span {
    width: 260px !important;
    height: 174px !important;
}
#sec5 #feed dl {
    text-align: center;
}
#sec5 #feed dl dt{
	letter-spacing: 2px;
	line-height: 34px;
}
#sec5 #feed dl dd {
     color: #aa2a07;
    text-decoration: underline;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 3px;
}
#sec5 .g_button {
    justify-content: space-between;
    width: 724px;
    margin-left: 113px;
}
#sec5 .g_button .button {
    width: 300px;
    height: 50px;
    line-height: 50px;
}
#sec5 .g_button .button a {
    font-size: 20px;
}

.btn_insta{
	width: 1000px;
	display: block;
	margin: 0 auto 80px;
}