@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body, div, span, ol, ul, li, table, tr, th, td, dl, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article, form, input, textarea, button, text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /*font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;*/
  /*font-family: "Noto Serif JP", serif;*/
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

html, body {
  font-size: 100%;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}

html {
  position: relative;
}

body {
  position: relative;
  background-color: #F4F4F4;
}





/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

img, video, object {
  max-width: 100%;
  height: auto;
}

body, th, td {
  color: #171717;
}

a {
  color: #cc0000;
  text-decoration: underline;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:visited {
  color: #cc0000;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #cc0000;
  text-decoration: none;
}

a[target="_blank"] {
  /*padding-right: 14px;
  background: url("../images/icn_new.png") right center / 11px auto no-repeat;*/
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.small {
  font-size: 75%;
}

.clear {
  clear: both;
}

.red {
  color: #B20000;
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}

video {
  display: block;
  cursor: pointer;
}

::selection {
  background: rgba(0,0,0,0.60);
  color: #fff;
}

::-moz-selection {
  background: rgba(0,0,0,0.60);
  color: #fff;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.35em;
}

sub {
  bottom: -0em;
}

.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.zoom img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover .zoom img {
  transform: scale(1.04);
}





/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_inlineflex { display: inline-flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_inlineflex { display: none !important; }
.cnt_sp_table { display: none !important; }





/* - - - - - - - - - - - - - - - - - (header) - - - - - - - - - - - - - - - - - */

noscript p {
  display: block;
  padding: 20px;
  border: 2px solid #c00;
  background: #fff;
  color: #c00;
  font-size: 1.1rem;
  font-weight: bold;
}

#assist {
  position: absolute;
  left: -9999px;
}

#headfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header_cnt {
  display: flex;
  width: 100%;
  padding: 0 2.7%;
}

h1 {
  display: block;
  padding: 32px 46px;
  border-radius: 0px 0px 4px 4px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

h1 a img {
  display: block;
  width: 307px;
}





/* - - - - - - - - - - - - - - - - - (footer) - - - - - - - - - - - - - - - - - */

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
}

.pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.2);
  border-radius: 100vw;
}

.pagetop a::after {
  position: absolute;
  top: 58%;
  left: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop a:hover {
  opacity: 0.7;
}

footer {
  padding: 150px 7.8% 40px;
  text-align: left;
}

.copyright {
  font-size: 0.75rem;
}





/* - - - - - - - - - - - - - - - - - (content top) - - - - - - - - - - - - - - - - - */

/* topmv */

#topbg_wrapeer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#topbg_wrapeer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(239,252,255,0.80);
}

#main_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#topmv_wrapeer {
  position: relative;
  width: 100%;
  height: 423px;
  overflow: hidden;
}

.main_copy {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  text-align: center;
  letter-spacing: -.3em;
}

.main_copy span {
  display: inline-block;
  color: #171717;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.0625rem;
  letter-spacing: 0.3em;
  opacity: 0;
  animation: blur 1.5s ease-out forwards;
}

.main_copy span:nth-child(1) {
  animation-delay: 0.2s;
}
.main_copy span:nth-child(2) {
  animation-delay: 0.4s;
  color: #CD192F;
}
.main_copy span:nth-child(3) {
  animation-delay: 0.6s;
}
.main_copy span:nth-child(4) {
  animation-delay: 0.8s;
  color: #CD192F;
}
.main_copy span:nth-child(5) {
  animation-delay: 1.0s;
}

@keyframes blur {
  0%    {text-shadow:  0 0 100px rgba(255,255,255,1.0); opacity: 0.0; filter: blur(20px); transform: translate(-30px, 0) scale(1.8); }
  40%   {text-shadow:  0 0 100px rgba(255,255,255,1.0); opacity: 0.5; filter: blur(10px); transform: translate(-10px, 0) scale(1.0); }
  100%  {text-shadow:  0 0  10px rgba(255,255,255,0.16); opacity:1.0; filter: blur(0); transform: translate(0, 0) scale(1.0); }
}

