﻿

/*
Theme Name: rikuro_wp
Description: rikuro_wp template.
Version: 1
Author: rikuro
Author URI: rikuro
Version: 1.0
License: rikuro
*/

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #000000;
  font-family: "Noto Serif JP", serif;
/*   font-family: "Noto Serif JP", "MS 明朝","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #000000;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}
.sp_mv{
  display: none!important;
}

.go_top{
}

/* web font
-----------------------------------------------------------------*/
.ft_noto-serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.ft_marcellus{
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.ft_noto-sans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  position: relative;
}
#Header.top{
  height: 100vh;
}
#Header.under{
  position: relative;
  z-index: 5;
}
#Header.top .logo{
  position: absolute;
  left: 100px;
  top: 30px;
  z-index: 5;
  color: #ffffff;
}
#Header.top .logo a{
  color: #ffffff;
  font-size: 1.7rem;
  font-family: "Marcellus", serif;
}
#Header.under .logo{
  width: 390px;
  z-index: 5;
  background-color: #C60813;
}
#Header.under .logo a{
  display: block;
  width: 390px;
  color: #ffffff;
  font-size: 1.7rem;
  font-family: "Marcellus", serif;
  text-align: center;
  padding: 17px 0;
}
#Header.under .page_name{
  position: absolute;
  left: 410px;
  top: 15px;
  color: #C60813;
}
#Header.under .page_name span{
  font-size: 1.4rem;
  color: #ffffff;
  padding-left: 5px;
}

#Header.top .btn_entry{
  position: fixed;
  right: 100px;
  top: 25px;
  z-index: 10;
}
#Header.top .btn_entry a{
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  display: block;
  padding: 12px 30px;
  background: rgba(0,0,0,0.3);
}

#Header.under .btn_entry{
  display: none;
}

.global_navi{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1030px;
  z-index: 5;
  display: none;
  box-shadow: 0px 5px 8px 8px rgba(10,10,10,0.05);
}
.global_navi .global_navi_inner{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background: rgba(198,8,19,0.9);
  position: relative;
}

.global_navi .menu{
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  writing-mode: vertical-rl;
}
.global_navi .link_top{
  padding: 20px 30px 0;
  box-sizing: border-box;
}
.global_navi .link_top span{
  display: block;
  width: 50%;
}
.global_navi .link_top a{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Marcellus", serif;
  text-align: center;
  padding: 15px 10px;
}
.global_navi .link_top a:hover{
  background: rgba(0,0,0,0.2);
  opacity: 1;
}

.global_navi .link_official{
  position: absolute;
  right: 250px;
  top: 35px;
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
}
.global_navi .link_official a{
  color: #ffffff;
}
#Navi{
  width: 100%;
  padding: 0 30px;
  display: flex;
  box-sizing: border-box;
}
#Navi ul{
  width: 50%;
}
#Navi ul li{
  margin: 10px 0;
}
#Navi ul li a{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Marcellus", serif;
  text-align: center;
  padding: 15px 10px;
}
#Navi ul li a span{
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
#Navi ul li a:hover{
  background: rgba(0,0,0,0.2);
  opacity: 1;
}
#Header .nav_box{
  position: fixed;
  top: 25px;
  right: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 10;
  background: rgba(0,0,0,0.3);
  border-radius: 30px;
}
#Header .menu-trigger,
#Header .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
#Header .menu-trigger{
  position: relative;
  width: 21px;
  height: 25px;
  cursor: pointer;
  padding: 20px 15px;
}
#Header .menu-trigger a:hover{
  opacity: 1;
}
#Header .menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
#Header .menu-trigger span:nth-of-type(1){
  top: 28px;
}
#Header .menu-trigger span:nth-of-type(2){
  top: 18px;
}
#Header .menu-trigger.active span:nth-of-type(1){
  top: 25px;
  transform: rotate(-45deg);
}
#Header .menu-trigger.active span:nth-of-type(2){
  top: 25px;
  transform: rotate(-135deg);
}
#Header .menu-trigger.active span{
}

.global_navi .copy{
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}



#Header .mv{
  line-height: 0;
  position: relative;
  z-index: 1;
}
#Header .mv .mv_slide .mv_img{
  position: relative;
}
#Header .mv .mv_slide .mv_img > picture img{
  height: calc( 100vh - 40px );
  width: 100%;
  object-fit: cover;
}
#Header .mv .mv_slide .txt_01{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Header .mv .mv_ttl{
  position: absolute;
  z-index: 3;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 6.3rem;
  line-height: 9rem;
}

