@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #1a1103;
  font-family: "Noto Sans JP", "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.55rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.1em;
}

a {
  color: #e61500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}
#wrapper.contents {
  overflow: initial;
}

img {
  max-width: 100%;
  height: auto;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 500;
}

.mincho {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.eng {
  font-family: "Josefin Sans", sans-serif;
}

.bigger {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

.en-big {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.bold {
  font-weight: 600;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.gradient {
  background: linear-gradient(45deg, #ccc, #999999, #eee);
  background-size: 600% 600%;
  animation: anim-gradient 10s ease infinite;
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#l-header {
  width: 100%;
  height: 100px;
  border-bottom: 0.9px solid rgba(254, 254, 254, 0.3);
  z-index: 200;
  background: #fefefe;
  display: flex;
  position: relative;
  align-items: center;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1100px) {
  #l-header .inner {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 896px) {
  #l-header .inner {
    width: calc(100% - 100px);
    margin: 0 20px 0 auto;
  }
}
#l-header .inner #logo {
  width: 270px;
  z-index: 15;
}
#l-header .inner #logo img {
  filter: invert(0);
}
#l-header .inner .contact-btn a {
  padding: 7px 50px;
  background: transparent;
  color: #fefefe;
  border-radius: 80px;
  border: 1px solid rgba(254, 254, 254, 0.5);
}
#l-header .inner .contact-btn a:hover {
  background: #fefefe;
  color: #ff1700;
}
@media all and (max-width: 639px) {
  #l-header .inner .contact-btn {
    display: none;
  }
}
#l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
}
#l-header.is-fixed .inner #logo img {
  filter: invert(0);
}
#l-header.is-fixed .inner .contact-btn a {
  padding: 7px 50px;
  background: transparent;
  color: #ff1700;
  border-radius: 80px;
  border: 1px solid #ff1700;
}
#l-header.is-fixed .inner .contact-btn a:hover {
  background: #ff1700;
  color: #fefefe;
}
#l-header.is-fixed #nav-toggle span {
  background: #333;
}
#l-header.is-fixed #header_nav {
  /*
  ul {
  	li{
  		a{
  			color: #333;
  			&:hover,
  			&.active {
  				color: $sub_color;
  			}
  		}
  	}
  }*/
}
#l-header.is-fixed #header_nav .dropdown .dropdown-li a {
  color: #fefefe;
}
#l-header .head-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media all and (max-width: 896px) {
  #l-header .head-right {
    display: none;
  }
}

#header_nav {
  position: relative;
  z-index: 20;
}
#header_nav ul {
  display: flex;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_nav ul li.icon a {
  width: 60px;
}
#header_nav ul li.btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-weight: 400;
  background: #ff1700;
  color: #fefefe;
  margin-left: 10px;
  padding: 10px 15px;
  border-radius: 50px;
}
#header_nav ul li.btn a:hover {
  background: #999999;
  color: #fefefe;
}
#header_nav ul li a {
  letter-spacing: 0.09rem;
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 0 15px 0;
  color: #202025;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  /*
  &:hover,
  &.active {
  	color: $sub_color;
  }*/
}
@media all and (max-width: 1100px) {
  #header_nav ul li a {
    font-size: 1.1rem;
    padding: 0 10px 0;
  }
}
#header_nav ul li a span {
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
}
#header_nav ul li a:hover {
  color: #999999;
}
#header_nav ul li:first-child {
  border-left: none;
}
#header_nav ul li:first-child a::after {
  display: none;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 999;
  padding-top: 30px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 5px;
  background: #999999;
  text-align: center;
  z-index: 999;
}
#header_nav .dropdown .dropdown-li:last-child {
  display: block;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  padding: 10px 8px;
  color: #fefefe;
  font-size: 1.2rem;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li:hover {
  background: #ff1700;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}

/* splash
----------------------------------*/
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  z-index: 9999999;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #ff1700;
  border-radius: 50%;
  border-right: 1px solid rgba(255, 23, 0, 0.2);
  border-top: 1px solid rgba(255, 23, 0, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}

.splashbg {
  display: none;
}

#slide-bg.appear .splashbg {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  width: 40%;
  height: 100vh;
  top: 0;
  right: 0;
  transform: scaleY(0);
  background-image: linear-gradient(to bottom left, #ff1700, #999999);
  animation-name: PageAnime;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
#slideshow {
  opacity: 0;
}

#slide-bg.appear #slideshow {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #ff1700;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fefefe;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 3%;
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.swiper-slide {
  position: relative;
  background: #fefefe;
}
.swiper-slide.slide1:before {
  background-image: url(../img/sample01.webp);
}
.swiper-slide.slide2:before {
  background-image: url(../img/sample02.webp);
}
.swiper-slide.slide3:before {
  background-image: url(../img/sample03.webp);
}

.slide-img {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 45vh;
  }
}
@media all and (max-width: 896px) {
  .slide-img img {
    width: 60%;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 67vh;
  }
  .slide-img img {
    width: 80%;
  }
}
.slide-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* slideshow
----------------------------------*/
#slide-bg {
  position: relative;
  padding: 15px 0 0;
  width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  #slide-bg {
    width: calc(100% - 50px);
    padding: 0;
  }
}
@media all and (max-width: 639px) {
  #slide-bg {
    width: 100%;
    padding: 0;
  }
}

#slideshow {
  position: relative;
  width: 40%;
  margin: 0 0 0 auto;
}
@media all and (max-width: 1100px) {
  #slideshow {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  #slideshow {
    margin: 0 auto;
    width: 100%;
  }
}
#slideshow:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: -15px;
  bottom: -15px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0.5;
  filter: blur(10px);
  background-image: linear-gradient(to bottom left, #999999, #cecece, #999999);
}
@media all and (max-width: 639px) {
  #slideshow:after {
    right: 0;
    bottom: 0;
    filter: none;
    z-index: 2;
    background-image: linear-gradient(to bottom, transparent 50%, #ff1700 100%);
  }
}

