@charset "UTF-8";
/*

CSS page.css */


/*
base : #0d0d0d
gold : #ceb823
bggrey : #f5f5f5
red : #d60a0f
yellow : #ffff00

*/




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


#index


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

/* common */
#index {  }
@media screen and (max-width: 767px) {
}

/* #sec_1 */
#index #swrap_1 { background: url(../img/common/bg.jpg); }
#index .s1_bg { height: calc(15vw + 650px); }
#index .s1_bg img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#index #sec_1 {  }
#index #sec_1 .logo { width: 64px; margin: 0 auto; }
#index #sec_1 .logo svg { width: 64px; height: 340px; }
#index #sec_1 .inbox { display: flex; justify-content: center; align-items: center; }
#index #sec_1 .inbox .tategaki { font-size: 18px; line-height: 2.8; margin-top: 60px; }
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1040px) {
	#index .s1_bg { height: 600px; }
}
@media screen and (max-width: 767px) {
	#index .s1_bg { height: 500px; }
	#index #sec_1 .inbox .tategaki { font-size: 16px; margin-top: 40px; }
}
@media screen and (max-width: 500px) {
	#index .s1_bg { height: 350px; }
	#index #sec_1 .inbox .tategaki { font-size: 15px; line-height: 2.5; }
}

/* #sec_2 */
#index #swrap_2 {  }
#index #sec_2 { text-align: center; }
#index #sec_2 .list { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
#index #sec_2 .list>li { width: 510px; margin-bottom: 40px; }
#index #sec_2 .list li .imgbox { width: 140px; height: 140px; display: block; background: #ccc; float: left; overflow: hidden; }
#index #sec_2 .list li .imgbox a { display: block; width: 100%; height: 100%; }
#index #sec_2 .list li .imgbox img { height: 100%; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ transition: 0.5s; }
#index #sec_2 .list li .imgbox a:hover img { transform: scale(1.1); }
#index #sec_2 .list li .txtbox { margin-left: 180px; text-align: left; }
#index #sec_2 .list li .txtbox a {text-decoration: none;}
#index #sec_2 .list li .txtbox p.date { color: #ccc; margin-bottom: 10px; line-height: 1.6; letter-spacing: 0.05em;}
#index #sec_2 .list li .txtbox p.title { line-height: 2; margin-bottom: 15px; }
#index #sec_2 .list li .txtbox p.title a:hover { text-decoration: underline; color: #0d0d0d; }
#index #sec_2 .list li .txtbox p.cat a { border: 1px solid #0d0d0d; text-align: center;  border-radius: 20px; font-weight: bold; color: #0d0d0d; padding: 5px 16px; display: inline-block; line-height: 1; letter-spacing: 0.1em; }
#index #sec_2 .list li .txtbox p.cat a:hover { background: #0d0d0d; color: #fff; }
#index #sec_2 .linkbox { margin-top: 20px; }
@media screen and (max-width: 1280px) {
	#index #sec_2 .list>li { width: 48%; }
}
@media screen and (max-width: 1040px) {
	#index #sec_2 .list>li { width: 100%; }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
	#index #sec_2 .list li .imgbox { width: 100px; height: 100px; }
	#index #sec_2 .list li .txtbox { margin-left: 120px; }
}

/* #sec_3 */
#index #swrap_3 { background: #f5f5f5; text-align: center;}
#index #sec_3 .inblock { position: relative; max-width: 1600px; margin: 0 auto 100px; }
#index #sec_3 .inblock:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#index #sec_3 .inblock:last-child { margin: 0 auto; }
#index #sec_3 .inblock .imgbox { position: absolute; top: 0; left:0; margin-right: 400px; height: 100%; }
#index #sec_3 .inblock .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#index #sec_3 .inblock .txtbox { position: relative; float: right; padding: 60px 0; }
#index #sec_3 .inblock .txtbox .subtitle { z-index: 2; position: relative; }
#index #sec_3 .inblock .txtbox .inbox { background: #fff; width: 560px; box-sizing:border-box; padding: 80px; margin-top: -50px; text-align: left; }
#index #sec_3 .inblock .txtbox .inbox .link { margin-top: 40px; }
#index #sec_3 .inblock .txtbox .inbox .txt { text-align: justify; }
#index #sec_3 .inblock:nth-child(2n-1) .imgbox{ margin-left: 400px; margin-right: 0; }
#index #sec_3 .inblock:nth-child(2n-1) .txtbox{ float: left; }
@media screen and (max-width: 1800px) {
	#index #sec_3 .inblock { max-width: none; }
	#index #sec_3 .inblock .imgbox { margin-left: 60px; }
}
@media screen and (max-width: 1380px) {
	#index #sec_3 .inblock .imgbox { margin-left: 0; height: 560px; }
	#index #sec_3 .inblock .txtbox { padding: 30px 0 0; }
}
@media screen and (max-width: 1040px) {
	#index #sec_3 .inblock .imgbox { position: static; margin: 0!important; width: 100%; height: 500px; }
    #index #sec_3 .inblock .txtbox { float: none!important; padding: 0; margin-top: -140px; }
    #index #sec_3 .inblock .txtbox .inbox { width: 90%; padding: 80px; margin: -60px auto 0; }
}
@media screen and (max-width: 767px) {
	#index #sec_3 .inblock { margin: 0 auto 60px; }
}
@media screen and (max-width: 500px) {
	#index #sec_3 .inblock .imgbox { height: 300px; }
    #index #sec_3 .inblock .txtbox .inbox { width: 92%; padding: 60px 8%; margin: -50px auto 0; }
    #index #sec_3 .inblock .txtbox .inbox .copy { text-align: justify; }
    #index #sec_3 .inblock .txtbox .inbox .copy br { display: none; }
}

/* #sec_4 */
#index #swrap_4 { position: relative; }
#index #sec_4 { color: #fff; text-align: center;}
#index #sec_4 .topsectitle { color: #fff; margin-bottom: 30px; }
#index #sec_4 .txt { font-size: 22px; }
#index #sec_4 .link { margin-top: 40px; text-align: center; }
#index #swrap_4 .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:-1; }
#index #swrap_4 .bg img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 767px) {
	#index #sec_4 .txt { font-size: 18px; }
	#index #swrap_4 { padding-right: 8%; padding-left: 8%; }
}

/* #sec_5 */
#index #sec_5 { margin-bottom: 120px; }
#index #sec_5 .inblock { display: flex; justify-content: space-between; }
#index #sec_5 .txtbox { width: 44%; }
#index #sec_5 .txtbox .topsectitle { text-align: left; }
#index #sec_5 .txtbox .txt { margin-bottom: 40px; }
#index #sec_5 .txtbox ul.list { margin-bottom: 40px; }
#index #sec_5 .txtbox ul.list li { margin-bottom: 30px; }
#index #sec_5 .imgbox { width: 52%; }
#index #sec_5 .imgbox .img { width: 100%; height: 500px; }
#index #sec_5 .imgbox .img img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#index #sec_5 .imgbox .link { margin-top: 40px; }
@media screen and (max-width: 1280px) {
	#index #sec_5 .txtbox { width: 44%; }
	#index #sec_5 .imgbox { width: 50%; }
}
@media screen and (max-width: 1040px) {
	#index #sec_5 .inblock { display: flex; flex-direction: column; }
	#index #sec_5 .txtbox { width: 100%; margin-bottom: 60px; }
	#index #sec_5 .txtbox .txt { margin-bottom: 30px; }
	#index #sec_5 .txtbox ul.list { margin-bottom: 30px; }
	#index #sec_5 .txtbox ul.list li { margin-bottom: 20px; }
	#index #sec_5 .imgbox { width: 100%; }
}
@media screen and (max-width: 767px) {
	#index #sec_5 { margin-bottom: 80px; }
	#index #sec_5 .imgbox .img { height: 400px; }
}
@media screen and (max-width: 500px) {
	#index #sec_5 .txtbox { margin-bottom: 40px; }
	#index #sec_5 .txtbox .txt { margin-bottom: 20px; }
	#index #sec_5 .txtbox ul.list { margin-bottom: 20px; }
	#index #sec_5 .txtbox ul.list li { margin-bottom: 10px; }
	#index #sec_5 .imgbox .img { height: 240px; }
}