.main_copy p {
  margin: 40px 0 0;
  font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem;
}





/* content */

.content {
  line-height: 2;
}

.message {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 0 140px;
}

.message h2 {
  margin: 0 auto 75px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
}

.message p {
  margin: 0 auto 85px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5;
}

.message dl {
  display: flex;
  justify-content: space-between;
  column-gap: 13%;
  width: 100%;
  max-width: 728px;
  margin: 0 auto 100px;
  padding: 30px 0;
  border-top: 1px solid rgba(23,23,23,0.10);
  border-bottom: 1px solid rgba(23,23,23,0.10);
  text-align: left;
}

.message dt {
  font-weight: 500;
}

.message dd {
  font-size: 0.875rem;
  line-height: 2.3;
}

.btn_entry a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 576px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 100vw;
  background: rgba(200,0,25,0.90);
  font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_entry a:hover {
  background: rgba(221,0,27,1.00);
}

.btn_entry a::after {
  position: absolute;
  top: 50%;
  right: 50px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-100%, -50%) rotate(0deg) scale(2.0);
  transform-origin: center center;
  opacity: 0;
  transition: all .4s ease;
}

.btn_entry a:hover::after {
  transform: translate(0, -50%) rotate(45deg) scale(1.0);
  opacity: 1;
}

.group {
  width: 100%;
  padding: 110px 0 70px;
  background: #fff;
}

.group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.group li {
  flex-basis: 48.2%;
  max-width: 520px;
  width: 48.2%;
  margin: 0 0 40px;
}

.group li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 21px 30px;
  border-radius: 10px;
  background: #f2f2f2;
  text-decoration: none;
}

.group li a::after {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icn_open.png") center center / cover no-repeat;
  transition: all .4s ease;
}

.group li a:hover {
  background: #FAFAFA;
}

.group li a:hover::after {
  transform: rotate(180deg);
}

.group li a h2 {
  margin: 0 0 26px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #cd192f;
}

.group li a p {
  margin: 8px 0 0;
  font-size: 0.875rem;
  color: #171717;
}

.corp_modal {
  display: none;
  line-height: 1.5;
}

.corp_modal h2 {
  margin: 0 auto 90px;
  font-weight: 500;
  font-size: 2.125rem;
  text-align: center;
  color: #cd192f;
}

.corp_tag {
  margin: 0 auto 50px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.corp_tag li {
  display: inline-block;
  margin: 0 27px 0 0;
}

.corp_modal p {
  margin: 0 auto 50px;
  line-height: 2;
}

.corp_ph {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 0;
}

.corp_ph li {
  flex-basis: 32%;
  max-width: 32%;
  width: 32%;
  overflow: hidden;
  border-radius: 10px;
}

.corp_ph li:not(:last-child) {
  margin-right: 2%;
}

.btn_corp {
  text-align: center;
}

.btn_corp a {
  display: block;
  width: 90%;
  max-width: 424px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 100vw;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.btn_corp a:hover {
  transform: translate(3px, 3px);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.philosophy {
  width: 100%;
  margin: 0 auto 120px;
  padding: 100px 5% 90px;
  background: url("../images/bg_phil.jpg") center center / cover no-repeat;
  color: #fff;
}

.philosophy h2 {
  margin: 0 auto 52px;
  font-weight: 500;
  font-size: 1.75rem;
}

.philosophy p {
  margin: 0 auto 53px;
  display: inline-block;
  text-align: left;
}

.btn_philosophy a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 270px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.50);
  border-radius: 100vw;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_philosophy a:hover {
  background: rgba(255,255,255,0.1);
}

.btn_philosophy a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-100%, -50%) rotate(0deg) scale(2.0);
  transform-origin: center center;
  opacity: 0;
  transition: all .4s ease;
}

.btn_philosophy a:hover::after {
  transform: translate(0, -50%) rotate(45deg) scale(1.0);
  opacity: 1;
}





/* - - - slider - - - */

.mv_slide_wrapper {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 2;
}

.mv_slider {
  width: 100%;
  overflow: visible;
}

