﻿@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');

/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#069085;
    --color2:#7cccc6;
    --color3:#222831;
    --color4:#393E46;
    --color5: #bfdedc;
    --color6:#fafafa;
    --white:#ffffff;
    --black:#333333;
    --gray:#ccc;
    --font-jp: 'Montserrat',"Sawarabi Gothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "MS PGothic", sans-serif!important;
    --font-en: "Anta", sans-serif;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.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 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
.txt_color6,.hvr_txt_color6:hover{color: var(--color6);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--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_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.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);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}
.border_color6,.hvr_border_color6:hover{border-color: var(--color6);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color4);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    overflow: hidden;
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/

/* font -----------------------------------------------------------------------------*/
body{
    font-family: var(--font-jp);
    font-weight: 500;
}

.linkStyle{color: #333;border-bottom: 1px solid;}

.font1,#page_title h2 span,#top_cms h2 span,.more_bt a span,.tel_bt a, #top_info .more_bt2 a ,#top_news .news_sub_title,#top_news .more_bt a, #intro .bg_txt, #contents2 .top_title p, #top_info h2 , #f_contact .con_bt:before, #contents1 .about_txt,#top_info .more_bt a,.link_type2 .more,#main_img .txt, #page_title, #f_contact .con_txt{
    font-family: var(--font-en) !IMPORTANT;
    text-transform: capitalize;
}

/* font -----------------------------------------------------------------------------*/

/*--------------------------------疑似要素にオブジェクト--------------------------------*/
#intro .con_txt,#intro .intro_title,#contents1 h2,#contents3 .con_wrap,#contents3 h2,#contents2 h2,#top_cms,#top_info{position: relative;}
/*リピートなし*/

#main_img .catch1,#main_img .catch2,#intro .con_txt:before,#intro .intro_title:before,#contents1 h2:before,#contents3 .con_wrap:before,#contents3 h2:before,#contents2 h2:before,#top_cms:before,#top_info:before,#top_info:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}
/*--------------------------------疑似要素にオブジェクト--------------------------------*/
/* ----------　custom_box　---------- */

#intro h2, #contents1 h2 {
    font-size: -webkit-calc(1rem + 24px);
    font-size: calc(1rem + 24px);
}

/* ----------　custom　---------- */



/*--- more ------------------------------------*/
#f_contact .more_bt{
    margin-right: auto;
}
/* 




/* ----------------------------------------------------------------------------------------　TOP　---------------------------------------------------------------------------------------------------------*/
#pc_nav ul:first-of-type {
    border-radius: 5px 0 0 5px;
}

#pc_nav ul:last-of-type {
    border-radius: 0 5px 5px 0;
}

#main_img img {
    height: 100% ! IMPORTANT;
    object-fit: cover;
    object-position: right;
}

#main_img::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
}



#header.head_fix #pc_nav ul {
    height: 90px;
}

#logo {
    max-width: 250px;
}

#video {
    top: 60%;
}

.no {
    color: var(--white);
    font-size: 5rem;
    line-height: 1;
    font-style: normal;
}

body {
    background-image: url(https://www.transparenttextures.com/patterns/absurdity.png);
}


.typewriter-wrapper {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background-color: var(--color1);
  padding: 20px 30px;
  border-radius: 0;
  max-width: 90%;       /* 画面の9割まで広げられる */
  width: fit-content;   /* テキスト幅にフィット */
  top: calc(8% + 100px);
  bottom: auto;
  box-sizing: border-box;
}

.typewriter {font-size: 2rem;color: var(--white);white-space: normal;     /* ← nowrapを解除 */word-break: break-word;  /* 長い語も折り返す */overflow: hidden;/* border-right: .05em solid var(--white); */animation: blink-caret 0.75s step-end infinite;padding-left: 0px;line-height: 1.4;}

#typewriter-text .big {
  font-size: 2.4rem !important;
  font-weight: bold !important;
  color: white;
}
#typewriter-text .small {
  font-size: 1.6rem !important;
  font-weight: 100 !important;
  color: white;
}


#typewriter-text {
  color: white;
  border-right: .05em solid white;
  white-space: normal;
  overflow: hidden;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .typewriter { font-size: 1.4rem; }
  .typewriter .big { font-size: 2rem; }
  .typewriter .small { font-size: 1.4rem; }
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: #fff; }
}






/* ---------------------------------------------------------------　intro　▼*  --------------------------------------------------------------*/
#intro .intro_bg, #intro .bg_box {
    border-radius: 0 0 10px 0;
}

#intro .intro_bg {
    background: var(--white);
}

#intro .bg_txt {
    font-size: 100px;
    line-height: 1em;
    opacity: 0.4;
    top: -30px;
    left: 0;
    color: var(--black);
    font-style: normal;
}