/* #sec_6 */
#index #sec_6 { color: #fff; text-align: left; margin-bottom: 120px; }
#index #sec_6 .inblock { display: flex; justify-content: space-between; align-items: center; background: #0d0d0d; padding: 100px 8%; }
#index #sec_6 .txtbig2 { width: 280px; }
#index #sec_6 .txt { flex: 1; margin-right: 60px; text-align: justify; }
#index #sec_6 .link { width: 240px; }
@media screen and (max-width: 1280px) {
	#index #sec_6 .txtbig2 { width: 260px; }
	#index #sec_6 .txt { flex: 1; margin-right: 40px; text-align: justify; }
	#index #sec_6 .link { width: 200px; }
}
@media screen and (max-width: 1040px) {
	#index #sec_6 .inblock { display: block; }
	#index #sec_6 .txtbig2 { width: 100%; margin-bottom: 20px; }
	#index #sec_6 .txt { flex: none; margin-right: 0; margin-bottom: 30px; }
	#index #sec_6 .link { width: 100%; }
}
@media screen and (max-width: 767px) {
	#index #sec_6 { margin-bottom: 80px; }
	#index #sec_6 .inblock { padding: 80px 8%; }
}

/* #sec_7 */
#index #swrap_7 { background: #f5f5f5; }
#index #sec_7 .txt1 { text-align: center; margin-bottom: 40px; margin-top: -10px; }
#index #sec_7 ul.list{  }
#index #sec_7 ul.list { display: flex; margin-left: -70px; flex-wrap: wrap; }
#index #sec_7 ul.list>li { width: calc(33.3% - 70px); margin-left: 70px; display: flex; }
#index #sec_7 ul.list>li:nth-child(4) { display: none; }
#index #sec_7 ul.list>li>a { width: 100%; display: block; text-decoration: none; }
#index #sec_7 ul.list>li>a .img { position: relative; overflow: hidden; height: 240px; width: 100%;display: block; background: #ccc;}
#index #sec_7 ul.list>li>a .img img {width: 100%;height: 100%; object-fit: cover;font-family: 'object-fit: cover;'; transition: 0.6s; }
#index #sec_7 ul.list>li>a:hover .img img { transform: scale(1.1); }
#index #sec_7 ul.list>li>a .txtbox { padding: 30px 0 0; height: calc(100% - 220px); }
#index #sec_7 ul.list>li>a .txtbox .title { }
#index #sec_7 ul.list>li>a .txtbox .date { color: #ccc; margin-bottom: 10px; line-height: 1.6; letter-spacing: 0.05em; }
#index #sec_7 .linkbox { margin-top: 50px; text-align: center; }
@media screen and (max-width: 1040px){
	#index #sec_7 ul.list { margin-bottom: -40px; margin-left: -55px; }
	#index #sec_7 ul.list>li { width: calc(50% - 55px); margin-bottom: 40px; margin-left: 55px; }
	#index #sec_7 ul.list>li:nth-child(4) { display: flex; }
	#index #sec_7 ul.list>li>a .img { height: calc(30vw); }
}
@media screen and (max-width: 639px){
	#index #sec_7 ul.list { margin-left: -40px; }
	#index #sec_7 ul.list>li { width: calc(50% - 40px); margin-left: 40px; }
	#index #sec_7 ul.list>li>a .txtbox { padding: 20px 0 0; }
	#index #sec_7 ul.list>li>a .img { height: calc(40vw); }
}
@media screen and (max-width: 500px){
	#index #sec_7 .txt1 { text-align: justify; margin-bottom: 30px;}
	#index #sec_7 ul.list { margin-left: -20px; }
	#index #sec_7 ul.list>li { width: calc(50% - 20px); margin-left: 20px; }
	#index #sec_7 ul.list>li>a .txtbox { padding: 20px 0 0; }
}
@media screen and (max-width: 360px){
	#index #sec_7 ul.list { margin-left: 0; display: block; }
	#index #sec_7 ul.list>li { width: 100%; margin-left: 0; display: block; }
	#index #sec_7 ul.list>li:nth-child(4) { display: block; }
	#index #sec_7 ul.list>li>a { display: block; }
	#index #sec_7 ul.list>li>a .txtbox { height: auto; padding: 10px 0 0; }
	#index #sec_7 ul.list>li>a .txtbox .date { font-size: 14px; margin-top: 10px; }
	#index #sec_7 ul.list>li>a .img { height: 200px; }
	#index #sec_7 .link { margin-top: 30px; }
}

/* #sec_8 */
#index #swrap_8 { text-align: center;}
#index #sec_8 .incnt {  }
#index #sec_8 ul.list { text-align: center; display: flex; justify-content: center; flex-wrap: wrap; margin-left: -30px; margin-bottom: -30px; }
#index #sec_8 ul.list li { margin-left: 30px; width: calc(50% - 30px); margin-bottom: 30px; }
#index #sec_8 ul.list li a { text-decoration: none; border: 1px solid #0d0d0d; height:160px; display:flex; justify-content:center; align-items:center; }
#index #sec_8 ul.list li:first-child a { text-align: left; }
#index #sec_8 ul.list li:first-child a img { width: 44px; margin-right: 20px; }
#index #sec_8 ul.list li svg { width: 21px; height: 21px; margin-left: 10px; }
@media screen and (max-width: 639px) {
    #index #sec_8 ul.list { display: block; margin-bottom: -20px; margin-left: 0; }
    #index #sec_8 ul.list li { width: 100%!important; margin-left: 0!important; margin-bottom: 20px;  }
    #index #sec_8 ul.list li:last-child { margin-bottom: 0; }
    #index #sec_8 ul.list li a { height:150px; }
}





















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


#about.index


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

/* common */
#about.index {  }
@media screen and (max-width: 767px) {
}

/* #sec_intro */
#about.index #swrap_intro { text-align: center; background: #f5f5f5; }
#about.index #sec_intro .incnt:first-child { margin-bottom: 80px; }
#about.index #sec_intro ul.list { display: flex; }
#about.index #sec_intro ul.list li { width: calc(33.3% - 20px); height: 600px; position: relative; margin-left: 30px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; color: #fff; }
#about.index #sec_intro ul.list li:first-child { margin-left: 0px; }
#about.index #sec_intro ul.list li .subtitle { margin-bottom: 20px; }
#about.index #sec_intro ul.list li .txt { font-size: 18px; text-align: left; }
#about.index #sec_intro .link { position: absolute; bottom: -35px; left: 0; width: 88%; margin: 0 6%; text-align: center; }
#about.index #sec_intro .txtbox { text-align: center; }
#about.index #sec_intro .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:-1; }
#about.index #sec_intro .bg img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1040px) {
	#about.index #sec_intro ul.list { display: block; }
	#about.index #sec_intro ul.list li { width: 100%; height: 600px; position: relative; margin-left: 0; margin-bottom: 80px; }
	#about.index #sec_intro ul.list li:last-child { margin-bottom: 30px; }
}
@media screen and (max-width: 767px) {
	#about.index #sec_intro .incnt:first-child { margin-bottom: 60px; }
	#about.index #sec_intro .txt1 { text-align: justify; }
	#about.index #swrap_intro { margin-bottom: 0; }
	#about.index #sec_intro ul.list li:last-child { margin-bottom: 50px; }
}
@media screen and (max-width: 639px) {
	#about.index #sec_intro ul.list li { height: 460px; }
}

