@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/ztr5suw.css");

/*************************
共通class
************************ */

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
  /* IE11だけに適応 */
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 2.6666666667vw;
  }
}
html.safari {
  /*@include sc(pc) {
  	font-feature-settings : "pkna";
  	letter-spacing: 0;
  }*/
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.btnbox {
  text-align: center;
}
.btn {
	min-width: 30rem;
  	height: 5.2rem;
  	color: #D2323C;
  	font-size: 1.8rem;
  	font-weight: 400;
  	background-color: #FFF;
	border: 1px solid #D2323C;
  	border-radius: 200rem;
  	padding: 0.6rem;
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	position: relative;
  	cursor: pointer;
  	transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .btn {
    height: 4.2rem;
    min-width: 0;
    width: 70%;
    font-size: 1.4rem;
    padding: 0.1rem;
  }
}
.btn:hover {
	background-color: #D2323C;
	color: #FFF;
	opacity: 1;
}

.btnmail {
	min-width: 30rem;
  	height: 5.2rem;
  	color: #D2323C;
  	font-size: 1.8rem;
  	font-weight: 400;
  	background-color: #FFF;
	border: 1px solid #D2323C;
  	border-radius: 200rem;
  	padding: 0.6rem;
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	position: relative;
  	cursor: pointer;
  	transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .btnmail {
    height: 4.2rem;
    min-width: 0;
    width: 70%;
    font-size: 1.4rem;
    padding: 0.1rem;
  }
}
.btnmail span {
	position: relative;
  	display: block;
  	padding-left: 5rem;
  	z-index: 2;
}
@media screen and (max-width: 767.98px) {
	.btnmail span {
  		padding-left: 3.5rem;
	}
}

.btnmail span:before {
	content: "";
  	background-image: url("../img/common/icon_c_mail_r.svg");
  	background-size: cover;
	background-repeat: no-repeat;
  	width: 4rem;
  	height: 4rem;
  	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
  	z-index: 2;
}
@media screen and (max-width: 767.98px) {
	.btnmail span:before {
  		width: 2.4rem;
  		height: 2.4rem;
	}
}
.btnmail:hover {
	background-color: #D2323C;
	color: #FFF;
	opacity: 1;
}




.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
slick
************************ */
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-dots li {
	margin: 0;
}
/* ====================================
   矢印ボタン（共通設定）
==================================== */
.slick-arrow {
	width: 6rem;
  	height: 6rem;
  	z-index: 1;
  	position: absolute;
  	top: 40%;
  	transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
	.slick-arrow {
    	width: 3rem;
    	height: 3rem;
  	}
}
.slick-arrow::before {
	content: "";
  	display: block;
  	width: 6rem;
  	height: 6rem;
  	background-color: #D2323C;
  	border-radius: 50%;
  	border: 1px solid #D2323C;
  	position: absolute;
  	top: calc((100% - 6rem) / 2);
  	right: 0;
  	opacity: 1;
}
@media screen and (max-width: 767.98px) {
	.slick-arrow::before {
		width: 3rem;
    	height: 3rem;
  		top: calc((100% - 3rem) / 2);
  	}
}
.slick-arrow::after {
	content: "";
  	display: block;
  	width: 1.8rem;
  	height: 1.8rem;
  	border-bottom: 3px solid #FFF;
  	border-right: 3px solid #FFF;
  	transform: rotateZ(-45deg);
  	position: absolute;
  	top: calc((100% - 1.8rem) / 2);
  	right: 2.3rem;
  	transition: right 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
	.slick-arrow::after {
  		width: 1rem;
  		height: 1rem;
  		border-bottom: 2px solid #FFF;
  		border-right: 2px solid #FFF;
  		top: calc((100% - 1rem) / 2);
    	right: 1.2rem;
  	}
}

/* ====================================
   左矢印
==================================== */
.slick-prev {
	left: -6rem;
}
@media screen and (max-width: 767.98px) {
  .slick-prev {
    left: 1.2rem;
  }
}
.slick-prev::before {
	left: 0;
  	right: auto;
}
.slick-prev::after {
	transform: rotateZ(135deg);
  	left: 2.3rem;
  	right: auto;
  	transition: left 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .slick-prev::after {
    left: 1.2rem;
    right: auto;
  }
}

/* ====================================
   右矢印
==================================== */
.slick-next {
	right: -6rem;
}
@media screen and (max-width: 767.98px) {
  .slick-next {
    right: 1.2rem;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.6rem;
  line-height: 1.9285714286;
  color: #101010;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  	font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    min-width: 0;
  }
}
body.menuon, body.form-show {
  overflow: hidden;
}

.txtbox p:first-of-type {
  margin-top: 0;
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
inview
************************ */
.mov-show {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-show {
    transform: translateY(2rem);
  }
}
.mov-show.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-in {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0s;
}
.mov-in.in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-down {
    transform: translateY(-2rem);
  }
}
.mov-down.down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-leftslide {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease 0s;
}
.mov-leftslide.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mov-list > div,
.mov-list article,
.mov-list figure,
.mov-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.mov-list.list-start > div,
.mov-list.list-start article,
.mov-list.list-start figure,
.mov-list.list-start li {
  opacity: 1 !important;
  transition: opacity 1.6s ease 0s;
  transform: translateY(0);
}

.mov-list.list-start > div:nth-child(2),
.mov-list.list-start article:nth-child(2),
.mov-list.list-start figure:nth-child(2),
.mov-list.list-start li:nth-child(2) {
  transition-delay: 0.15s;
}

.mov-list.list-start > div:nth-child(3),
.mov-list.list-start article:nth-child(3),
.mov-list.list-start figure:nth-child(3),
.mov-list.list-start li:nth-child(3) {
  transition-delay: 0.3s;
}
.mov-list.list-start > div:nth-child(4),
.mov-list.list-start article:nth-child(4),
.mov-list.list-start figure:nth-child(4),
.mov-list.list-start li:nth-child(4) {
  transition-delay: 0.45s;
}
.mov-list.list-start > div:nth-child(5),
.mov-list.list-start article:nth-child(5),
.mov-list.list-start figure:nth-child(5),
.mov-list.list-start li:nth-child(5) {
  transition-delay: 0.6s;
}
.mov-list.list-start > div:nth-child(6),
.mov-list.list-start article:nth-child(6),
.mov-list.list-start figure:nth-child(6),
.mov-list.list-start li:nth-child(6) {
  transition-delay: 0.75s;
}
.mov-list.list-start > div:nth-child(7),
.mov-list.list-start article:nth-child(7),
.mov-list.list-start figure:nth-child(7),
.mov-list.list-start li:nth-child(7) {
  transition-delay: 0.9s;
}
.mov-list.list-start > div:nth-child(8),
.mov-list.list-start article:nth-child(8),
.mov-list.list-start figure:nth-child(8),
.mov-list.list-start li:nth-child(8) {
  transition-delay: 1.05s;
}
.mov-list.list-start > div:nth-child(9),
.mov-list.list-start article:nth-child(9),
.mov-list.list-start figure:nth-child(9),
.mov-list.list-start li:nth-child(9) {
  transition-delay: 1.2s;
}
.mov-list.list-start > div:nth-child(10),
.mov-list.list-start article:nth-child(10),
.mov-list.list-start figure:nth-child(10),
.mov-list.list-start li:nth-child(10) {
  transition-delay: 1.35s;
}
.mov-list.list-start > div:nth-child(11),
.mov-list.list-start article:nth-child(11),
.mov-list.list-start figure:nth-child(11),
.mov-list.list-start li:nth-child(11) {
  transition-delay: 1.5s;
}
.mov-list.list-start > div:nth-child(12),
.mov-list.list-start article:nth-child(12),
.mov-list.list-start figure:nth-child(12),
.mov-list.list-start li:nth-child(12) {
  transition-delay: 1.65s;
}
.mov-list.list-start > div:nth-child(13),
.mov-list.list-start article:nth-child(13),
.mov-list.list-start figure:nth-child(13),
.mov-list.list-start li:nth-child(13) {
  transition-delay: 1.8s;
}
.mov-list.list-start > div:nth-child(14),
.mov-list.list-start article:nth-child(14),
.mov-list.list-start figure:nth-child(14),
.mov-list.list-start li:nth-child(14) {
  transition-delay: 1.95s;
}
.mov-list.list-start > div:nth-child(15),
.mov-list.list-start article:nth-child(15),
.mov-list.list-start figure:nth-child(15),
.mov-list.list-start li:nth-child(15) {
  transition-delay: 2.1s;
}
.mov-list.list-start > div:nth-child(16),
.mov-list.list-start article:nth-child(16),
.mov-list.list-start figure:nth-child(16),
.mov-list.list-start li:nth-child(16) {
  transition-delay: 2.25s;
}
.mov-list.list-start > div:nth-child(17),
.mov-list.list-start article:nth-child(17),
.mov-list.list-start figure:nth-child(17),
.mov-list.list-start li:nth-child(17) {
  transition-delay: 2.4s;
}
.mov-list.list-start > div:nth-child(18),
.mov-list.list-start article:nth-child(18),
.mov-list.list-start figure:nth-child(18),
.mov-list.list-start li:nth-child(18) {
  transition-delay: 2.55s;
}
.mov-list.list-start > div:nth-child(19),
.mov-list.list-start article:nth-child(19),
.mov-list.list-start figure:nth-child(19),
.mov-list.list-start li:nth-child(19) {
  transition-delay: 2.7s;
}
.mov-list.list-start > div:nth-child(20),
.mov-list.list-start article:nth-child(20),
.mov-list.list-start figure:nth-child(20),
.mov-list.list-start li:nth-child(20) {
  transition-delay: 2.85s;
}
.mov-list.list-start > div:nth-child(21),
.mov-list.list-start article:nth-child(21),
.mov-list.list-start figure:nth-child(21),
.mov-list.list-start li:nth-child(21) {
  transition-delay: 3s;
}
.mov-list.list-start > div:nth-child(22),
.mov-list.list-start article:nth-child(22),
.mov-list.list-start figure:nth-child(22),
.mov-list.list-start li:nth-child(22) {
  transition-delay: 3.15s;
}
.mov-list.list-start > div:nth-child(23),
.mov-list.list-start article:nth-child(23),
.mov-list.list-start figure:nth-child(23),
.mov-list.list-start li:nth-child(23) {
  transition-delay: 3.3s;
}
.mov-list.list-start > div:nth-child(24),
.mov-list.list-start article:nth-child(24),
.mov-list.list-start figure:nth-child(24),
.mov-list.list-start li:nth-child(24) {
  transition-delay: 3.45s;
}
.mov-list.list-start > div:nth-child(25),
.mov-list.list-start article:nth-child(25),
.mov-list.list-start figure:nth-child(25),
.mov-list.list-start li:nth-child(25) {
  transition-delay: 3.6s;
}
.mov-list.list-start > div:nth-child(26),
.mov-list.list-start article:nth-child(26),
.mov-list.list-start figure:nth-child(26),
.mov-list.list-start li:nth-child(26) {
  transition-delay: 3.75s;
}
.mov-list.list-start > div:nth-child(27),
.mov-list.list-start article:nth-child(27),
.mov-list.list-start figure:nth-child(27),
.mov-list.list-start li:nth-child(27) {
  transition-delay: 3.9s;
}
.mov-list.list-start > div:nth-child(28),
.mov-list.list-start article:nth-child(28),
.mov-list.list-start figure:nth-child(28),
.mov-list.list-start li:nth-child(28) {
  transition-delay: 4.05s;
}
.mov-list.list-start > div:nth-child(29),
.mov-list.list-start article:nth-child(29),
.mov-list.list-start figure:nth-child(29),
.mov-list.list-start li:nth-child(29) {
  transition-delay: 4.2s;
}
.mov-list.list-start > div:nth-child(30),
.mov-list.list-start article:nth-child(30),
.mov-list.list-start figure:nth-child(30),
.mov-list.list-start li:nth-child(30) {
  transition-delay: 4.35s;
}
.mov-list.list-start > div:nth-child(31),
.mov-list.list-start article:nth-child(31),
.mov-list.list-start figure:nth-child(31),
.mov-list.list-start li:nth-child(31) {
  transition-delay: 4.5s;
}

/* ==============================
  Header 基本
============================== */
#header.headbox {
	width: 100%;
  	height: 10rem;
  	background-color: #FFF;
  	display: flex;
  	justify-content: flex-end;
  	align-items: center;
  	padding: 0 3rem;
  	position: fixed;
  	top: 0;
  	z-index: 20;
}
@media screen and (max-width: 767.98px) {
	#header.headbox {
    	height: 6rem;
    	padding: 0 1.6rem;
    	justify-content: space-between;
    	align-items: center;
    	z-index: 8;
  	}
}
#header.headbox .head-left {
	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 2rem;
}
@media screen and (max-width: 767.98px) {
	#header.headbox .head-left {
    	position: static;
    	height: 6rem;
  	}
}
#header.headbox .logo {
	display: flex;
  	align-items: center;
  	gap: 0.8rem;
}
#header.headbox .logo a {
	display: block;
  	width: clamp(18rem, 20vw, 36rem);
}
#header.headbox .logo a img {
	display: block;
  	width: 100%;
  	height: auto;
  	max-width: 100%;
  	min-width: 0;
  	aspect-ratio: unset;
  	object-fit: contain;
}
/* ==============================
  ナビゲーション
============================== */
#header.headbox .gnavibox {
	margin-right: 26rem;
}
@media screen and (max-width: 767.98px) {
	#header.headbox .gnavibox {
		position: fixed;
    	top: 0;
    	right: -100vw;
    	width: 100vw;
    	height: 100vh;
    	background-color: rgba(253, 248, 249, 1);
    	padding: 2rem;
	  	margin-top: 6rem;
    	margin-right: 0;
    	overflow-y: auto;
    	z-index: 1000;
    	transition: right 0.4s ease;
  	}
	.menuon #header.headbox .gnavibox {
    	right: 0;
  	}
}
#header.headbox #gnavi {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi {
  		display: block;
	}
}
#header.headbox #gnavi > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi > ul {
    	display: block;
  	}
}
#header.headbox #gnavi > ul > li {
	margin: 0 1.8rem;
  	line-height: 1.2;
  	height: 10rem;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi > ul > li {
    	height: auto;
    	margin: 0;
    	padding: 1.6rem 0;
    	border-bottom: 1px solid #CCC;
		text-align: center;
  	}
}
#header.headbox #gnavi > ul > li a {
	position: relative;
  	color: #7B7B7B;
  	padding: 1rem 0;
  	font-size: 1.8rem;
  	font-weight: 500;
  	line-height: 1.2;
  	letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi > ul > li a {
    	font-size: 1.6rem;
    	display: block;
  	}
}
#header.headbox #gnavi > ul > li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#header.headbox #gnavi > ul > li a:hover:before {
  background-color: #D2323C;
  transform-origin: left top;
  transform: scale(1, 1);
}

