﻿/*--------------------------------------------
 色 ・　文字
----------------------------------------------*/
:root{
    --color1: #4ebaf0;
    --color2: #eb5f8c;
    --color3: #00b4b6;
    --color4: #eb5f8c;
	--text: #111111;
    --base: #ffffff;
    
    --font1: 16px;
    --fontB1: 32px;
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", sans-serif;
}
/* スマホ */
@media screen and (max-width: 667px){
    :root{
        --fontB1: 22px;
    }
}

.linkStyle,a{
	color: var(--color1);
	text-decoration: underline;
	transition: all 0.5s;
}
a{
    text-decoration: none;
}
.linkStyle:hover,a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.cate_list li a,.more a{
    background-color: var(--color1);
    /*background: linear-gradient(90deg, var(--color3)5%, var(--color1)95%);*/
    color: var(--base);
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.8s;
}
#page10 ul li a{
    padding-top: 15px;
    padding-bottom: 15px;
}
.cate_list li a:hover,.more a:hover{
    background-color:var(--color3);
    opacity: 0.7;
}


/*--------------------------------------------
 色 ・　文字
----------------------------------------------*/
html,body,.font_10,.font_11,.font_12,.font_13,.font_14,.font_15{font-size: var(--font1);}
.font_2up{font-size: max(calc(var(--font1) + 2px), calc(1rem  + 2px));}
.font_4up{font-size: max(calc(var(--font1) + 4px), calc(1rem  + 4px));}
.font_2dw{font-size: max(calc(var(--font1) - 2px), calc(1rem  - 2px));}
.font_4dw{font-size: max(calc(var(--font1) - 4px), calc(1rem  - 4px));}
.font_6dw{font-size: max(calc(var(--font1) - 6px), calc(1rem  - 6px));}



/* color */
body, .txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--text);}
.linkStyle{transition: 0.5s;color: var(--text)}
.linkStyle:hover{opacity: 0.7}

.txt_white, .hvr_txt_white:hover{color: white;}
.txt_red, .hvr_txt_red:hover{color: var(--red);}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_white, .hvr_bg_white:hover{background-color: white} /* 白背景 */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.border_white, .hvr_border_white:hover{border-color: white}
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}

/*************************************************************************************/
h2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
}
h3 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}
h4 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.en_font, #top_cms .top_cms_box .top_cms_title p, #menu_wrap nav ul li a .title2, #page_title > div p, #intro #intro_box #intro_txt h3::after {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#contents .en_font:first-letter {
    color: var(--color2);
}
/*#main_img::after {
    display: none;
}*/
.more a, #contents_links .box_wrap .box a div span::after {
    background-color: var(--color2);
}
#top_cms .top_cms_box .more a::after {
    background-color: var(--color1);
}
#contents_links .box_wrap .box a h4 {
    border-color: var(--color3);
    color: var(--color3);
    text-shadow: none;
    background-color: rgba(255,255,255,0.7);
}
#contents_links {
    background-image: url(./Dup/img/kaze.jpg);
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 200px;
}
#contents {
    padding-top: 0px;
    padding-bottom: 50px;
}
.sm-slider::after {
    display: none;
}
#intro #intro_box #intro_txt h3 span:after {
    position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#de65b4), to(#ec5f8b));
  background-image: -webkit-linear-gradient(left, #de65b4 0%, #ec5f8b 100%);
  background-image: linear-gradient(to right, #de65b4 0%, #ec5f8b 100%);
}
.con02 h3 {
    text-align: right;
}
.con02 div {
    width: 50%;
    box-sizing: border-box;
    margin-left: 5% !important;
}
.con03 div::after {
    opacity: 0.9 !important;
}
#contents_links h4, #main_img h2 {
    font-style: italic;
}

#contents h4, #intro_txt h3 {
    font-size: 25px;
    font-style: italic;
}
#intro .hey {
    color: var(--color2);
}
#intro_box {
    background-color: #b3e6ff;
}

#main_img::after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(78, 186, 240, 0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(78, 186, 240, 0.3) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(78, 186, 240, 0.3) 100%);
    z-index: 2;
}
#main_img h2 {
    bottom: -30%;
}
.linkStyle {
    color: #eb5f8c;
}
.cate_list li .cate_no {
    opacity: 0;
}
.cate_list li:hover .cate_no {
    transform: translateY(-5px);
    opacity: 0.6;
}
/***********************************/
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 3px;
  background: linear-gradient(to right, #de65b4 0%, #ec5f8b 100%);
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}
footer #footer::after {
    opacity: 0.7;
}
#top_cms .top_cms_box .top_cms_title p {
    color: #b3e6ff;
    opacity: 0.2;
}
#page_title {
    background-position: top center;
    background-position-y: -130px;
}
#page10 .box a > div p {
    opacity: 0.2;
}
.cate_list li:hover .cate_no {
    transform: translateY(-21px);
}
/*#page_top {
    background: linear-gradient(to right, #de65b4, #ec5f8b);
}*/
/* タブレット */
@media screen and (max-width: 768px){
#intro #intro_box #intro_txt h3::after {
    opacity: 0.2;
    top: -20px;
    left: -37px;
}
#intro_txt h3 {
    font-size: 27px !important;
    line-height: 1.5;
}
#main_img h2 {
    bottom: 0%;
}
#contents_links .box_wrap .box a h4 {
    position: relative;
    top: 40px;
}
#contents_links .box_wrap .box a p {
    position: relative;
        top: 40px;
    }
    #page_title {
    background-position-y: 0px;
}
}
/* スマホ */
@media screen and (max-width: 667px){
    #intro #intro_box #intro_txt h3::after {
        opacity: 0.2;
        top: -9px;
        left: -16px;
    }
    #intro_txt h3 {
        font-size: 24px !important;
        line-height: 1.5;
    }
    #contents h4 {
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
}
    #contents h3 {
        font-size: 50px;
    }
}
    .top_cms_title h3 {
        font-size: 22px;
    }
#top_cms .top_cms_box .top_cms_title p {
        font-size: 45px;
    }
    #footer_box h2 {
    padding: 0 15px;
}
    #intro h3 {
        font-size: 25px;
    }
    #contents_links {
    padding-bottom: 70px;
}
#contents_links .box_wrap .box a div {
    top: 20px;
}
    #menu_wrap nav ul li a {
        padding-top: 20px;
    }
    h1 {
    padding: 15px;
}
        h1::after {
        border-width: 100px 100px 0 0;
    }
        h1 img {
        width: 70px;
    }
    #main_img h2 {
    padding: 10px 2% 20px;
}
}