.mv_slider .slick-list {
  overflow: visible;
}





/* - - - modal - - - */

body.compensate-for-scrollbar {
  overflow: auto;
}

.fancybox-bg,
.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 0.6;
}

.fancybox-slide--html {
  padding: 30px;
}

.fancybox-content {
  width: 90%;
  max-width: 968px;
  padding: 136px 9.375% 90px;
  border-radius: 10px;
}

.fancybox-button {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  width: 76px;
  height: 132px;
}

.fancybox-navigation .fancybox-button div img {
  width: 30px;
  height: 56px;
}

.fancybox-slide--html .fancybox-close-small {
  width: 50px;
  height: 50px;
  padding: 11px;
  right: 40px;
  top: 40px;
}

.fancybox-close-small img {
  width: 28px;
  height: 28px;
}

.fancybox-button:disabled div,
.fancybox-button--arrow_left:disabled div,
.fancybox-button--arrow_right:disabled div {
  display: none;
}





/* philosophy */

#philmv_wrapeer img {
  width: 100%;
  min-width: 100%;
}

.phil_lead {
  width: 90%;
  max-width: 968px;
  margin: 0 auto;
  padding: 130px 0 110px;
  text-align: center;
}

.phil_lead h2 {
  margin: 0 auto 120px;
  font-weight: 500;
  font-size: 2.6975rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.phil_lead h2 span {
  display: block;
  margin: 30px auto 0;
  font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.phil_lead p {
  text-align: left;
}

.phil_cnt {
  margin: 0 35px 40px;
  padding: 120px 0 140px;
  border-radius: 10px;
  background: #fff;
}

.phil_cnt > *:last-child {
  margin-bottom: 0;
}

.phil_cnt h2 {
  width: 90%;
  margin: 0 auto 100px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.phil_cnt h2 span {
  display: inline-block;
  margin: 0 7.6%;
  vertical-align: baseline;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  color: #cd192f;
}

.phil_cnt dl {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 100px;
}

.phil_cnt dt {
  flex-basis: 32.8%;
  max-width: 32.8%;
  width: 32.8%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #cd192f;
  text-align: right;
}

.phil_cnt dd {
  flex-basis: 61.1%;
  max-width: 61.1%;
  width: 61.1%;
  text-align: left;
}

.phil_cnt dd h3 {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.phil_entry {
  padding: 70px 0 0;
}

.btn_back {
  margin-top: 60px;
}

.btn_back a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 576px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100vw;
  background: rgba(100,100,100,0.90);
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_back a:hover {
  background: rgba(113,113,113,1.00);
}

.btn_back a::after {
  position: absolute;
  top: 50%;
  left: 35px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(100%, -50%) rotate(-45deg) scale(2.0);
  transform-origin: center center;
  opacity: 0;
  transition: all .4s ease;
}

.btn_back a:hover::after {
  transform: translate(0, -50%) rotate(-135deg) scale(1.0);
  opacity: 1;
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_inlineflex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_inlineflex { display: inline-flex !important; }
.cnt_sp_table { display: table !important; }





/* - - - - - - - - - - - - - - - - - (header) - - - - - - - - - - - - - - - - - */

#headfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header_cnt {
  display: flex;
  width: 100%;
  padding: 0 2.7%;
}

h1 {
  display: block;
  padding: 16px 23px;
  border-radius: 0px 0px 4px 4px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

h1 a img {
  display: block;
  width: 180px;
}





/* - - - - - - - - - - - - - - - - - (footer) - - - - - - - - - - - - - - - - - */

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -9999px;
}

.pagetop a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(0,0,0,0.2);
  border-radius: 100vw;
}

.pagetop a::after {
  position: absolute;
  top: 58%;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop a:hover {
  opacity: 0.7;
}

footer {
  padding: 100px 7.8% 40px;
  text-align: left;
}

.copyright {
  font-size: 0.75rem;
}





/* - - - - - - - - - - - - - - - - - (content top) - - - - - - - - - - - - - - - - - */

/* topmv */

#topbg_wrapeer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#topbg_wrapeer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(239,252,255,0.80);
}

#main_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#topmv_wrapeer {
  position: relative;
  width: 100%;
  height: 423px;
  overflow: hidden;
}

.main_copy {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  text-align: center;
  letter-spacing: -.3em;
}

.main_copy span {
  display: inline-block;
  color: #171717;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  opacity: 0;
  animation: blur 1.5s ease-out forwards;
}

.main_copy span:nth-child(1) {
  display: block;
  margin-bottom: 10px;
  animation-delay: 0.2s;
}
.main_copy span:nth-child(2) {
  animation-delay: 0.4s;
  color: #CD192F;
}
.main_copy span:nth-child(3) {
  animation-delay: 0.6s;
}
.main_copy span:nth-child(4) {
  animation-delay: 0.8s;
  color: #CD192F;
}
.main_copy span:nth-child(5) {
  display: block;
  margin-top: 10px;
  animation-delay: 1.0s;
}

.main_copy p {
  margin: 40px 0 0;
  font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem;
}





/* content */

.content {
  line-height: 2;
}

.message {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0 60px;
}

.message h2 {
  margin: 0 auto 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
}

.message p {
  margin: 0 auto 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.5;
}

.message dl {
  display: block;
  width: 100%;
  max-width: 728px;
  margin: 0 auto 50px;
  padding: 25px 0;
  border-top: 1px solid rgba(23,23,23,0.10);
  border-bottom: 1px solid rgba(23,23,23,0.10);
  text-align: left;
}

.message dt {
  font-weight: 500;
}

.message dd {
  font-size: 0.875rem;
  line-height: 2.3;
}

.btn_entry a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100vw;
  background: rgba(200,0,25,0.90);
  font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_entry a:hover {
  background: rgba(221,0,27,1.00);
}

.btn_entry a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-100%, -50%) rotate(0deg) scale(2.0);
  transform-origin: center center;
  opacity: 0;
  transition: all .4s ease;
}