#header.headbox .head-right {
	position: absolute;
  	top: 0;
  	right: 0;
}
@media screen and (max-width: 767.98px) {
	#header.headbox .head-right {
    	display: none;
  	}
}
#header.headbox .head-right .gnavi_contact a {
	position: relative;
  	width: 26rem;
  	height: 10rem;
  	background-color: #D2323C;
  	color: #FFF;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	overflow: hidden;
  	transition: color 0.3s ease;
}
#header.headbox .head-right .gnavi_contact a span {
	position: relative;
  	display: block;
  	font-family: "Albert Sans", sans-serif;
  	font-size: 2.0rem;
  	font-weight: 600;
  	padding-left: 4rem;
  	z-index: 2;
}
#header.headbox .head-right .gnavi_contact a span:before {
	content: "";
  	background-image: url("../img/common/icon_mail_w.svg");
  	background-size: cover;
  	width: 3.2rem;
  	height: 1.8rem;
  	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
  	z-index: 2;
}
#header.headbox .head-right .gnavi_contact a::before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: -100%;
  	width: 100%;
  	height: 100%;
  	background-color: #B3242D;
  	transition: left 0.4s ease;
  	z-index: 1;
}
#header.headbox .head-right .gnavi_contact a:hover::before {
	left: 0;
}

