@charset "utf-8";

/* ---------------------------------------------------
   File: common.css
   Version: 1.0.0
   Update: 2022-10-24
   Author: https://flowlab.co.jp

   (c)2007-2022 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */
/* ====================================================
/* ====================================================
		Splash
==================================================== */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-feature-settings: normal;
  letter-spacing: 0.4em;
  z-index: 999999;
  text-align: center;
  background-color: #fff;
}
#splash_logo {
  line-height: 3.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20%;
}
#splash .fadeUp {
  animation-name: splashAnime;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  opacity: 0;
  display: block;
}
#splash .fadeUp.delayAfter {
  animation-delay: 1s;
  text-align: left;
}
@keyframes splashAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}


/* ====================================================
		Layout
==================================================== */
.row {
  padding: 150px 0;
  margin: 0 auto;
}


/* ====================================================
		Web Font
==================================================== */
.font_cezanne {
  font-family: fot-cezanne-pron,sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_ryumin　{
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight: 300;
  font-style: normal;
}


/* ====================================================
		Header
==================================================== */
#gHeader {
	width: 100%;
  padding: 34px 0;
  text-align: center;
}

/* -------------------------------
		Logo
------------------------------- */
#gHeader h1 {
  width: 330px;
  margin: 0 auto;
}
#gHeader h1 a {
	display: block;
}
#gHeader h1 p {
	font-family: YuGothic,sans-serif;
  line-height: 1.5em;
  font-size: 1.4rem;
  padding-top: 10px;
  color: #CCAF6D;
  letter-spacing: 0.08em;
}

/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 1000;
}
#gNavi ul {
	display: flex;
	justify-content: space-between;
}
#gNavi ul li {
}
#gNavi ul li a {
	display: block;
	position: relative;
}
#gNavi.fix {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	z-index: 10002;
}
#gNavi.fix a {
	color: #000;
}
#gNavi.fix ul a::after {
	background-color: #000;
}
@media all and (min-width: 897px) {
	#gNavi a:hover::after {
		opacity: 1;
	}
}



/* ====================================================
		btn Animation
==================================================== */
#magazineBox .contents .textArea .btn {
  width: 190px;
  position: relative;
  color: #333; 
  margin: 30px 0 0 300px;
}
#magazineBox .contents .textArea .btn .btnArrow {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 70px;
  border-bottom: 1px solid #333;
}
#magazineBox .contents .textArea .btn .btnArrow::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  height: 1px;
  background-color: #f8f8f8;
  width: 0;
  -webkit-transition: width .1s;
  -o-transition: width .1s;
  transition: width .1s;
    transition-delay: 0s;
  -webkit-transition-delay: .08s;
  -o-transition-delay: .08s;
  transition-delay: .08s;
}
#magazineBox .contents .textArea .btn .btnArrow::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  display: block;
  content: "";
  width: 1px;
  height: 8px;
  background-color: #333;
}
#magazineBox .contents .textArea .btn .btnLink {
  position: relative;
  display: block;
  padding: 10px 0 10px 12px;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
#magazineBox .contents .textArea .btn .btnLink:hover {
  opacity: 1;
}

.bgskew {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    border: 1px solid #333;/* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .2s;
}

/*ボタン内spanの形状*/
.bgskew span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.bgskew:hover span{
	color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#333;
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
	animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}


}




/* ====================================================
		Footer
==================================================== */
#gFooter {
  color: #fff;
  font-family: YuGothic,sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: #870025;
  padding: 80px 0 10px;
}
#gFooter a {
  color: #fff;
}
#gFooter .row {
  display: flex;
  padding: 0;
  width: 1100px;
  justify-content: space-between;
}
#gFooter .information {
  width: 60%;
  padding-bottom: 50px;
}
#gFooter .link {
  width: 30%;
}
/* -------------------------------
		Logo
------------------------------- */
#gFooter #flogo {
  width: 200px;
  padding-bottom: 20px;
}
#gFooter #flogo a {
  display: block;
}

/* -------------------------------
		h2
------------------------------- */
#gFooter h2 {
  font-size: 1.05em;
  font-weight: 500;
}


/* -------------------------------
		Address
------------------------------- */
#gFooter address {
  font-style: normal;
  line-height: 1.4;
  font-size: 0.8em;
}

/* -------------------------------
		Footer Navigation
------------------------------- */
#gFooter ul {
}
#gFooter ul li {
}
#gFooter ul li a {
}
@media all and (min-width: 897px) {
	#gFooter ul li a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------
		Page Top
------------------------------- */
#gFooter #pageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	display: none;
}
#gFooter #pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	#gFooter #pageTop a:hover {
		opacity: 0.7;
	}
}
  
/* -------------------------------
		Link
------------------------------- */
#gFooter .link a {
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
}

/* -------------------------------
		Copyright
------------------------------- */
#gFooter #copyright {
	display: block;
	text-align: center;
  font-size: 0.7em;
}


/* ====================================================
		Page Path
==================================================== */
#pagePath {
}
#pagePath ul {
	display: flex;
	flex-wrap: wrap;
}
#pagePath ul li {
	position: relative;
}


/* ====================================================
		WEB Font
==================================================== */






