
/*font-styles*/
.bold {font-weight: bold !important;}
.large {font-size: 120% !important;}
.middle {font-size: 80% !important;}
.small {font-size: 60% !important;}
.center {text-align: center !important;}

/*font-change*/
.ft_en { font-display: swap; font-family: 'News Cycle', sans-serif;}
.tx_al-r { text-align: right !important; }

/*font-color*/
.tx_KEY {color: rgb(7,12,71) !important;}
.tx_gd {color: rgb(199,149,30) !important;}
.tx_pp {color: rgb(135,0,165) !important;}
.tx_bl {color: rgb(0,80,160) !important;}
.tx_wt {color: rgb(255,255,255) !important;}
.tx_tr {color: transparent !important;}

.tx_f-wt {
letter-spacing: .1vw;
text-shadow:
1px  1px 0px rgb(255,255,255),
-1px  1px 0px rgb(255,255,255),
1px -1px 0px rgb(255,255,255),
-1px -1px 0px rgb(255,255,255),
1px  0px 0px rgb(255,255,255),
0px  1px 0px rgb(255,255,255),
-1px  0px 0px rgb(255,255,255),
0px -1px 0px rgb(255,255,255);
}
.tx_f-db {
letter-spacing: .1vw;
text-shadow:
1px  1px 0px rgb(7,12,71),
-1px  1px 0px rgb(7,12,71),
1px -1px 0px rgb(7,12,71),
-1px -1px 0px rgb(7,12,71),
1px  0px 0px rgb(7,12,71),
0px  1px 0px rgb(7,12,71),
-1px  0px 0px rgb(7,12,71),
0px -1px 0px rgb(7,12,71);
}

