/*=================================================
 * CSS for PC
 * ================================================= */

/***************************************
TITLE
****************************************/

.s_title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s_title span {
  display: block;
  font-family: "FontA";
  font-size: 58px;
  line-height: 66px;
  padding: 0 0 0 30px;
}

.s_title em {
  position: relative;
  display: block;
  font-family: "UDDigital1";
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 70px;
}
.s_title em:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #b7282d;
  position: absolute;
  top: 9px;
  left: 0;
}

.linetxt {
  position: relative;
  margin-left: 30px;
}
.linetxt img {
  width: 100%;
  height: auto;
}
.linetxt p {
  font-family: "UDDigital1";
  font-size: 22px;
  line-height: 24px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  position: absolute;
  top: -30px;
  right: 20px;
}

/** .img_slide **/

.img_slide {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}
.img_slide {
  width: 100%;
  margin: 0 auto;
}
.img_slide > li {
  background: #fff;
}

.img_slide_bg {
  /* font-size: 0; */
  line-height: 0;
  text-align: center;
}
.img_slide_bg img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.slick-slide:focus {
  outline: none;
}

.img_slide .slick-dots {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img_slide .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.img_slide .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img_slide .slick-dots li.slick-active button {
  background: #fff;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  bottom: -10px;
}

.slick-prev {
  left: 10px;
}
.slick-prev:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next {
  right: 10px;
}
.slick-next:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 650px) {
  .img_slide .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1vw;
  }
  .img_slide .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

/***************************************
MAIN CONTENTS
****************************************/

.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*全共通*/

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  z-index: 4;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b7282d;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/***************************************
COMMON STYLE
****************************************/

/***** font color *****/
a,
a:hover,
.tx_a,
.tx_a:hover {
  color: #dfc15f;
}
body,
.tx0,
.tx0:hover {
  color: #333;
}

.sat {
  color: #0099ff;
}
.sun {
  color: #ff3333;
}
.tel,
.tel a {
  color: #00a8ff !important;
}
.mail,
.mail a {
  color: #ff3333;
}

.red {
  color: #ff0000;
}

/***** area *****/

.area {
  font-family: "MinBold";
  color: #fff;
}
.a1 {
  background: #f4831e !important;
}
.a2 {
  background: #367fed !important;
}
.a3 {
  background: #46a134 !important;
}
.a4 {
  background: #ad75dd !important;
}
.a5 {
  background: #b85e4c !important;
}

/***** buttun *****/

.bt_bg {
  padding: 0 10px;
  text-align: center;
}

.bt,
.bt:hover {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  font-family: "MinBold";
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  color: #fff;
  border: 1px solid #ba9d42;
  border-radius: 5px;
  background: rgb(162, 137, 59);
  background: linear-gradient(
    90deg,
    rgba(162, 137, 59, 1) 0%,
    rgba(192, 162, 67, 1) 100%
  );
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.bt,
input.bt {
  -webkit-appearance: none;
}

a.bt:hover,
input.bt:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/***** slider *****/
.slick-prev,
.slick-next,
ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #949494;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}

/***************************************
ROLLOVER
****************************************/

.fade {
  display: inline-block;
  padding: 0;
}

.fade,
.up a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fade:hover,
.fade:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/***************************************
GOOGLE FONT
****************************************/

@font-face {
  font-family: FontA;
  /* 英数フォント */
  src: url("../font/LibreCaslonDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Min;
  src: url("../font/KleeOne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: MinBold;
  src: url("../font/KleeOne-SemiBold.ttf") format("truetype");
}

/***** font *****/

.font1 {
  font-family: FontA;
}

.anchor {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}

@font-face {
  font-family: "UDDigital1";
  /* フォントを変えたい場合は↓のファイル名を変える */

  /* src: url('./font/UDDigiKyokashoNK-R-03.ttf') format("truetype"); */

  /* ttfよりwoff2の方がファイルサイズ小さい */
  src: url("/font/UDDigiKyokashoN-R-01.woff2") format("woff2");
  font-weight: medium;
  /* woffは効かない */
  /* src: url('./font/UDDigiKyokashoNK-R-03.woff') format("woff"); */
}
@font-face {
  font-family: "UDDigital1";
  /* フォントを変えたい場合は↓のファイル名を変える */

  /* src: url('./font/UDDigiKyokashoNK-R-03.ttf') format("truetype"); */

  /* ttfよりwoff2の方がファイルサイズ小さい */
  src: url("/font/UDDigiKyokashoN-B-01.woff2") format("woff2");
  font-weight: bold;
  /* woffは効かない */
  /* src: url('./font/UDDigiKyokashoNK-R-03.woff') format("woff"); */
}
.middle_font {
  font-size: 17px;
  /* font-size: 30px; */
}
.content_text {
  letter-spacing: -1px;
}