.btn_entry a:hover::after {
  transform: translate(0, -50%) rotate(45deg) scale(1.0);
  opacity: 1;
}

.group {
  width: 100%;
  padding: 60px 0 30px;
  background: #fff;
}

.group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.group li {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px;
}

.group li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  border-radius: 10px;
  background: #f2f2f2;
  text-decoration: none;
}

.group li a::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icn_open.png") center center / cover no-repeat;
  transition: all .4s ease;
}

.group li a:hover {
  background: #FAFAFA;
}

.group li a:hover::after {
  transform: rotate(180deg);
}

.group li a h2 {
  margin: 0 0 26px;
  font-weight: 500;
  font-size: 1.15rem;
  color: #cd192f;
  line-height: 1.5
}

.group li a p {
  margin: 8px 0 0;
  font-size: 0.875rem;
  color: #171717;
}

.corp_modal {
  display: none;
  line-height: 1.5;
}

.corp_modal h2 {
  margin: 0 auto 35px;
  font-weight: 500;
  font-size: 1.15rem;
  text-align: center;
  color: #cd192f;
}

.corp_tag {
  margin: 0 auto 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.corp_tag li {
  display: inline-block;
  margin: 0 18px 0 0;
  font-size: 0.875rem;
}

.corp_modal p {
  margin: 0 auto 20px;
  line-height: 1.8;
  font-size: 0.875rem;
}

.corp_ph {
  display: block;
  margin: 0 auto 0;
}

.corp_ph li {
  max-width: 70%;
  width: 70%;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 6px;
}

.corp_ph li:not(:last-child) {
  margin-right: auto;
}

.btn_corp {
  text-align: center;
}

.btn_corp a {
  display: block;
  width: 90%;
  max-width: 424px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100vw;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.btn_corp a:hover {
  transform: translate(3px, 3px);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.philosophy {
  width: 100%;
  margin: 0 auto 60px;
  padding: 60px 5% 50px;
  background: url("../images/bg_phil.jpg") center center / cover no-repeat;
  color: #fff;
}

.philosophy h2 {
  margin: 0 auto 25px;
  font-weight: 500;
  font-size: 1.5rem;
}

.philosophy p {
  margin: 0 auto 27px;
  display: inline-block;
  text-align: left;
}

.btn_philosophy a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 270px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.50);
  border-radius: 100vw;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_philosophy a:hover {
  background: rgba(255,255,255,0.1);
}

.btn_philosophy a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-100%, -50%) rotate(0deg) scale(2.0);
  transform-origin: center center;
  opacity: 0;
  transition: all .4s ease;
}