/* #sec_2 */
#about.index #swrap_2 { position: relative; }
#about.index #sec_2 { color: #fff; text-align: center;}
#about.index #sec_2 .topsectitle { color: #fff; margin-bottom: 30px; }
#about.index #sec_2 .txt { font-size: 22px; }
#about.index #sec_2 .link { margin-top: 40px; text-align: center; }
#about.index #swrap_2 .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:-1; }
#about.index #swrap_2 .bg img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 767px) {
	#about.index #sec_2 .txt { font-size: 18px; }
	#about.index #swrap_2 { padding-right: 8%; padding-left: 8%; }
}







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


#about.under


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

/* common */
#about.under {  }
@media screen and (max-width: 767px) {
}

/* #sec_intro */
#about.under #swrap_intro { text-align: center; background: #f5f5f5; }







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


#about.history


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

/* common */
#about.history {  }
@media screen and (max-width: 767px) {
}

/* #sec_2 */
#about.history #sec_2 .txt1 { font-size: 24px; padding-top: 20px; text-align: center; letter-spacing: 0.2em }
#about.history #sec_2 .txt1 span { display: inline-block; margin: 0 0.6em; }
@media screen and (max-width: 767px) {
	#about.history #sec_2 .txt1 { font-size: 18px; padding-top: 0; }
}

/* #sec_4 */
#about.history #sec_4 {  }
@media screen and (max-width: 767px) {
	#about.history #sec_4 span span { display: none; }
}













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


#about.gallery


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

/* common */
#about.gallery {  }
@media screen and (max-width: 767px) {
}

/* #sec_intro */
#about.gallery #sec_intro { text-align: center; }
#about.gallery #sec_intro .txt1 {  }
@media screen and (max-width: 767px) {
	#about.gallery #sec_intro .txt1 { text-align: justify; }
	#about.gallery #sec_intro .txt1 br { display: none; }
}

/* #sec_1 */
#about.gallery #sec_1 {  }
#about.gallery #sec_1 .insec { display: flex; flex-wrap: wrap; }
#about.gallery #sec_1 .block { width: calc(50% - 30px); margin-bottom: 60px; }
#about.gallery #sec_1 .block a { background: #0d0d0d; display: block; position: relative; }
#about.gallery #sec_1 .block a:after { content: "Watch"; font-family: 'Cormorant Garamond', serif; letter-spacing: 0.1em; position: absolute; top: 50%; left: 50%; display: inline-block; font-size: 18px; color: #fff; border: 1px solid #fff;line-height: 1; padding: 8px 20px; border-radius: 20px; margin: auto; margin-top: -18px; margin-left: -48px; transition: 0.6s; }
#about.gallery #sec_1 .block a:hover:after { background: #fff; color: #0d0d0d; }
#about.gallery #sec_1 .block .txtbig2 { margin: 30px 0 20px; }
#about.gallery #sec_1 .block .imgbox { overflow: hidden; }
#about.gallery #sec_1 .block img { transition: 0.6s; }
#about.gallery #sec_1 .block a:hover img { opacity: 0.5; transition: 0.6s; transform: scale(1.05); }
#about.gallery #sec_1 .block:first-child { width: 100%; }
#about.gallery #sec_1 .block:first-child .imgbox { border: 20px solid #f5f5f5; box-sizing: content-box; }
#about.gallery #sec_1 .block:nth-child(2n) { margin-right: 60px; }
@media screen and (max-width: 1040px) {
	#about.gallery #sec_1 .block .txt1 br { display: none;  }
}
@media screen and (max-width: 767px) {
	#about.gallery #sec_1 .block { width: 100%!important; margin-bottom: 60px; }
	#about.gallery #sec_1 .block:nth-child(2n) { margin-right: 0; }
	#about.gallery #sec_1 .block:last-child {margin-bottom: 0;}
	#about.gallery #sec_1 .block:first-child .imgbox { border: none; }
}
@media screen and (max-width: 500px) {
	#about.gallery #sec_1 .block .txtbig2 { margin: 20px 0 10px; }
	#about.gallery #sec_1 .block { margin-bottom: 40px; }
	#about.gallery #sec_1 .block a:after { font-size: 14px; padding: 6px 15px; margin-top: -15px; margin-left: -40px; }
}

/* #sec_2 */
#about.gallery #sec_2 .block .imgbox { display: flex; flex-wrap: wrap; }
#about.gallery #sec_2 .block .imgbox li.item { width: calc(100% / 3); }
*::-ms-backdrop, #about.gallery #sec_2 .block .imgbox li.item { width: 33.33%; } /* IE11 */
#about.gallery #sec_2 .block .imgbox li.item div { display: none; }
#about.gallery #sec_2 .block .imgbox li.item a { background: #0d0d0d; display: block; overflow: hidden; width: 100%; height: 400px; }
#about.gallery #sec_2 .block .imgbox li.item a:after { content: url(../img/common/arr1.svg); position: absolute; bottom: 20px; right: 20px; display: block; font-size: 0; border: 1px solid #fff; line-height: 1; width: 4px; height: 8px; padding: 14px 16px; border-radius: 50%; transition: 0.6s; }
#about.gallery #sec_2 .block .imgbox li.item a:hover:after { content: url(../img/common/arr1_b.svg);background: #fff; color: #0d0d0d; }
#about.gallery #sec_2 .block .imgbox li.item a img { transition: 0.6s; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#about.gallery #sec_2 .block .imgbox li.item a:hover img { opacity: 0.5; transition: 0.6s; transform: scale(1.05); }
@media screen and (max-width: 1440px) {
	#about.gallery #sec_2 .block .imgbox li.item a { height: calc(26vw); }
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	#about.gallery #sec_2 .block .imgbox { display: block; }
	#about.gallery #sec_2 .block .imgbox li.item { width: 100%; }
	*::-ms-backdrop, #about.gallery #sec_2 .block .imgbox li.item { width: 100%; } /* IE11 */
	#about.gallery #sec_2 .block .imgbox li.item img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
	#about.gallery #sec_2 .block li a { pointer-events: none; }
	#about.gallery #sec_2 .block .imgbox li.item a { height: auto; }
	#about.gallery #sec_2 .block .imgbox li.item a:after { display: none; }
}
@media screen and (max-width: 639px) {
}



#about.gallery #sec_3 .box1 { display: flex; flex-direction: row; justify-content: center; margin-top: 25px; }
#about.gallery #sec_3 .block{ margin-bottom: 40px; }
#about.gallery #sec_3 .box1 .title{ padding-top: 16px; }
#about.gallery #sec_3 .box1 .link{ margin-left: 25px; max-width: 300px; width: 100%; }
#about.gallery #sec_3 #video{ display: none; }
/*.modaal-close{ right: 0; top: -60px;width: 60px; height: 60px; }
.modaal-close span{ display: none; }
.modaal-close:after, .modaal-close:before{ top: 30px; width: 36px; left: 12px; }
.modaal-close:hover:before,.modaal-close:hover:after { top:32px; transform: rotate(0); }*/
@media screen and (max-width: 767px) {
	#about.gallery #sec_3 .box1 { display: block; margin-top: 15px; }
	#about.gallery #sec_3 .txt{ font-size: 15px; line-height: 1.8; }
	#about.gallery #sec_3 .box1 .title{ text-align: center; margin-bottom: 15px; padding-top: 0; font-size: 14px; }
	#about.gallery #sec_3 .box1 .link{ margin-left: 0; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 479px) {
	#about.gallery #sec_3 .box1 .title{ margin-bottom: 10px; }
}






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


#feast.index


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

/* common */
#feast.index {  }
@media screen and (max-width: 767px) {
}

/* #sec_intro */
#feast.index #swrap_intro { text-align: center; background: #f5f5f5; }