.hamburger {
	display: none;
  	width: 4rem;
  	height: 4rem;
  	cursor: pointer;
  	z-index: 1100;
}
@media screen and (max-width: 767.98px) {
	.hamburger {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	position: absolute;
    	top: 50%;
    	right: 2rem;
    	width: 3rem;
    	height: 3rem;
    	transform: translateY(-50%); 
    	cursor: pointer;
    	z-index: 1200;
  	}
}
.hamburger span {
	display: block;
  	position: relative;
  	width: 100%;
  	height: 2px;
  	background: #D2323C;
  	transition: all 0.3s ease;
}
.hamburger span::before,
.hamburger span::after {
	content: "";
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	background: #D2323C;
  	transition: all 0.3s ease;
}
.hamburger span::before {
	top: -10px;
}
.hamburger span::after {
	top: 10px;
}
.menuon .hamburger span {
	background: transparent;
}
.menuon .hamburger span::before {
	transform: rotate(45deg);
  	top: 0;
}
.menuon .hamburger span::after {
	transform: rotate(-45deg);
  	top: 0;
}

/*************************
main
************************ */
#main {
	position: relative;
}
@media screen and (max-width: 767.98px) {
	#main {
    	overflow-x: hidden;
  	}
}

.container {
	max-width: 110rem;
  	padding: 0;
  	margin: 0 auto;
  	position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 1.6rem;
  }
}

