@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    font-size: 16px;
    color: #333;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    background: #fff;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrap1024 {
    max-width: 1024px;
    margin: 0 auto;
}

.wrap1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.yellowbg {
    background: #FDF5D0;
    height: 100%;
}

.yellowbg_auto {
    background: #FDF5D0;
    height: auto;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

p {
    margin: 0;
    text-align: justify
}

p.nojust {
    text-align: left;
}

a {
    color: #FF7600;
    text-decoration: none;
    transition: .5s;
    font-weight: bold;
}

a:hover {
    opacity: 0.6;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m40 {
    padding: 40px 0;
}

.mt40 {
    padding-top: 40px;
}

.mb40 {
    padding-bottom: 40px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.m10 {
    padding: 10px 0;
}

.mt10 {
    padding-top: 10px;
}

.mb10 {
    padding-bottom: 10px;
}

.mt5 {
    padding-top: 5px;
}

table,
td,
th {
    border-collapse: collapse;
    width: 100%
}

td,
th {
    padding: 10px;
    width: 30px;
    height: 25px;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.target {
    pointer-events: none;
    opacity: 0.5;
}

.target2 {
    pointer-events: none;
}

/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.top_alart {
    border: 2px solid red;
    border-radius: 10px;
    padding: 25px;
}

.top_alart p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/*HEADER-----------------------------------------------------------------------------------*/

#container {
    background: #fff;
    margin-left: 300px;
    position: relative;
    -webkit-transition: margin-left .25s linear;
    transition: margin-left .25s linear;
}

#container100 {
    background: #fff;
    position: relative;
    -webkit-transition: margin-left .25s linear;
    transition: margin-left .25s linear;
}

.coming {
    color: #fff;
    font-size: 2rem;
}

span.lang {
    font-size: 1.3em;
}

#sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #333;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    overflow: scroll;
}

.side_in {
    height: 100%;
    min-height: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_ttl {
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    margin-bottom: 5px;
}

.menu_ttl p {
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    font-weight: 500;
}

#global-nav {
    display: block;
}

.lang_box_ttl h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #5c9bff;
    margin-top: 25px;
    display: block;
}

.lang_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 118px;
    margin: 0 auto 25px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flag {
    width: 57px;
}

.flag img {
    width: 100%;
}

.side_logo {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}

.side_logo a {
    -webkit-transition: .5s;
    transition: .5s;
}

.side_logo a:hover {
    opacity: 0.6;
}

#global-nav ul {
    list-style: none;
    margin-left: 0;
}

#global-nav > ul > li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #B1B1B1;
}

#global-nav > ul > li:first-child {
    border-top: 1px solid #B1B1B1;
}

li.nav_active {
    position: relative;
}

li.nav_active:before {
    content: "";
    background: #FFF000;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


#global-nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-left: 14px;
}

#global-nav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
}

#global-nav li.nav_active a::before {
    color: #fff;
}


/* nav-toggle */
#nav-toggle {
    z-index: 1000;
}

#nav-toggle {
    display: none;
    position: fixed;
    top: 0 !important;
    right: 0;
    height: 32px;
}

#nav-toggle > div {
    position: relative;
    width: 32px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: -3px;
}

#nav-toggle span:nth-child(2) {
    top: 8px;
}

#nav-toggle span:nth-child(3) {
    top: 19px;
}

div#nav-toggle p {
    position: absolute;
    top: 20px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 12px;
}

