@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}
/* ========== end △ */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  overflow: hidden;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
  }
}
/* ========== end △ */
.container {
  box-sizing: border-box;
  width: 100%;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/* ========== end △ */
@media only screen and (max-width: 1366px) {
  .container {
    padding: 0 20px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 4%;
  }
}
/* ========== end △ */
img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */
a {
  color: #333;
  text-decoration: underline;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

/*====================================================================================
■ CLEAR FLOAT
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■.FLEX*/
.flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
}

/*justify-content*/
.flex-jus-start {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex-jus-end {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex-jus-center {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex-jus-between {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex-jus-around {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex-jus-ini {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex-align-item-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex-align-item-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex-align-item-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex-align-item-baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex-align-item-center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex-align-item-ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*====================================================================================
■.CM CSS
====================================================================================*/
.error {
  color: #f00;
}

.cm-title {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
}
.cm-title span {
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  display: block;
  text-transform: uppercase;
}

.cm-title02 {
  background: #b64a4a;
  font-size: 2rem;
  padding: 20px 25px;
  color: #fff;
  margin-bottom: 45px;
}
.cm-title02.bg02 {
  background: #404040;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-title02 {
    font-size: 1.8rem;
    padding: 10px 20px;
    margin-bottom: 25px;
  }
}
/* ========== end △ */
/*====================================================================================
■.HEADER
====================================================================================*/
#cm-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 999;
}
#cm-header .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ▽ SP layout ========== */
/* ========== end △ */
#cm-header .logo {
  padding: 20px 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cm-header .logo {
    padding: 10px;
    width: 75%;
    padding-right: 50px;
  }
}
/* ========== end △ */
#cm-header.fixed {
  background: rgba(0, 0, 0, 0.7);
}
#cm-header.fixed .logo img {
  transform: scale(0.9);
}
#cm-header.fixed .trigger-menu {
  transform: scale(0.8);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cm-header.fixed .trigger-menu {
    transform: scale(1);
  }
}
/* ========== end △ */
.h-menu {
  background: #d33867;
  width: 380px;
  padding: 55px 50px;
  height: 100vh;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: -385px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.h-menu.opened {
  right: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .h-menu {
    width: 100%;
    right: -100%;
  }
}
/* ========== end △ */
.gnav {
  padding-left: 20px;
}
.gnav li {
  margin: 26px 0;
}
.gnav a {
  color: #fff;
  font-size: 3rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0 20px;
  padding-left: 0;
  line-height: 1.5;
}
.gnav a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.5s;
    background: #fff;
  }
  .gnav a:hover:before {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav a {
    font-size: 2rem;
  }
}
/* ========== end △ */
.trigger-menu {
  transform: rotate(0deg);
  transition: .3s ease-in-out;
  cursor: pointer;
  display: block;
  width: 100px;
  height: 100px;
  z-index: 9999;
  background: #d33867;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trigger-menu {
    width: 80px;
    height: 100%;
  }
}
/* ========== end △ */
.trigger-menu .line {
  position: relative;
  width: 40px;
  height: 30px;
  transition: .5s ease-in-out;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trigger-menu .line {
    width: 30px;
    height: 20px;
  }
}
/* ========== end △ */
.trigger-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transition: .25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .trigger-menu span {
    height: 2px;
  }
}
/* ========== end △ */
.trigger-menu p {
  font-size: 1.4rem;
  color: #fff;
}
.trigger-menu.active .line {
  transform: rotate(360deg);
}
.trigger-menu.active span:nth-child(1) {
  top: -18px;
  transform: translateY(15px) rotate(45deg);
  left: 5px;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  bottom: -14px;
  transform: translateY(-15px) rotate(-45deg);
  left: 4px;
}

/*====================================================================================
■.FOOTER
====================================================================================*/
#cm-footer {
  background: #000000;
  padding: 60px 0 20px;
  color: #fff;
}
#cm-footer a {
  color: #fff;
  text-decoration: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #cm-footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
/* ========== end △ */
#cm-footer .f-menu {
  display: flex;
  flex-wrap: wrap;
}
#cm-footer .f-menu ul {
  margin-left: 60px;
}
#cm-footer .f-menu li {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cm-footer .flex-jus-between {
    display: block;
  }
  #cm-footer .logo {
    padding: 0 10%;
    text-align: center;
    margin-bottom: 30px;
  }
  #cm-footer .f-menu {
    justify-content: center;
  }
  #cm-footer .f-menu ul {
    margin: 0 20px;
  }
}
/* ========== end △ */
@media only screen and (max-width: 480px) {
  #cm-footer .f-menu ul {
    margin: 0 7px;
  }
}

.copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 1.4rem;
}

.page-up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-up {
    width: 15%;
    bottom: 3% !important;
  }
  .page-up a {
    display: block;
  }
}
/* ========== end △ */