.sctbox {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox {
    padding: 4rem 0 5.4rem;
  }
}

/*************************
subpage mv
************************ */
.mvsubbox {
	position: relative;
  	padding-top: 18rem;
}
	@media screen and (max-width: 767.98px) {
	.mvsubbox {
		position: relative;
  		padding-top: 8rem;
	}
}

.mvsubbox .mvbox-info {
	height: 40rem;
  	background-color: transparent;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-position: center center;
  	background-size: cover;
  	padding: 0;
  	border-radius: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
  	margin: 0 auto;
  	position: relative;
  	z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .mvsubbox .mvbox-info {
    height: 20rem;
  	border-radius: 2rem;
  }
}
.mvsubbox .mvbox-title {
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.5;
	color: #101010;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
	.mvsubbox .mvbox-title {
		font-size: 1.3rem;
  	}
}
.mvsubbox .mvbox-title span {
  	font-size: 6rem;
  	font-family: "Albert Sans", sans-serif;
  	font-style: normal;
  	font-weight: 300;
	color: #D2323C;
	line-height: 1;
	display: block;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
	.mvsubbox .mvbox-title span {
		font-size: 3rem;
		letter-spacing: 0.1em;
	}
}

#main .bg-pink{
	background-color: #FDF8F9;
}

/*************************
section title
************************ */
.sct-title {
	margin-bottom: 6rem;
  	font-size: 2.6rem;
  	font-weight: 400;
  	line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
	.sct-title {
    	font-size: 1.6rem;
		margin-bottom: 3rem;
  	}
}
.sct-title span {
	display: block;
	color: #D2323C;
  	font-size: 6rem;
  	font-family: "Albert Sans", sans-serif;
  	font-style: normal;
  	font-weight: 300;
 	position: relative;
  	margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
	.sct-title span {
    	font-size: 2.6rem;
  		margin-top: 0.4rem;
  	}
}

