@charset "UTF-8";

.ex-motion {
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility:hidden;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {
  list-style-type: none;
}
.eisu01 {
  font-family: 'Oswald', sans-serif;
}
.eisu02 {
  font-family: 'Bodoni Moda', serif;
}
.mintyo {
  font-family: 'Noto Serif JP', serif;
}
.wabun01 {
  font-family: 'Noto Serif JP', serif;
}
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.img-cover-a a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-contain-a a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.a-div a img:hover{
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.6s ease 0s;
}

.object-top img {
  object-position:top;
}


/* color */
.text-white {
  color: #fff;
}
.text-darkblue {
  color: #374462;
}
.text-black {
  color: #414042;
}
.text-darkgray {
  color: #666;
}
.text-gray {
  color: #bfc0c0;
}
.text-lightgray {
  color: #F4F3F3;
}
.text-magenta {
  color: #c82f8b;
}
.text-orenge {
  color: #ed7000;
}
.text-mainred {
  color: #bf1a1f;
}
.text-red {
  color: #FA0A00;
}
.text-mainbule {
  color: #152063;
}
.text-cian {
  color: #00aacb;
}
.text-pink {
  color: #ED7987;
}

/* background */
.bg-mainred {
  background: #bf1a1f;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #231816;
}
.bg-darkgray {
  background-color: #38373B;
}
.bg-gray {
  background-color: #707070;
}
.bg-lightgray {
  background-color: #F4F3F3;
}
.bg-blue {
  background-color: #0A1E6F;
}
.bg-lightblue {
  background-color: #3F4AB6;
}
.bg-beige {
  background-color: #9b7d69;
}
.bg-orange {
  background: #f08300;
}
.bg-lightorange {
  background: #F6E8D3;
}
.bg-magenta {
  background: #c82f8b;
}
.bg-green {
  background: #6fba2c;
}
.bg-line {
  background: #00c300;
}
.bg-cian {
  background: #00aacb;
}
.bg-lightblue {
  background: #e7e8ef;
}
.bg-pink {
  background: #ED7987;
}

/* border */
.border-magenta {
  border: solid #c82f8b 1px;
}
.border-pink {
  border: solid #ED7987 1px;
}
.border-cian {
  border: solid #00aacb 1px;
}
.border-white {
  border: solid #fff 1px;
}
.border-gray {
  border: solid #464747 1px;
}
.border-lightgray {
  border: solid #c8c7c7 1px;
}
.border-mainbule {
  border: solid #152063 1px;
}
.border3 {
  border-top: solid 1px #464747;
  border-left: solid 1px #464747;
  border-right: solid 1px #464747;
}
.border4 {
  border: solid 1px #464747;
}
.bbb {
  border-bottom: solid 1px #464747;
}
.bbd {
  border-bottom: dotted 1px #707070;
}
.btb {
  border-top: solid 1px #464747;
}
.blb {
  border-left: solid 1px #464747;
}
.brb {
  border-right: solid 1px #464747;
}


/* border-radius */
.border-radius10 {
    border-radius: 10px;
}
.border-radius20 {
    border-radius: 20px;
}
.border-radius30 {
    border-radius: 30px;
}
.border-radius40 {
    border-radius: 40px;
}
.bb-white {
  border-bottom: solid 1px #fff;
}
.bb-black {
  border-bottom: solid 1px #000;
}
.bb-dotted {
  border-bottom: dotted 1px #464747;
}

/* font-size */
.f05 {
  font-size: .5rem;
}
.f06 {
  font-size: .6rem;
}
.f07 {
  font-size: .7rem;
}
.f08 {
  font-size: .8rem;
}
.f09 {
  font-size: .9rem;
}
.f1 {
  font-size: 1rem;
}
.f12 {
  font-size: 1.2rem;
}
.f13 {
  font-size: 1.3rem;
}
.f14 {
  font-size: 1.4rem;
}
.f15 {
  font-size: 1.5rem;
}
.f18 {
  font-size: 1.8rem;
}
.f2 {
  font-size: 2rem;
}
.f21 {
  font-size: 2.1rem;
}
.f22 {
  font-size: 2.2rem;
}
.f23 {
  font-size: 2.3rem;
}
.f24 {
  font-size: 2.4rem;
}
.f25 {
  font-size: 2.5rem;
}
.f3 {
  font-size: 3rem;
}

/* line-height */
.lh05 {
  line-height: .5rem;
}
.lh06 {
  line-height: .6rem;
}
.lh07 {
  line-height: .7rem;
}
.lh08 {
  line-height: .8rem;
}
.lh09 {
  line-height: .9rem;
}
.lh1 {
  line-height: 1rem;
}
.lh12 {
  line-height: 1.2rem;
}
.lh15 {
  line-height: 1.5rem;
}
.lh18 {
  line-height: 1.8rem;
}
.lh2 {
  line-height: 2rem;
}
.lh25 {
  line-height: 2.5rem;
}
.lh3 {
  line-height: 3rem;
}


.ls4rem {
	letter-spacing: .4rem;
}


.box-shadow {
  box-shadow: 0 0 4px rgb(115 115 115 / 30%);
}

.waku {
  border-top: solid 3px #cdcdcd;
  border-bottom: solid 3px #cdcdcd;
}


a {
  text-decoration: none;
}


/*header*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 10;
  background:rgba(191,26,31,0.95);
}
.Hlogo {
	position: relative;
	width: 200px;
	height: 90px;
}
.Hlogo a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 150px;
	height: 70px;
}

.Hmenu {
	color: #fff;
}
.Hmenu:hover {
	color: #948049;
}


main {

}

.under-contents {
  margin-top: 200px;
}
.sub-catch01 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1rem;
}

.sub-title-btn {
  position: absolute;
  top: 0px;
  right: 20px;
}
.sub-title-btn li a {
    display: block;
    width: 80px;
    height: 80px;
    border: solid 1px #000;
    border-radius: 50px;
    text-align: center;
    color: #000;
    padding-top: 26px;
    margin-bottom: 20px;
    line-height: 16px;
}
.sub-title-btn li a:hover {
    background:rgba(191,26,31,0.7);
    color: #fff;
    border: solid 1px #fff;
}
.sub-title-btn li a span {
  display: block;
  font-size: 10px;

}


.catch01 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .2rem;
}
.catch02 {
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.4rem;
}
.catch03 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
}
.catch04 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1rem;
}
.catch05 {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1rem;
}
.catch06 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1rem;
}
/*READ MOREボタン設定*/
.BTN01 a {
	position: relative;
	display: block;
	background: #fff;
	font-size: 14px;
  font-weight: 200;
	color: #000;
	width: 150px;
	height: 30px;
	line-height: 28px;
	/*text-align: center;*/
  padding-left: 15px;
  font-family: 'Oswald', sans-serif;
  border: solid 1px #000;
	transition: all 0.6s ease 0s;
  letter-spacing: .15rem;
}
.BTN01 a:after {
	position: absolute;
	top: 14px;
	right: 0;
	content: "";
	background: #000;
	width: 20px;
	height: 1px;
  transition: all 0.6s ease 0s;
}
.BTN01 a:hover {
	background: #000;
  color: #fff;
  border: solid 1px #fff;
  transition: all 0.6s ease 0s;
}
.BTN01 a:hover:after {
  background: #fff;
  width: 5px;
  height: 1px;
	transition: all 0.6s ease 0s;
}

.BTN02 a {
  position: relative;
  display: block;
  background: #000;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  transition: all 0.6s ease 0s;
  letter-spacing: .15rem;
}
.BTN02 a:after {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  transition: all 0.6s ease 0s;
}
.BTN02 a:hover {
  background: #bf1a1f;
  color: #fff;
  transition: all 0.6s ease 0s;
}
.BTN02 a:hover:after {
  background: #fff;
  width: 5px;
  height: 1px;
  transition: all 0.6s ease 0s;
}

.BTN02-img {
  height: 140px;
}

footer {
  margin-top: 100px;
  position: relative;
  background: #EDEEEE;
}
.btn-totop {
  position: absolute;
  right: 20px;
  bottom: 60px;
  width: 70px;
  height: 70px;
}
footer a:hover {
  color: #bf1a1f;
}
.Flogo {
  width: 180px;
}
.Ficon {
  width: 30px;
}



/* フェードアップ */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定 */

.fadeUpTrigger{
    opacity: 0;
}


/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  color: #fff;
  opacity:1;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1; 
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  color: #fff!important;
  opacity: 1;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 1;
  }
  100% {
  opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  100% {
    transform-origin:left;
    transform:scaleX(1);
  }

}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.bgLRextendTrigger{
    opacity: 0;
}






