/*スクロールダウン全体の場所*/
.scrolldownbox{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left: 120px;
  bottom: 60px;
    /*全体の高さ*/
  height:90px;
}
.scrolldownbox p{
  position: absolute;
  bottom: -30px;
  left: -15px;
  font-family: "Marcellus", serif;
  color: #ffffff;
  font-size: 1.3rem;
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 40px;
  background: #ffffff;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  40%{
    height: 40px;
    opacity: 1;
  }
  100%{
    height: 0;
    top: 100px;
    opacity: 0;
  }
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main.under{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
  font-size: 2.6rem;
  text-align: center;
  font-family: "Marcellus", serif;
  color: #C60813;
  font-weight: 400;
  margin-bottom: 40px;
}
#Main h2.ttl span{
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  display: block;
}
#Main h2.ttl.white{
}
#Main h3.ttl{
}

#Main .mv_area{
  position: relative;
  margin-top: -67px;
  z-index: 1;
}
#Main .mv_area .mv_ttl{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
#Main .mv_area .page_mv{
  height: 300px;
}
#Main .mv_area .page_mv img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 2s,visibility 2s, transform 2s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.img_link{
  position: relative;
  z-index: 1;
}
.img_link.shadow{
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.img_link a{
  display: block;
  overflow: hidden;
  position: relative;
}
.img_link a .ttl{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.img_link a:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.img_link a img{
  transition: 0.7s;
}
.img_link a:hover{
  opacity: 1;
}
.img_link a:hover img.bg{
  transform:scale(1.05,1.05);
}

.link_btn{
  text-align: center;
  width: 240px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;

  background: #C60813;
}
.link_btn a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 1.6rem;
  font-family: "Marcellus", serif;

  color: #ffffff;
  background-image: url(../image/arrow_off.png);
  background-position: right 20px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.link_btn a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  display: block;
  transition: .2s;
  z-index: -1;

  background: #FC4E4E;
  background-image: url(../image/arrow_on.png);
  background-position: right 20px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.link_btn a:hover{
  opacity: 1;
}
.link_btn a:hover:before{
  width: 100%;
}


.link_btn.dgray{
  background: #7C6D6D;
}
.link_btn.dgray a{
  color: #ffffff;
  border: solid 1px #7C6D6D;
}
.link_btn.dgray a:before{
  background: #ffffff;
}
.link_btn.dgray a:hover{
  color: #7C6D6D;
}
.link_btn.dgray a:after {
  background-color: #ffffff;
}
.link_btn.dgray a:hover:after {
  background-color: #7C6D6D;
}


ul.lcstory_list{
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
ul.lcstory_list li{
  text-align: center;
  width: 232px;
}
ul.lcstory_list li a{
  
}
ul.lcstory_list li .img{
  border-radius: 100%;
  border: solid 2px #ffffff;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
  overflow: hidden;
}
ul.lcstory_list li .img img{
  width: 232px;
  height: 232px;
  object-fit: cover;
}
ul.lcstory_list li .num{
  color: #C60813;
  font-size: 3rem;
  font-family: "Marcellus", serif;
}
ul.lcstory_list li .ttl{
  font-size: 1.8rem;
}



#SecNews{
  background: #ffffff;
  padding: 40px 50px 50px;
  position: relative;
}
#SecNews .inner{
  max-width: 1020px;
  margin: 0 auto;
}
ul.news_slide{
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
ul.news_slide li{
  position: relative;
  color: #ffffff;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
  width: 31%;
}
ul.news_slide li > a{
  display: block;
  font-weight: 500;
  padding: 0 0 10px 0;
}
ul.news_slide li .cat{
  position: absolute;
  left: 0;
  top: -15px;
  color: #ffffff;
  padding: 2px 20px;
  font-size: 1.8rem;
  font-family: "Marcellus", serif;
  background: #C60813;
}
ul.news_slide li .cat.news{
  background: #575757;
}
ul.news_slide li img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
ul.news_slide li .date{
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 10px 15px;
  color: #313131;
  font-weight: 400;
}
ul.news_slide li .txt{
  font-size: 1.8rem;
  margin: 15px 15px 0;
  line-height: 3rem;
}
ul.news_slide li .name{
  font-size: 1.8rem;
  margin: 5px 15px 0;
}
ul.news_slide li .tag{
  color: #ffffff;
  background: #343434;
  display: inline-block;
  padding: 1px 5px;
  font-size: 1.2rem;
  margin: 10px 15px 5px;
}
ul.news_slide li .tag a{
  color: #ffffff;
  display: inline-block;
}
ul.news_slide li a:after{
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../image/arrow_news.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
}


.pagenation_pn{
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  padding: 20px 50px;
  margin: 0 auto;
}

.pagenation{
  text-align: center;
  max-width: 920px;
  padding: 20px 50px;
  margin: 0 auto;
}

.nav-links .page-numbers{
  text-decoration: underline;
  padding: 5px;
  font-size: 2rem;
  color: #D1D1D1;
}

.nav-links a.page-numbers.prev{
  float: left;
  text-decoration: none!important;

  position: relative;
  width: 50px;
  padding-right: 30px;
  padding-left: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.nav-links a.page-numbers.next{
  float: right;
  text-decoration: none!important;

  position: relative;
  width: 50px;
  padding-left: 30px;
  padding-right: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.nav-links a.page-numbers.prev:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  right: 0;
  background-color: #D1D1D1;
  z-index: 2;
}
.nav-links a.page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  left: 0;
  background-color: #D1D1D1;
  z-index: 2;
}

.nav-links .page-numbers.current{
  text-decoration: none;
  color: #313131;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
}

#Footer .footer_inner{
  padding: 40px 0 20px;
  max-width: 1120px;
  margin: 0 auto;
}
#Footer .entry_bnr{
  padding: 0 50px;
}
#Footer .entry_bnr .btn{
  max-width: 1020px;
  margin: 0 auto;
}
#Footer .entry_bnr .btn a{
  display: block;
  border: solid 1px #C60813;
  padding: 40px 50px 35px;
  text-align: center;
  color: #C60813;
  font-family: "Marcellus", serif;
  font-size: 2.6rem;
  background: #ffffff;
}
#Footer .entry_bnr .btn a span{
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}
#Footer .entry_bnr .btn a:hover{
  border: solid 1px #C60813;
  color: #ffffff;
  background: #C60813;
  opacity: 1;
}

