﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800;1,900&family=Noto+Sans+JP:wght@700;900&display=swap');

body{font-family: 'Roboto', "Noto Sans JP", YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 700;}

h1, h2, h3, h4, h5, h6{font-weight: 700;}
#intro h2, #contents1 h2, #contents2 h2, #topintro h3, #top_cms h2{font-weight: 900;}

#page_title h2.animStart span, #f_contact .con_bt,#f_contact .con_txt, #top_cms h2 span, #page10 div h2 span{
    font-family: Montserrat,'Roboto', "Noto Sans JP", YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;;
    font-weight: 900;
    font-style: italic;
}
#top_cms h2 span{
    font-size: 30px;
}


/*------------ color ------------*/
.linkStyle{color: #160a0a;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}

body, .txt_color_nomal {
    color: #292929;
}
.bg_color1 {
    background-color: #d2263f;
}
.txt_color1 {
    color: #d2263f;
}
.border_color1 {
    border-color: #d2263f;
}
.bg_color2 {
    background-color: #f5f5f5;
}
.border_color2 {
    border-color: #ffbc00;
}
.bg_color3 {
    background-color: #FFBC00;
}
.txt_color3 {
    color: #FFBC00;
}
.border_color3 {
    border-color: #dadada;
}
.border_color4 {
    border-color: #ccc;
}
.hvr_txt_color1:hover {
    color: #d2263f;
}
.hvr_bg_color1:hover {
    background-color: #ffbc00;
}
#contents1 span.bg_color2{
    background-color: #fff;
} 
#sp_nav a.active{border-bottom: 1px solid #ffbc00;}
#page10 .bg_color2 {background-color: #e4e4e4;}


/*------------ all ------------*/
#logo img{width: 90%!important;}
#pc_nav li a {font-size: 17px;}
.txt_anim.start.delay {
    animation: animText 600ms 450ms both;
}
#f_contact .con_bt {
    font-size: 84px;
    line-height: 1.1;
}
#f_contact .con_txt{
    letter-spacing: 4px;
}
#f_contact::before{
    opacity: 0.05;
}


/*------------ top ------------*/
#main_img .txt {
    top: 65%;
    left: 9%;
}
#main_img h2 {
    line-height: 1.3;
    font-size: 49px;
    letter-spacing: 8px;
    margin-bottom: 20px;
	position: relative;
}
#main_img h2::before {
    content: '';
    display: inline-block;
    width: 730px;
    height: 300px;
    background-image: url(../dup/img/catch_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -76px;
    top: -156px;
    z-index: -1;
    opacity: 0.3;
    transform: rotate(
-6deg
);
}
#video video {
    vertical-align: middle;
}
#topintro{
	background-color: #ffffff;
    background-image: url(./Dup/img/bg1.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-position: 0 100%;
    -webkit-animation: bgroop 30s linear infinite;
    animation: bgroop 30s linear infinite;
}
@-webkit-keyframes bgroop {
    from {background-position: 0  100%;}
    to {background-position: 1956px 100%;}
}
@keyframes bgroop {
    from {background-position: 0 100% ;}
    to {background-position: 1956px 100%;}
}
#topintro .intro_wrap .inner {
    width: calc(100% - 20px);
    padding: 80px;
    box-sizing: border-box;
    border-color: #d2263f;
	position: relative
}
#topintro .intro_wrap .inner::before {
    content: '';
    display: inline-block;
    width: 144px;
    height: 57px;
    background-image: url(../dup/img/item2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    bottom: 0;
}
#topintro span{
	display: block;
    margin: 0 auto 17px;
    max-width: 155px;
}
.point{
    display: block;
    width: 136px;
    margin-bottom: 19px;
}
#contents2 .point{
    margin: 0 auto 19px;
    margin-top: -23px;
}

.cms_6-b .cate_box, .cms_6-b .cate_box .box_txt1, .cms_6-b .cate_box .box_txt2{
	border-color: #cccccc;
	word-break: break-all;
}
.cms_6-b .cate_box:first-of-type{
	border-top: 1px solid #cccccc;
}


/*------------ 下層 ------------*/
#page_title::before{
    background: rgba(0,0,0,0.2);
}
#cms_2-b .cate_title, #cms_6-a .cate_title{
    border-color: #ffbc00;
}


/*------------ anim ------------*/
.point img{
	animation: bound-anim 1.2s infinite;
}
@keyframes bound-anim {
	0%,100% {transform: translateY(0) scale(1);}
	30% {transform: translateY(-25%) scale(1);}
	40% {transform: translateY(-25%) scale(1);}
	60% {transform: translateY(0) scale(1);}
	75% {transform: translateY(-25%) scale(1);}
	95% {transform: translateY(0) scale(1);}
}
#topintro .intro_wrap .inner::before{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}
@keyframes upDown {
    0% {bottom: 0;}
    100% {bottom: -3px;}
}


/* IE */
@media all and (-ms-high-contrast: none){
#cms_2-b .cate .cate_title, #cms_6-a .cate .cate_title{padding-top: 9px!important}
#cms_3-a .cate_txt1{padding: 20px!important;}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow{margin-top: -13px!important}
#page9 a{padding-bottom: 7px!important}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img{height: auto!important;padding-top: 87px;}
#main_img h2{font-size: 35px;}
#main_img .txt {
    top: 57%;
    left: 30px;
}
#main_img h2::before {
    width: 77%;
    left: -18px;
    top: -76px;
    z-index: -1;
}
#topintro .intro_wrap{padding: 30px;}
#topintro .intro_wrap .inner{padding: 27px;padding-bottom: 49px;}
#footer p.font_14{text-align: left}
#page10 .grid_5 {width: 100%;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#main_img{padding-top: 64px;}
#main_img .txt {
    width: 100%!important;
    padding: 20px 10px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    position: relative;
    background-color: #d2263f;
}
#main_img h2 {
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
#main_img h2::before {
    width: 76%;
    left: 0;
    top: -56px;
}
#main_img p{font-size: 12px}
#topintro{background-size: 1200px;}
#topintro span{max-width: 92px}
#topintro .intro_wrap {padding: 20px 4px;}
#topintro .intro_wrap .inner {padding: 17px;padding-bottom: 33px;}
#topintro .intro_wrap .inner::before{width: 97px;height: 45px;}
#contents2 .point{margin-top: 14px}
#f_contact .con_txt {letter-spacing: 2px;}
#page10 div h2 span{font-family: 'Roboto', "Noto Sans JP", YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;}
}



