@charset "UTF-8";
/* CSS Document */
html { margin-top: 0 !important; }
html body {position: relative;margin-top: 0 !important;}
body {height: 100%;margin: 0;padding: 0;font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;color: #2B2B2B;background-color: #fff;}
div {box-sizing: border-box;}
p,h1,h2,h3,h4,h5,h6,th,td,a,i {margin: 0 auto;padding: 0;font-size: 1.2vw;line-height: 120%;font-weight: 300;box-sizing: border-box;}
img,video,iframe{margin: 0;padding: 0;vertical-align: bottom;}
ul,ol {list-style: none;}
a {text-decoration: none;color: #2B2B2B;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
a:hover {opacity: 1;-webkit-animation: flash 1.5s;animation: flash 1.5s;}
/*----- font -----*/
.font1 {font-family: "lato", sans-serif;}
.font2 {font-family: fot-tsukuardgothic-std, sans-serif; }
.font3 {font-family: "gotham", sans-serif;}
/*----- anim-box -----*/
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes slideIn {
0% {transform: translateX(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn1 {
0% {transform: translateX(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn2 {
0% {transform: translateY(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
@keyframes slideIn3 {
0% {transform: translateY(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
.anim-box.slidein.is-animated {animation: slideIn 1s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein1.is-animated {animation: slideIn1 1s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein2.is-animated {animation: slideIn2 2s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.slidein3.is-animated {animation: slideIn3 2s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.fadein.is-animated {animation: fadeIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1 forwards;}
/* ハートアニメーション */
@keyframes heart {
0% {transform: translateY(0) scale(1);opacity: 1;}
10% {transform: translateY(-10px) scale(1.2);opacity: 1;}
20% {transform: translateY(-20px) scale(1.4);opacity: 0.8;}
30% {transform: translateY(-30px) scale(1.6);opacity: 0.6;}
40% {transform: translateY(-40px) scale(1.8);opacity: 0.4;}
50% {transform: translateY(-50px) scale(2);opacity: 0.2;}
60% {transform: translateY(-60px) scale(2.2);opacity: 0.1;}
100% {transform: translateY(-100px) scale(3);opacity: 0;}
}
/* アニメーション */
.yureru-updown {animation: yureru-updown 2s infinite;}
@keyframes yureru-updown {
0% {transform: translate(0px, 2px);}
5% {transform: translate(0px, -2px);}
10% {transform: translate(0px, 2px);}
15% {transform: translate(0px, -2px);}
20% {transform: translate(0px, 2px);}
25% {transform: translate(0px, -2px);}
30% {transform: translate(0px, 0px);}
}
.pc {display: block;}
.tab {display: none;}
.sp {display: none;}
/*----- header -----*/
header {z-index: 900;position: fixed;top: 0;left: 0;width: 100%;padding: 2.5vw 0 1.5vw;background-color: rgba(255,255,255,0.50);}
.header {width: 95%;margin: 0 auto;font-size: 0;}
/* header_01 */
.header_01 {display: inline-block;vertical-align: middle;width: 20%;}
.header_01_a {display: block;width: 90%;margin: 0 auto 0 0;}
.header_01_a:hover {transform: scale(0.95,0.95);}
.header_01_a_img {width: 100%}
/* header_02 */
.header_02 {display: inline-block;vertical-align: middle;width: 80%;}
/*nav*/
#nav {width: 100%;margin: 0 0 0 auto;text-align: right;}
#nav-content {width: 100%;}
.nav_t1 {display: none;}
.global-nav {width: 100%;margin: 0 auto;}
.global-nav__list {width: 100%;margin: 0;padding: 0;font-size: 0;}
.global-nav__item {display: inline-block;vertical-align: middle;list-style: none;padding: 0;font-size: 0;}
.item1 {margin: 0 1vw;}
.item1 a {font-size: 1vw;font-weight: 500;}
.item1 a:hover {text-decoration-line: underline;color: #2d4581;}
.item2 {width: 7%;margin-left: 1vw;font-size: 0;}
.item2 a {display: inline-block;vertical-align: middle;width: 45%;margin: 0 10% 0 0;}
.item2 a:last-child {margin: 0 0 0 0;}
.item2_img {width: 100%;}
/*-- main --*/
main {overflow: hidden;width: 100%;}
#main {position: relative;width: 100%;padding: 16vw 0 10vw;background-image:url("../img/index/main_bg.png");background-size: 100%;background-size:cover;background-repeat: no-repeat;}
.main {width: 87%;margin: 0 auto;}
/* main_01 */
.main_01 {width: 100%;font-size: 0;}
.main_01_t1 {font-size: 5.2vw;font-weight: 600;color: #EF713A;}
/*----- content01 -----*/
#content01 {width: 100%;}
.content01 {width: 87%;margin: 0 auto;}
/* content01_01 */
.content01_01 {width: 102%;margin-left: -1%;margin-top: 3vw;font-size: 0;text-align: center;}
.content01_01_a {display: inline-block;vertical-align: top;width: 31.3%;margin: 0 1% 3vw;}
.content01_01_a:hover {opacity: 0.8;transform: scale(0.95,0.95);}
.content01_01_a:last-child {margin-right: 0%;}
.content01_01_img {width: 100%;border-radius: 1vw;aspect-ratio: 16 / 11;object-fit: cover;}
.content01_01_t {width: 100%;margin-top: 0.8vw;font-size: 0;text-align: left;}
.content01_01_t1 {display: inline-block;vertical-align: middle;padding: 0.2vw 0.7vw;font-size: 0.9vw;font-weight: 600;color: #fff;background-color: #EF713A;border-radius: 0.4vw;}
.content01_01_t2 {display: inline-block;vertical-align: middle;margin-left: 0.8vw;font-size: 0.9vw;line-height: 140%;}
.content01_01_t3 {margin-top: 0.8vw;font-size: 1.2vw;font-weight: 600;line-height: 140%;text-align: left;}
.content01_01_spot {width: 100%;margin: 1vw 0 0 auto;font-size: 0;text-align: right;}
.content01_01_spot1 {display: inline-block;vertical-align: middle;font-size: 0.9vw;line-height: 140%;}
.content01_01_spot_img {display: inline-block;vertical-align: middle;width: 3.2vw;height: 3.2vw;margin-left: 0.8vw;border-radius: 50%;object-fit: cover;}
/* content01_02 */
.content01_02 {width: 100%;margin-top: 1vw;}
.pager {display: block;width: 100%;font-size: 0;}
.screen-reader-text {display: none;}
.pager {text-align: center;font-size: 1vw;}
.pager a {font-size: 1vw;}
.pager a:hover {text-decoration-line: underline;}
.nav-links{font-size: 0;}
.pager .page-numbers{display:inline-block;width: 2.8vw;padding: 0.8vw 0;margin: 0 0.4vw;font-size: 1vw;line-height: 100%;background:#fff;border: solid 1px #C1C1C1;box-sizing: border-box;text-align: center;border-radius: 0%;}
.pager .current{width: 2.5vw;font-size: 1vw;line-height: 100%;color:#fff;background-color: #EF713A;border: solid 1px #EF713A;box-sizing: border-box;}
.pager .prev,
.pager .next{}
.pager .dots{width: 2.6vw;padding: 0;margin: 0;border-radius: 0%;border: solid 0;background-color: #fff;color: #343434;}
/* content01_03 */
.content01_03 {width: 100%;margin-top: 4vw;font-size: 0;text-align: center;}
.content01_03_a1 {display: inline-block;width: auto;margin: 0 0.3vw 0.5vw;padding: 1vw 3vw;font-size: 1vw;font-weight: 600;background-color: #fff;color: #EF713A;border: solid 1px #EF713A;text-align: center;border-radius: 5vw;}
.content01_03_a1:hover {background-color: #EF713A;color: #fff;}
/* content01_04 */
.content01_04 {width: 100%;margin-top: 4vw;}
.content01_04_a1 {display: block;width: 25%;padding: 1.3vw 0;font-size: 1.3vw;font-weight: 600;background-color: #333333;color: #fff;border: solid 2px #333333;text-align: center;}
.content01_04_a1:hover {background-color: #fff;color: #333333;}
/*----- footer -----*/
footer {width: 100%;margin-top: 6vw; padding-top: 5vw;background-color: #EF713A;}
.footer {width: 87%;margin: 0 auto;}
/* footer_01 */
.footer_01 {width: 100%;}
.footer_01_img {width: 27%;}
/* footer_02 */
.footer_02 {width: 100%;padding: 4vw 0 2.5vw;font-size: 0;}
.footer_02_01 {display: inline-block;vertical-align: middle;width: 55%;}
.footer_02_01_box {width: 100%;border-collapse: collapse;border-spacing: 0;text-align: left;}
.footer_02_01_box tr {}
.footer_02_01_box td {padding: 0;}
.footer_02_01_box td.w23 {width: 23%;}
.footer_02_01_box td.w40 {width: 40%;}
.footer_02_01_box td.w43 {width: 43%;}
.footer_02_01_box td a {display: inline-block;margin: 0.2vw 0;font-size: 1.4vw;font-weight: 600;color: #fff;}
.footer_02_01_box td a span {margin-right: 0.2vw;font-size: 1.8vw;color: #fff;}
.footer_02_02 {display: inline-block;vertical-align: middle;width: 45%;text-align: right;}
.footer_02_02 a {margin-right: 1.5vw;font-size: 2.4vw;font-weight: 100;}
.footer_02_02 a:last-child {margin-right: 0;}
.footer_02_02 a i {font-size: 2.4vw;font-weight: 100;color: #fff;}
.footer_02_02 a i:hover {transform: scale(1.10,1.10);}
/* footer_03 */
.footer_03 {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;flex-wrap: wrap;width: 100%;padding: 3vw 0 2.5vw;border-top: solid 1px #efefef;}
.footer_03_01 {width: 60%;font-size: 0;}
.footer_03_01 a {display: inline-block;vertical-align: middle;padding: 0 0.5vw;font-size: 0.8vw;border-right: solid 1px #fff;color: #fff;}
.footer_03_01 a:last-child {border-right: solid 0px #fff;}
.footer_03_02 {width: 40%;}
.footer_03_02 small {display: block;font-size: 0.8vw;text-align: right;color: #fff;}


@media screen and (max-width:960px) {
.pc {display: block;}
.tab {display: block;}
.sp {display: none;}
/*----- header -----*/
header {padding: 2.5vw 0 1.5vw;background-color: rgba(255,255,255,0.70);}
.header {width: 95%;}
/* header_01 */
.header_01 {width: 20%;}
.header_01_a {width: 100%;margin: 0 auto 0 0;}
/* header_02 */
.header_02 {width: 80%;}
/*nav*/
.nav_t1 {display: none;}
.item1 {margin: 0 1vw;}
.item1 a {font-size: 1.5vw;}
.item2 {width: 10%;margin-left: 1vw;}
.item2 a {width: 45%;margin: 0 10% 0 0;}
/*-- main --*/
#main {padding: 16vw 0 11vw;}
.main {width: 90%;}
/* main_01 */
.main_01_t1 {font-size: 5.8vw;}
/*----- content01 -----*/
.content01 {width: 90%;}
/* content01_01 */
.content01_01 {width: 102%;margin-left: -1%;margin-top: 3vw;}
.content01_01_a {width: 31.3%;margin: 0 1% 3vw;}
.content01_01_img {aspect-ratio: 16 / 11;}
.content01_01_t {margin-top: 1vw;}
.content01_01_t1 {padding: 0.4vw 1vw;font-size: 1.5vw;}
.content01_01_t2 {margin-left: 0.8vw;font-size: 1.5vw;}
.content01_01_t3 {margin-top: 0.8vw;font-size: 1.8vw;line-height: 140%;}
.content01_01_spot {margin: 1vw 0 0 auto;}
.content01_01_spot1 {font-size: 1.5vw;line-height: 140%;}
.content01_01_spot_img {width: 4vw;height: 4vw;margin-left: 1vw;}
/* content01_02 */
.content01_02 {margin-top: 1vw;}
.pager {font-size: 1.6vw;}
.pager a {font-size: 1.6vw;}
.pager .page-numbers{width: 3.8vw;padding: 1vw 0;margin: 0 0.5vw;font-size: 1.6vw;}
.pager .current{width: 3.8vw;font-size: 1.6vw;}
.pager .dots{width: 3.0vw;}
/* content01_03 */
.content01_03 {margin-top: 4vw;}
.content01_03_a1 {margin: 0 0.5vw 1vw;padding: 1.2vw 3.5vw;font-size: 1.6vw;}
/* content01_04 */
.content01_04 {margin-top: 4vw;}
.content01_04_a1 {width: 50%;padding: 1.5vw 0;font-size: 1.7vw;}
/*----- footer -----*/
footer {margin-top: 6vw;padding-top: 5vw;}
.footer {width: 90%;}
/* footer_01 */
.footer_01_img {width: 30%;}
/* footer_02 */
.footer_02 {padding: 4vw 0 2.5vw;}
.footer_02_01 {width: 75%;}
.footer_02_01_box {width: 100%;}
.footer_02_01_box td.w23 {width: 23%;}
.footer_02_01_box td.w40 {width: 40%;}
.footer_02_01_box td.w43 {width: 43%;}
.footer_02_01_box td a {display: inline-block;margin: 0.5vw 0;font-size: 2vw;font-weight: 600;}
.footer_02_01_box td a span {margin-right: 0.2vw;font-size: 2.4vw;}
.footer_02_02 {width: 25%;text-align: right;}
.footer_02_02 a {margin-right: 1.5vw;font-size: 3vw;}
.footer_02_02 a i {font-size: 3vw;}
/* footer_03 */
.footer_03 {padding: 3vw 0 2.5vw;}
.footer_03_01 {width: 100%;text-align: center;}
.footer_03_01 a {padding: 0 1vw;font-size: 1.6vw;}
.footer_03_02 {width: 100%;margin-top: 3vw;}
.footer_03_02 small {font-size: 1.4vw;text-align: center;} 
}

@media screen and (max-width:500px) {
.pc {display: none;}
.tab {display: none;}
.sp {display: block;}
/*----- header -----*/
header {padding: 2.5vw 0 2.5vw;background-color: rgba(255,255,255,0.70);}
.header {width: 95%;}
/* header_01 */
.header_01 {width: 90%;}
.header_01_a {width: 50%;margin: 0 auto 0 0;}
/* header_02 */
.header_02 {width: 10%;}
/*nav*/
#nav {position: absolute;height: 0;width: 95%;top: 2.5vw;right: 2.5%;}
#nav-content {width: 100%;padding: 0.4vw 2%;box-sizing: border-box;}
.global-nav {position: fixed;right: -75%;top: 0;width: 70%;height: 100vh;padding-top: 1vw;padding-bottom: 10vw;background-color: rgba(0,0,0,0.85);transition: all .6s;z-index: 999;overflow-y: auto;text-align: left;box-sizing: border-box;}
.nav_t1 {display: inline-block;margin: 2.5vw 0 0vw 4vw;padding: 0;font-size: 6vw;box-sizing: border-box;color: #fff;letter-spacing: 0.6vw;}
.global-nav__item {display: block;width: 100%;box-sizing: border-box;}
.global-nav__item::after {vertical-align: middle;content: '';font-size: 0vw;}
.global-nav__list {width: 100%;margin: 0;padding: 0 2vw;box-sizing: border-box;display: -webkit-block;display: block;padding-top: 5vw;}
.item1 {margin: 0 1vw;}
.item1 a {display: block;width: 100%;font-size: 4vw;padding: 4vw 0;border-bottom: solid 2px;color: #fff;box-sizing: border-box;}
.item1 a:hover {color: #fff;}
.item2 {width: 100%;margin: 4vw 0;}
.item2 a {display: inline-block;width: 16%;font-size: 0;margin: 0 3vw 0 1vw;padding: 0;border-bottom: solid 0;color: #fff;box-sizing: border-box;}
.item2_img {width: 100%;}
.hamburger {width: 7%;height: 5.6vw;margin: 0 0 0 auto;}
.hamburger__line {position: absolute;right: 0;width: 7vw;height: 1vw;background-color: #242424;transition: all .6s;}
.hamburger__line--1 {top: 0vw;}
.hamburger__line--2 {top: 2.4vw;}
.hamburger__line--3 {top: 4.8vw;}
.black-bg {position: fixed;left: -0vw;top: 0;width: 110vw;height: 100vh;z-index: 998;background-color: #fff;opacity: 0;visibility: hidden;transition: all .6s;cursor: pointer;}
.nav-open .global-nav {right: 0;}
.nav-open .black-bg {opacity: .6;visibility: visible;}
.nav-open .hamburger__line--1 {transform: rotate(405deg);top: 3vw;right: 0vw;z-index: 999;background-color: #fff;}
.nav-open .hamburger__line--2 {width: 0;left:50%;}
.nav-open .hamburger__line--3 {transform: rotate(-405deg);top: 3vw;right: 0vw;z-index: 999;background-color: #fff;}
/*-- main --*/
#main {padding: 21vw 0 11vw;}
/* main_01 */
.main_01_t1 {font-size: 5.8vw;}
/*----- content01 -----*/
/* content01_01 */
.content01_01 {width: 100%;margin-left: 0%;margin-top: 0;}    
.content01_01_a {width: 100%;margin: 4vw 0 0;}
.content01_01_img {aspect-ratio: 16 / 11;}
.content01_01_t {margin-top: 2vw;}
.content01_01_t1 {padding: 1vw 2vw;font-size: 3.1vw;}
.content01_01_t2 {margin-left: 2vw;font-size: 3.1vw;}
.content01_01_t3 {margin-top: 2vw;font-size: 3.4vw;}
.content01_01_spot {margin: 2vw 0 0 auto;}
.content01_01_spot1 {font-size: 3.1vw;}
.content01_01_spot_img {width: 9vw;height: 9vw;margin-left: 2vw;}
/* content01_02 */
.content01_02 {margin-top: 5vw;}
.pager {font-size: 3vw;}
.pager a {font-size: 3vw;}
.pager .page-numbers{width: 6.4vw;padding: 1.6vw 0;margin: 0 1vw;font-size: 3vw;}
.pager .current{width: 6.4vw;font-size: 3vw;}
.pager .dots{width: 4vw;}
/* content01_03 */
.content01_03 {margin-top: 7vw;}
.content01_03_a1 {margin: 0 1vw 1.5vw;padding: 2.5vw 5vw;font-size: 3.2vw;}
/* content01_04 */
.content01_04 {margin-top: 6vw;}
.content01_04_a1 {width: 100%;padding: 2.5vw 0;font-size: 3.3vw;}
/*----- footer -----*/
footer {margin-top: 7vw;padding-top: 6vw;}
.footer {width: 90%;}
/* footer_01 */
.footer_01_img {width: 50%;}
/* footer_02 */
.footer_02 {padding: 4vw 0 4.5vw;}
.footer_02_01 {width: 100%;}
.footer_02_01_box {width: 100%;}
.footer_02_01_box td.w23 {width: 23%;}
.footer_02_01_box td.w40 {width: 43%;}
.footer_02_01_box td.w43 {width: 40%;}
.footer_02_01_box td a {display: inline-block;margin: 1.5vw 0;font-size: 3vw;font-weight: 600;}
.footer_02_01_box td a span {margin-right: 1vw;font-size: 3vw;}
.footer_02_02 {width: 100%;margin-top: 3vw;text-align: left;}
.footer_02_02 a {margin-right: 2.5vw;font-size: 5vw;}
.footer_02_02 a i {font-size: 5vw;}
/* footer_03 */
.footer_03 {padding: 5vw 0 4.5vw;}
.footer_03_01 {width: 100%;}
.footer_03_01 a {margin: 1.58vw 0;padding: 0 2vw;font-size: 3.2vw;}
.footer_03_02 {width: 100%;margin-top: 4vw;}
.footer_03_02 small {font-size: 2.8vw;text-align: center;}  
}
