@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=News+Cycle&display=swap');

/* header, #linkout, .contents_block, .footer_contents {border:1px solid red !important;}
#contents_box, .contents_blocks, .footer_box {border: 1px solid limegreen !important;}
#contents, .block-double, .block-triple, .block-triple2, .block-quad, .block-quad3, .footer_logo {border: 1px solid lightblue !important;} */

/*loading*/
#loader-bg {
    background: rgb(254,243,240);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
}
#loader-bg .bouncingLoader {    
    background: rgba(254,243,240,1);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 910;
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: rgb(7,12,71);
    margin-bottom: -5px;
    border-radius: 50%;
    animation: bouncing-loader 0.5s infinite alternate;
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
    content: "";
}
.bouncingLoader > div {
    margin: 0 5px;
}
.bouncingLoader > div {
    animation-delay: 0.25s;
}
.bouncingLoader:after {
    animation-delay: 0.5s;
}
@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -16px, 0);
    }
}/*3つの円が上下に動くためのアニメーション*/

/*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_bg {background-color: #fdf3f0 !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(144,13,255) 0, rgb(144,13,255) .2vw, transparent .2vw, 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_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%;
}

.inline-box {
position: relative;
width: 100%;
max-width: 640px;
  margin: 0 auto 4vh;
}
.inline-box:before {
content: "";
display: block;
padding-top: 75%;
}
.inline-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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 {
    padding: 10vh 0;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
/* design*/
#content01_bg {background-image: url(../images/7d_bg.png); background-attachment: fixed; background-position: top center; background-size: cover;
}
#content02_bg {background-image: url(../images/bg-02.jpg);}
#content03_bg {background-image: url(../images/bg-03.jpg);}
#content04_bg {background-image: url(../images/bg-04.jpg);}
#content01 .wrap { background-color: rgba(255,170,0,0.2); margin-top: 10vh; background-size: cover;}
#content02 .wrap { background-color: rgba(220,10,25,0.5);}
#content03 .wrap { background-color: rgba(240,85,10,0.2); margin-top: 90vh; }
#content04 .wrap { background-color: rgba(165,0,135,0.1); backdrop-filter: contrast(.8);}

@media screen and (max-width:479px) {
.coverimg source, .coverimg img {
    max-width: 320px;
}
.slider-txt {
    font-size: 24px;
    line-height: 1.2em;
}
.shape-arch {
    min-height: 20%;
    border-bottom-right-radius: 100% 20%;
    border-bottom-left-radius: 100% 10%;
    margin-left: -50%;
    margin-right: -50%;
    padding-left: 50%;
    padding-right: 50%;
}

}