/* ====================================================
		Title
==================================================== */

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

/* -------------------------------
		Contents Title
------------------------------- */













/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  
  /* ====================================================
      Layout
  ==================================================== */
  
  
  /* ====================================================
		Header
  ==================================================== */
  #gHeader {
    width: 100%;
  }

  /* -------------------------------
      Logo
  ------------------------------- */
  #gHeader h1 {
    width: 300px;
  }
  #gHeader h1 p {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Logo
  ------------------------------- */
  
  /* -------------------------------
      Global Navigation
  ------------------------------- */
	#gNavi {
	}
	#gNavi ul li {
	}
	#gNavi a {
	}
  
  
  /* ====================================================
		btn Animation
==================================================== */
  #magazineBox .contents .textArea .btn {
    width: 160px;
    margin: 40px 0 0 56%;
  }
  .bgskew span {
    font-size: 0.9em;
  }
  
  #magazineBox .contents .textArea .btn .btnArrow {
    width: 60px;
  }
  #magazineBox .contents .textArea .btn .btnLink {
  padding: 12px 0 12px 12px;
}
  
  
  
  
  
/* ====================================================
		Footer
==================================================== */
#gFooter {
  padding: 80px 0 10px;
}
#gFooter .row {
  width: auto;
  padding: 0 8%;
}
#gFooter .information {
  width: 60%;
  padding-bottom: 50px;
}
#gFooter .link {
  width: 30%;
}
/* -------------------------------
		Logo
------------------------------- */
#gFooter #flogo {
  width: 200px;
  padding-bottom: 20px;
}

/* -------------------------------
		h2
------------------------------- */
#gFooter h2 {
  font-size: 1em;
}

/* -------------------------------
		Address
------------------------------- */
#gFooter address {
  font-size: 0.75em;
}

/* -------------------------------
		Page Top
------------------------------- */
#gFooter #pageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	display: none;
}

/* -------------------------------
		Copyright
------------------------------- */
#gFooter #copyright {
  font-size: 0.6em;
}


/* ====================================================
		Page Path
==================================================== */
#pagePath {
}
#pagePath ul {
	display: flex;
	flex-wrap: wrap;
}
#pagePath ul li {
	position: relative;
}


  /* ====================================================
      Page Path
  ==================================================== */


  /* ====================================================
      WEB Font
  ==================================================== */


  /* ====================================================
      Title
  ==================================================== */

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

  /* -------------------------------
      Contents Title
  ------------------------------- */
}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  /* ====================================================
		Splash
==================================================== */
#splash_logo {
  width: 40%;
}
  
  /* ====================================================
      Layout
  ==================================================== */
  .row {
    padding: 80px 0;
  }
  #container {
		padding-top: 0;
	}
  

  /* ====================================================
      Header
  ==================================================== */
  #gHeader {
    padding: 20px 0;
  }

  /* -------------------------------
      Logo
  ------------------------------- */
  #gHeader h1 {
    width: 150px;
  }
  #gHeader h1 p {
    line-height: 1.3em;
    font-size: 0.8rem;
    padding-top: 6px;
  }
  
  /* -------------------------------
      Logo
  ------------------------------- */
	#gHeader .logo {
	}
  
  /* -------------------------------
      Global Navigation
  ------------------------------- */
  
  
  /* ====================================================
		btn Animation
==================================================== */
  #magazineBox .contents .textArea {
    position: relative;
  }
  #magazineBox .contents .textArea .btn {
    width: 150px;
    margin: 30px 0 0 0;
    right: 2em;
    position: absolute;
  }
  .bgskew span {
    font-size: 0.9em;
  }
  
  #magazineBox .contents .textArea .btn .btnArrow {
    width: 60px;
  }
  
  
  /* ====================================================
		Footer
  ==================================================== */
  #gFooter {
    letter-spacing: 0.06em;
    padding: 80px 0 10px;
  }
  #gFooter .row {
    display:inherit;
    width: auto;
    padding: 0 8%;
  }
  #gFooter .information {
    width: 100%;
    padding-bottom: 50px;
  }
  #gFooter .link {
    width: 100%;
    padding-bottom: 80px;
  }
  /* -------------------------------
      Logo
  ------------------------------- */
  #gFooter #flogo {
    width: 150px;
    padding-bottom: 20px;
  }

  /* -------------------------------
      h2
  ------------------------------- */
  #gFooter h2 {
    font-size: 0.9em;
  }

  /* -------------------------------
      Address
  ------------------------------- */
  #gFooter address {
    font-size: 0.7em;
  }
  
  /* -------------------------------
      Link
  ------------------------------- */
  #gFooter .link a span {
    font-size: 0.9em;
  }
  
  
  /* -------------------------------
		Footer Navigation
  ------------------------------- */

  @media all and (min-width: 897px) {
    #gFooter ul li a:hover {
      opacity: 0.7;
    }
  }
  
  /* -------------------------------
      Page Top
  ------------------------------- */
  @media all and (min-width: 897px) {
    #gFooter #pageTop a:hover {
      opacity: 0.7;
    }
  }
  /* -------------------------------
      Copyright
  ------------------------------- */
	#gFooter #copyright {
    font-size: 0.6em;
	}


}