#catch {
  z-index: 150;
  /*
  position: absolute;
  left: 5%;
  top: 45%;
  transform: translateY(-50%);*/
}
#catch .catch_01, #catch .catch_02, #catch .catch_03, #catch .catch_04, #catch .catch_05 {
  opacity: 0;
}
#catch .catch_01.on, #catch .catch_02.on, #catch .catch_03.on, #catch .catch_04.on, #catch .catch_05.on {
  opacity: 1;
  transition: 2s;
}
#catch h2 {
  font-size: 3rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: 500;
}
@media all and (max-width: 1100px) {
  #catch h2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  #catch {
    width: 100%;
  }
  #catch h2 {
    text-align: center;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 0px;
  color: #fefefe;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 200px;
}
#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #fefefe;
  transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(254, 254, 254, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  animation: scroll-point 2.3s ease-out infinite;
  animation-fill-mode: both;
}
@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* footer
----------------------------------*/
#l-footer {
  font-size: 1.4rem;
  position: relative;
  padding: 80px 20px;
}
#l-footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 3;
}
#l-footer .inner .contact-area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#l-footer .inner .contact-area > li {
  width: 31%;
}
@media all and (max-width: 1100px) {
  #l-footer .inner .contact-area > li {
    width: 40%;
  }
}
@media all and (max-width: 896px) {
  #l-footer .inner .contact-area > li {
    width: 45%;
  }
}
@media all and (max-width: 639px) {
  #l-footer .inner .contact-area > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1100px) {
  #l-footer .inner {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
    background-size: contain;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 15px;
  }
  #l-footer .inner {
    padding: 0;
  }
  #l-footer .inner .contact-area {
    flex-direction: column-reverse;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.contact_bnr.full {
  margin-top: 0;
  margin-bottom: 0;
}
.contact_bnr.full > li {
  width: 100%;
  margin: 0 auto 10px;
}
.contact_bnr > li {
  width: 48%;
  margin: 0 auto 15px;
}
@media all and (max-width: 896px) {
  .contact_bnr > li {
    width: 100%;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2rem;
  }
}
.contact_bnr > li .bnr_sns {
  white-space: nowrap;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
}
.contact_bnr > li .bnr_sns i {
  font-size: 2.5rem;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #ff1700;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .bnr_link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: 900;
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  border: 1px solid #ff1700;
  color: #ff1700;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 8px 10px;
  border-radius: 8px;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.contact_bnr > li a:hover,
.contact_bnr > li span:hover {
  color: #fefefe;
  background-color: #ff1700;
}
@media all and (max-width: 896px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before,
  .contact_bnr > li span:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}
.contact_bnr.white li {
  width: 48%;
}
@media all and (max-width: 639px) {
  .contact_bnr.white li {
    width: 100%;
  }
}
.contact_bnr.white li a, .contact_bnr.white li span {
  border: 1px solid #fefefe;
  color: #fefefe;
}
.contact_bnr.white li a:hover, .contact_bnr.white li span:hover {
  color: #ff1700;
  background: #fefefe;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  flex-basis: 100%;
  margin: 30px auto 10px;
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_navi ul li {
  margin-bottom: 8px;
}
.footer_navi ul li a {
  color: #1a1103;
  font-size: 1.2rem;
  position: relative;
  padding: 0 10px;
  font-weight: 600;
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:before {
  content: "";
  background-color: #1a1103;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer_navi ul li a:hover {
  color: #ff1700;
}
.footer_navi ul li:first-child a::before {
  display: none;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.address {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
@media all and (max-width: 639px) {
  .address {
    text-align: center;
  }
}

.flogo {
  width: 350px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.flogo img {
  width: 100%;
}
@media all and (max-width: 896px) {
  .flogo {
    width: 200px;
  }
}
@media all and (max-width: 639px) {
  .flogo {
    width: 80%;
    margin: 0 auto 10px;
  }
}

.flogo-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flogo-area p {
  font-size: 1.2rem;
}
@media all and (max-width: 896px) {
  .flogo-area {
    width: 280px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 639px) {
  .flogo-area {
    width: 80%;
    margin: 0 auto;
  }
  .flogo-area p {
    text-align: center;
    margin: 0 auto;
  }
  .flogo-area .sns-list {
    margin: 0 auto;
  }
}

.copyright {
  font-size: 1rem;
  z-index: 2;
  color: #1a1103;
  position: relative;
  font-weight: 500;
  padding: 0;
  padding-top: 15px;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0 0;
  }
}
@media all and (max-width: 639px) {
  .copyright {
    text-align: center;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single {
    width: 85%;
    padding: 80px 0;
  }
}

.single_s {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single_s {
    width: 85%;
    padding: 80px 0;
  }
}
@media all and (max-width: 896px) {
  .single_s {
    width: 95%;
    padding: 45px 0;
  }
}

.single01 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media all and (max-width: 1100px) {
  .single01 {
    width: 95%;
    padding: 0 0 60px;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single02 {
    padding: 80px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .margin-top {
    margin-top: -40px;
  }
}

.margin-top2 {
  margin-top: -150px;
}
@media all and (max-width: 896px) {
  .margin-top2 {
    margin-top: -80px;
  }
}

.margin-bottom {
  margin-bottom: -80px;
}
@media all and (max-width: 896px) {
  .margin-bottom {
    margin-bottom: -40px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #ffffff;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px;
  }
}
.mbox.bd {
  position: relative;
  padding: 40px;
  border: 1px solid #ff1700;
}
@media all and (max-width: 639px) {
  .mbox.bd {
    padding: 40px 15px;
  }
}
@media all and (max-width: 639px) {
  .mbox.type1 {
    padding: 0 20px;
  }
}
.mbox.p-non {
  padding: 0;
}
@media all and (max-width: 639px) {
  .mbox.sp-non {
    padding: 0;
  }
}

.small-box {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.min {
  max-width: 800px;
}

.sentence p + p {
  margin-top: 20px;
}

.tcen {
  text-align: center;
}
@media all and (max-width: 639px) {
  .tcen {
    text-align: left;
  }
}

.trig {
  text-align: right;
}
@media all and (max-width: 896px) {
  .trig {
    text-align: left;
  }
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
     border-bottom: 1px solid #555;*/
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 300px;
}
@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
#main .mbox a {
  font-weight: 600;
  text-decoration: underline;
}
#main .mbox a:hover {
  text-decoration: none;
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

.s-contena {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1100px) {
  .s-contena {
    max-width: 95%;
  }
}

.s-main {
  width: 78%;
}
@media all and (max-width: 1100px) {
  .s-main {
    width: 75%;
  }
}
@media all and (max-width: 896px) {
  .s-main {
    width: 100%;
  }
}

.s-side {
  width: 18%;
  min-height: 300px;
  position: sticky;
  right: 0;
  top: 100px;
}
@media all and (max-width: 1100px) {
  .s-side {
    width: 20%;
  }
}
@media all and (max-width: 896px) {
  .s-side {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  font-size: 3.5rem;
  margin-bottom: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.mtitle span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 1.5rem;
}
.mtitle.type1 {
  text-align: right;
}
@media all and (max-width: 639px) {
  .mtitle {
    font-size: 2.5rem;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #ff1700;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #ff4533;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #999999;
}

.mtitle_box {
  background: #e61500;
  color: #fefefe;
  font-size: 2rem;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 500;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}

.mtext1 {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.85rem;
  }
}

.mtext2 {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
.mtext2 span {
  font-style: italic;
  padding: 5px 15px;
  border-bottom: 2px solid #1a1103;
  border-top: 2px solid #1a1103;
  color: #1a1103;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    padding: 4px 8px;
  }
}

.mtext3 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.4rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07c";
  font-weight: 900;
  margin-right: 5px;
  color: #ff1700;
}

.deco-ttl {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 5em;
  color: #f2f2f2;
  position: relative;
  text-transform: uppercase;
  z-index: -2;
  line-height: 0;
  text-align: center;
}
@media all and (max-width: 639px) {
  .deco-ttl {
    font-size: 3em;
  }
}

/* btn
----------------------------------*/
.btn01 {
  /*
  @include for-size(phone-only) {
  	a {
  		width: 95%;
  	}
  }*/
}
.btn01 a {
  background: #eee;
  text-align: center;
  width: 200px;
  margin: 15px auto;
  color: #ff1700;
  display: block;
  padding: 8px 5px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.btn01 a:hover {
  background: #ff1700;
  color: #fefefe;
}
.btn01.tel a {
  background: #fefefe;
}
.btn01.tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.tel a:hover {
  background: #ff1700;
  color: #fefefe;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #999999;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.sub1 a {
  margin: 15px auto 25px 0;
}
.btn01.white a {
  border: 2px solid #fefefe;
  color: #fefefe;
  margin: 20px auto 20px;
}
.btn01.white a:hover {
  background: #fefefe;
  color: #ff1700;
}
.btn01.right a {
  margin-right: 0;
}
.btn01.left a {
  margin-left: 0;
}

/* news
----------------------------------*/
.News-list li {
  margin: 0 2% 35px 0;
}
.News-list li:last-child {
  margin-bottom: 0;
}
.News-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.News-list li a:hover .img-area img {
  transform: scale(1.1);
  transition: all ease 0.5s;
}
.News-list li:first-child .img-area {
  width: 100%;
  margin-bottom: 15px;
  height: 250px;
}
.News-list li:first-child .txt-area {
  width: 100%;
  display: block;
  position: relative;
}
.News-list li .img-area {
  width: 30%;
  display: block;
  position: relative;
  height: 100px;
  overflow: hidden;
}
.News-list li .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.News-list li .txt-area {
  width: 65%;
  display: block;
  position: relative;
}
.News-list li .txt-area h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.News-list li .txt-area .day {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-top: 10px;
  text-align: right;
  color: #999999;
}
.News-list li .txt-area .info {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list-page {
  display: flex;
  flex-wrap: wrap;
}
.news-list-page li {
  width: 31.5%;
  margin: 0 2% 30px 0;
  padding: 15px 10px;
}
.news-list-page li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .news-list-page li {
    width: 100%;
    margin: 0 auto 35px;
  }
}
.news-list-page li .img-area {
  width: 100%;
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-list-page li .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news-list-page li .txt-area {
  width: 100%;
  display: block;
  position: relative;
}
.news-list-page li .txt-area h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-list-page li .txt-area .day {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  margin-top: 10px;
  text-align: right;
  color: #999999;
}
.news-list-page li .txt-area .info {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list-page li:hover {
  transition: all ease 0.5s;
  transform: translateY(-10px);
}
.news-list-page li:hover .img-area img {
  transform: scale(1.1);
  transition: all ease 0.5s;
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /*
  &:before {
  	position: absolute;
  	content: "";
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
  	background: #333;
  	opacity: 0.5;
  }*/
}
.page-title .inner {
  margin: 0 auto;
  padding: 150px 0 100px;
  max-width: 1200px;
  overflow: hidden;
}
@media all and (max-width: 1100px) {
  .page-title .inner {
    max-width: 90%;
    padding: 80px 0 50px;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    padding: 50px 0 30px;
  }
}
.page-title .inner .page-lead {
  color: #ff1700;
  font-size: 3.5rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page-title .inner .page-lead .ja {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #ff1700;
  font-size: 3.5rem;
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 2.2rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 2rem;
  }
  .page-title .inner .page-lead .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    width: 95%;
  }
}

/* bg
---------------------------------*/
.bg-base {
  background: rgba(153, 153, 153, 0.13);
  position: relative;
}
.bg-base.type1 {
  background: transparent;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -2;
  background-image: linear-gradient(to bottom left, #999999, #cecece, #999999);
  opacity: 0.15;
}

.top-sdw {
  box-shadow: -1em 0 3em rgba(206, 206, 206, 0.3);
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  font-size: 1.2rem;
  text-align: center;
}
.tbl th {
  background: #f0f0f0;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 5px;
    font-size: 1.1rem;
  }
}

.tbl_new {
  margin: 0 auto;
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 600;
  width: 15%;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #f0f0f0;
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px 8px;
  border-bottom: 1px solid #cecece;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.1rem;
  }
}
.tbl-border th {
  width: 25%;
  text-align: left;
  font-weight: 600;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 33%;
  }
}
.tbl-border td {
  word-break: break-all;
}
.tbl-border.type01 th, .tbl-border.type01 td {
  font-size: 1.4rem;
}
.tbl-border.type01 th {
  width: 35%;
}
@media all and (max-width: 639px) {
  .tbl-border.type01 th {
    width: 30%;
  }
}

.price {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-weight: 600;
  font-size: 2rem;
  text-align: right;
}
.price span {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 2rem;
  }
  .price span {
    font-size: 1.2rem;
  }
}

.price-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media all and (max-width: 639px) {
  .price-area {
    grid-template-columns: 1fr;
  }
}
.price-area .title {
  grid-area: 1/1/2/2;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-area .title .inner {
  position: relative;
}
@media all and (max-width: 639px) {
  .price-area .title .inner {
    margin-bottom: 50px;
  }
}
.price-area .title .top-cta {
  position: relative;
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  .price-area .title .top-cta {
    grid-area: auto;
  }
}
.price-area .title .top-cta li {
  position: relative;
}
.price-area .title .top-cta li:not(:last-child) {
  margin-bottom: 10px;
}
.price-area .title .top-cta li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 70px 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #999999;
  color: #fefefe;
  border-radius: 100px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .price-area .title .top-cta li a {
    padding-right: 50px;
  }
}
.price-area .title .top-cta li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .price-area .title .top-cta li a::after {
    width: 25px;
  }
}
.price-area .title .top-cta li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(5% + 40px);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fefefe;
  z-index: 2;
  transition: all 0.5s ease;
}
@media all and (max-width: 639px) {
  .price-area .title .top-cta li a::before {
    right: calc(5% + 25px);
  }
}
.price-area .title .top-cta li a:hover {
  background: #ff1700;
}
.price-area .title .top-cta li a:hover::before {
  right: 5%;
}
.price-area .txt {
  grid-area: 1/2/2/4;
  width: 100%;
  padding: 45px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .price-area .txt {
    padding: 20px 0 20px 20px;
  }
}
@media all and (max-width: 639px) {
  .price-area .txt {
    grid-area: auto;
    padding: 40px 0;
  }
}
.price-area .txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 220px;
  background: #999999;
  bottom: -150px;
  right: 100px;
}
@media all and (max-width: 1100px) {
  .price-area .txt::after {
    bottom: -110px;
    height: 150px;
  }
}
@media all and (max-width: 639px) {
  .price-area .txt::after {
    bottom: -100px;
    right: auto;
    left: 53%;
    transform: translateX(-50%);
    height: 20vh;
  }
}
.price-area .txt .tbl-box {
  padding: 45px 30px;
  background: #fefefe;
  width: 80%;
  margin: -50px 20px 0 auto;
  border-radius: 5px;
  box-shadow: 1em 1em 1em rgba(153, 153, 153, 0.15), -1em -1em 1em rgba(238, 238, 238, 0.5);
}
@media all and (max-width: 639px) {
  .price-area .txt .tbl-box {
    width: 100%;
    padding: 30px 15px;
    margin: -50px auto 0;
  }
}
.price-area .txt .tbl-box > table {
  width: 100%;
}
.price-area .txt .tbl-box > table tr {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.price-area .txt .tbl-box > table tr:not(:last-child) {
  border-bottom: 1px solid #cecece;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.price-area .txt .tbl-box > table tr th, .price-area .txt .tbl-box > table tr td {
  padding: 10px 0;
}
.price-area .txt .tbl-box > table tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .price-area .txt .tbl-box > table tr th {
    font-size: 1.6rem;
  }
}
.price-area .txt .tbl-box > table tr td {
  line-height: 1.2;
  font-weight: 600;
}
.price-area .txt .tbl-box > table tr td.price {
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 1.6rem;
}
.price-area .txt .tbl-box > table tr td.price span {
  font-size: 1.5rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .price-area .txt .tbl-box > table tr td.price {
    font-size: 2.5rem;
    line-height: 1.4rem;
  }
  .price-area .txt .tbl-box > table tr td.price span {
    font-size: 1.3rem;
  }
}
.price-area .txt .caution-box {
  width: 80%;
  margin: 45px auto 0 20px;
}
.price-area .txt .caution-box h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .price-area .txt .caution-box h4 {
    font-size: 1.5rem;
  }
}
.price-area .txt .caution-box .option {
  margin-bottom: 30px;
}
.price-area .txt .caution-box .option li {
  position: relative;
  padding: 0 5px 0 2rem;
}
.price-area .txt .caution-box .option li:before {
  content: "●";
  margin-right: 8px;
  color: #ff1700;
  font-weight: 600;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.price-area .txt .caution-box .caution li {
  position: relative;
  padding: 0 5px 0 2rem;
  font-size: 1.25rem;
  line-height: 1.35;
}
.price-area .txt .caution-box .caution li:not(:last-child) {
  margin-bottom: 15px;
}
@media all and (max-width: 639px) {
  .price-area .txt .caution-box .caution li {
    font-size: 1.18rem;
  }
}
.price-area .txt .caution-box .caution li:before {
  content: "※";
  margin-right: 8px;
  color: #ff1700;
  font-weight: 600;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

.p-tbl {
  width: 100%;
}
.p-tbl tr {
  border-bottom: 1px solid #b3b3b3;
}
.p-tbl tr:last-child {
  border-bottom: none;
}
.p-tbl th,
.p-tbl td {
  padding: 15px 10px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #b3b3b3;
}
.p-tbl th:last-child,
.p-tbl td:last-child {
  border-right: none;
}
.p-tbl td {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
.p-tbl td.txt {
  font-family: "Noto Sans JP", "YakuHanJP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  font-size: 13px;
  width: 40%;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .p-tbl td.txt {
    font-size: 1rem;
    padding: 10px;
  }
}
@media all and (max-width: 639px) {
  .p-tbl th,
  .p-tbl td {
    padding: 10px 5px;
    font-size: 1rem;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 15px;
  vertical-align: middle;
}
.company th {
  width: 30%;
  position: relative;
  background: #ff1700;
  color: #fff;
  font-weight: 600;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #ff1700;
  margin-top: -10px;
}
@media all and (max-width: 639px) {
  .company th {
    width: 40%;
  }
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.tbl_time {
  width: 100%;
  position: relative;
}
.tbl_time tr {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tbl_time tr::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  bottom: -2rem;
  left: 10%;
  background: #ff1700;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .tbl_time tr::after {
    left: 18%;
  }
}
.tbl_time tr:last-child {
  margin-bottom: 0;
}
.tbl_time tr:last-child::after {
  display: none;
}
.tbl_time th {
  border: 2px solid #ff1700;
  color: #ff1700;
  background: #fefefe;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 3px;
  display: block;
  position: relative;
  width: 20%;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .tbl_time th {
    width: 35%;
  }
}
@media all and (max-width: 639px) {
  .tbl_time th {
    font-weight: 400;
    font-size: 1.4rem;
  }
}
.tbl_time td {
  width: 75%;
  padding: 3px;
  position: relative;
  display: block;
}
@media all and (max-width: 896px) {
  .tbl_time td {
    width: 60%;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.footer {
  padding-bottom: 0;
  height: 350px;
  background: #ff1700;
}
.ggmap.footer iframe,
.ggmap.footer object,
.ggmap.footer embed {
  filter: grayscale(1);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* list
----------------------------------*/
.list_check li {
  font-weight: 600;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #ff1700;
}

.list_dot li {
  position: relative;
  padding: 0 5px 0 2rem;
}
.list_dot li:before {
  content: "●";
  margin-right: 8px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.list_dot.caution li {
  line-height: 1.35;
  margin-top: 5px;
  padding-right: 0;
}
.list_dot.caution li:before {
  content: "※";
}
.list_dot.caution.type1 li {
  margin-top: 15px;
}

.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #ff1700;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "◆";
    color: #ff1700;
    margin-right: 5px;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}

.list_disc li {
  padding: 5px 0;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #999999;
}
.list_disc.type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list_disc.type1 li {
  width: 48%;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-left: 1.4em;
}
.list_disc.type1 li b {
  color: #999999;
}
.list_disc.type1 li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: none;
}
.list_disc.type1 li:before {
  color: #999999;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 639px) {
  .list_disc.type1 li {
    font-size: 1.2rem;
  }
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.list-btn li {
  width: 31%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  color: #ff1700;
  font-weight: 600;
  padding: 10px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.55rem;
  letter-spacing: 0;
  border-radius: 8px;
  border: 1px solid #ff1700;
}
.list-btn li a:hover {
  background: #ff1700;
  color: #fefefe;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list-btn li {
    width: 98%;
    margin: 0 auto 10px;
  }
  .list-btn li:nth-child(3n) {
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 100%;
  }
  .list-btn li a {
    font-size: 1.3rem;
  }
}
.list-btn.type1 {
  margin: 0 auto;
}
.list-btn.type1 li {
  width: 49%;
  margin: 0 1.995% 10px 0;
}
.list-btn.type1 li a {
  background: #ff1700;
  border: none;
  color: #fefefe;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.list-btn.type1 li a:hover {
  background: #a30f00;
}
.list-btn.type1 li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 1100px) {
  .list-btn.type1 li {
    margin: 0 auto 10px;
    width: 90%;
  }
  .list-btn.type1 li:nth-child(2n) {
    margin: 0 auto 10px;
  }
  .list-btn.type1 li:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 639px) {
  .list-btn.type1 li a {
    font-size: 1.4rem;
  }
}
.list-btn.type2 {
  margin: 0 auto;
}
.list-btn.type2 li {
  margin: 0 auto 10px;
  width: 90%;
}
.list-btn.type2 li a {
  background: #fefefe;
  border-color: #ff1700;
  color: #ff1700;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.list-btn.type2 li a span {
  font-size: 1.2rem;
  display: block;
}
.list-btn.type2 li a:hover {
  background: #ff1700;
  color: #fefefe;
}
.list-btn.type2 li:nth-child(2n) a {
  border-color: #999999;
  color: #999999;
}
.list-btn.type2 li:nth-child(2n) a:hover {
  background: #999999;
  color: #fefefe;
}
.list-btn.type2 li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 639px) {
  .list-btn.type2 li a {
    font-size: 1.4rem;
  }
}

.flow-list {
  position: relative;
}
.flow-list::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cecece;
  position: absolute;
  top: -30px;
  right: 3.5%;
}
.flow-list > li {
  width: 85%;
  margin: 0 auto 50px 0;
  position: relative;
  background: #fefefe;
  box-shadow: 1em 1em 1em rgba(206, 206, 206, 0.2), -1em -1em 1em rgba(206, 206, 206, 0.15);
  border-bottom: 1px solid rgba(206, 206, 206, 0.15);
  border-radius: 10px;
  padding: 25px 35px;
}
@media all and (max-width: 639px) {
  .flow-list > li {
    padding: 15px 10px 15px 15px;
  }
}
.flow-list > li:last-child {
  margin-bottom: 0;
}
.flow-list > li::after {
  content: "";
  width: 15%;
  height: 1px;
  background: #cecece;
  position: absolute;
  top: 50%;
  right: -13%;
  transform: translateY(-50%);
}
.flow-list > li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #cecece;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14%;
  border-radius: 50%;
}
.flow-list > li .nmb {
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #ff1700;
  font-size: 3em;
  top: 0;
  left: 20px;
  line-height: 0;
}
.flow-list > li > ul {
  font-size: 13px;
  margin-top: 15px;
}
@media all and (max-width: 639px) {
  .flow-list > li .nmb {
    font-size: 2.7rem;
  }
  .flow-list > li h4 {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .flow-list > li p {
    line-height: 1.45;
  }
}

.f-inner-dw {
  position: relative;
}
.f-inner-dw:not(:last-of-type) {
  border-bottom: 1px solid #e7e7e7;
}
.f-inner-dw dt,
.f-inner-dw dd {
  position: relative;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .f-inner-dw dt,
  .f-inner-dw dd {
    font-size: 1.2rem;
  }
}
.f-inner-dw dt {
  color: #999999;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
}
@media all and (max-width: 639px) {
  .f-inner-dw dt {
    font-size: 1.3rem;
  }
}
.f-inner-dw dt::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(15px, -1.3rem) rotate(225deg);
  line-height: 0;
  padding-left: 10px;
  width: 1em;
  height: 1em;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  transition: all 0.5s ease;
}
@media all and (max-width: 639px) {
  .f-inner-dw dt::after {
    transform: translate(15px, -0.8rem) rotate(225deg);
    width: 1rem;
    height: 1rem;
  }
}
.f-inner-dw dt:hover {
  transition: all 0.3s ease;
}
.f-inner-dw dt.on:after {
  transform: translate(15px, -0.3rem) rotate(45deg);
}
.f-inner-dw dd {
  display: none;
  padding: 15px 20px;
}
@media all and (max-width: 639px) {
  .f-inner-dw dd {
    padding: 0 10px 15px;
  }
}

/* blog
----------------------------------*/
.top-blog .pages {
  display: none;
}

#main .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap * {
  transition: 0.3s;
}
.blog-wrap > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border: 1px solid #ddd;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
    margin: 0 auto 10px;
    border: none;
    border-bottom: none;
    padding: 15px 5px;
  }
}

.blog-wrap2 {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap2 * {
  transition: 0.3s;
}
.blog-wrap2 > li {
  width: 100%;
  margin: 0 0.5%;
  background: transparent;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 5px #ddd;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 10px;
  align-items: center;
}
.blog-wrap2 > li:hover {
  box-shadow: 15px 15px 10px #ddd;
}
.blog-wrap2 > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.blog-wrap2 > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap2 > li {
    width: 100%;
    margin: 0 auto;
  }
}
.blog-wrap2 .blog-detail {
  width: 55%;
  margin-top: -5px;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-detail {
    width: 95%;
    padding: 15px 10px;
  }
}
.blog-wrap2 .blog-date {
  border: none;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  color: #fefefe;
  background: #ff1700;
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-weight: 600;
  border-radius: 5px;
}
.blog-wrap2 .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1a1103;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-title {
    font-size: 1.6rem;
  }
}
.blog-wrap2 .blog-txt {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0;
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-txt {
    font-size: 12px;
  }
}
.blog-wrap2 .blog-img {
  width: 45%;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.blog-wrap2 .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-wrap2 .blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
@media all and (max-width: 896px) {
  .blog-wrap2 .blog-img {
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap2 .blog-img {
    width: 100%;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-img {
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
  }
}

.blog-detail {
  margin-top: 10px;
}
@media all and (max-width: 639px) {
  .blog-detail {
    margin-top: 0;
    width: 100%;
  }
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-page-detail {
  margin-bottom: 15px;
}

.blog-date {
  border: 1px solid #ccc;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #aaa;
  font-size: 12px;
}

.blog-date2 {
  color: #a8a8a8;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 600;
  line-height: 1.5;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .blog-title {
    margin-bottom: 8px;
  }
}

.blog-txt {
  line-height: 1.5;
  padding: 8px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
    padding: 8px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #ff1700;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}
.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}
.category_nav li a:hover {
  background: #f0f0f0;
}
.category_nav li:last-child a {
  border-bottom: none;
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.color1 {
  color: #ff1700;
}

.color2 {
  color: #999999;
}

.color3 {
  color: #cecece;
}

.relative {
  position: relative;
}

.num {
  font-weight: 600;
}
.num a {
  color: #ff1700;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #999999;
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  max-width: 500px;
  margin: 30px auto 30px;
}
.telbnr li {
  border: 3px solid #ccc;
  padding: 10px 10px;
  text-align: center;
  border-radius: 50px;
}
.telbnr li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ff1700;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #ff1700;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #f0f0f0;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  color: #999;
}
.breadcrumb li a {
  color: #ff1700;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.thanks {
  padding: 40px;
  border: 3px solid #999999;
  background: #fefefe;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.mtitle_small {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #ff1700;
  font-weight: 600;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ff1700;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 600;
}
.mtitle_small2:before {
  content: "";
  background-color: #ff1700;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*photoギャラリー
----------------------------*/
.photogallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.photogallery li {
  width: 18.5%;
  margin: 0 1.3333333333% 25px 0;
}
.photogallery li:nth-child(5n) {
  margin-right: 0;
}
.photogallery li a {
  background: rgba(240, 240, 240, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 140px;
}
.photogallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.photogallery li p {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .photogallery li {
    width: 31%;
    margin: 0 1% 20px;
  }
  .photogallery li:nth-child(5n) {
    margin: 0 1% 20px;
  }
  .photogallery li:nth-child(3n) {
    margin-right: 0;
  }
  .photogallery li a {
    height: 100px;
  }
  .photogallery li p {
    font-size: 12px;
  }
}
.photogallery.col3 li {
  width: 32%;
  margin: 0 2% 30px 0;
}
.photogallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
.photogallery.col3 li a {
  height: 200px;
  background: #fefefe;
}
.photogallery.col3 li a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.photogallery.col3 li p {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .photogallery.col3 li {
    margin-bottom: 15px;
  }
  .photogallery.col3 li a {
    height: 120px;
  }
}
@media all and (max-width: 639px) {
  .photogallery.col3 li {
    margin-bottom: 10px;
  }
  .photogallery.col3 li a {
    height: 100px;
  }
}
.photogallery.col4 li {
  width: 23%;
  margin: 0 1% 20px;
}
.photogallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.photogallery.col4 li a {
  height: 250px;
  background: #fefefe;
}
.photogallery.col4 li a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.photogallery.col4 li p {
  text-align: left;
}
@media all and (max-width: 896px) {
  .photogallery.col4 li a {
    height: 150px;
  }
}
@media all and (max-width: 639px) {
  .photogallery.col4 li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .photogallery.col4 li:nth-child(4n) {
    margin: 0 1% 10px;
  }
  .photogallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
  .photogallery.col4 li a {
    height: 150px;
  }
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -35px;
  }
}
.list2.ai-c {
  align-items: center;
}
.list2.w-t70 > li,
.list2.w-t70 .child {
  width: 48%;
  margin-top: 50px;
}
.list2.w-t70 > li:nth-child(2n),
.list2.w-t70 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2.w-t70 > li:nth-child(2n),
  .list2.w-t70 .child:nth-child(2n) {
    margin-left: auto;
  }
}
.list2.w-t70 > li.od-1,
.list2.w-t70 .child.od-1 {
  order: 1;
  margin-left: 0;
}
@media all and (max-width: 639px) {
  .list2.w-t70 > li.od-1,
  .list2.w-t70 .child.od-1 {
    order: 2;
  }
}
.list2.w-t70 > li.od-2,
.list2.w-t70 .child.od-2 {
  order: 2;
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2.w-t70 > li.od-2,
  .list2.w-t70 .child.od-2 {
    margin: 25px auto 0;
    order: 1;
  }
}
.list2.w-t70 > li .img,
.list2.w-t70 .child .img {
  height: 320px;
}
.list2.w-t70 > li .img img,
.list2.w-t70 .child .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 639px) {
  .list2.w-t70 > li .img,
  .list2.w-t70 .child .img {
    height: 300px;
  }
}
@media all and (max-width: 896px) {
  .list2.w-t70 > li,
  .list2.w-t70 .child {
    width: 45%;
  }
  .list2.w-t70 > li:nth-child(2n),
  .list2.w-t70 .child:nth-child(2n) {
    width: 50%;
  }
}
@media all and (max-width: 639px) {
  .list2.w-t70 > li,
  .list2.w-t70 .child {
    width: 100%;
    margin: 35px auto 0;
  }
  .list2.w-t70 > li:nth-child(2n),
  .list2.w-t70 .child:nth-child(2n) {
    width: 100%;
  }
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
.list2 > li.od-1,
.list2 .child.od-1 {
  order: 1;
  margin-left: 0;
}
@media all and (max-width: 639px) {
  .list2 > li.od-1,
  .list2 .child.od-1 {
    order: 2;
  }
}
.list2 > li.od-2,
.list2 .child.od-2 {
  order: 2;
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li.od-2,
  .list2 .child.od-2 {
    margin: 25px auto 0;
    order: 1;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 35px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3.jc-c {
  justify-content: center;
}
.list3.ai-c {
  align-items: center;
}
.list3 > li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3 > li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .list3 > li {
    width: 48%;
  }
  .list3 > li:nth-child(2n) {
    margin-right: 0;
  }
  .list3 > li:nth-child(3n) {
    margin-right: 3.495%;
  }
}
@media all and (max-width: 639px) {
  .list3 > li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 > li:nth-child(3n) {
    margin-right: auto;
  }
  .list3 > li:nth-child(2n) {
    margin-right: auto;
  }
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 > li, .list4 .child {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 > li:nth-child(4n), .list4 .child:nth-child(4n) {
  margin-right: 0;
}

.prv dt {
  color: #ff1700;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #ff1700;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}
.blog-month ul li:hover {
  background: #f0f0f0;
  transition: all 0.4s ease;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#Works,
#System,
#Spec,
#form,
#Request_Info {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.bnr-list {
  text-align: center;
}
@media all and (max-width: 896px) {
  .bnr-list li {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr-list a {
  display: block;
  text-align: center;
  background: #fefefe;
  padding: 8px 5px;
  font-size: 1.3rem;
  height: 100%;
}
.bnr-list a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 45px;
}
@media all and (max-width: 639px) {
  .bnr-list a {
    font-size: 12px;
    line-height: 1.5;
  }
  .bnr-list a img {
    height: 30px;
  }
}
.bnr-list li.bnr-txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bnr-list li.bnr-txt {
    font-size: 1.5rem;
  }
}

.sns-list {
  display: flex;
}
.sns-list.center {
  justify-content: center;
  margin: 15px 0;
}
.sns-list.big li a {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-list li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  color: #fefefe;
  display: block;
  background: #333;
  border-radius: 100%;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-line {
  background: #00b900;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  /*絶対配置*/
  top: 18px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 50px;
  /*グラデーションカバーの幅*/
  height: 50px;
  /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

/* accordion
----------------------------------*/
.accordion dt, .accordion dd {
  position: relative;
  padding: 1em;
  z-index: 20;
}
.accordion dt {
  background: #ff1700;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #fefefe;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt:hover {
  background: #b31000;
  transition: all 0.3s ease;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 20px;
  background: #fff;
  color: #333;
}

.btn_wk2 a {
  text-align: center;
  position: relative;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  max-width: 200px;
  width: 80%;
  font-size: 90%;
  margin-top: 30px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
}
.btn_wk2 a span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4em;
}
.btn_wk2 a:before, .btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_wk2 a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2 a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2 a:hover {
  color: #ff1700;
  background: #fff;
  border-color: transparent;
}
.btn_wk2 a:hover:before, .btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #fff;
}
.btn_wk2.btn-r a {
  margin-right: 5px;
}
.btn_wk2.base a {
  color: #ff1700;
  border: 1px solid #ff1700;
}
.btn_wk2.base a:before, .btn_wk2.base a:after {
  border: solid #ff1700;
}
.btn_wk2.base a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2.base a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2.base a:hover {
  color: #fff;
  background: #ff1700;
  border-color: transparent;
}
.btn_wk2.base a:hover:before, .btn_wk2.base a:hover:after {
  border-color: #ff1700;
}
.btn_wk2.right a {
  margin-right: 0;
}
.btn_wk2.left a {
  margin-left: 0;
}

.tab_area {
  width: 98%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.tab_area > .content_class {
  padding: 30px 0;
}
@media all and (max-width: 639px) {
  .tab_area > .content_class {
    padding: 25px 0;
  }
}

.tab_class {
  width: calc(50% - 3px);
  height: 30px;
  background-color: rgba(240, 240, 240, 0.8);
  color: #fefefe;
  font-weight: 400;
  border-bottom: none;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  float: left;
  order: -1;
}

input[name=tab_name] {
  display: none;
}

input:checked + .tab_class {
  background-color: #999999;
}

.content_class {
  display: none;
  width: 100%;
}

input:checked + .tab_class + .content_class {
  display: block;
}

/* slide_list
----------------------------------*/
.slide_left, .slide_right {
  position: relative;
  display: none;
}
.slide_left li, .slide_right li {
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 250px;
  height: 250px;
}
.slide_left li img, .slide_right li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_left li::after, .slide_right li::after {
  content: "";
  background-image: linear-gradient(to right top, #ff1700, #999999, #cecece);
  opacity: 0.2;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.slide_left li p, .slide_right li p {
  display: none;
}
@media all and (max-width: 896px) {
  .slide_left li, .slide_right li {
    width: 200px;
    height: 200px;
  }
}

/* 4-6 じわっ（ぼかしから出現） */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

.bnr-top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr-top-list li {
  width: 49%;
  margin-bottom: 20px;
  position: relative;
}
@media all and (max-width: 639px) {
  .bnr-top-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .bnr-top-list li:last-child {
    margin-bottom: 0;
  }
}
.bnr-top-list li .bnr-img-area {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  display: block;
  background: #ff1700;
}
.bnr-top-list li .bnr-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.45;
}
@media all and (max-width: 896px) {
  .bnr-top-list li .bnr-img-area {
    height: 160px;
  }
}
.bnr-top-list li:hover .bnr-img-area img {
  transition: ease 0.5s all;
  opacity: 0.45;
  filter: blur(5px);
  transform: scale(1.1);
}
.bnr-top-list li .text-area {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: block;
}
.bnr-top-list li .text-area h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fefefe;
  display: block;
  font-size: 3rem;
}
@media all and (max-width: 896px) {
  .bnr-top-list li .text-area h3 {
    margin-bottom: 20px;
  }
}
.bnr-top-list li .text-area .btn {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.11em;
  line-height: 15px;
  text-align: left;
  color: #fff;
  margin-top: 15px;
  margin-left: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.bnr-top-list li .text-area .btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 5px;
}

/* swiper-works
----------------------------------*/
.swiper-works {
  width: 100%;
  margin: 1rem auto 50px;
  position: relative;
  /*
     .swiper-slide-active{
  	a{
  		img{
  			opacity: .8;
  		}
  		&:hover{
  			img{
  				transform: scale(1.12);
  				opacity: 1;
  			}
  		}
  		@include for-size(pro) {}
  		@include for-size(phone-only) {}
      }
  	.copy{
  		color: #fefefe;
  	}
     }*/
}
@media all and (max-width: 896px) {
  .swiper-works {
    height: 350px;
  }
}
@media all and (max-width: 639px) {
  .swiper-works {
    margin: 0 auto 1.5rem;
    height: 50vh;
  }
}
@media screen and (max-width: 890px) and (orientation: landscape) {
  .swiper-works {
    height: 95vh;
  }
}
.swiper-works .swiper-slide {
  position: relative;
}
.swiper-works .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: 15px 15px 10px rgba(153, 153, 153, 0.25);
}
.swiper-works .swiper-slide a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.swiper-works .swiper-slide a:hover img {
  transform: scale(1.1);
}
.swiper-works .swiper-slide a:before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 150%;
}
.swiper-works .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.35), #000);
  border-radius: 0 0 10px 10px;
  opacity: 0.7;
}
.swiper-works .swiper-slide .pointa {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fefefe;
  filter: drop-shadow(0.1rem 0.1rem 5px rgba(51, 51, 51, 0.8));
}
.swiper-works .swiper-slide .pointa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-works .swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -2rem !important;
  width: 100%;
}
.swiper-works .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0 2px;
  background-color: rgba(255, 23, 0, 0.2);
  transition: background-color 0.3s ease;
}
.swiper-works .swiper-pagination .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 23, 0, 0.7);
  transform: scaleX(0);
  transform-origin: 0 0;
}
.swiper-works .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(255, 23, 0, 0.7);
}
.swiper-works .swiper-pagination .swiper-pagination-bullet-active::before {
  animation: sliderPagination 5s linear forwards;
}
@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.swiper-works .swiper-contents {
  width: 90%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  .swiper-works .swiper-contents {
    height: 250px;
  }
}
.swiper-works .swiper-contents .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.swiper-works .swiper-button-prev,
.swiper-works .swiper-button-next {
  background-image: none !important;
}
.swiper-works .swiper-button-prev:after,
.swiper-works .swiper-button-next:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0;
  border-top: solid 1px #ff1700;
  border-right: solid 1px #ff1700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-works .swiper-button-prev::after {
  transform: rotate(-135deg);
}
.swiper-works .swiper-button-prev:hover::after {
  left: -15px;
  transition: all 0.3s ease;
}
.swiper-works .swiper-button-next:after {
  transform: rotate(45deg);
}
.swiper-works .swiper-button-next:hover::after {
  right: -15px;
  transition: all 0.3s ease;
}

.spec-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 0;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  .spec-area {
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 639px) {
  .spec-area {
    gap: 15px 0;
  }
}
.spec-area > .txt {
  grid-area: auto;
}
@media all and (max-width: 1100px) {
  .spec-area > .txt {
    grid-area: auto;
  }
}
.spec-area > .txt .mtitle {
  text-align: center;
  margin-bottom: 0;
}
.spec-area > .txt p {
  line-height: 4.5rem;
}
@media all and (max-width: 1100px) {
  .spec-area > .txt p {
    line-height: 3.5rem;
  }
  .spec-area > .txt p br {
    display: none;
  }
}
@media all and (max-width: 1100px) and (max-width: 639px) {
  .spec-area > .txt p br {
    display: block;
  }
}
@media all and (max-width: 639px) {
  .spec-area > .txt p {
    text-align: center;
  }
}
.spec-area > .spec {
  grid-area: auto;
  width: 100%;
}
@media all and (max-width: 1100px) {
  .spec-area > .spec {
    grid-area: auto;
  }
}
.spec-area > .spec ul {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .spec-area > .spec ul {
    margin-top: 45px;
  }
}
.spec-area > .spec ul li {
  width: 48%;
  padding: 25px 20px 15px;
}
.spec-area > .spec ul li.pickup {
  background: #fefefe;
  border-radius: 15px;
  box-shadow: 1rem 1rem 15px rgba(153, 153, 153, 0.15), -1rem -1rem 15px rgba(254, 254, 254, 0.35);
}
@media all and (max-width: 639px) {
  .spec-area > .spec ul li {
    width: 100%;
  }
  .spec-area > .spec ul li:not(:last-child) {
    margin-bottom: 65px;
    padding: 35px 15px;
  }
}
.spec-area > .spec ul li h4 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -45px;
}
@media all and (max-width: 639px) {
  .spec-area > .spec ul li h4 {
    margin-top: -55px;
  }
}
.spec-area > .spec ul li .price-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #cecece;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.spec-area > .spec ul li .price-area > .price {
  position: relative;
  letter-spacing: 0;
  font-size: 4.5rem;
  line-height: 1.7rem;
}
.spec-area > .spec ul li .price-area > .price span {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
.spec-area > .spec ul li .price-area > .price span.year {
  position: absolute;
  top: -1.1rem;
  right: 0;
  background: #0e0f0f;
  color: #fefefe;
  padding: 2px 10px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.spec-area > .spec ul li .price-area > .price span.month {
  background: #cecece;
  padding: 3px 5px;
  margin-right: 3px;
  font-size: 1.1rem;
  font-weight: 600;
}
.spec-area > .spec ul li .pmc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .spec-area > .spec ul li .pmc {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.spec-area > .spec ul li .pmc .cate {
  position: relative;
  grid-area: auto;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}
@media all and (max-width: 1100px) {
  .spec-area > .spec ul li .pmc .cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.spec-area > .spec ul li .pmc .cate > .price {
  text-align: center;
}
@media all and (max-width: 1100px) {
  .spec-area > .spec ul li .pmc .cate > .price {
    font-size: 1.7rem;
  }
}
.spec-area > .spec ul li .pmc .cate > .price span {
  font-weight: 600;
  margin-left: 10px;
}
.spec-area > .spec ul li .pmc .cate > .price span.type1 {
  margin-left: 0;
  margin-right: 10px;
}
.spec-area > .spec ul li table {
  width: 100%;
  padding: 45px 0 0;
}
.spec-area > .spec ul li table tr:not(:last-child) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.13);
}
.spec-area > .spec ul li table tr tr, .spec-area > .spec ul li table tr td {
  font-size: 70%;
  padding: 10px;
}
@media all and (max-width: 1100px) {
  .spec-area > .spec ul li table tr tr, .spec-area > .spec ul li table tr td {
    padding: 8px;
  }
}
.spec-area > .spec ul li table tr td {
  font-weight: 600;
  text-align: center;
  font-size: 80%;
}
.spec-area > .option {
  grid-area: auto;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1100px) {
  .spec-area > .option {
    grid-area: auto;
  }
}
.spec-area > .option > .caution {
  margin-bottom: 30px;
}
.spec-area > .option > .caution li {
  position: relative;
  padding: 0 5px 0 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media all and (max-width: 639px) {
  .spec-area > .option > .caution li {
    font-size: 1.18rem;
  }
}
.spec-area > .option > .caution li:before {
  content: "※";
  margin-right: 8px;
  color: #ff1700;
  font-weight: 600;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media all and (max-width: 1100px) {
  .spec-area > .option > .caution li br {
    display: none;
  }
}
@media all and (max-width: 639px) {
  .spec-area > .option > .caution li br {
    display: block;
  }
}
.spec-area > .option .option-p {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}
@media all and (max-width: 1100px) {
  .spec-area > .option .option-p {
    width: 95%;
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .spec-area > .option .option-p {
    width: 100%;
  }
}
.spec-area > .option .option-p h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.spec-area > .option .option-p > ul {
  margin-bottom: 0;
}
.spec-area > .option .option-p > ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 80%;
  padding: 5px 0;
  border-top: 1px solid #cecece;
}
.spec-area > .option .option-p > ul li:before {
  display: none;
}
.spec-area > .option .option-p > ul li .opt {
  font-weight: 500;
}
.spec-area > .option .option-p > ul li .prc {
  font-weight: 600;
}

.faq-dl .faq-inner {
  position: relative;
}
.faq-dl .faq-inner:not(:last-of-type) {
  border-bottom: 1px solid #f9f9f9;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt,
  .faq-dl .faq-inner dd {
    font-size: 1.3rem;
  }
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.faq-dl .faq-inner dt {
  font-weight: 600;
  padding: 20px 10px;
  padding-left: 55px;
  margin: 0 auto;
  cursor: pointer;
  border-bottom: 1px solid rgba(206, 206, 206, 0.5);
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt {
    padding-left: 45px;
  }
}
.faq-dl .faq-inner dt:before {
  content: "Q.";
  color: #999999;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:before {
    font-size: 2rem;
  }
}
.faq-dl .faq-inner dt:hover {
  transition: all 0.3s ease;
  color: #999999;
}
.faq-dl .faq-inner dd {
  display: none;
  margin-top: 10px;
  padding: 20px 10px 40px;
  padding-left: 55px;
}
.faq-dl .faq-inner dd:before {
  content: "A.";
  color: #ff1700;
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dd:before {
    font-size: 2rem;
  }
}