/* #nav-toggle close */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.side_sns {
    list-style: none;
    padding: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side_sns li {
    width: calc(100% / 3 - 15px);
}

.side_secret {
    padding: 15px;
    display: block;
    color: #fff;
}

.side_secret a {
    color: #fff;
}

.side_secret h3 {
    padding: 5px 20px;
    border-radius: 100px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    background: #FF7600;
    text-align: center;
}

.side_secret p {
    margin-top: 5px;
}

.jes_logo {
    width: 60px;
    margin: 15px auto 10px auto;
}

.jsptlogobox {
    padding: 0 15px;
}

ul.side_bnr_box {
    list-style: none;
    margin-bottom: 15px;
}

ul.side_bnr_box li:nth-child(n+2) {
    margin-top: 15px;
}

.bnr01,
.bnr02 {
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.bnr01 {
    background: #E75382;
    background: linear-gradient(45deg, rgba(231, 83, 130, 1) 0%, rgba(255, 161, 191, 1) 100%);
}

.bnr02 {
    background: #4791C9;
    background: linear-gradient(45deg, rgba(71, 145, 201, 1) 0%, rgba(161, 167, 255, 1) 100%);
}

.policy a {
    color: #fff;
    font-size: 12px;
}

.policy {
    padding: 0 15px;
}

.side_sns_contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_items:nth-child(n+2) {
    margin-left: 20px;
}

.sns_items a {
    font-size: 3em;
    color: #fff;
}

.sponcer_table,
.sponcer_table td,
.sponcer_table th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

.sponcer_table td,
.sponcer_table th {
    padding: 10px 3px;
    height: 25px;
    text-align: center;
}

.sponcer_table th {
    background: #0562a7;
    color: #fff
}

.sponcer_area {
    padding: 0 15px;
    list-style: none;
    margin-top: 20px;
}


.video-open img {
    border: 1px solid #000;
}

.side_video {
    padding: 0 15px;
    margin-top: 50px;
}

.side_video h2 {
    font-size: 18px;
    color: #e75382;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}


.countdown-box {
    background-color: #fff7d6;
    /* 薄いクリーム色 */
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.countdown-label {
    color: #ff7a00;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.countdown-days {
    background: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #ff7a00;
}

/*HEADERend--------------------------------------------------------------------------------*/

/*MAIN-------------------------------------------------------------------------------------*/

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

.topfeat {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topfeat li {
    width: calc(100% / 3 - 20px);
}

.main-visual {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.main-visual .swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    /* 画像比率に合わせて調整（例：16:9） */
}

.main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 縦横比を保ちながらトリミング */
    display: block;
}

.main-v_sp {
    display: none;
}

.main_v {
    background: url(images/ttl_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 100vh;
    min-height: 1080px;
    width: calc(100vw - 260px; );
}

.main_v_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    max-width: 1080px;
    text-align: center;
}

.main_v_in img {
    width: 95%;
}

.top_date_sp {
    display: none;
}

#color_area {
    background: #fff;
}

.border_tb {
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
}

.border_t {
    border-top: 1px solid #D2D2D2;
}

ul.top_infomation {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_infomation li {
    width: calc(100% / 2 - 10px);
}

.top_infomation li:nth-child(n+3) {
    margin-top: 20px;
}

.secretary dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.secretary dl dt {
    padding: 0 20px;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

.secretary dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}

.premessage {
    font-size: 2em;
    font-weight: 100;
}

/*******NEWSAREA+*****/

.area_ttl p,
.area_ttl_wht p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.area_ttl h2 {
    text-align: center;
    color: #FF7600;
    font-size: 43px;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.area_ttl_wht h2 {
    text-align: center;
    color: #fff;
    font-size: 43px;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.area_ttl p {
    text-align: center;
    font-weight: 700;
    margin: 15px 0;
    color: #000;
    letter-spacing: 0.05em;
}

.area_ttl_wht p {
    text-align: center;
    font-weight: 700;
    margin: 15px 0;
    color: #fff;
    letter-spacing: 0.05em;
}

.undr_bar {
    background: #FF7600;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}

.undr_bar_wht {
    background: #fff;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}

.fb-container {
    width: 100%;
    max-width: 500px;
}

.sns_in:nth-child(n+2) {
    margin-top: 20px;
}

.whatnew_box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.news_area li {
    border-bottom: 1px dashed #000;
    list-style: none;
    padding: 20px 10px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}

.news_area a {
    text-decoration: none;
}

.news_area span {
    background-color: #2388b8;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    padding: 5px;
}

time {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.news_area p {
    display: inline-block;
}


.new2::after {
    content: "NEW";
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    background: #d10606;
    font-size: 0.8rem;
    border: 1px solid #d10606;
    padding: 4px 8px;
    margin: 0 0 0 10px;
    display: inline-block;
    line-height: 1;
}

.new::before {
    content: "NEW";
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    background: #d10606;
    font-size: 0.8rem;
    border: 1px solid #d10606;
    padding: 4px 8px;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 1;
}

/***************+*****/
.speechBubble {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 8px;
    background-color: #d6fdff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.speechBubble::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #000000;
    translate: 100% -50%;
}

.speechBubble::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 7.8px 0 7.8px 15.5px;
    border-color: transparent transparent transparent #d6fdff;
    translate: 100% -50%;
}

.topmov {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.speechBubble2 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 8px;
    background-color: #d6fdff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.speechBubble2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
}

.speechBubble2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #d6fdff transparent transparent;
    translate: -50% 100%;
}

.topmov .two img {
    overflow: hidden;
    border-radius: 1000px;
}

.topmov .one {
    width: 45%;
}

.topmov .two {
    width: 25%;
}

.topmov .three {
    width: 25%;
}

/*****btn*********************/
.btn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn_flex_in {
    width: calc(100% / 2 - 10px);
}

.simple_square_btn2 {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5em;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background: #5c9bff;
    border: 2px solid #5c9bff;
    border-radius: 100px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
}

.simple_square_btn2:hover {
    background: #fff;
    color: #5c9bff !important;
    cursor: pointer;
    text-decoration: none;
}

.simple_square_btn3 {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.7em;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simple_square_btn3:hover {
    background: #fff;
    color: #5c9bff !important;
    cursor: pointer;
    text-decoration: none;
}

.sq_org_btn {
    color: #fff;
    background: #ce6016;
    border: 2px solid #ce6016;
    border-radius: 5px;
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 10px;
}

.sq_org_btn:hover {
    color: #ce6016;
    background: transparent;
}

.sq_org_btn span {
    display: block;
    font-size: 0.8em
}

.sq_pink_btn {
    color: #fff;
    background: #C6366C;
    border: 2px solid #C6366C;
    border-radius: 5px;
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 10px;
}

.sq_pink_btn:hover {
    color: #C6366C;
    background: transparent;
}

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

.side_btn_area {
    margin-top: 20px;
    padding: 0 15px;
    list-style: none;
}

.side_btn_area li:nth-child(n+2) {
    margin-top: 15px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.pr_box {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pr_box li {
    width: 48%;
}

.pr_box li p {
    border-bottom: 1px solid #D2D2D2;
    font-weight: 600;
}

.bnr_box {
    list-style: none;
}

.bnr_box li {
    width: 100%;
}

.smalltex {
    font-size: 0.7em;
}

.noevent {
    pointer-events: none;
    opacity: 0.3;
}

.top_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_flexin {
    width: calc(100% / 2 - 10px)
}

.linebox {
    background: #fff;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
}

.linebox p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1em
}

.linebox .lineboxin {
    list-style: none;
}

.linebox li:nth-child(n+2) {
    margin-top: 1em;
}


/* ------------------------------
サムネイル
------------------------------ */
.video-thumbnail {
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.02);
}

/* ------------------------------
モーダル全体
------------------------------ */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.modal.show {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

/* ------------------------------
閉じるボタン
------------------------------ */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
    transition: opacity 0.2s ease;
}

.close-btn:hover {
    opacity: 0.7;
}

/* ------------------------------
動画コンテナ
------------------------------ */
.video-wrapper {
    position: relative;
    width: 90vw;
    max-width: 960px;
    aspect-ratio: 16 / 9;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    background: black;
    border-radius: 8px;
}

/*MAINend----------------------------------------------------------------------------------*/

/*FOOTER-----------------------------------------------------------------------------------*/

.footer_in {
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
}

.footer_in {
    background: #FF7600;
}

.footer_in p {
    text-align: center;
    color: #fff;
}

.footer_sponsor_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.footer_sponsor_area:after {
    content: "";
    display: block;
    width: calc(100% / 4 - 20px);
    /* 子要素と同じ幅 */
}

.footer_sponsor_area::before {
    content: "";
    display: block;
    width: calc(100% / 4 - 20px);
    /* 子要素と同じ幅 */
    order: 1;
    /* アイテムの並び順 */
}

.footer_sponsor_area li {
    width: calc(100% / 4 - 20px);
}

.footer_sponsor_area li:nth-child(n+5) {
    margin-top: 20px;
}

.foot_info h3 {
    background: #fff;
    color: #4791c9;
    margin-bottom: 10px;
}

.copyright_box {
    border-top: 1px solid #fff;
    padding: 15px
}

/*FOOTERend--------------------------------------------------------------------------------*/



@media only screen and (max-width: 1024px) {

    /*HEADER-----------------------------------------------------------------------------------*/

    #brand-logo img {
        max-width: 550px;
    }

    #sidebar {
        left: -3000px;
        z-index: 99999 !important;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        overflow: scroll;
        height: 100%;
    }

    .close #sidebar {
        left: 0;
    }

    #container {
        margin-left: 0;
    }

    #global-nav ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #nav-toggle {
        display: block;
        background: #ce6016;
        padding: 10px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    #nav-toggle span {
        background: #fff;
    }

    ul.top_infomation,
    .secretary dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .secretary dl dt,
    .secretary dl dd {
        padding: 0;
    }

    .secretary dl dt {
        border-right: none;
        border-bottom: 1px solid;
        margin-bottom: 15px;
    }

    .top_infomation li {
        width: calc(100% / 1)
    }

    .top_infomation li:nth-child(n+2) {
        margin-top: 20px;
    }

    /* nav open */
    .open {
        overflow: hidden;
    }

    .open #overlay {
        display: block;
    }

    .open #sidebar {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    /* #nav-toggle close */
    .close #nav-toggle span {
        background: #fff;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


    /* z-index */
    #overlay {
        z-index: 200;
    }

    #sidebar {
        z-index: 300;
    }

    #nav-toggle {
        z-index: 999999;
    }

    .m100 {
        padding: 18vw 0;
    }

    /*HEADERend--------------------------------------------------------------------------------*/

    /*MAIN-------------------------------------------------------------------------------------*/

    .wrap1000 {
        padding: 0 15px;
    }

    ul.megamenu-inner.main-wrapper li {
        width: 100%;
    }

    .main-visual {
        display: none;
    }

    .main-v_sp {
        display: block;
        width: 100%;
    }

    /*MAINend----------------------------------------------------------------------------------*/

    /*FOOTER-----------------------------------------------------------------------------------*/
    /*FOOTERend--------------------------------------------------------------------------------*/

}

