@media (min-width:0px){


html {
  scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
html {
}
.box {
}
.wrapper {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: rgba(78,78,78,1.00);
}
/*#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    position: fixed;
    z-index: 976;
    top: 0px;
    left: 0px;
    display: flex;
    background-color: #067B49;
    justify-content: center;
    align-items: center;
}
*/
	
	.header {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    top: 0px;
    overflow-y: hidden;
}
.header img {
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    display: block;
    min-height: 500px;
    position: absolute;
    /* [disabled]min-width: 68px; */
}
.top_banner {
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    /*    background-color: hsla(193,92%,10%,1.00);*/
    /* [disabled]border-bottom: 3px solid hsla(0,23%,97%,1.00); */
    opacity: 0;
    transition: 0.7s;
    background-color: rgba(48,48,48,1.00);
}
.top_banner.show {
    opacity: 1;
}
.mainlogo img {
    width: 136px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]min-height: 501px; */
    opacity: 1;
}
.mainlogo {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 0;
}
.header:after {
    display: block;
    clear: both;
    content: "";
}
.logo {
    width: 124px;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    margin-left: 6%;
    margin-right: auto;
    opacity: 1;
    z-index: 9;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.logo img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0px;
    opacity: 1;
}
.top_menu {
    display: none;
}


/*ここからハンバーガーのコード
*/



.ham {
    position: fixed;
    width: 40px;
    height: 36px;
    cursor: pointer;
    float: none;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 2;
    right: 5%;
    top: 17px;
    opacity: 1;
}
.ham.show {
    opacity: 1;
    z-index: 3;
}
.ham.clicked {
    opacity: 1;
    z-index: 3;
}
.ham_line {
    position: absolute;
    left: 2px;
    width: 36px;
    height: 3px;
    background-color: #FCFAFA;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 11px;
    padding-left: 0px;
    transition: 0.7s;
}
.ham_line1 {
    top: 6px;
}
.ham_line2 {
    top: 16px;
}
.ham_line3 {
    top: 26px;
}

.clicked .ham_line1 {
    transform: rotate(225deg);
    top: 20px;
    background-color: #FBF7F7;
    z-index: 3;
    opacity: 1;
}
.clicked .ham_line2 {
    width: 0px;
    background-color: #FBF7F7;
    z-index: 3;
    opacity: 1;
}
.clicked .ham_line3 {
    transform: rotate(-225deg);
    top: 20px;
    background-color: #FBF7F7;
    z-index: 3;
    opacity: 1;
}
#menu_wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.menu {
    width: 100%;
    background-color: #47041E;
    transition: all 1s;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    top: 0px;
    height: 100%;
    z-index: -1;
    position: fixed;
}
.clicked .menu  {
    opacity: 1;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: hsla(60,23%,35%,1.00);
}
.menu ul {
    margin-top: 0%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.menu ul li {
    margin-bottom: 18%;
    text-align: center;
    text-indent: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 60px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans- serif";
    font-size: 34px;
    color: #F7F5F5;
    text-decoration: none;
    line-height: 60px;
}
.menu ul li.zero {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
ul li a {
    color: #F6EDED;
    text-decoration: none;
}




/*ここまでハンバーガーのコード
*/



.main {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 189px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 5;
    opacity: 1;
    /* [disabled]overflow-x: hidden; */
    /* [disabled]background-color: #CC1013; */
}
.main p  {
    z-index: 51;
    width: 100%;
    height: 130px;
    opacity: 1;
    padding-top: 0px;
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
    color: hsla(0,50%,98%,1.00);
}




.footer {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: hsla(0,0%,19%,1.00);
    background-image: url(file:///Macintosh%20HD/Users/kogawashinya/Documents/%E6%B5%85%E5%8F%A3%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%E3%83%A9%E3%82%A4%E3%83%96/a_internetlive.png);
}
.footer p {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    font-size: 50%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans- serif";
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: hsla(0,1%,64%,1.00);
}
.footer p::before {
    width: 140px;
    height: 189px;
    background-color: #F3282C;
    display: block;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.gazo {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}
.gazo img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
}
body.clicked {
    width: 100%;
    position: fixed;
}
.box2 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    height: auto;
    margin-top: 50px;
    z-index: 10;
}
.box2 img {
    width: 48%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    display: block;
}
.box3 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0px;
    height: auto;
    margin-top: 100px;
    z-index: 10;
}
.box3 img {
    width: 55%;
    margin-top: 0;
    margin-right: auto;
    padding: 0;
    margin-left: auto;
    margin-bottom: 0;
    height: auto;
    display: block;
}
.box3 .caption {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    text-align: center;
    color: rgba(231,245,187,1.00);
}
.box2 .caption {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    text-align: center;
    color: rgba(231,245,187,1.00);
}
.box1 {
    width: 40%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    height: 470px;
    text-decoration: none;
}
.box1 p {
    font-family: "Nikukyu";
    font-style: italic;
    font-weight: bolder;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    text-decoration: none;
    list-style-type: none;
}
	
	.box4 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
    padding: 0;
    height: auto;
    margin-top: 100px;
    z-index: 10;
}
.box4 img {
    width: 48%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    display: block;
}
	