/*background-color*/
.bg_fr {border: 1px solid rgb(255,255,255)}
.bg_KEY {background-color: rgb(7,12,71) !important;}
.bg_wt {background-color: rgb(255,255,255) !important;}
.bg_pk {background-color: rgb(253,228,237) !important;}
.bg_tp {background-color: transparent !important;}
.bg_pp {background-color: rgba(135,0,165,.8) !important; padding: 0 1vw 0 0 !important;}
.bg_stn {
background: repeating-linear-gradient(45deg, rgba(255,255,255,.2) 0px, rgba(255,255,255,.2) .5vw, transparent .5vw, transparent 1vw);
}
.bg_stg {
    background: repeating-linear-gradient(-45deg, rgb(255,26,74) 0, rgb(255,26,74) 1vw, transparent 1vw, transparent 3vw);
}
.bg_grd {
background: -moz-linear-gradient(-45deg,  rgb(255,255,255) 0%, rgb(137,209,239) 30%, rgb(0,170,209) 50%);
background: -webkit-linear-gradient(-45deg,  rgb(255,255,255) 0%,rgb(137,209,239) 30%,rgb(0,170,209) 50%);
background: linear-gradient(135deg,  rgb(255,255,255) 0%,rgb(137,209,239) 30%,rgb(0,170,209) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00aad1',GradientType=1 );
}
.bg_master {
    background: rgb(30,31,31);
	background: -moz-linear-gradient(top, rgba(30,31,31,1) 0%, rgba(1,1,1,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(30,31,31,1) 0%,rgba(1,1,1,1) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(30,31,31,1) 0%,rgba(1,1,1,1) 50%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1f1f', endColorstr='#000000',GradientType=0 );
}
.bg_blr { backdrop-filter: blur(2vw) !important; }
.bg_dtw {
background-image: radial-gradient(rgba(252,190,193,.8) 25%, transparent 0%),
radial-gradient(rgba(252,190,193,.8) 25%, transparent 0%);
background-size: .5vh .5vh;
background-position: 0 0, .25vh .25vh;
}
.bg_dtor {
background-image:
radial-gradient(rgb(240,85,10) 25%, transparent 0%),
radial-gradient(rgb(240,85,10) 25%, transparent 0%);
background-size: 200px 200px;
background-position: 0 0, 100px 100px;
}

/*round-corner*/
.bg_1r {border-radius:1vw; overflow: hidden;}
.bg_hr {border-radius:.5vw; overflow: hidden;}
.bg_grdKEY {
background-color: #070c47;
background-image: linear-gradient(350deg, #070c47 0%, #dc0515 10%, #dc0515 45%, #ffffff 85%, #fdf3f0 90%);
}

/*btn decoration*/
.btn_d02 {
font-size: 2.4vh;
text-align: center;
line-height: 1em;

width: 80%;
max-width: 540px;
position: relative;
overflow: hidden;
padding: 2vh 1vw;
margin: 6vh auto;
border: 1vh solid rgb(135,0,165);
border-radius: 100vh;
background-image: -webkit-linear-gradient(right, 135,0,165) 0%, rgba(220,10,25,0.2) 100%;
background-image: linear-gradient(to left, rgb(135,0,165) 0%, rgba(220,10,25,0.2) 100%);
}
.btn_d02 span {
    font-size: 4vh;
    line-height: 4vh;
    position: absolute;
    top: calc(50% - 2vh);
    left: 10%;
    display: block;
    width: 2vh;
    height: 2vh;
    color: rgb(220,10,25);
    border-radius: 50%;
    background: rgb(135,0,165);
}

/*wording-rule*/
.main-catch {
font-size: 250%;
line-height: 1.4em;
font-weight: bold;
text-align: justify;
text-justify: inter-ideograph;

width: 100%;
max-width: 720px;
margin: 0 0 8vh 0;
}
.catch {
font-size: 230%;
line-height: 1.4em;
font-weight: bold;
text-align: justify;
text-justify: inter-ideograph;

width: 100%;
max-width: 720px;
margin: 0 0 8vh 0;
}
.sub-catch {
font-size: 160%;
line-height: 1.4em;
font-weight: bold;
text-align: justify;
text-justify: inter-ideograph;

width: 100%;
max-width: 720px;
margin: 0 0 8vh 0;
}
.lead {
font-size: 120%;
line-height: 2em;
text-align: justify;
text-justify: inter-ideograph;
font-weight: bold;

width: 100%;
max-width: 720px;
margin: 0 0 8vh 0;
}
.heading {
font-size: 120%;
line-height: 1.8em;
font-weight: bold;

width: 100%;
max-width: 720px;
margin: 0 0 4vh 0;
}
.bodytext {
line-height: 1.8em;
text-align: justify;
text-justify: inter-ideograph;
width: 100%;
max-width: 720px;
margin: 0 0 8vh 0;
}
.padding-bodytext {
line-height: 1.8em;
text-align: justify;
text-justify: inter-ideograph;
width: 100%;
max-width: 720px;
padding: 1vh 2vw;
margin: 0 0 4vh 0;
}
.box-bodytext {
font-size: 90%;
line-height: 1.8em;
text-align: justify;
text-justify: inter-ideograph;
}
.bodytext:last-child, .lead:last-child {margin: 0;}

/*wording-decolation*/
.centering {
margin: 0 auto 2vh !important;
overflow: hidden;
}
.small-width {
width: 50%;
max-width: 300px;
}
.side-line10 {
padding: 0 0 0 2vw !important;
border-left: 10px solid rgb(255,255,255);
}
.side-line10b {
padding: 1vh 0 1vh 2vw !important;
margin: 0 0 4vh !important;
border-left: 10px solid rgb(7,12,71);
}
.side-line5 {
padding: 1vh 0 1vh 2vw !important;
margin: 0 0 4vh !important;
border-left: 5px solid rgb(255,255,255);
}
.bottom-line5 {
padding: 0 0 1vh 0;
margin: 0 0 4vh;
border-bottom: 5px solid rgb(255,255,255);
}

/*image-layout*/
.coverimg {
margin: 12vh auto 6vh;
width: 100%;
text-align: center;
overflow: hidden;
display: block;
}
.coverimg source, .coverimg img {
max-height: 480px;
}

.block-image {
width: 100%;
max-width: 640px;
margin: 0 auto 2vh;
overflow: hidden;
}
.circle-image {
margin: 0 auto 2vh;
position: relative;
width: 100%;
max-width: 300px;
overflow: hidden;
border-radius: 50%;
}
.square-image {
margin: 0 auto 2vh;
position: relative;
width: 100%;
overflow: hidden;
}
.square-image::before, .circle-image::before {
content: "";
display: block;
padding-top: 100%;
}
.square-image img, .circle-image img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.block-image:last-child {margin: 0 auto;}
.block-image img {height: auto; max-width: 100%;}

.catchimg figcaption,.inline-box figcaption,.sqimg figcaption, .boximg figcaption, .boximg-h figcaption {
font-size: 90%;
line-height: 1.8em;
text-align: justify;
text-justify: inter-ideograph;
padding: 2vh;
}

.footer_navi dd {
color: rgb(255,255,255);
font-size: 80%;
line-height: 1.8em;
text-align: right;
}
.footer_credit {
font-size: 80%;
}

/* table set */
tr {
margin: 0;
overflow: hidden;
}
tr:nth-child(even){
background-image: radial-gradient(rgba(220,220,220,.8) 25%, transparent 0%),
radial-gradient(rgba(252,190,193,.8) 25%, transparent 0%);
background-size: .5vh .5vh;
background-position: 0 0, .25vh .25vh;
}
th {
font-weight: bold;
line-height: 2em;
text-align: center;
border-bottom: 1px solid rgb(255,255,255);
}
td {
font-weight: normal;
line-height: 2em;
text-align: left;
padding: 1.5vh;
border-bottom: 1px dotted rgb(7,12,71);
}
td:nth-of-type(1) {
width: 15%;
font-size: 90%;
font-weight: bold;
}
td:nth-of-type(2) {
width: 40%;
font-weight: bold;
}
td:nth-of-type(3) {
width: 25%;
font-size: 90%;
}
td:nth-of-type(4) {
width: 20%;
font-size: 85%;
}

/* unorderble list */
.contents_block ul.bodylist, .contents_blocks ul.bodylist{
font-weight: normal;
line-height: 2em;
text-align: justify;
text-justify: inter-ideograph;
}
.bodylist li, .bodylist li{
background-color: rgb(252,238,235);
border-bottom: 1px dotted #aaa;
}
.bodylist li:nth-child(1) {
font-size: 120%;
font-weight: bold;
line-height: 1.5em;
text-align: center;
border-bottom: none;
}
.bodylist li:nth-child(even){
background-color: rgb(250,250,250);
}

/*cover slider*/
.slider {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.slide-part {
position: relative;
}
.slider-txt {
font-size: 6vh;
font-weight: bold;
line-height: 1.6em;

position: absolute;
inset: 0;
margin: auto;
width: fit-content;
height: fit-content;
z-index: 110;
}
.zoom {
    overflow: hidden;
}
.zoom img {
width: 100%;
height: auto;
animation: animationZoom 10s ease-in-out infinite;
}
@keyframes animationZoom {
50% { transform: scale(1.1)}
}

.shape-arch {
min-height: 50vh;
border-bottom-right-radius: 100% 50vh;
border-bottom-left-radius: 100% 30vh;
margin-left: -50%;
margin-right: -50%;
padding-left: 50%;
padding-right: 50%;
}

/* init */
.background {
top: 0;
left: 0;
right: 0;
height: 100%;
position: fixed;
background-position: center center;
opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.show .background {
opacity: 1;
}
.wrap {
position: relative;
overflow: hidden;
z-index: 100;
}
/* design */
#content01_bg {
    background-image: url(../images/bg01.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
#content02_bg {
    background-image: url(../images/bg02a.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}
#content03_bg {
    background-color: rgba(0,0,0,.5);
}
#content04_bg {
    background-color: rgba(0,0,0,.5);
}

#content01 .wrap {
    background-image: url(../images/bg01.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    padding: 2vh 0 4vh;
}
#content02 .wrap {
    background-image: url(../images/bg02b.png);
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
}
#content03 .wrap {
    background-image: url(../images/bg03a.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}
#content04 .wrap {
    background: linear-gradient(180deg, #1400FF 0%, #000000 100%), linear-gradient(154.03deg, #33FF00 0%, #FF003D 74.04%), linear-gradient(341.1deg, #F0B4FF 7.52%, #1700A4 77.98%), radial-gradient(49.82% 80.51% at 49.82% 50%, #8100A2 0%, #FF3D00 100%), radial-gradient(50% 72.12% at 50% 50%, #EB00FF 0%, #110055 100%);
    background-blend-mode: overlay, difference, difference, difference, normal;
}

@media screen and (max-width:767px) {
    
    #media-grid .responsives-grid-item {
        width: 50% in !important;
    }
}