﻿body {
font-family: 'Kosugi Maru', sans-serif !important;
}
h2, h3 {
font-weight: bold;
}
/* color */
body,.txt_color_nomal{color: #181818;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #00a5bf} /* メインカラー */
.txt_color2{color: #f6f6f6} /* サブカラー */
.txt_color3{color: #181818} /* アクセントカラー1 */
.txt_color4{color: #f0f0f0} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #00a5bf} /* メインカラー */
.bg_color2{background-color: #f6f6f6} /* サブカラー */
.bg_color3{background-color: #181818} /* アクセントカラー1 */
.bg_color4{background-color: #f0f0f0} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #00a5bf}
.border_color2{border-color: #f6f6f6}
.border_color3{border-color: #181818}
.border_color4{border-color: #f0f0f0}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #181818;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #00a5bf} /* メインカラー */
.hvr_txt_color2:hover{color: #f6f6f6} /* サブカラー */
.hvr_txt_color3:hover{color: #181818} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f0f0f0} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #00a5bf} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f6f6f6} /* サブカラー */
.hvr_bg_color3:hover{background-color: #181818} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f0f0f0} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #00a5bf}
.hvr_border_color2:hover{border-color: #f6f6f6}
.hvr_border_color3:hover{border-color: #181818}
.hvr_border_color4:hover{border-color: #f0f0f0}
#header {
    background-color: rgba(255, 255, 255, 0.4);
}
header{
overflow: hidden;
}
#header{
top: 0;
}
#video {
height: 41vw;
}
#copyright, #footer {
  background-color: #00a5bf;
}
#top_message {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg_color3 {
    background-color: rgb(0, 165, 191);
}
#top_contents1 h3::before, #top_contents2 h3::before {
    font-family: "Russo One", "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
    font-size: 97px;
    opacity: 0.4;
    color: #f1d404;
    position: absolute;
}
#top_message .txt_color1, #footer_contact .mg_b-30px, #top_message .Russo {
    color: #ffda2a;
}
#footer {
    border-bottom: 1px solid #ffda2a;
}
.footer_sitemap {
    border-left: 1px solid #ffda2a;
}
.scrollin2 {
	position: relative;
}

.scrollin2:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/scrollin.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: center top;
    top: -150px;
    left: 0px;
    z-index: -1;
}
#top_cms {
	position: relative;
}

#top_cms:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/scrollin.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center top;
    top: -100px;
    right: 0px;
    z-index: -1;
}


.wrap {
    background-image: url(./Dup/img/back.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: right top;
}



#top_message h2 {
    font-size: 24px;
    text-align: center;
}
.messa {
    color: #00a5bf !important;
}

#logo {
    width: 250px;
    margin: 0px auto 0px 30px;
}
#header_contact a.btn_back {
    width: 300px;
    height: 131px;
    text-align: center;
    position: absolute;
    right: -100px;
    top: 0px;
    background-color: rgb(255 218 42 / 60%);
    transform: skewX(-24.35deg);
}
#logo2 {
    width: 300px;
}

#toggle .bg_color3 {
    background-color: #ffda2a;
}

#cms_5-b .cate_box .open_bt .box_title1::before {
display: none;
}
#page5 .border_color3 {
    border-color: #00a5bf;
}

#tel_txt .txt_color2 {
    color: #333333;
}
#page8 .border_color2 {
    border-color: rgb(0, 165, 191);
}

#pc_nav .txt_center {
     height: 1.5em;
    text-align: center;
     font-size: 18px;
     letter-spacing: 2px;
}   
#pc_nav .txt_center span {
      transition: 0.3s;

} 
#pc_nav .txt_center span:nth-child(1) {display: block;}
#pc_nav .txt_center span:nth-child(2) {
     opacity:0;
     position: relative;
     top: -1.5em;
}
#pc_nav .txt_center:hover span:nth-child(1) {opacity: 0;}
#pc_nav .txt_center:hover span:nth-child(2) {
opacity: 1;
color: #034bb6;
/*font-weight: bold;*/
} 
#pc_nav .font_12 {
    font-size: 18px;
}
.baner {
    width: 300px;
    position: fixed;
    top: 130px;
    left: 0px;
    z-index: 5;
}
.baner2 {
    width: 100px;
    position: fixed;
    top: 200px;
    left: -10px;
    z-index: 5;
}
.baner2 {
  animation: wrench_7909 3.875s ease infinite;
  transform-origin: 90% 35%;
}

@keyframes wrench_7909 {
  0% { transform:rotate(-12deg) }
  5.16129% { transform:rotate(12deg) }
  6.45161% { transform:rotate(24deg) }
  11.6129% { transform:rotate(-24deg) }
  12.90323% { transform:rotate(-24deg) }
  18.06451% { transform:rotate(24deg) }
  19.35484% { transform:rotate(24deg) }
  24.51613% { transform:rotate(-24deg) }
  25.80645% { transform:rotate(-24deg) }
  30.96774% { transform:rotate(24deg) }
  32.25807% { transform:rotate(24deg) }
  37.41935% { transform:rotate(-24deg) }
  38.70968% { transform:rotate(-24deg) }
  43.87097% { transform:rotate(24deg) }
  48.3871% { transform:rotate(0deg) }
  100% { transform:rotate(0deg) }
}

.top_cms_sec {
    border-color: rgba(255, 255, 255, 0);
}
#top_contents1 h3::before, #top_contents2 h3::before {
    z-index: -1;
}

#menu .txt_color1 {
    color: #ffda2a;
}
#header_contact span {
    position: absolute;
    top: 56px;
    right: 50px;
    cursor: pointer;
    pointer-events: none;
}
#filter_white .txt_color3 {
    color: #181818;
    margin-top: 30px;
}
#filter_white {
    background-color: rgba(228, 243, 247, 0.35);
    padding: 150px 0px 40px;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#video {
height: 56vw;
}
header span.after{
top: auto;
bottom: 0;
}
#top_message h2 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 30px;
}
#top_message p {
    padding: 10px 15px 60px 15px;
}
#top_message p:first-of-type {
    font-size: 34px;
}
.scrollin:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/scrollin.jpg);
    background-repeat: no-repeat;
    background-size: 100% 29%;
    width: 100%;
    height: 100%;
    background-position: center top;
    top: -150px;
    left: 0px;
    z-index: -1;
}
.baner {
    width: 250px;
    position: fixed;
    top: 89px;
    left: 0px;
    z-index: 5;
}
.baner2 {
    width: 90px;
    position: fixed;
    top: 157px;
    left: -14px;
    z-index: 5;
}
#logo {
    width: 145px;
    margin: 0px auto 0px 30px;
}
#top_message p:first-of-type {
    font-size: 31px;
}
}


/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#logo {
    width: 80px;
    margin: 0px auto 0px 30px;
}
#logo2 {
    width: 250px;
    /* text-align: center; */
    margin-left: 34px;
}

#top_message p:first-of-type {
    font-size: 34px;
    line-height: 1;
}
.scrollin:before {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/scrollin.jpg);
    background-repeat: no-repeat;
    background-size: 100% 6%;
    width: 100%;
    height: 100%;
    background-position: center top;
    top: -100px;
    left: 0px;
    z-index: -1;
}
.baner {
    width: 150px;
    position: fixed;
    top: 63px;
    left: 0px;
    z-index: 5;
}

#top_contents2 h3::before {
top: -36%;
}
.baner2 {
    width: 50px;
    position: fixed;
    top: 105px;
    left: -11px;
    z-index: 5;
}
}

/*====================================
  	IE環境の設定
====================================*/
@media all and (-ms-high-contrast:none){

}