@media (max-width: 768px) {

/* font-size */
.spf05 {
  font-size: .5rem;
}
.spf06 {
  font-size: .6rem;
}
.spf07 {
  font-size: .7rem;
}
.spf08 {
  font-size: .8rem;
}
.spf09 {
  font-size: .9rem;
}
.spf1 {
  font-size: 1rem;
}
.spf12 {
  font-size: 1.2rem;
}
.spf13 {
  font-size: 1.3rem;
}
.spf14 {
  font-size: 1.4rem;
}
.spf15 {
  font-size: 1.5rem;
}
.spf18 {
  font-size: 1.8rem;
}
.spf2 {
  font-size: 2rem;
}
.spf21 {
  font-size: 2.1rem;
}
.spf22 {
  font-size: 2.2rem;
}
.spf23 {
  font-size: 2.3rem;
}
.spf24 {
  font-size: 2.4rem;
}
.spf25 {
  font-size: 2.5rem;
}
.spf3 {
  font-size: 3rem;
}




  header {
    height: 50px;
  }

  .Hlogo {
    position: unset;
    width: 130px;
    height: 50px;
    padding: 5px 1px;
  }
  .Hlogo a img {
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }



  header .toggle_btn {
    background-color: #fff;
  }
  header .toggle_btn p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 25px;
  }