/* #sec_1 */
#feast.index #sec_1 ul.list { display: flex; flex-wrap: wrap; }
#feast.index #sec_1 ul.list li { width: calc(50% - 30px); height: 400px; position: relative; margin-left: 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; color: #fff; margin-bottom: 80px; }
#feast.index #sec_1 ul.list li:last-child { margin-bottom: 120px; }
#feast.index #sec_1 ul.list li:nth-child(2n-1) { margin-left: 0px; }
#feast.index #sec_1 ul.list li:nth-child(2n) { margin-top: 40px; }
#feast.index #sec_1 ul.list li .subtitle { margin-bottom: 20px; }
#feast.index #sec_1 ul.list li .txt { font-size: 20px; text-align: left; letter-spacing: 0.3em; }
#feast.index #sec_1 ul.list li .link { position: absolute; bottom: -35px; left: 0; width: 50%; margin: 0 25%; text-align: center; }
#feast.index #sec_1 ul.list li .txtbox { text-align: center; }
#feast.index #sec_1 ul.list li .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:-1; }
#feast.index #sec_1 ul.list li .bg img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#feast.index #sec_1 .txtbig1 { text-align: center; }
#feast.index #sec_1 .link2 { text-align: center; }
@media screen and (max-width: 1040px) {
	#feast.index #sec_1 ul.list { display: block; }
	#feast.index #sec_1 ul.list li { width: 100%; height: 400px; position: relative; margin-left: 0; margin-bottom: 80px; margin-top: 0; }

}
@media screen and (max-width: 767px) {
	#feast.index #sec_1 ul.list li .link { width: 84%; margin: 0 8%; }
	#feast.index #sec_1 ul.list li .txt { font-size: 18px; }
}
@media screen and (max-width: 639px) {
	#feast.index #sec_1 ul.list li { height: 330px; }
}
@media screen and (max-width: 500px) {
	#feast.index #sec_1 .txtbig1 { text-align: justify; }
}






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


#feast.under


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

/* common */
#feast.under {  }
@media screen and (max-width: 767px) {
}



/* #sec_1 */
#feast.under #sec_1 { }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	#feast.under #sec_1 { }
}




















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


#prayer.index


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

/* common */
#prayer {  }
#prayer #main ul.flow { margin-bottom: 40px; }
#prayer #main ul.flow li { display: flex; justify-content: space-between; align-items: center; padding: 40px 0; border-bottom: 1px dotted #ccc; }
#prayer #main ul.flow li:first-child { padding-top: 0; }
#prayer #main ul.flow li .num {font-size: 24px; line-height: 60px; display: inline-block; width: 60px; text-align: center; letter-spacing: 0; border: 1px solid #ccc; border-radius: 30px; margin-right: 40px; background: #fff; }
#prayer #main ul.flow li .txt { flex: 1; }
#prayer #main ul.flow li .txt span.txtbig1 { display: block; }
@media screen and (max-width: 767px) {
	#prayer #main ul.flow li { padding: 30px 0; }
	#prayer #main ul.flow li .num {font-size: 18px; line-height: 40px;width: 40px; border-radius: 20px; margin-right: 15px; }
}

/* #sec_intor1 */
#prayer.index #sec_intro1 {  }
#prayer.index #sec_intro1 ul.lnav { background: #fbf9ed; padding: 60px 80px; text-align: center; }
#prayer.index #sec_intro1 ul.lnav li { display: inline-block; margin: 8px 10px; font-size: 18px; }
#prayer.index #sec_intro1 ul.lnav li:before { content:">"; transform: scale(1.6, 0.6) translateY(3px) translateX(0) rotate(90deg); display: inline-block; margin-right: 5px; transition: 0.6s; }
#prayer.index #sec_intro1 ul.lnav li a { text-decoration: none; }
#prayer.index #sec_intro1 ul.lnav li a:hover { color: inherit; text-decoration: underline; }
@media screen and (max-width: 767px) {
	#prayer.index #sec_intro1 ul.lnav { padding: 60px; text-align: center; }
	#prayer.index #sec_intro1 ul.lnav li { margin: 8px 10px; font-size: 16px; }
}
@media screen and (max-width: 639px) {
	#prayer.index #sec_intro1 ul.lnav { padding:  40px 8%; }
}

/* #sec_intor2 */
#prayer.index #sec_intro2 { text-align: center; }
@media screen and (max-width: 767px) {
	#prayer.index #sec_intro2 .txt1 { text-align: left; }
}

/* #sec_1 */
#prayer.index #swrap_1 { background: #f5f5f5; }
#prayer.index #sec_1 .txt1 { text-align: center; }
#prayer.index #sec_1 .txt2 { text-align: center; }
#prayer.index #sec_1 .title1 { margin-bottom: 40px; text-align: center; }
#prayer.index #sec_1 .incnt:first-child { margin-bottom: 120px; }
#prayer.index #sec_1 .incnt:nth-child(2) { margin-bottom: 80px; }
@media screen and (max-width: 767px) {
	#prayer.index #sec_1 .incnt:first-child { margin-bottom: 80px; }
	#prayer.index #sec_1 .incnt:nth-child(2) { margin-bottom: 40px; }
	#prayer.index #sec_1 .title1 { margin-bottom: 30px; }
	#prayer.index #sec_1 .txt1,
	#prayer.index #sec_1 .txt2 { text-align: left; }
}

/* #sec_2 */
#prayer.index #swrap_2 { }
#prayer.index #sec_2 .txt1 { text-align: center; margin-bottom: 30px; }
#prayer.index #sec_2 .caution { text-align: center; }
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
	#prayer.index #sec_2 .txt1,
	#prayer.index #sec_2 .caution { text-align: left; }
}

/* #sec_3 */
#prayer.index #swrap_3 { background: #f5f5f5; }
#prayer.index #sec_3 .txt1 { text-align: center; }
#prayer.index #sec_3 .caution { text-align: center; }
#prayer.index #sec_3 .incnt:first-child { margin-bottom: 120px; }
#prayer.index #sec_3 ul.imgbox { display: flex; }
#prayer.index #sec_3 ul.imgbox li { width: 50%; }
#prayer.index #sec_3 ul.flow { margin-bottom: 60px; }
#prayer.index #sec_3 .txt { line-height: 2; padding-top: 0.5rem;}
#prayer.index #sec_3 .indent2 { padding-left: 2rem; padding-top: 0.5rem;}
@media screen and (max-width: 767px) {
	#prayer.index #sec_3 .incnt:first-child { margin-bottom: 80px; }
	#prayer.index #sec_3 ul.imgbox { display: block; }
	#prayer.index #sec_3 ul.imgbox li { width: 100%; }
	#prayer.index #sec_3 ul.flow { margin-bottom: 40px; }
}
@media screen and (max-width: 500px) {
	#prayer.index #sec_3 .txt1,
	#prayer.index #sec_3 .caution { text-align: left; }
}

/* #sec_4 */
#prayer.index #swrap_4 { }
#prayer.index #sec_4 .inbox { padding: 0 80px 80px; position: relative; text-align: center; color: #fff; margin-bottom: 100px; }
#prayer.index #sec_4 .inbox .bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#prayer.index #sec_4 .inbox .bg img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#prayer.index #sec_4 .inbox .subtitle { margin-bottom: 40px; }
#prayer.index #sec_4 .inbox .link { position: absolute; bottom: -35px; left: 0; width: 100%; text-align: center; }
#prayer.index #sec_4 .txt1 { text-align: center; margin-bottom: 30px; }
#prayer.index #sec_4 .caution { text-align: center; margin: 0 8%; }
@media screen and (max-width: 767px) {
	#prayer.index #sec_4 .inbox { padding: 0 8% 60px; }
}
@media screen and (max-width: 500px) {
	#prayer.index #sec_4 .inbox .subtitle { margin-bottom: 20px; }
	#prayer.index #sec_4 .inbox { padding: 0 8% 60px; margin-bottom: 80px; }
	#prayer.index #sec_4 .txt1,
	#prayer.index #sec_4 .txt2,
	#prayer.index #sec_4 .caution { text-align: left; }
	#prayer.index #sec_4 .txt1 br { display: none; }
	#prayer.index #sec_4 .inbox .link { bottom: -35px; left: 8%; width: 84%; }
}