#intro .intro_title:before {
    width: 30px;
    height: 300px;
    top: 0px;
    left: -70px;
}
/* ---------------------------------------------------------------　intro　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　contents1　▼*  --------------------------------------------------------------*/
#contents1 span.bg_color2 {
    background-image: url(/Files/img/bg.jpg);
    background-repeat: no-repeat;
    background-position: left 100% bottom -50px;
    background-size: auto 121%;
}

#contents1 .about_txt {
    top: -270px;
    right: 0;
    font-size: 100px;
    line-height: 1em;
    opacity: 0.5;
    font-style: normal;
    color: var(--black);
}

#contents1 .img_box figure {
    border-radius: 0 0 10px 0;
}

#contents1 span.bg_color2 {
    width: 100%;
    height: 100%;
    background-color: #efefef;
}

/* ---------------------------------------------------------------　contents1　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　contents2　▼*  --------------------------------------------------------------*/
#contents2 .no {
    color: var(--color4);
}

#contents2 .top_title {
    padding-bottom: 200px;
    text-align: center;
}

#contents2 .top_title h2 {
    font-size: 50px;
}
/* ---------------------------------------------------------------　contents2　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　topcms　▲*  --------------------------------------------------------------*/
.top_cms_title h2 {
display: inline-block;
    padding-bottom: 7px;
    border-bottom: 3px solid;
    position: relative;
}
.top_cms_title h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    background-color: transparent;
    width: 21%;
    height: 1px;
}

.top_cms_wrap_title{
    text-align: center;
    position: relative;
    width: 100%;
}

.top_cms_wrap_title:after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 40px;
    background-color: var(--color3);
}

.top_cms_wrap_title_en{
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Audiowide';
    font-size: 5rem;
    line-height: 1;
    color: var(--color4);
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 5px;
    background-color: var(--font-en);
    display: inline-block;
    padding: 0 15px;
    background-image: url(https://www.transparenttextures.com/patterns/absurdity.png);
    background-color: var(--white);
}

#page8 input[type="submit"].btn:disabled {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}




/* ---------------------------------------------------------------　TOPcms　▲*  --------------------------------------------------------------*/


/* ---------------------------------------------------------------　top_info　▼*  --------------------------------------------------------------*/
#top_info {
    position: relative;
    background-color: var(--color5);
}

#top_info h2 {
    font-size: 4vw;
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 12px;
    color: var(--color1);
    background-color: transparent;
}

#top_info .more_bt {
    margin-left: 0;
}
/* ---------------------------------------------------------------　top_info　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　footer　▼*  --------------------------------------------------------------*/

.tel_bt a {
    color: var(--color1);
    font-size: 25px;
}

.info_txt h3 {
    font-size: 35px;
}

.info_txt p {
    font-size: 20px;
}

#f_contact a span.hover_box {
    opacity: 0.5;
}

#f_contact .con_bt:before {
    content: "CONTACT";
    display: block;
    position: absolute;
    font-size: 40px;
    color: #ffffff;
    top: -50px;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0.3;
    text-transform: capitalize;
}


/* ---------------------------------------------------------------　footer　▲*  --------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------　下層ページ　---------------------------------------------------------------------------------------------------------*/
#page_title {
    clip-path: ellipse(calc(50% + 300px) 100% at 50% 0%);
}

#page_title::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

#page_title h2 {
    color: var(--color6);
}
/* ---------------------------------------------------------------　お知らせ　▼*  --------------------------------------------------------------*/
.pager li {
    border: 1px solid var(--color1);
}

.pager li a {
    transition: 0.5s;
    color: var(--color1);
}

.pager li a:hover{
    border-radius: 0;
}
/* ---------------------------------------------------------------　会社情報　▼*  --------------------------------------------------------------*/
/* ---------------------------------------------------------------　会社情報　▲*  --------------------------------------------------------------*/

/* ---------------------------------------------------------------　お問い合わせ　▼*  --------------------------------------------------------------*/

.contact_tel_title {
    text-align: center;
    position: relative;
    width: 100%;
}

.contact_tel_title:after{
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 10px;
    background-color: var(--color2);
}

.contact_tel_title_en{
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Audiowide';
    font-size: 5rem;
    line-height: 1;
    color: var(--color2);
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 5px;
}

.contact_tel_title_jp{
    position: relative;
    padding: 0 1px 0 5px;
    color: var(--color2);
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    background-color: #fff;
    letter-spacing: 2.3px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
}

.contact_tel_title_en:first-letter{
    color: var(--color1);
}

#page8 input[type="submit"].btn:disabled {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

/* ---------------------------------------------------------------　お問い合わせ　▲*  --------------------------------------------------------------- */


/* ---------------------------------------------------------------　プライバシーポリシー ▼* --------------------------------------------------------------- */

.shop .d_table ,.shop .d_table .d_table-cell{
    border-color: var(--color1) ! IMPORTANT;
}