/*************************
list
************************ */
ul.list01 li {
	margin-top: 1rem;
}
ul.list01 li {
	font-weight: 400;
  	padding-left: 2rem;
  	margin-top: 1rem;
  	position: relative;
}
@media screen and (max-width: 767.98px) {
	ul.list01 li {
    	padding-left: 1.7rem;
  	}
}
ul.list01 li:before {
	content: "・";
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
}


/*************************
fix tel
************************ */
.tel-fixed{
	position: fixed;
  	right: 0;
  	bottom: 0;
  	z-index: 10000;
  	background: #D2323C;
  	color: #FFF;
  	border-radius: 2rem 0 0 0;
  	transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
  	opacity: 0;
  	visibility: hidden;
  	transform: translateY(8px);
  	pointer-events: none;
  	box-shadow: 0 6px 20px rgba(0,0,0,.18);
}
@media (max-width: 767.98px){
	.tel-fixed{
    	width: 100%;
    	right: 0;
    	bottom: calc(env(safe-area-inset-bottom, 0px));
    	border-radius: 0;
  	}
}
.tel-fixed.visible{
	opacity: 1;
  	visibility: visible;
  	transform: translateY(0);
  	pointer-events: auto;
}
.tel-fixed > a{
	display: block;
  	color: inherit;
  	padding: 2rem;
  	outline: none;
  	text-decoration: none;
}
@media (max-width: 767.98px){
	.tel-fixed > a{
		padding: 0.5rem 1rem;
	  	min-height: 3rem;
		display: flex;
	  	flex-direction: column;
    	align-items: center;
	}
}
.tel-fixed > a:focus,
.tel-fixed > a:focus-visible{
	outline: none;
}
.tel-fixed .tel-heading{
  margin-bottom: .6rem;
}
@media (max-width: 767.98px){
	.tel-fixed .tel-heading{
    	font-size: 1.1rem;
    	margin-bottom: 0;
  	}
}
.tel-fixed .tel-number{
	position: relative;
  	font-family: "Albert Sans", sans-serif;
  	font-style: normal;
  	font-weight: 700;
  	font-size: 4rem;
  	line-height: 1;
  	padding-left: 4rem; 
  	margin-bottom: 1rem;
  	white-space: nowrap;
}
@media (max-width: 767.98px){
	.tel-fixed .tel-number{
    	font-size: 1.8rem;
    	padding-left: 2rem;
    	margin-bottom: 0.6rem;
  	}
}
.tel-fixed .tel-number::before{
	content: "";
  	position: absolute;
  	left: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 3.9rem;
  	height: 3.9rem;
  	background: url("../img/common/icon_tel_w.svg") no-repeat center / contain;
}
@media (max-width: 767.98px){
	.tel-fixed .tel-number::before{
    	width: 1.8rem;
    	height: 1.8rem;
  	}
}
.tel-fixed .tel-meta{
	display: flex;
  	align-items: center;
  	gap: 1.4rem;
  	flex-wrap: wrap;
  	line-height: 1.4;
}
@media (max-width: 767.98px){
	.tel-fixed .tel-meta{
		gap: 0.6rem;
    	line-height: 1.2;
  	}
}
.tel-fixed .badge{
	display: inline-block;
  	padding: .3rem .8rem;
  	background: #FFF;
  	color: #D2323C;
  	border-radius: .5rem;
  	font-size: 1.4rem;
  	font-weight: 700;
  	line-height: 1;
}
@media (max-width: 767.98px){
	.tel-fixed .badge{
    	padding: .3rem .4rem .2rem;
    	border-radius: .3rem;
    	font-size: 1rem;
  }
}
.tel-fixed .meta-text{
	font-weight: 700;
}
@media (max-width: 767.98px){
	.tel-fixed .meta-text{
		font-size: 1rem;
	}
}

