﻿/* color */
body,.txt_color_nomal{color: #181818;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #ff0000} /* メインカラー */
.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: #ff0000} /* メインカラー */
.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: #ff0000}
.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: #ff0000} /* メインカラー */
.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: #ff0000} /* メインカラー */
.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: #ff0000}
.hvr_border_color2:hover{border-color: #f6f6f6}
.hvr_border_color3:hover{border-color: #181818}
.hvr_border_color4:hover{border-color: #f0f0f0}

.linkStyle {
    color: #ff0000;
}
#wrap {
	background-color: #ffffff;
}

#top_message p:first-of-type {
    font-size: 40px;
    top: 0%;
}

header span.before, header span.after, #top_conte {
    background: -moz-linear-gradient(top, #ff0000 30%, #F89174 60%, #ff0000);
  background: -webkit-linear-gradient(top, #ff0000 30%, #F89174 60%, #ff0000);
  background: linear-gradient(to bottom, #ff0000 30%, #F89174 60%, #ff0000);
}
#top_message h2 {
    text-align: center;
    padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0000), (#F89174), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #ff0000 0%, #F89174 80%, #ff0000 100%);
  background-image: linear-gradient(to right, #ff0000 0%, #F89174 80%, #ff0000 100%);
}
.c-btn__back {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff0000), (#F89174), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #ff0000 0%, #F89174 80%, #ff0000 100%);
  background-image: linear-gradient(to right, #ff0000 0%, #F89174 80%, #ff0000 100%);
  transition-duration : 1s;
  transition-timing-function : ease;
}
.c-btn__back:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff0000), (#F89174), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #ff0000 0%, #F89174 80%, #ff0000 100%);
  background-image: linear-gradient(to right, #181818 0%, #888888 20%, #181818 100%);
  transition-duration : 1s;
  transition-timing-function : ease;
}
#top_message {
    background-color: rgba(255,255,255,0.5);
}
.intro {
    background-image: url(./Dup/img/intro_back.png);
    background-size: cover;
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: -150px;
    padding-bottom: 150px;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    color: #e4f605;
}
#top_contents1 h3, #top_contents2 h3 {
    text-align: center;
    padding: 0.5rem 3rem;
    -webkit-transform: skew( 
-26deg);
    transform: skew( 
-26deg);
    color: #ffffff;
    background-color: #181818;
    margin-bottom: 20px;
}
.fadein {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.fadein.fadetrans {
    opacity: 1;
    transform: scale(1);
}
.catchcopy {
    z-index: 2;
    bottom: 30px;
    left: 100px;
    width: 60%;
}
.catchcopy {
    animation-name: fade;
    animation-duration: 3s;
    /*text-shadow: 1px 2px 15px rgb(0 0 0 / 60%);*/
}
@keyframes fade {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
  65% {
    transform: scale(1.5);
    opacity: 0;
  }
  80% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.custom {
    background-color: #f9f9f9;
    margin-top: -100px;
    padding-top: 100px;
}
/*************流れるアニメ****************************/
.jp_slide_img_wrapper {
    position: absolute;
    width: 3000px;
    height: 300px;
    background-image: url(./Dup/img/english.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 508px;
    /* top: 241px; */
    right: -1325px;
    pointer-events: none;
    transform: rotate( 
90deg);
    opacity: 0.05;
}

@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.jp_slide_img_overlay{
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
/*    background-color: rgba(46, 36, 100, 0.4);*/
display: none;
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
 
.main_catch .logo {
    max-width: 250px;
    margin: 0 auto 15px;
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}
/*********************************************************/
#top_contents2 {
    position: relative;
    z-index: 1;
}
#footer_contact, footer, .top_cms_sec {
    position: relative;
}
.line2 {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 4;
    width: 80px;
}
.line2:hover {
    opacity: 0.7;
}
#cms_6-b .box_txt1, .cms_6-b .box_txt1 {
    background-color: #181818;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_message p:first-of-type {
    font-size: 40px;
    top: 0%;
    width: 500px;
    text-align: center;
}
.intro {
    background-image: url(./Dup/img/intro_back.png);
    background-size: cover;
    background-position-y: 126px;
    background-position-x: -320px;
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: -150px;
    padding-bottom: 150px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
 .jp_slide_img_wrapper {
    position: absolute;
    width: 3000px;
    height: 148px;
    background-image: url(./Dup/img/english.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 987px;
    /* top: 241px; */
    right: -1417px;
    pointer-events: none;
    transform: rotate( 
90deg);
    opacity: 0.05;
}
#top_contents1 h3, #top_contents2 h3 {
    text-align: left;
    padding: 0.5rem 1rem;
    -webkit-transform: skew( 
-26deg);
    transform: skew( 
0deg);
    color: #ffffff;
    background-color: #ff0000;
    margin-bottom: 20px;
}
.catchcopy {
    z-index: 2;
    bottom: 30px;
    left: 18px;
    width: 76%;
}
#top_message p:first-of-type {
    font-size: 26px;
    top: 0%;
    width: 300px;
}

#top_message h2 {
    text-align: center;
    padding: 1rem 0.5rem;
    -webkit-transform: skew(
-15deg);
    transform: skew(
-15deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff0000), (#F89174), to(#68e0cf));
    background-image: -webkit-linear-gradient(left, #ff0000 0%, #F89174 80%, #ff0000 100%);
    background-image: linear-gradient(to right, #ff0000 0%, #F89174 80%, #ff0000 100%);
    font-size: 20px;
    width: 300px;
    position: relative;
    left: -6%;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    color: #e4f605;
    top: -29px;
}
.intro {
    background-image: url(./Dup/img/intro_back.png);
    background-size: cover;
    background-position-y: 126px;
    background-position-x: -593px;
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: -150px;
    padding-bottom: 150px;
}
}
/*====================================
  	IE環境の設定
====================================*/
@media all and (-ms-high-contrast:none){
.tel_box .font_14up {
    font-size: -webkit-calc(1rem + 11px) !important;
    font-size: calc(1rem + 11px) !important;
}

}