@media only screen and (max-width: 599px) {

    /*HEADER-----------------------------------------------------------------------------------*/

    #nav-toggle {
        top: 5.5vw;
    }

    /*HEADERend--------------------------------------------------------------------------------*/

    /*MAIN-------------------------------------------------------------------------------------*/

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }


    .topfeat li,
    .top_flexin {
        width: 100%;
    }

    .topfeat li:nth-child(n+2),
    .top_flexin:nth-child(n+2) {
        margin-top: 50px;
    }

    .main_v {
        max-height: 600px;
        min-height: auto;
    }


    .top_date {
        display: none;
    }

    .top_date_sp {
        display: block;
    }

    .pr_box {
        display: block;
    }

    .pr_box li {
        width: 100%;
    }

    .pr_box li:nth-child(n+2) {
        margin-top: 50px;
    }

    .footer_sponsor_area li {
        width: calc(100% / 2 - 10px);
    }

    .footer_sponsor_area li:nth-child(n+3) {
        margin-top: 20px;
    }


    .btn_flex_in {
        width: 100%;
    }

    .btn_flex_in:nth-child(n+2) {
        margin-top: 20px;
    }

    .topmov .one {
        width: 100%;
    }

    .topmov .two {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .topmov .three {
        width: 100%;
    }


    /*MAINend----------------------------------------------------------------------------------*/

    /*FOOTER-----------------------------------------------------------------------------------*/
    /*FOOTERend--------------------------------------------------------------------------------*/

}