/*************************
footer(contact)
************************ */
.contact-cta {
	margin: 4rem 0 2rem;
}
@media (max-width: 767.98px) {
	.contact-cta {
		margin: 2rem 0 1rem;
	}
}
.contact-cta .contact-cta__wrap {
	background: #D2323C;
  	color: #FFF;
	border-radius: 2rem;
	padding: 3rem 2rem;
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	align-items: start;
  	gap: 2rem;
  	position: relative;
}
@media (max-width: 767.98px) {
	.contact-cta .contact-cta__wrap {
		border-radius: 2rem;
		padding: 2rem;
		display: grid;
  		grid-template-columns: 1fr;
  		gap: 1rem;
	}
}
.contact-cta .contact-cta__wrap::before,
.contact-cta .contact-cta__wrap::after {
	content: "";
  	position: absolute;
  	top: 10%;
  	bottom: 10%;
  	width: 2px;
  	background: #FFF;
}
.contact-cta .contact-cta__wrap::before {
	left: 33.333%; 
	transform: translateX(-1px); 
}
.contact-cta .contact-cta__wrap::after { 
	left: 66.666%; 
	transform: translateX(-1px);
}
@media (max-width: 767.98px) {
	.contact-cta .contact-cta__wrap::before,
	.contact-cta .contact-cta__wrap::after {
		content: none;
	}
}
.contact-cta__item {
	text-align: center;
  	padding: 1.2rem 1rem;
  	min-height: 12rem;
  	display: flex;
  	flex-direction: column;
  	gap: .8rem;
}
@media (max-width: 767.98px) {
	.contact-cta__item {
  		padding: 0.6rem 0.5rem 1.5rem;
  		min-height: inherit;
  		gap: .4rem;
		border-bottom: 1px solid #FFF;
	}
	.contact-cta__item:last-of-type {
		border-bottom: none;
	}
}
.contact-cta__label {
	position: relative;
  	padding-top: 7rem;
  	font-size: 1.6rem;
}
@media (max-width: 767.98px) {
	.contact-cta__label {
  		padding-top: 5rem;
  		font-size: 1.4rem;
	}
}
.contact-cta__label::before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	width: 6rem;
  	height: 6rem;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
}
@media (max-width: 767.98px) {
	.contact-cta__label::before {
  		width: 4rem;
  		height: 4rem;
	}
}
.contact-cta__label--tel::before {
	background-image: url("../img/common/icon_c_tel.svg");
}
.contact-cta__label--fax::before {
	background-image: url("../img/common/icon_c_fax.svg");
}
.contact-cta__label--mail::before {
	background-image: url("../img/common/icon_c_mail.svg");
}
.contact-cta__value {
	margin: .2rem 0 0;
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
  	font-size: clamp(2.5rem, 2.2vw, 3.0rem);
  	letter-spacing: .02em;
	line-height: 1;
}
.contact-cta__btn {
	display: inline-block;
  	background: #FFF;
	border: 1px solid #FFF;
  	color: #D2323C;
	font-size: 1.6rem;
  	font-weight: 700;
  	border-radius: 0.8rem;
  	padding: .9rem 1.6rem;
  	transition: background .2s ease, color .2s ease, transform .06s ease;
}
.contact-cta__btn:hover {
  	background: #D2323C;
	border: 1px solid #FFF;
	color: #FFF;
}
/*************************
footer
************************ */