/* #sec_5 */
#prayer.index #swrap_5 { background: #f5f5f5; }
#prayer.index #sec_5 .txt1 { text-align: center; }
#prayer.index #sec_5 ul.list { display: flex; justify-content: center; }
#prayer.index #sec_5 ul.list li { margin-left: 40px; padding-left: 40px; border-left: 1px dotted #ccc; }
#prayer.index #sec_5 ul.list li:first-child { margin-left: 0; padding-left: 0; border-left: none; }
#prayer.index #sec_5 ul.list li .txt { margin-top: 30px; }
@media screen and (max-width: 1040px) {
    #prayer.index #sec_5 ul.list { justify-content:space-between; flex-wrap:wrap; border-top: 1px dotted #ccc; }
    #prayer.index #sec_5 ul.list li { width:100%; text-align: center; margin: 0; border:none; border-bottom: 1px dotted #ccc; padding: 30px 0; }
    #prayer.index #sec_5 ul.list li p { display: inline-block; margin-right: 60px;}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
	#prayer.index #sec_5 ul.list li p { display: block; margin-right: 0;}
}
/*
#prayer.index #swrap_5 { background: #f5f5f5; }
#prayer.index #sec_5 .txt1 { text-align: center; }
#prayer.index #sec_5 ul.list { display: flex; justify-content: center; }
#prayer.index #sec_5 ul.list li { width: 300px; margin-left: 100px; }
#prayer.index #sec_5 ul.list li img { width: 100%; }
#prayer.index #sec_5 ul.list li:first-child { margin-left: 0; }
#prayer.index #sec_5 ul.list li .txt { margin-top: 30px; }
@media screen and (max-width: 1040px) {
	#prayer.index #sec_5 ul.list li { margin-left: 10%; }
}
@media screen and (max-width: 767px) {
	#prayer.index #sec_5 ul.list li { margin-left: 6%; }
	#prayer.index #sec_5 ul.list li img {  }
	#prayer.index #swrap_5 { margin-bottom: 0; }
}
@media screen and (max-width: 500px) {
	#prayer.index #sec_5 .txt1 { text-align: left; }
}
*/

/* #sec_6 */
#prayer.index #sec_6 .inbox { text-align: center; background: #0d0d0d; color: #fff; padding: 80px 0; }
#prayer.index #sec_6 .link a { color: #fff; }
#prayer.index #sec_6 .link { margin-top: 10px; font-size: 32px; letter-spacing: 0.15em;}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
    #prayer.index #sec_6 .inbox { padding: 60px 8%; }
	#prayer.index #sec_6 .link { margin-top: 0; font-size: 24px; }
}
@media screen and (max-width: 500px) {
}








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


#prayer.iron


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

/* common */
#prayer.iron {  }


/* #sec_intro */
#prayer.iron #swrap_intro { text-align: center; background: #f5f5f5; }
@media screen and (max-width: 639px) {
	#prayer.iron #swrap_intro .copy { text-align: left; }
	#prayer.iron #swrap_intro .copy br { display: none;  }
}

/* #sec_1 */
#prayer.iron #sec_1 .txt1 { text-align: center; }
@media screen and (max-width: 639px) {
	#prayer.iron #sec_1 .txt1 { text-align: justify; }
	#prayer.iron #sec_1 .txt1 br { display: none;  }
}

/* #sec_2 */
#prayer.iron #sec_2 .txt1 { text-align: center; }
#prayer.iron #sec_2 ul.flow { margin-bottom: 0; }
#prayer.iron #sec_2 ul.flow li:last-child { padding: 40px 0 0; border-bottom: none; }


/* #sec_3 */
#prayer.iron #sec_3 .txt1 { text-align: center; }
@media screen and (max-width: 639px) {
	#prayer.iron #sec_3 .txt1 { text-align: justify; }
}

#prayer.iron #sec_3 .inbox .question { border-bottom: 1px dotted #ccc; margin-bottom: 20px; padding-bottom: 20px; }
#prayer.iron #sec_3 .inbox .answer { margin-bottom: 40px; }
#prayer.iron #sec_3 .inbox:last-child .answer { margin-bottom: 0; }
@media screen and (max-width: 639px) {
	#prayer.iron #sec_3 .inbox .question { margin-bottom: 20px; padding-bottom: 20px; }
	#prayer.iron #sec_3 .inbox .answer { margin-bottom: 60px; }
}
@media screen and (max-width: 500px) {
	#prayer.iron #sec_3 .inbox .answer { margin-bottom: 40px; }
}

/* #sec_6 */
#prayer.iron #sec_4 .inbox { text-align: center; background: #0d0d0d; color: #fff; padding: 80px 0; }
#prayer.iron #sec_4 .link a { color: #fff; }
#prayer.iron #sec_4 .link { margin-top: 10px; font-size: 32px; letter-spacing: 0.15em;}
@media screen and (max-width: 767px) {
    #prayer.iron #sec_4 .inbox { padding: 60px 8%; }
	#prayer.iron #sec_4 .link { margin-top: 0; font-size: 24px; }
}

















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


#faq


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

/* common */
#faq #main .inbox .question { border-bottom: 1px solid #0d0d0d; margin-bottom: 30px; padding-bottom: 30px; }
#faq #main .inbox .answer { margin-bottom: 80px; }
#faq #main .inbox:last-child .answer { margin-bottom: 0; }
@media screen and (max-width: 639px) {
	#faq .acdbox { padding: 8%; margin-bottom: 10px; }
	#faq #main .inbox .question { margin-bottom: 20px; padding-bottom: 20px; }
	#faq #main .inbox .answer { margin-bottom: 60px; }
}
@media screen and (max-width: 500px) {
	#faq #main .inbox .answer { margin-bottom: 40px; }
}



















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


#precincts


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

/* common */
/* #sec_intro */
#precincts #swrap_intro { text-align: center; background: #f5f5f5; }
#precincts {  }
@media screen and (max-width: 767px) {
}

/* #sec_1 */
#precincts #sec_1 {  }
#precincts #sec_1 .borderbox { text-align: center; }
#precincts #sec_1 .borderbox p.txtbig2 { margin-bottom: 10px; }
@media screen and (max-width: 500px) {
	#precincts #sec_1 .borderbox { font-feature-settings : "palt";  }
}
@media screen and (max-width: 350px) {
	#precincts #sec_1 .borderbox p.txtbig2 { font-size: 16px;  }
}

/* #sec_2 */
#precincts #sec_2 {  }
#precincts #sec_2 .block { display: flex; justify-content: space-between; }
#precincts #sec_2 span.star { color: #ceb823; font-size: 12px; display: inline-block; vertical-align: 2px; }
#precincts #sec_2 ul.list li { margin-bottom: 5px; }
#precincts #sec_2 ul.list li a { text-decoration: none; letter-spacing: 0.25em; }
#precincts #sec_2 ul.list li span.star { padding-left: 20px; }
#precincts #sec_2 ul.list li span.num { margin-right: 5px; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
#precincts #sec_2 .startxt span.star { padding-right: 10px; }
#precincts #sec_2 .map { width: 700px; margin-right: 70px; }
#precincts #sec_2 .map a { overflow: hidden; display: block; position: relative; background:#000; }
#precincts #sec_2 .map a:after { content: "PDF"; font-family: 'Cormorant Garamond', serif; letter-spacing: 0.1em; position: absolute; top: 50%; left: 50%; display: inline-block; font-size: 18px; color: #fff; border: 1px solid #fff;line-height: 1; padding: 8px 20px; border-radius: 20px; margin: auto; margin-top: -18px; margin-left: -48px; transition: 0.6s; opacity: 0; }
#precincts #sec_2 .map a:hover:after { background: #fff; color: #0d0d0d; opacity: 1; }
#precincts #sec_2 .map a img { transition: 0.6s; }
#precincts #sec_2 .map a:hover img { opacity: 0.5; }
#precincts #sec_2 .txtbox { flex: 1; }
#precincts #sec_2 .starbox { text-align: center; }
#precincts #sec_2 .starbox .title { color: #ceb823; margin-bottom: 10px; }
#precincts #sec_2 .starbox .object { text-align: center; letter-spacing: 0.25em; }
#precincts #sec_2 .starbox .object li { display: inline-block; margin: 0 0.2em; }
@media screen and (max-width: 1280px) {
	#precincts #sec_2 .map { width: 60%; }
}
@media screen and (max-width: 1040px) {
	#precincts #sec_2 .block { display: block; }
	#precincts #sec_2 .map { max-width: 100%; margin: 0 auto 60px; width: 700px; }
}
@media screen and (max-width: 767px) {
	#precincts #sec_2 .block { display: block; }
	#precincts #sec_2 .map { margin-bottom: 40px; min-width: 0; }
	#precincts #sec_2 .map a:after { font-size: 14px; padding: 6px 15px; margin-top: -15px; margin-left: -40px; }
}

