﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&display=swap');

.font1,
.more_bt a{
    font-family: 'EB Garamond', serif;
    line-height:1.2;
}

.font_noto{
    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;
}

/*
#loader{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#06283D;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}
#pc_nav ul:first-of-type,
#pc_nav ul:last-of-type,
#page-top a{
    border-radius: 0;
}

#logo{
    max-width:150px;
}
.fix_bnr{
    display:none;
}


/*--top page---------------------------
-------------------------------------*/
.catch {
    z-index: 3;
    font-size: 2.5rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.catch .sample_txt{
    font-size:1.5rem;
}
/*動画挿入後、必要そうならコメントはずす
#video{
    position:relative;
}
#video::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    background:rgba(0,0,0,0.2);
    pointer-events:none;
}
*/
#video{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 2px;
  background: #fff;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

#intro .Text-Span:after{
  background: #fff;    
}
.intro_subtitle,
.con1_subtitle,
.con2_subtitle{
    font-size:5rem;
}
.con1_subtitle{
    margin-left: -30px;
}
#contents1 .Text-Span:after,
#contents2 .Text-Span:after{
  background: #06283D;    
}

/* 018 */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*margin: 0 auto;*/
    max-width: 155px;
    padding: 10px 0px 10px 25px;
    /*color: #313131;*/
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
#contents2 .button018 a{
    margin:0 auto;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background: #06283D;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
#intro .button018 a:after{
    background:transparent;
    border:1px solid #fff;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}


/*loopslide*/
.loopSlide {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
}

.loopSlide ul {
        padding: 0;
        width: 100vw;
        display: flex;
        flex-shrink: 0;
}
.loopSlide ul:first-child {
        animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
        animation: slide2 60s linear infinite;
}
 
.loopSlide ul li {
            display: inline-block;
            width: 100%;
            min-width: 150px;
            list-style: none;
            text-align: center;
            padding: 10px 5px;
}
.loopSlide ul img {
            display: block;
            width: 100%;
            height: auto;
}
 
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
 
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
 
    to {
        transform: translateX(-200%);
    }
}


.more_bt a{
    border-radius:50px;
}

/*--under page---------------------------
-------------------------------------*/
.cate_list .more_bt a {
    border-radius: 0;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){
.intro_subtitle, .con1_subtitle, .con2_subtitle {
    font-size: 3.5rem;
}
#intro .grid_5{
    padding-top:50px;
}
#intro .grid_5,#intro .grid_7{
    width:50%!important;
}
#contents1 .txt_box{
    padding-top:50px;
}
}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img{
    margin-top:90px;
}
#video{
    height:37vh;
}
.catch{
    font-size:1.5rem;
}
.catch .sample_txt {
    font-size: 1.2rem;
}
.Text-Span:after{
    bottom: -7px;
}
#intro .grid_5, #intro .grid_7,#contents1 .txt_box {
    width: 100%!important;
    padding: 0 30px;
}
.con1_subtitle {
    margin-left: 0;
}
#contents2 .cate_box {
    box-shadow: none;
}
#page-top{
    right:10px;
}
#page-top a{
    box-shadow: none;
}
.fix_bnr{
    right:60px;
    z-index:10;
    display:block;
}
.fix_bnr a{
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#logo {
    max-width: 110px;
    padding-top: 5px;
}
#main_img {
    margin-top: 65px;
}
#video {
    height: 27vh;
}
#intro .Text-Span:after{
    display:none;
}
.intro_subtitle, .con1_subtitle, .con2_subtitle {
    font-size: 3rem;
}

#copyright{
    padding-bottom:70px;
}
#cms_2-g .cate_title{
    font-size: 1.5em;
}
}