#Footer .img_link{
  margin-top: 70px;
}

#Footer .site_name{
  text-align: center;
  font-size: 1.7rem;
  margin-top: 12px;
  font-family: "Marcellus", serif;
}
#Footer .copy{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  font-family: "Marcellus", serif;
}



@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

body{
  min-width: 320px;
  font-size: 1.4rem;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}

.go_top.sp{
  display: block !important;
  text-align: right;
  width: auto;
  margin: 15px 4%;
}

/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
#Header{
  position: relative;
}
#Header.top{
  height: 100vh;
}
#Header.under{
}
#Header.top .logo{
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
  color: #ffffff;
}
#Header.top .logo a{
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Marcellus", serif;
}
#Header.under .logo{
    width: 175px;
}
#Header.under .logo a{
    width: 175px;
    font-size: 1.2rem;
    padding: 25px 0 17px;
}
#Header.under .page_name {
  position: absolute;
  left: 190px;
  top: 25px;
  color: #C60813;
  font-size: 1.2rem;
}
#Header.under .page_name span{
  font-size: 1rem;
  color: #ffffff;
  padding-left: 0;
  display: block;
}

#Header.top .btn_entry{
  position: fixed;
  right: 90px;
  top: 20px;
  z-index: 10;
}
#Header.top .btn_entry a{
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  display: block;
  padding: 7px 18px;
  background: rgba(0,0,0,0.3);
}

#Header.under .btn_entry{
  display: none;
}

.global_navi{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1030px;
  z-index: 5;
  display: none;
  box-shadow: 0px 5px 8px 8px rgba(10,10,10,0.05);
}
.global_navi .global_navi_inner{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 70px 0 20px 0;
  background: rgba(198,8,19,0.9);
  position: relative;
  box-sizing: border-box;
}

.global_navi .menu{
  display: none;
}
.global_navi .link_top{
  display: none;
}
.global_navi .link_official{
  display: none;
}