/* #sec_3 */
#precincts #sec_3 {  }
#precincts #sec_3 .block { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
#precincts #sec_3 .block:nth-child(2n) { flex-direction: row-reverse; }
#precincts #sec_3 .imgbox { width: 54%; margin-left: 80px; }
#precincts #sec_3 .block:nth-child(2n) .imgbox { margin-left: 0; margin-right: 80px; }
#precincts #sec_3 .txtbox { flex: 1; }
#precincts #sec_3 .txtbox span.star { color: #ceb823; font-size: 12px; padding-left: 15px; display: inline-block; vertical-align: 4px; }
#precincts #sec_3 .txtbox .copy.style2 .furigana { font-size: 15px; display: inline-block; }
#precincts #sec_3 .txtbox .copy.style2 { text-align: left; }
@media screen and (max-width: 1040px) {
	#precincts #sec_3 .imgbox { width: 50%; margin-left: 50px; height: 400px; }
	#precincts #sec_3 .block:nth-child(2n) .imgbox { margin-left: 0; margin-right: 50px; }
	#precincts #sec_3 .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
}
@media screen and (max-width: 767px) {
	#precincts #sec_3 .block { display: block; margin-bottom: 60px; }
	#precincts #sec_3 .txtbox .copy.style2 .furigana { font-size: 12px; }
	#precincts #sec_3 .imgbox { width: 100%; margin: 30px 0 0!important; height: auto; }
	#precincts #sec_3 .txtbox span.star { vertical-align: 2px; }
	#precincts #sec_3 .txtbox { flex: none; }
}

















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


#access


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

/* common */
#access {  }
@media screen and (max-width: 767px) {
}

/* #sec_1 */
#access #sec_1 {  }
@media screen and (max-width: 767px) {
}

/* #sec_2 */
#access #sec_2 .borderbox { display: flex; justify-content: space-between; align-items: center; }
#access #sec_2 .subtitle { margin-right: 40px; }
#access #sec_2 .txtbox { flex: 1; text-align: left; }
#access #sec_2 .arr2 { width: 41px; height: 9px; margin: 0 10px; display: inline-block; font-size: 0; vertical-align: 3px; }
@media screen and (max-width: 767px) {
	#access #sec_2 .arr2 { transform: rotate(90deg); width: 33px; height: 7px; margin: 20px 0; display: block; }
}
@media screen and (max-width: 500px) {
	#access #sec_2 .borderbox { display: block; }
	#access #sec_2 .subtitle { margin: 0; margin-bottom: 10px; }
	#access #sec_2 .txtbox { flex: none; }
	#access #sec_2 .borderbox .txtbig2 { text-align: center; width: 100%;  }
	#access #sec_2 .borderbox .txtbig2 span { text-align: center; width: 100%; display: block; }
	#access #sec_2 .arr2 { margin: 20px auto;}
}

/* #sec_3 */
#access #sec_3 .map { width: 100%; height: calc(15vw + 550px); }
#access #sec_3 .txt1 { text-align: center; }
@media screen and (max-width: 500px) {
	#access #sec_3 .txt1 { text-align: justify; }
}

/* #sec_4 */
#access #sec_4 {  }
#access #sec_4 .block { display: flex; justify-content: space-between; }
#access #sec_4 .map { width: 700px; margin-right: 70px; }
#access #sec_4 .map a { overflow: hidden;  display: block; position: relative; background:#000; }
#access #sec_4 .map a:after { content: "PDF"; font-family: 'Cormorant Garamond', serif; letter-spacing: 0.1em; position: absolute; top: 50%; left: 50%; display: inline-block; font-size: 18px; color: #fff; border: 1px solid #fff;line-height: 1; padding: 8px 20px; border-radius: 20px; margin: auto; margin-top: -18px; margin-left: -48px; transition: 0.6s; opacity: 0; }
#access #sec_4 .map a:hover:after { background: #fff; color: #0d0d0d; opacity: 1; }
#access #sec_4 .map a img { transition: 0.6s; }
#access #sec_4 .map a:hover img { opacity: 0.5; }
#access #sec_4 .txtbox { flex: 1; }
@media screen and (max-width: 1280px) {
	#access #sec_4 .map { width: 60%; }
}
@media screen and (max-width: 1040px) {
	#access #sec_4 .block { display: block; }
	#access #sec_4 .map { max-width: 100%; margin: 0 auto 60px; width: 700px; }
}
@media screen and (max-width: 767px) {
	#access #sec_4 .block { display: block; }
	#access #sec_4 .map { margin-bottom: 40px; min-width: 0; }
	#access #sec_4 .map a:after { font-size: 14px; padding: 6px 15px; margin-top: -15px; margin-left: -40px; }
}








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


#supporting


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

/* common */


/* #sec_1 */
#supporting #sec_1 img{ width:138px; }
#supporting #sec_1 .txt{ width:370px; height:160px; }
@media screen and (max-width: 767px) { 
    #supporting #sec_1 img{ width:100px; }
    #supporting #sec_1 .txt{ width:270px; height:100px; }
}
@media screen and (max-width: 500px) { 
    #supporting #sec_1 img{ width:70px; }
    #supporting #sec_1 .txt{ width:210px; height:80px; }
}

/* #swrap_1 */
#supporting #sec_1{ background: #f5f5f5; text-align: center; }
#supporting #swrap_1 { background: #f5f5f5; margin-bottom:120px; }
#supporting #swrap_1 #sec_3 .incnt.min{ margin-bottom:120px;}
#supporting #swrap_1 #sec_3 .incnt.min:last-child{ margin-bottom:0px; }
#supporting #swrap_1 #sec_3 .list{ text-align:center; }
#supporting #swrap_1 #sec_3 .list li{ font-size:24px; letter-spacing:0.3em;}
#supporting #swrap_1 #sec_3 .incnt{ margin-bottom:120px;}
#supporting #swrap_1 #sec_3 .incnt.min{ margin-bottom:120px;}
#supporting #swrap_1 #sec_3 ul.flow li {display: flex;justify-content: space-between;align-items: center;padding: 40px 0;border-bottom: 1px dotted #ccc;}
#supporting #swrap_1 #sec_3 ul.flow li:last-child{ border-bottom:none; }
#supporting #swrap_1 #sec_3 ul.flow li:first-child { padding-top: 0; }
#supporting #swrap_1 #sec_3 ul.flow li .num {font-size: 24px; line-height: 60px; display: inline-block; width: 60px; text-align: center; letter-spacing: 0; border: 1px solid #ccc; border-radius: 30px; margin-right: 40px; background: #fff; }
#supporting #swrap_1 #sec_3 ul.flow li .txt { flex: 1; }
#supporting #swrap_1 #sec_3 ul.flow li .txt span.txtbig1 { display: block; }
@media screen and (max-width: 767px) { 
    #supporting #swrap_1 #sec_3 .list li{ font-size:18px; }
	#supporting #swrap_1 #sec_3 ul.flow li { padding: 30px 0; }
	#supporting #swrap_1 #sec_3 ul.flow li .num {font-size: 18px; line-height: 40px;width: 40px; border-radius: 20px; margin-right: 15px; }
}
#supporting #swrap_1 #sec_3 .txt1{ text-align:center; }