.box4 .caption {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    text-align: center;
    color: rgba(231,245,187,1.00);
}	
	
	
	
	
	
	
	
	
a {
    text-decoration: none;
}
#loading {
    // 画面いっぱいになる箇所
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: skyblue;
    background-color: deepskyblue;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
 
/*    // 中のローディングアニメ
*/    
	.spinner,
    .spinner:before,
    .spinner:after {
        background: #ffffff;
        animation: loading 1s infinite ease-in-out;
        width: 1em;
        height: 4em;
    }
 
    .spinner {
        color: #ffffff;
        text-indent: -9999em;
        margin: 88px auto;
        position: relative;
        font-size: 11px;
        transform: translateZ(0);
        animation-delay: -0.16s;
 
        &::before,
        &::after {
            position: absolute;
            top: 0;
            content: '';
        }
 
        &::before {
            left: -1.5em;
            animation-delay: -0.32s;
        }
 
        &::after {
            left: 1.5em;
        }
    }
 
 
 
    @-webkit-keyframes loading {
 
        0%,
        80%,
        100% {
            box-shadow: 0 0;
            height: 4em;
        }
 
        40% {
            box-shadow: 0 -2em;
            height: 5em;
        }
    }
 
    @keyframes loading {
 
        0%,
        80%,
        100% {
            box-shadow: 0 0;
            height: 4em;
        }
 
        40% {
            box-shadow: 0 -2em;
            height: 5em;
        }
    }
 
}
/*@keyframes loading {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(8);
    opacity: 0;
  }
}	
*/
html:before,
html:after,
body:before,
body:after {
    content: "";
    background-color: #303030;
    position: fixed;
    display: block;
    z-index: 3;
}

/* 上 */
html:before {
  height: 10px; 
  width: 100vw;
  left: 0;
  top: 0;
}

/* 右 */
html:after {
  width: 10px;
  height: 100vh;
  right: 0;
  top: 0;
}

/* 下 */
body:before {
  height: 10px; 
  width: 100vw;

  bottom: 0;
  left: 0;
}

/* 左 */
body:after {
  width: 10px;
  height: 100vh;
  top: 0;
  left: 0;
}

}

@media (min-width:800px){
.top_menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    float: left;
    margin-top: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    top: 50%;
    position: absolute;
    margin-bottom: auto;
    transform: translateY(-50%);
    right: 0px;
}
.top_menu ul {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 12%;
}
.top_menu ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 25%;
    height: auto;
    list-style-type: none;
    float: left;
    font-family: 'Teko', 'sans-serif';
    font-style: normal;
    font-size: 17px;
    color: #FBF8F8;
    text-align: center;
    margin-right: 0px;
    line-height: 30px;
}
#menu_wrapper {
    width: auto;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: none;
}
.menu {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: none;
}
#ham {
    display: none;
    z-index: 3;
}
.logo {
    width: 30%;
    height: auto;
    float: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 50%;
    transform: translate(-50%,-50%);
    transform: translate(0%,-50%);
    left: 0%;
}
.logo img {
    width: 148px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    margin-left: 10%;
    position: relative;
}
.top_banner {
    height: 86px;
}
body.clicked {
    position: fixed;
    width: 100%;
    opacity: 1;
}
.header img {
}
.box2 img {
    width: 20%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.box3 img {
    width: 26%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    display: block;
}
	
	
	.box4 img {
    width: 26%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    display: block;
}
/*.box2 figure {
    width: 16%;
}
}
#loading.box {
    width: 100vw;
    height: 100vh;
    transition: all 2s;
    margin: 0;
    padding: 0;
    background-color: hsla(0,1%,61%,1.00);
    z-index: 360;
    position: fixed;
}
.loaded {
    visibility: hidden;
    opacity: 0;
}
.box2 img {
    width: 21%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    display: block;
}
.box3 img {
    width: 21%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    display: block;
}

@media (min-width:900px){
}

@media (min-width:900px){
}

@media (min-width:900px){
}

@media (min-width:1000px){
}
*//*.box3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 0px;
    height: auto;
    margin-top: 50px;
    z-index: 0;
     [disabled]background-color: rgba(237,197,198,1.00); 
     [disabled]position: relative; 
}
.box3 img {
    width: 15%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    display: block;
     [disabled]background-color: rgba(209,72,74,1.00); 
}
.box3 .caption {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    text-align: center;
    color: rgba(231,245,187,1.00);
}
}
*/
	}
}
.loaded {
    display: none;
    visibility: hidden;
}
.header img {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.s {
    width: 100%;
    background-color: #C8A3A4;
    height: 263px;
    display: flex;
}
.d {
    width: 110px;
    height: 110px;
    background-color: #898484;
    position: absolute;
    opacity: 1;
    cursor: alias;
    border-color: #F02D31;
    border-width: thin medium thin thin;
    border-top-style: solid;
    border-right-style: double;
}
.f {
    width: 110px;
    height: 110px;
    background-color: #1A30DE;
    /* [disabled]position: absolute; */
    -webkit-box-shadow: 1px 0px 0px 8px;
    box-shadow: 1px 0px 0px 8px;
}
.wrapper #input-caret {
    margin-left: 199px;
}

@media (min-width:900px){
}