/* ---------------------------------------------------------------　プライバシーポリシー ▲* --------------------------------------------------------------- */


/* ---------------------------------------------------------------　サイトマップ▼* --------------------------------------------------------------- */
/* ---------------------------------------------------------------　サイトマップ▼* --------------------------------------------------------------- */



/*--------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
#video video.video {
    padding-top: 0px;
}

#typewriter-text {
    font-size: 1.8rem;
}

#logo {
    max-width: 250px;
}

.more_bt a::after {
    top: 50%;
    right: 15px;
    display: none;
}



.top_cms_wrap_title_en {
    font-size: 2.5rem;
}

.top_cms_wrap_title:after {
    left: 0;
    bottom: 20px;

}



#intro .intro_bg, #intro .bg_box{
    border-radius: 0;
}

    #intro .bg_txt {
        font-size: 80px;
        top: -10px;
    }

#contents1{padding-bottom: 50px;}

#contents1 .about_txt {
    top: -110px;
    right: -40px;
    font-size: 80px;
}


#contents2 .top_title {
    padding-bottom: 150px;
}

#contents1 h2 {
    font-size: 30px;
    font-size: -webkit-calc(1rem + 24px);
    font-size: calc(1rem + 24px);
}

#contents2 .top_title h2 {
    font-size: 45px;
}


#top_cms {
    padding-top: 50px;
    padding-bottom: 10px;
}

.top_cms_box:last-of-type {
    margin-bottom: 60px;
}

#top_info h2 {
    font-size: 8.5vw;
    top: -60px;
    letter-spacing: 10px;
}

#page_title{height: 400px;}

#sp_nav a.active {
    border-bottom: 1px solid var(--white);
}

footer {
    padding-bottom: 0px;
}

#page4 #cms_2-g .cate_list li {
    width: 50% ! IMPORTANT;
}

}

/*--------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
#intro .intro_title:before{
    display: none;
}

.typewriter-wrapper {
    max-width: 100%;
    padding: 10px 20px;
    top: calc(1% + 100px);
}

#typewriter-text {
    font-size: 1.3rem;
}

 .typewriter {font-size: 1.4rem;line-height: 1;}

#video {
    top: 64%;
}

#loader.load .load_logo figure {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

#header.head_fix #pc_nav ul {
    height: 70px;
}

#logo {
    max-width: 180px;
}

#main_img:after{
    border-width: 119px 0 0 1140px;
}

#intro:before{
    top: -62px;
    border-width: 62px 0 0 606px;
}

#intro .intro_title,#contents1 h2{
    text-align: center;
}

#contents1 .txt_box {
    text-align: center;
}

#intro .intro_title span,#contents1 span {
    text-align: center;
}

.info_txt h3 {
    font-size: 20px;
}

.info_txt p {
    font-size: 15px;
}

.TopTxt03, .TopTxt05, .TopTxt07 {
    font-size: 20.5px;
    letter-spacing: 0px;
}

.no {
    font-size: 3rem;
}

#intro .bg_txt {
    font-size: 40px;
    top: -5px;
    
}

#contents1 .about_txt {
    font-size: 40px;
    top: -40px;
    }

#intro h2 {
    font-size: 24px;
}

#contents1 {
    padding-bottom: 40px;
}

#contents1 h2 {
        font-size: 25px;
        letter-spacing: 0;
    }

#contents1 .dec{width: 50%;right: 150px;}

#contents2 .top_title h2 {
    font-size: 22px;
}

#contents2 .top_title p {
    font-size: 39px;
}

#contents2 .top_title {
    padding-bottom: 100px;
}

    #top_info h2 {
        top: -45px;
        font-size: 15vw;
        padding-bottom: 0px;
        padding-top: 0px;
        letter-spacing: 4px;
    }

.tel_bt a {
    font-size: 20px;
}

#top_info .more_bt a {
    font-size: 20px;
}

#page_title {
    height: 300px;
}

#page_title h2 span{padding: 20px 50px 20px 50px;}

#page_title h3 span{padding: 10px 30px 10px 50px;}

.top_cms_box:last-of-type {
    margin-top: 30px;
}

.contact_tel_title_en {
    font-size: 4rem;
}

}

/*-----------------------------------------------------------------------------------------------スマホ 320px以下サイズ-------------------------------------------------------------------------------------------------*/
.more_bt a::after {
    top: 50%;
    right: 5px;
}

/*お問合わせバナー*/
#fix_bnr {
    bottom: 20px;
    right: 99px;
    z-index: 11;
    width: 331px;
}
@media screen and (max-width: 1280px){
	#fix_bnr{width: 300px;}
}
@media screen and (max-width: 768px){
#fix_bnr {
    bottom: 31px;
    width: 350px;
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    bottom: 10px;
    /*right: auto;*/
    max-width: 205px;
    width: 60%;
}
}