/* #sec_4 */
#supporting #sec_4 { color: #fff; margin-bottom: 120px; }
#supporting #sec_4 .inblock { text-align:center; background: #c30d23; padding: 50px 8%; }
#supporting #sec_4 .telbox{ font-size:26px; }
#supporting #sec_4 .telbox a{ color:#fff; }
@media screen and (max-width: 1040px) {
	#supporting #sec_4 .inblock { display: block; }
}
@media screen and (max-width: 767px) {
	#supporting #sec_4 { margin-bottom: 80px; }
	#supporting #sec_4 .inblock { padding: 80px 8%; }
}








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


#activity.index


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

/* common */
#activity {  }
#activity #main ul.tabnav { background: #fbf9ed; padding: 60px 80px; text-align: center; }
#activity #main ul.tabnav li  { display: inline-block; margin: 8px 10px; font-size: 18px; }
#activity #main ul.tabnav li a { text-decoration: none; }
#activity #main ul.tabnav li a:hover { color: inherit; text-decoration: underline; }
@media screen and (max-width: 767px) {
	#activity #main ul.tabnav { padding: 60px; text-align: center; }
	#activity #main ul.tabnav li { margin: 8px 10px; font-size: 16px; }
}
@media screen and (max-width: 639px){
	#activity #main ul.tabnav { padding:  40px 8%; }
}
@media screen and (max-width: 500px){
	#activity #main ul.tabnav li { margin: 5px 0.5em; font-size: 13px; }
}

/* #sec_2 */
#activity.index #sec_2 ul.list { border-top: 1px solid #0d0d0d; }
#activity.index #sec_2 ul.list li { padding: 40px 0; border-bottom: 1px solid #0d0d0d; display: flex; justify-content: space-between; align-items: center; }
#activity.index #sec_2 ul.list li a { text-decoration: none; line-height: 2; }
#activity.index #sec_2 ul.list li a:hover { text-decoration: underline; }
#activity.index #sec_2 ul.list li .date { width: 100px;}
@media screen and (max-width: 767px) {
	#activity.index #sec_2 ul.list li { padding: 30px 0; display: block; }
	#activity.index #sec_2 ul.list li .date { width: 100%; margin-top: 5px; color: #ccc; }
}















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


#newsletter.index


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

/* common */
#newsletter {  }
#newsletter #main ul.tabnav { background: #fbf9ed; padding: 60px 80px; text-align: center; }
#newsletter #main ul.tabnav li  { display: inline-block; margin: 8px 10px; font-size: 18px; }
#newsletter #main ul.tabnav li a { text-decoration: none; }
#newsletter #main ul.tabnav li a:hover { color: inherit; text-decoration: underline; }
@media screen and (max-width: 767px) {
	#newsletter #main ul.tabnav { padding: 60px; text-align: center; }
	#newsletter #main ul.tabnav li { margin: 8px 10px; font-size: 16px; }
}
@media screen and (max-width: 639px){
	#newsletter #main ul.tabnav { padding:  40px 8%; }
}
@media screen and (max-width: 500px){
	#newsletter #main ul.tabnav li { margin: 5px 0.5em; font-size: 13px; }
}

/* #sec_1 */
#newsletter.index #sec_1 ul.list { display: flex; margin-left: -40px; margin-bottom: -40px;  flex-wrap: wrap; }
#newsletter.index #sec_1 ul.list>li { width: calc(33.3% - 40px); margin-left: 40px; display: flex; margin-bottom: 40px; }
#newsletter.index #sec_1 ul.list>li>a { width: 100%; display: block; text-decoration: none; }
#newsletter.index #sec_1 ul.list>li>a .imgbox { position: relative; overflow: hidden; height: 240px; width: 100%;display: block; background: #ccc;}
#newsletter.index #sec_1 ul.list>li>a .imgbox img {width: 100%;height: 100%; object-fit: cover;font-family: 'object-fit: cover;'; transition: 0.6s; }
#newsletter.index #sec_1 ul.list>li>a:hover .imgbox img { transform: scale(1.1); }
#newsletter.index #sec_1 ul.list>li>a .title { padding: 20px 0 0; height: calc(100% - 220px); }
#newsletter.index .tabletblock{ display: none; }
@media screen and (max-width: 1040px){
	#newsletter.index #sec_1 ul.list>li>a .imgbox { height: calc(30vw); }
	#newsletter.index .tablethide{ display: none; }
	#newsletter.index .tabletblock{ display: block; }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 639px){
	#newsletter.index #sec_1 ul.tabnav { padding:  40px 8%; }
	#newsletter.index #sec_1 ul.list>li { width: calc(50% - 40px); }
	#newsletter.index #sec_1 ul.list>li>a .imgbox { height: calc(40vw); }
}
@media screen and (max-width: 500px){
	#newsletter.index #sec_1 .txt1 { text-align: justify; margin-bottom: 30px;}
	#newsletter.index #sec_1 ul.list { margin-left: -20px; }
	#newsletter.index #sec_1 ul.list>li { width: calc(50% - 20px); margin-left: 20px; }
	#newsletter.index #sec_1 ul.list>li>a .title { padding: 20px 0 0; }
}
@media screen and (max-width: 360px){
	#newsletter.index #sec_1 ul.list { margin-left: 0; display: block; }
	#newsletter.index #sec_1 ul.list>li { width: 100%; margin-left: 0; display: block; }
	#newsletter.index #sec_1 ul.list>li:nth-child(4) { display: block; }
	#newsletter.index #sec_1 ul.list>li>a { display: block; }
	#newsletter.index #sec_1 ul.list>li>a .title { height: auto; padding: 10px 0 0; }
	#newsletter.index #sec_1 ul.list>li>a .imgbox { height: 200px; }
}











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


#blog.index


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

/* common */
#blog {  }
#blog #main ul.tabnav { background: #fbf9ed; padding: 60px 80px; text-align: center; }
#blog #main ul.tabnav li  { display: inline-block; margin: 8px 10px; font-size: 18px; }
#blog #main ul.tabnav li a { text-decoration: none; }
#blog #main ul.tabnav li a:hover { color: inherit; text-decoration: underline; }
@media screen and (max-width: 767px) {
	#blog #main ul.tabnav { padding: 60px; text-align: center; }
	#blog #main ul.tabnav li { margin: 8px 10px; font-size: 16px; }
}
@media screen and (max-width: 639px){
	#blog #main ul.tabnav { padding:  40px 8%; }
}
@media screen and (max-width: 500px){
	#blog #main ul.tabnav li { margin: 5px 0.5em; font-size: 13px; }
}