#Navi{
  width: 100%;
  max-width: 480px;
  padding: 0 50px;
  margin: 0 auto;
  display: block;
}
#Navi ul{
  width: 100%;
}
#Navi ul li{
  margin: 0;
}
#Navi ul li a{
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Marcellus", serif;
  text-align: center;
  padding: 10px 10px;
  border-bottom: solid 1px #ffffff;
}
#Navi ul li.last a{
  border: none;
}
#Navi ul li a span{
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
#Navi ul li a:hover{
  background: rgba(0,0,0,0.2);
  opacity: 1;
}
#Header .nav_box{
  position: fixed;
  top: 13px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 10;
  background: rgba(0,0,0,0.3);
  border-radius: 30px;
}
#Header .menu-trigger,
#Header .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
#Header .menu-trigger{
  position: relative;
  width: 21px;
  height: 25px;
  cursor: pointer;
  padding: 20px 15px;
}
#Header .menu-trigger a:hover{
  opacity: 1;
}
#Header .menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
#Header .menu-trigger span:nth-of-type(1){
  top: 28px;
}
#Header .menu-trigger span:nth-of-type(2){
  top: 18px;
}
#Header .menu-trigger.active span:nth-of-type(1){
  top: 25px;
  transform: rotate(-45deg);
}
#Header .menu-trigger.active span:nth-of-type(2){
  top: 25px;
  transform: rotate(-135deg);
}
#Header .menu-trigger.active span{
}

.global_navi .copy{
  display: none;
}


#Header .mv{
  line-height: 0;
  position: relative;
}
#Header .mv .mv_slide .mv_img{
  position: relative;
}
#Header .mv .mv_slide .mv_img > picture img{
  height: calc( 100vh - 40px );
  width: 100%;
  object-fit: cover;
}
#Header .mv .mv_slide .txt_01{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Header .mv .mv_ttl{
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 4.4rem;
  line-height: 6.5rem;
}


/*スクロールダウン全体の場所*/
.scrolldownbox{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom: 98px;
    /*全体の高さ*/
  height:90px;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 40px;
  background: #ffffff;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  40%{
    height: 40px;
    opacity: 1;
  }
  100%{
    height: 0;
    top: 100px;
    opacity: 0;
  }
}



/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main.under{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
  font-size: 2.6rem;
  text-align: center;
  font-family: "Marcellus", serif;
  color: #C60813;
  font-weight: 400;
  margin-bottom: 30px;
}
#Main h2.ttl span{
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  display: block;
}
#Main h2.ttl.white{
}
#Main h3.ttl{
}