/*//// ヘッダーnavi ////*/
  /*//// nav ////*/
  header nav {
    display: block;
    position: fixed;
    top: 0;
    left: -1200px;
    bottom: 0;
    width: 100% !important;
    background: rgba(255,255,255,0.85);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }

  .open nav {
    left: 0;
    opacity: 1;
  }

  header nav .inner {
    padding: 50px;
    background-color: rgba(191,26,31,0.8);
  }

/*  header nav .inner .title {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.4rem;
    padding: 1.5rem 1rem 0;
    margin-bottom: 0;
  }
*/
  header nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  header nav .inner ul li {
    position: relative;
    margin: 0;
    /*border-bottom: 1px solid #9198A7;*/
  }

  .sp-Hmenu1 {
    font-weight: 400;
    font-style: normal;
    display: block;
    color: #fff;
    font-size: 2.4rem;
    padding-bottom: .3rem;
    text-decoration: none;
    transition-duration: 0.3s;
  }

  .sp-Hmenu1 span {
    font-size: 1.1rem;
    display: inline-block;
    margin-right: 0.8rem;
  }

  .sp-Hmenu1:hover {
    color: #3f4756 !important;
    transition-duration: 0.3s;
  }

  .sp-Hmenu2 {
    font-weight: 400;
    font-style: normal;
    display: block;
    color: #fff;
    font-size: 1rem;
    padding-bottom: .3rem;
    padding: .6rem 0;
    text-decoration: none;
    transition-duration: 0.3s;
  }


  /*//// toggle_btn ////*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 3px;
    background-color: #bf1a1f;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 16px;
  }
  .toggle_btn span:nth-child(2) {
    top: 24px;
  }
  .toggle_btn span:nth-child(3) {
    top: 32px;
  }
  .open .toggle_btn span {
    background-color: #bf1a1f;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
  }
  /*//// #mask ////*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }


  .brb {
    border: none;
  }
  .btn-totop {
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }

.under-contents {
  margin-top: 100px;
}

.sp-h-350 {
  height: 250px!important;
}



.catch02 {
  letter-spacing: 0;
  line-height: 1.6rem;
}
.catch03 {
  font-size: 2.3rem;
  line-height: 2.3rem;
}



.Ficon {
  width: 50px;
}



}