/* #sec_1 */
#blog.index #sec_1 {  }
#blog.index #sec_1 ul.list { display: flex; margin-left: -70px; flex-wrap: wrap; }
#blog.index #sec_1 ul.list>li { width: calc(33.3% - 70px); margin-left: 70px; display: flex; margin-bottom: 60px; }
#blog.index #sec_1 ul.list>li>a { width: 100%; display: block; text-decoration: none; }
#blog.index #sec_1 ul.list>li>a .img { position: relative; overflow: hidden; height: 240px; width: 100%;display: block; background: #ccc;}
#blog.index #sec_1 ul.list>li>a .img img {width: 100%;height: 100%; object-fit: cover;font-family: 'object-fit: cover;'; transition: 0.6s; }
#blog.index #sec_1 ul.list>li>a:hover .img img { transform: scale(1.1); }
#blog.index #sec_1 ul.list>li>a .txtbox { padding: 30px 0 0; height: calc(100% - 220px); }
#blog.index #sec_1 ul.list>li>a .txtbox .date { color: #ccc; margin-bottom: 10px; line-height: 1.6; letter-spacing: 0.05em; }
@media screen and (max-width: 1040px){
	#blog.index #sec_1 ul.list { margin-bottom: -40px; margin-left: -55px; }
	#blog.index #sec_1 ul.list>li { width: calc(50% - 55px); margin-bottom: 40px; margin-left: 55px; }
	#blog.index #sec_1 ul.list>li>a .img { height: calc(30vw); }
}
@media screen and (max-width: 767px) {
	#blog.index #sec_1 ul.tabnav { padding: 60px; text-align: center; }
	#blog.index #sec_1 ul.tabnav li { margin: 8px 10px; font-size: 16px; }
}
@media screen and (max-width: 639px){
	#blog.index #sec_1 ul.tabnav { padding:  40px 8%; }
	#blog.index #sec_1 ul.list { margin-left: -40px; }
	#blog.index #sec_1 ul.list>li { width: calc(50% - 40px); margin-left: 40px; }
	#blog.index #sec_1 ul.list>li>a .txtbox { padding: 20px 0 0; }
	#blog.index #sec_1 ul.list>li>a .img { height: calc(40vw); }
}
@media screen and (max-width: 500px){
	#blog.index #sec_1 .txt1 { text-align: justify; margin-bottom: 30px;}
	#blog.index #sec_1 ul.list { margin-left: -20px; }
	#blog.index #sec_1 ul.list>li { width: calc(50% - 20px); margin-left: 20px; }
	#blog.index #sec_1 ul.list>li>a .txtbox { padding: 20px 0 0; }
}
@media screen and (max-width: 360px){
	#blog.index #sec_1 ul.list { margin-left: 0; display: block; }
	#blog.index #sec_1 ul.list>li { width: 100%; margin-left: 0; display: block; }
	#blog.index #sec_1 ul.list>li:nth-child(4) { display: block; }
	#blog.index #sec_1 ul.list>li>a { display: block; }
	#blog.index #sec_1 ul.list>li>a .txtbox { height: auto; padding: 10px 0 0; }
	#blog.index #sec_1 ul.list>li>a .txtbox .date { font-size: 14px; margin-top: 10px; }
	#blog.index #sec_1 ul.list>li>a .img { height: 200px; }
}




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


#blog.under


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

/* common */
#blog.under .pager { }

/* #sec_1 */
#blog.under #sec_1 .databox { display: flex; margin: 10px 0 60px; align-items: center; justify-content: center; }
#blog.under #sec_1 .databox p.cat { margin-top: 8px; }
#blog.under #sec_1 .databox p.cat a { text-decoration: none; }
#blog.under #sec_1 .databox .snsbox { margin-left: 40px; }
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
	#blog.under #sec_1 .databox { flex-wrap: wrap; }
	#blog.under #sec_1 .databox .snsbox { margin-left: 0; margin-top: 15px; }
}


















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


#news.index


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

/* common */
#news.index {  }
@media screen and (max-width: 767px) {
}

/* #sec_1 */
#news.index #sec_1 {  }
#news.index #sec_1 ul.tabnav { text-align: center; display: flex; justify-content: center; align-items: center; }
#news.index #sec_1 ul.tabnav li { margin-left: 20px; }
#news.index #sec_1 ul.tabnav li:first-child { margin-left: 0; }
#news.index #sec_1 ul.tabnav li a { border: 1px solid #0d0d0d; text-align: center;  border-radius: 20px; font-weight: bold; color: #0d0d0d; padding: 5px 16px; display: inline-block; line-height: 1; letter-spacing: 0.1em; text-decoration: none; }
#news.index #sec_1 ul.tabnav li.current a { background: #0d0d0d; color: #fff; pointer-events: none; }
#news.index #sec_1 ul.tabnav li a:hover { background: #0d0d0d; color: #fff; }

#news.index #sec_1 .list { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
#news.index #sec_1 .list>li { width: 510px; margin-bottom: 40px; }
#news.index #sec_1 .list li .imgbox { width: 140px; height: 140px; display: block; background: #ccc; float: left; overflow: hidden; }
#news.index #sec_1 .list li .imgbox a { display: block; width: 100%; height: 100%; }
#news.index #sec_1 .list li .imgbox img { height: 100%; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ transition: 0.5s; }
#news.index #sec_1 .list li .imgbox a:hover img { transform: scale(1.1); }
#news.index #sec_1 .list li .txtbox { margin-left: 180px; text-align: left; }
#news.index #sec_1 .list li .txtbox a {text-decoration: none;}
#news.index #sec_1 .list li .txtbox p.date { color: #ccc; margin-bottom: 10px; line-height: 1.6; letter-spacing: 0.05em;}
#news.index #sec_1 .list li .txtbox p.title { line-height: 2; margin-bottom: 15px; }
#news.index #sec_1 .list li .txtbox p.title a:hover { text-decoration: underline; color: #0d0d0d; }
#news.index #sec_1 .list li .txtbox p.cat a { border: 1px solid #0d0d0d; text-align: center;  border-radius: 20px; font-weight: bold; color: #0d0d0d; padding: 5px 16px; display: inline-block; line-height: 1; letter-spacing: 0.1em; }
#news.index #sec_1 .list li .txtbox p.cat a:hover { background: #0d0d0d; color: #fff; }
#news.index #sec_1 .linkbox { margin-top: 20px; }
@media screen and (max-width: 1280px) {
	#news.index #sec_1 .list>li { width: 48%; }
}
@media screen and (max-width: 1040px) {
	#news.index #sec_1 .list>li { width: 100%; }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
	#news.index #sec_1 ul.tabnav li { margin-left: 6px; }
	#news.index #sec_1 .list li .imgbox { width: 100px; height: 100px; }
	#news.index #sec_1 .list li .txtbox { margin-left: 120px; }
}






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


#news.under


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

/* common */
#news.under .pager { margin-bottom: 120px; }
#news.under .pager a.prev { left:0; }
#news.under .pager a.next { right:0; }
@media screen and (max-width: 1040px) {
	#news.under .pager { margin-bottom: 0; }
	#news.under .pager a.prev { left:0; }
	#news.under .pager a.next { right:0; }
}

/* #sec_1 */
#news.under #sec_1 .copy { margin-bottom: 60px; }
#news.under #sec_1 .databox { display: flex; margin: 10px 0 60px; align-items: center; }
#news.under #sec_1 .databox p.cat { margin-left: 20px; }
#news.under #sec_1 .databox p.cat a { border: 1px solid #0d0d0d; text-align: center;  border-radius: 20px; font-weight: bold; color: #0d0d0d; padding: 5px 16px; display: inline-block; line-height: 1; letter-spacing: 0.1em; text-decoration: none; }
#news.under #sec_1 .databox p.cat a:hover { background: #0d0d0d; color: #fff; }
#news.under #sec_1 .databox .snsbox { margin-left: 40px; }
#news.under #sec_1 .databox .snsbox .txten { margin-top: 0; }
#news.under #sec_1 ul.tag { margin: 40px 0; text-align: left; text-align: left; }
#news.under #sec_1 ul.tag li { margin-right: 5px; display: inline-block; margin-bottom: 10px; }
#news.under #sec_1 ul.tag li a { line-height: 1; padding: 8px; background: #eee; font-size: 14px; border-radius: 4px; text-decoration: none; }
#news.under #sec_1 ul.tag li:last-child { margin-right: 0px; }
#news.under #sec_1 ul.tag li a:hover { background: #1dac8a; color: #fff; }
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 639px) {
	#news.under #sec_1 .inbox p.day { font-size: 12px; }
	#news.under #sec_1 ul.tag { margin: 30px 0; }
	#news.under #sec_1 ul.tag li a { padding: 6px; font-size: 13px; }
}
@media screen and (max-width: 500px) {
	#news.under #sec_1 .databox { flex-wrap: wrap; }
	#news.under #sec_1 .databox .snsbox { width: 100%; margin-left: 0; margin-top: 20px; }
}