.btn_philosophy a:hover::after {
  transform: translate(0, -50%) rotate(45deg) scale(1.0);
  opacity: 1;
}





/* - - - slider - - - */

.mv_slide_wrapper {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 2;
}

.mv_slider {
  width: 100%;
  overflow: visible;
}

.mv_slider .slick-list {
  overflow: visible;
}





/* - - - modal - - - */

body.compensate-for-scrollbar {
  overflow: auto;
}

.fancybox-bg,
.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 0.6;
}

.fancybox-slide--html {
  padding: 15px 5px;
}

.fancybox-content {
  width: 90%;
  max-width: 968px;
  padding: 70px 4% 50px;
  border-radius: 10px;
}

.fancybox-button {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  width: 22px;
  height: 66px;
  padding: 14px 0;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px 2px;
}

.fancybox-navigation .fancybox-button div img {
  width: 15px;
  height: 28px;
}

.fancybox-slide--html .fancybox-close-small {
  width: 30px;
  height: 30px;
  padding: 5px;
  right: 20px;
  top: 20px;
}

.fancybox-close-small img {
  width: 20px;
  height: 20px;
}

.fancybox-button:disabled div,
.fancybox-button--arrow_left:disabled div,
.fancybox-button--arrow_right:disabled div {
  display: none;
}





/* philosophy */

#philmv_wrapeer {
  overflow: hidden;
}

#philmv_wrapeer img {
  width: 140%;
  min-width: 140%;
  margin: 0 -20%;
}

.phil_lead {
  width: 90%;
  max-width: 968px;
  margin: 0 auto;
  padding: 60px 0 40px;
  text-align: center;
}

.phil_lead h2 {
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.phil_lead h2 span {
  display: block;
  margin: 16px auto 0;
  font-family: "Raleway", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.phil_lead p {
  text-align: left;
}

.phil_cnt {
  margin: 0 5% 40px;
  padding: 50px 0 50px;
  border-radius: 10px;
  background: #fff;
}

.phil_cnt > *:last-child {
  margin-bottom: 0;
}

.phil_cnt h2 {
  width: 90%;
  margin: 0 auto 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.phil_cnt h2 span {
  display: block;
  margin: 0 auto;
  vertical-align: baseline;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #cd192f;
}

.phil_cnt dl {
  display: block;
  width: 90%;
  margin: 0 auto 40px;
}

.phil_cnt dt {
  max-width: 100%;
  width: 100%;
  margin-bottom: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #cd192f;
  text-align: left;
}

.phil_cnt dd {
  max-width: 100%;
  width: 100%;
  text-align: left;
}

.phil_cnt dd h3 {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.phil_entry {
  padding: 40px 0 0;
}

.btn_back {
  margin-top: 30px;
}

.btn_back a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100vw;
  background: rgba(100,100,100,0.90);
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.btn_back a:hover {
  background: rgba(113,113,113,1.00);
}

.btn_back a::after {
  position: absolute;
  top: 50%;
  left: 35px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(100%, -50%) rotate(-45deg) scale(2.0);
  transform-origin: center center;
  opacity: 0;
  transition: all .4s ease;
}

.btn_back a:hover::after {
  transform: translate(0, -50%) rotate(-135deg) scale(1.0);
  opacity: 1;
}





}





/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  html, body { zoom: 1.0; width: 1200px; }
  .pagetop { display: none !important; }
  #headfix { position: absolute; }
  .aos-init { opacity: 1 !important; }
}





/* - - - - - - - - - - - /end - - - - - - - - - - - */