#Main .mv_area{
  position: relative;
  margin-top: -65px;
  z-index: 1;
}
#Main .mv_area .mv_ttl{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -10%);
  text-align: center;
  z-index: 2;
  color: #ffffff;
  font-size: 1.6rem;
}
#Main .mv_area .page_mv{
  height: 150px;
}
#Main .mv_area .page_mv img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 2s,visibility 2s, transform 2s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.img_link{
  position: relative;
  z-index: 1;
}
.img_link.shadow{
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.img_link a{
  display: block;
  overflow: hidden;
  position: relative;
}
.img_link a .ttl{
  font-size: 1.5rem;
}
.img_link a:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.img_link a img{
  transition: 0.7s;
}
.img_link a:hover{
  opacity: 1;
}
.img_link a:hover img.bg{
  transform:scale(1.05,1.05);
}

.link_btn{
  text-align: center;
  width: 240px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;

  background: #C60813;
}
.link_btn a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 1.6rem;
  font-family: "Marcellus", serif;

  color: #ffffff;
  background-image: url(../image/arrow_off.png);
  background-position: right 20px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.link_btn a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  display: block;
  transition: .2s;
  z-index: -1;

  background: #FC4E4E;
  background-image: url(../image/arrow_on.png);
  background-position: right 20px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.link_btn a:hover{
  opacity: 1;
}
.link_btn a:hover:before{
  width: 100%;
}


.link_btn.dgray{
  background: #7C6D6D;
}
.link_btn.dgray a{
  color: #ffffff;
  border: solid 1px #7C6D6D;
}
.link_btn.dgray a:before{
  background: #ffffff;
}
.link_btn.dgray a:hover{
  color: #7C6D6D;
}
.link_btn.dgray a:after {
  background-color: #ffffff;
}
.link_btn.dgray a:hover:after {
  background-color: #7C6D6D;
}


ul.lcstory_list{
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
ul.lcstory_list li{
  text-align: center;
  width: 160px;
}
ul.lcstory_list li a{
  
}
ul.lcstory_list li .img{
  border-radius: 100%;
  border: solid 2px #ffffff;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
  overflow: hidden;
}
ul.lcstory_list li .img img{
  width: 160px;
  height: 160px;
  object-fit: cover;
}
ul.lcstory_list li .num{
  color: #C60813;
  font-size: 2.4rem;
  font-family: "Marcellus", serif;
}
ul.lcstory_list li .ttl{
  font-size: 1.6rem;
}


#SecNews{
  background: #ffffff;
  padding: 40px 40px 40px;
  position: relative;
}
#SecNews .inner{
  max-width: 480px;
  margin: 0 auto;
}
ul.news_slide{
  display: block;
  padding: 20px 0 0;
}
ul.news_slide li{
  width: 100%;
  margin-bottom: 30px;
}
ul.news_slide li:nth-child(n+3){
}
ul.news_slide li a{
  display: block;
  font-weight: 500;
}
ul.news_slide li .cat{
  position: absolute;
  left: 0;
  top: -15px;
  color: #ffffff;
  padding: 2px 20px;
  font-size: 1.7rem;
  font-family: "Marcellus", serif;
}
ul.news_slide li .cat.interview{
  background: #C60813;
}
ul.news_slide li .cat.news{
  background: #575757;
}
ul.news_slide li img{
  width: 100%;
  height: 40vw;
  max-height: 155px;
  object-fit: cover;
}
ul.news_slide li .date{
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 10px 15px;
  color: #313131;
  font-weight: 400;
}
ul.news_slide li .txt{
  font-size: 1.6rem;
  margin: 15px 15px 0;
  line-height: 3rem;
}
ul.news_slide li .name{
  font-size: 1.7rem;
  margin: 5px 15px 0;
}
ul.news_slide li .tag{
  color: #ffffff;
  background: #343434;
  display: inline-block;
  padding: 1px 5px;
  font-size: 1.1rem;
  margin: 10px 15px 5px;
}
ul.news_slide li a:after{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../image/arrow_news.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.pagenation_pn{
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  padding: 10px 20px;
  margin: 0 auto;
}
.pagenation_pn img{
  width: 90px;
  height: auto;
}

.pagenation{
  text-align: center;;
  padding: 20px;
  margin: 0 auto;
}

.nav-links .page-numbers{
  text-decoration: underline;
  padding: 5px;
  font-size: 1.2rem;
}

.nav-links a.page-numbers.prev{
  float: left;
  text-decoration: none!important;

  position: relative;
  width: 40px;
  padding-right: 20px;
  padding-left: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.nav-links a.page-numbers.next{
  float: right;
  text-decoration: none!important;

  position: relative;
  width: 40px;
  padding-left: 20px;
  padding-right: 0;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.nav-links a.page-numbers.prev:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  right: 0;
  background-color: #D1D1D1;
  z-index: 2;
}
.nav-links a.page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  left: 0;
  background-color: #D1D1D1;
  z-index: 2;
}



/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/


/* 767pxまでの幅の場合に適応される */
}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

.sp_mv{
  display: inline-block!important;
}
.pc_mv{
  display: none!important;
}

#Header .mv_img{
  height: 100vh;
}
#Header .mv_img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
}

#Footer .footer_inner{
  padding: 40px 0 20px;
  max-width: 1120px;
  margin: 0 auto;
}
#Footer .entry_bnr{
  padding: 0 20px;
}
#Footer .entry_bnr .btn{
  max-width: 1020px;
  margin: 0 auto;
}
#Footer .entry_bnr .btn a{
  display: block;
  border: solid 1px #C60813;
  padding: 10px 40px 10px;
  text-align: center;
  color: #C60813;
  font-family: "Marcellus", serif;
  font-size: 2rem;
  background: #ffffff;
}
#Footer .entry_bnr .btn a span{
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
}
#Footer .entry_bnr .btn a:hover{
  display: block;
  color: #ffffff;
  background: #C60813;
  opacity: 1;
}

#Footer .img_link{
  margin-top: 40px;
}

#Footer .site_name{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  font-family: "Marcellus", serif;
}
#Footer .copy{
  text-align: center;
  font-size: 0.8rem;
  margin-top: 15px;
  font-family: "Marcellus", serif;
}


}