#footer {
	width: 100%;
	background-color: #FFF;
	position: relative;
}
@media (max-width: 767.98px) {
	#footer {
		padding-bottom: 7rem;
	}
}
#footer .footer-cat {
	position: absolute;
  	left: clamp(0px, 8vw, 120px);
  	top: 0;
  	transform: translateY(-99%);
  	z-index: 0;
  	pointer-events: none;
  	height: clamp(150px, 20vw, 250px);
  	aspect-ratio: 1 / 1;
  	background: url("../img/common/ft_img_cat.png") no-repeat left bottom;
  	background-size: contain;
}
@media (max-width: 1650px) {
	#footer .footer-cat {
    	left: 0;
    	bottom: 1rem;
    	top: auto;
    	transform: none;
    	height: clamp(120px, 18vw, 200px);
    	background-position: left bottom;
  	}
}
@media (max-width: 767.98px) {
	#footer .footer-cat {
    	left: 0;
    	bottom: 9rem;
    	top: auto;
    	transform: none;
    	height: clamp(120px, 28vw, 200px);
    	background-position: left bottom;
	}
}
#footer:before {
  	content: "";
  	display: block;
  	width: 100%;
	height: 0.8rem;
  	top: 0;
  	left: 0;
	background-color: #D2323C;
}
@media (max-width: 767.98px) {
	#footer:before {
		height: 0.4rem;
	}
}
#footer .footer-inner {
	padding: 4rem 0;
}
#footer .footer-inner .footer-logo {
	margin-bottom: 2rem;
	text-align: center;
}
@media (max-width: 767.98px) {
	#footer .footer-inner .footer-logo {
		margin-bottom: 1rem;
	}
}

#footer .footer-inner .footer-logo a {
	width: 20rem;
}
@media (max-width: 767.98px) {
	#footer .footer-inner .footer-logo a {
		width: 16rem;
	}
}
#footer .footer-inner .footer-logo a p {
	font-size: 1.4rem;
	text-align: left;
}
@media (max-width: 767.98px) {
	#footer .footer-inner .footer-logo a p {
		font-size: 1.2rem;
	}
}
.footer-address {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 767.98px) {
	.footer-address {
		font-size: 1.4rem;
	}
}
.footer-sns {
	margin-top: 2rem;
	text-align: center;
}
.footer-sns .f-insta {
	display: inline-block;
	position: relative;
	max-width: 29rem;
	width: 18rem;
	background-color: #D2323C;
	border-radius: 1rem;
	color: #FFF;
	padding: 1rem 2rem;
	line-height: 1;
	text-align: center;
}
.footer-sns .f-insta:before {
	display: inline-block;
  	content: "";
  	background-image: url("../img/common/icon_insta_w.svg");
  	background-size: cover;
  	width: 1.8rem;
  	height: 1.8rem;
  	position: absolute;
  	top: calc((100% - 1.8rem) / 2);
}
@media (max-width: 767.98px) {
	.footer-sns .f-insta:before {
  		width: 1.3rem;
  		height: 1.3rem;
  		top: calc((100% - 1.3rem) / 2);
	}
}
.footer-sns .f-insta span {
	display: inline-block;
	padding-left: 2.5rem;
}
@media (max-width: 767.98px) {
	.footer-sns .f-insta span {
		padding-left: 2rem;
	}
}
#copyright {
  	width: 100%;
	background-color: #D2323C;
	color: #FFF;
	padding: 0.8rem 0;
  	font-size: 1.2rem;
  	font-weight: 500;
  	text-align: center;
  	line-height: 1;
  	letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
	#copyright {
		font-size: 1rem;
		letter-spacing: 0.04em;
	}
}