@charset "UTF-8";
#main {
  /* 画像、テキスト振り分け
  ----------------------------------------- */
}

#main ul {
  text-align: left;
}

#main h1,
#main h2,
#main h3,
#main h4 {
  text-align: left;
  font-weight: 500;
  line-height: 1.6;
}

#main p,
#main dt,
#main dd {
  text-align: left;
  font-weight: 500;
  line-height: 2;
}

#main *:before,
#main *:after {
  position: absolute;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

#main .spShow {
  display: none;
}

#main br.spShow {
  display: none;
}

#main .twShow {
  display: none;
}

@media screen and (max-width: 1023px) {
  #main .pcShow_tw {
    display: none;
  }
  #main .twShow {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #main .pcShow {
    display: none;
  }
  #main .spShow {
    display: block;
  }
  #main .spShow.br {
    display: inline;
  }
  #main br.pcShow {
    display: none;
  }
  #main br.spShow {
    display: inline;
  }
}

#main sup {
  vertical-align: super;
  font-size: 11px;
  color: #555;
}

#main .rMark {
  color: #1C1C1C;
  vertical-align: super;
  letter-spacing: 0;
  font-size: 84%;
  letter-spacing: 0.3em;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  #main .rMark {
    font-size: 90%;
  }
}

#main .c__ttlTextCopy.jp .jp .rMark {
  font-size: 60%;
}

@media screen and (max-width: 767px) {
  #main .c__ttlTextCopy.jp .jp .rMark {
    font-size: 80%;
  }
}

header {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}

.loaded header {
  opacity: 1;
}

header .l-header__inner {
  position: fixed;
  top: 0;
  transform: translateY(60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
  width: 100%;
  transition: top;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

header .l-header__inner .l-header__logo {
  padding: 0;
}

header .l-header__inner .l-header__logo img {
  width: 96px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .l-header__inner .l-header__logo img {
    width: 70px;
  }
}

header .l-header__inner .l-header__logo img.black {
  display: none;
}

header .l-header__inner .l-header__logo img.white {
  display: block;
}

header .l-header__inner .l-gNav #menu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

header .l-header__inner .l-gNav #menu li a {
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

header .l-header__inner .l-gNav #menu .contact a {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  header .l-header__inner .l-gNav #menu .contact a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  header .l-header__inner {
    padding: 0 20px;
    transform: translateY(40px);
  }
  header .l-header__inner .l-gNav #menu li {
    display: none;
  }
  header .l-header__inner .l-gNav #menu .contact {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  header .l-header__inner {
    transform: translateY(30px);
  }
}

header.show .l-header__inner {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(0);
  padding-top: 10px;
  padding-bottom: 10px;
}

header.show .l-header__inner .l-header__logo img.black {
  display: block;
}

header.show .l-header__inner .l-header__logo img.white {
  display: none;
}

header.show .l-header__inner .l-gNav #menu li a {
  color: #121212;
}

header.show .l-header__inner .l-gNav #menu .contact a {
  border: 1px solid #121212;
}

#toggle {
  display: none;
}

/* レイアウト
----------------------------------------- */
#main {
  font-feature-settings: "palt";
  color: #1C1C1C;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.86;
  width: 100%;
  text-align: center;
  letter-spacing: 0.075em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  #main {
    font-size: 15px;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
    min-width: inherit;
  }
}

#main {
  /* title
	--------------------- */
  /* 
--------------------- */
}

#main .c__contentsBox {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main .c__contentsBox {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #main .c__contentsBox {
    padding-bottom: 50px;
  }
}

#main .inner1 {
  width: 84%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

#main .inner2 {
  width: 75%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1140px) {
  #main .inner1,
  #main .inner2 {
    width: 100%;
    padding: 0 8%;
  }
}

@media screen and (max-width: 767px) {
  #main .inner1,
  #main .inner2 {
    width: 100%;
    padding: 0 20px;
  }
}

#main .c__ttlTextCopy {
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

#main .c__ttlTextCopy:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #9A8540;
  bottom: 0;
}

#main .c__ttlTextCopy .en {
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.17em;
}

#main .c__ttlTextCopy .jp {
  z-index: 0;
  position: relative;
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
}

#main .c__ttlTextCopy.en {
  padding-bottom: 10px;
}

#main .c__ttlTextCopy.en:before {
  display: none;
}

#main .c__ttlTextCopy.en .en {
  color: #9A8540;
  letter-spacing: -1px;
  margin-left: -0.05em;
  line-height: 1.1;
}

#main .c__ttlTextCopy.jp .jp {
  letter-spacing: 0.11em;
}

#main .c__ttlTextCopy.jp .en {
  color: #9A8540;
  font-size: 31px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  #main .c__ttlTextCopy {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  #main .c__ttlTextCopy .en {
    font-size: 26px;
  }
  #main .c__ttlTextCopy .jp {
    font-size: 40px;
  }
  #main .c__ttlTextCopy.en {
    padding-bottom: 10px;
  }
  #main .c__ttlTextCopy.jp .en {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #main .c__ttlTextCopy {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #main .c__ttlTextCopy .en {
    font-size: 24px;
  }
  #main .c__ttlTextCopy .jp {
    font-size: 24px;
    line-height: 1.5;
  }
  #main .c__ttlTextCopy.jp .en {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

#main .c__photoBox {
  display: flex;
  margin-bottom: 20px;
}

#main .c__photoBox.c__photoBox__photoRight {
  justify-content: flex-end;
}

#main .c__photoBox.c__photoBox__photoRight .textArea {
  order: 1;
  padding-right: 80px;
}

@media screen and (max-width: 1280px) {
  #main .c__photoBox.c__photoBox__photoRight .textArea {
    padding-left: 30px;
  }
}

#main .c__photoBox.c__photoBox__photoRight .photoArea {
  order: 2;
}

#main .c__photoBox.c__photoBox__photoLeft {
  justify-content: flex-start;
}

#main .c__photoBox.c__photoBox__photoLeft .textArea {
  order: 2;
  padding-left: 80px;
}

#main .c__photoBox.c__photoBox__photoLeft .photoArea {
  order: 1;
}

#main .c__photoBox .textArea {
  z-index: 1;
  display: flex;
  align-items: center;
}

#main .c__photoBox .textArea .ttl {
  font-size: 29px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

#main .c__photoBox .textArea .text {
  max-width: 600px;
}

#main .c__photoBox .textArea .btn {
  padding-bottom: 0;
}

#main .c__photoBox .photoArea {
  width: 50%;
  overflow: hidden;
}

#main .c__photoBox .photoArea img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #main .c__photoBox,
  #main .c__photoBox.c__photoBox__photoRight,
  #main .c__photoBox.c__photoBox__photoLeft {
    flex-wrap: wrap;
  }
  #main .c__photoBox .textArea,
  #main .c__photoBox.c__photoBox__photoRight .textArea,
  #main .c__photoBox.c__photoBox__photoLeft .textArea {
    flex-basis: 100%;
    order: 2;
    margin: 0 !important;
    padding: 30px 20px 0;
  }
  #main .c__photoBox .textArea .ttl,
  #main .c__photoBox.c__photoBox__photoRight .textArea .ttl,
  #main .c__photoBox.c__photoBox__photoLeft .textArea .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #main .c__photoBox .textArea .text,
  #main .c__photoBox.c__photoBox__photoRight .textArea .text,
  #main .c__photoBox.c__photoBox__photoLeft .textArea .text {
    font-size: 13px;
  }
  #main .c__photoBox .photoArea,
  #main .c__photoBox.c__photoBox__photoRight .photoArea,
  #main .c__photoBox.c__photoBox__photoLeft .photoArea {
    flex-basis: 100%;
    order: 1;
    margin: 0 !important;
  }
}

#main .c__subCopy {
  position: relative;
  margin-bottom: 80px;
  margin-top: -20px;
}

#main .c__subCopy .text {
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.18em;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 20px 150px;
}

#main .c__subCopy .text .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-bottom: 1px solid #CBCBCB;
}

#main .c__subCopy .text .line:before, #main .c__subCopy .text .line:after {
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #CBCBCB;
}

#main .c__subCopy .text .line:after {
  width: 100%;
  height: 1px;
}

#main .c__subCopy .text .line:nth-of-type(2) {
  left: inherit;
  right: 0;
}

#main .c__subCopy .text .line:nth-of-type(2):before {
  left: inherit;
  right: 0;
}

#main .c__subCopy .text .line:nth-of-type(2):after {
  left: inherit;
  right: 0;
}

@media screen and (max-width: 1023px) {
  #main .c__subCopy .text {
    font-size: 17px;
    line-height: 40px;
    padding: 20px 40px;
  }
  #main .c__subCopy .text br {
    display: none;
  }
  #main .c__subCopy .text .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    border-bottom: 1px solid #CBCBCB;
  }
  #main .c__subCopy .text .line:before, #main .c__subCopy .text .line:after {
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #CBCBCB;
  }
  #main .c__subCopy .text .line:after {
    width: 100%;
    height: 1px;
  }
  #main .c__subCopy .text .line:nth-of-type(2) {
    left: inherit;
    right: 0;
  }
  #main .c__subCopy .text .line:nth-of-type(2):before {
    left: inherit;
    right: 0;
  }
  #main .c__subCopy .text .line:nth-of-type(2):after {
    left: inherit;
    right: 0;
  }
}

@media screen and (max-width: 1023px) {
  #main .c__subCopy {
    margin: 0 20px 30px;
  }
  .inner1 #main .c__subCopy, #main .c__subCopy.inner1 {
    margin: 0 0 30px;
  }
  #main .c__subCopy .text {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 2.25;
  }
  #main .c__subCopy .text .line {
    width: 20px;
  }
}

.en #main {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.en #main sup {
  vertical-align: super;
  font-size: 90%;
}

.en #main sup em {
  font-size: 90%;
}

.en #main #news .contents .box .textArea .ttl sup em {
  font-size: 60%;
}

.en #main .rMark {
  font-size: 10px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .en #main .rMark {
    font-size: 10px;
  }
}

.en #main .c__ttlTextCopy.jp .jp .rMark {
  font-size: 14px;
  top: -0.35em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .en #main .c__ttlTextCopy.jp .jp .rMark {
    font-size: 10px;
  }
}

.en #main #reason .graph .inner1 .textArea .cover table .infiora th .rMark {
  top: -0.35em;
  position: relative;
}

.en header .l-header__inner .l-gNav #menu li a {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.en #main .c__ttlTextCopy .jp,
.en #main .c__photoBox .textArea .ttl,
.en #main .c__subCopy .text,
.en #main #message .box .subTtl {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.en #main .c__ttlTextCopy.jp .en {
  font-size: 24px;
  letter-spacing: 0.05em;
}

.en #main .c__photoBox .textArea .ttl {
  line-height: 1.3;
}

.en #main .c__subCopy .text {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.en #main #concept {
  padding: 150px 0;
}

.en #main #concept .inner1 {
  gap: 100px;
}

@media screen and (max-width: 1023px) {
  .en #main #concept {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .en #main #concept {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.en #main #concept .inner1 .ttlArea h2 {
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.en #main #concept .inner1 .ttlArea,
.en #main #concept .inner1 .textArea {
  flex-basis: 50%;
}

.en #main #concept .inner1 .textArea .text {
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.en #main #features .c__photoBox .textArea .cover {
  padding: 50px 0;
}

.en #main #reason .graph .inner1 .textArea .cover table th.ttl {
  vertical-align: middle;
}

.en #main #reason .photo .cap:nth-of-type(1) .rMark {
  color: #fff;
}

.en #main #message .c__ttlTextCopy .en {
  letter-spacing: 0.05em;
}

.en #main #news .contents .box .textArea .linkBox a p {
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .en #main #news .contents .box .textArea .linkBox a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .en #main #news .contents .box .textArea .linkBox a p {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
}

/* -------------------- */
/* anime
------------------- */
#main {
  /* #mv
----------------------------------------- */
  /* #concept
----------------------------------------- */
  /* #features
----------------------------------------- */
  /* #reason
----------------------------------------- */
  /* #news
----------------------------------------- */
  /* #message
----------------------------------------- */
}

#main #mvArea {
  position: relative;
  height: calc(100vh - 30px);
}

#main #mv {
  z-index: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 758px;
  position: relative;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}

.loaded #main #mv {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  #main #mv:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 22, 36, 0.2);
    mix-blend-mode: multiply;
  }
}

#main #mv .mv__main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(90% - 8%);
  left: 8%;
}

@media screen and (max-width: 1023px) {
  #main #mv .mv__main {
    width: calc(90% - 50px);
    left: 50px;
  }
}

#main #mv .sub {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.6s;
}

.loaded #main #mv .sub {
  opacity: 1;
}

#main #mv .mv__title {
  width: 408px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.7s;
}

.loaded #main #mv .mv__title {
  opacity: 1;
}

#main #mv .mv__title img {
  width: 100%;
  height: auto;
}

#main #mv #scDown {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.95s;
}

.loaded #main #mv #scDown {
  opacity: 1;
}

#main #mv #scDown:before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid #fff;
  opacity: 0.45;
  top: 15px;
  left: -20px;
}

#main #mv #scDown a {
  display: block;
  position: absolute;
  left: 1px;
  bottom: -155px;
  z-index: 2;
  padding: 5px 0px 0px 10px;
  overflow: hidden;
  height: 120px;
  color: #fff;
  font-size: 11px;
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  letter-spacing: .25em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

#main #mv #scDown a:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.45);
}

#main #mv #scDown a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.45);
  height: 30px;
  -webkit-animation: sdl 1.75s cubic-bezier(0.12, 0.71, 0.34, 0.96) infinite;
  animation: sdl 1.75s cubic-bezier(0.12, 0.71, 0.34, 0.96) infinite;
}

@-webkit-keyframes sdl {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(30px);
  }
}

@keyframes sdl {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(30px);
  }
}

@media screen and (max-width: 1023px) {
  #main #mv {
    min-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  #main #mv {
    width: 100%;
    height: calc(100vw/5*8);
  }
  #main #mv .mv__main {
    left: 40px;
    width: calc(90% - 40px);
  }
  #main #mv .mv__main .mv__title {
    width: 90%;
    max-width: 500px;
  }
}

#main #concept {
  padding-top: 200px;
  padding-bottom: 150px;
  margin-top: 15px;
}

#main #concept:before {
  margin-top: 120px;
  content: "";
  top: 0;
  right: 0;
  width: 1040px;
  height: 164px;
  background: url(../img/concept_bg_text.svg) 100% 0 no-repeat;
  background-size: 100% auto;
}

#main #concept .inner1 {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 180px;
}

@media screen and (max-width: 1140px) {
  #main #concept .inner1 {
    gap: 120px;
  }
}

#main #concept .inner1 .ttlArea {
  z-index: 1;
}

#main #concept .inner1 .ttlArea h2 {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.3em;
  line-height: 55px;
  text-align: left;
  color: #121212;
}

#main #concept .inner1 .ttlArea .c__ttlTextCopy {
  margin-bottom: 1.35rem;
}

#main #concept .inner1 .ttlArea .c__ttlTextCopy .en {
  font-size: 37px;
  color: #9A8540;
  transition: opacity 2s;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  #main #concept .inner1 .ttlArea .c__ttlTextCopy .en {
    font-size: 32px;
  }
}

.js_active #main #concept .inner1 .ttlArea .c__ttlTextCopy .en {
  opacity: 1;
}

#main #concept .inner1 .textArea .text {
  line-height: 3.55em;
  letter-spacing: 0.15em;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  #main #concept {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  #main #concept:before {
    margin-top: 50px;
    top: 0;
    width: 100%;
  }
  #main #concept .inner1 {
    display: block;
    gap: 0;
  }
  #main #concept .inner1 .ttlArea .c__ttlTextCopy {
    text-align: center;
  }
  #main #concept .inner1 .ttlArea .c__ttlTextCopy .en {
    text-align: center;
  }
  #main #concept .inner1 .ttlArea h2 {
    text-align: center;
  }
  #main #concept .inner1 .textArea {
    margin-top: 30px;
  }
  #main #concept .inner1 .textArea .text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #main #concept {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #main #concept:before {
    margin-top: 30px;
    top: 0;
  }
  #main #concept .inner1 .ttlArea .c__ttlTextCopy {
    margin-bottom: 0;
  }
  #main #concept .inner1 .ttlArea .c__ttlTextCopy .en {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #main #concept .inner1 .ttlArea h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 2.0;
  }
  #main #concept .inner1 .textArea .text {
    line-height: 2.50;
    font-size: 14px;
    text-align: left;
  }
}

#main #features {
  position: relative;
}

#main #features:before {
  content: "";
  background-color: #fafafa;
  width: calc(100% - 60px);
  height: 100%;
  left: 60px;
  top: 0;
}

#main #features .c__photoBox {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

#main #features .c__photoBox:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 50px);
  left: 0;
  top: 30px;
}

#main #features .c__photoBox .textArea {
  position: relative;
  padding-right: 40px;
}

#main #features .c__photoBox .textArea:before {
  content: "01";
  font-family: "Cormorant Infant";
  font-weight: 300;
  font-size: 350px;
  letter-spacing: -0.03em;
  line-height: 592px;
  text-align: left;
  color: #fafafa;
  left: 290px;
}

#main #features .c__photoBox .textArea .cover {
  position: relative;
}

#main #features .c__photoBox:nth-of-type(2) .textArea:before {
  content: "02";
  left: 200px;
}

#main #features .c__photoBox:nth-of-type(3) .textArea:before {
  content: "03";
}

#main #features .c__photoBox .num {
  font-family: 'Cormorant Infant', serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  color: #9A8540;
  margin-bottom: 10px;
}

#main #features .c__photoBox .ttl {
  font-size: 41px;
}

#main #features .c__photoBox .cap {
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: left;
  color: #555;
  margin-top: 30px;
  max-width: 540px;
}

#main #features .c__photoBox .photoArea {
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main #features:before {
    width: calc(100% - 30px);
    left: 30px;
  }
  #main #features .c__photoBox:before {
    height: calc(100%);
    top: 0;
  }
  #main #features .c__photoBox .textArea {
    padding-right: 40px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main #features .c__photoBox .textArea:before {
    font-size: 290px;
    line-height: 1;
    left: 190px;
  }
  #main #features .c__photoBox:nth-of-type(2) .textArea:before {
    left: 100px;
  }
  #main #features .c__photoBox .num {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  #main #features .c__photoBox .ttl {
    font-size: 36px;
    margin-bottom: 15px;
  }
  #main #features .c__photoBox .cap {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main #features:before {
    width: calc(100%);
    left: 0;
  }
  #main #features .c__photoBox {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  #main #features .c__photoBox:before {
    display: none;
  }
  #main #features .c__photoBox .textArea {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main #features .c__photoBox .textArea:before {
    font-size: 250px;
    left: inherit !important;
    right: 0;
    color: rgba(154, 133, 64, 0.03);
  }
  #main #features .c__photoBox .num {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  #main #features .c__photoBox .ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #main #features .c__photoBox .cap {
    margin-top: 15px;
  }
}

#main #reason {
  position: relative;
  padding-top: 180px;
}

#main #reason:before {
  margin-top: 0;
  content: "";
  top: 100px;
  left: 0;
  width: 100%;
  min-height: 300px;
  height: calc(100vw / 4.35);
  background: url(../img/reason_bg_text.svg) 100% 0 no-repeat;
  background-size: 100% auto;
}

#main #reason .graph {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  #main #reason .graph {
    padding-bottom: 50px;
  }
}

#main #reason .graph:before {
  content: "";
  background-color: #fafafa;
  width: calc(100% - 60px);
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1023px) {
  #main #reason .graph:before {
    width: 100%;
  }
}

#main #reason .graph .inner1 {
  display: flex;
  gap: 40px;
  justify-content: center;
}

#main #reason .graph .inner1 .textArea,
#main #reason .graph .inner1 .photoArea {
  position: relative;
}

#main #reason .graph .inner1 .textArea {
  padding-left: 0;
}

#main #reason .graph .inner1 .textArea .cover {
  padding: 40px;
  background-color: #fff;
  box-shadow: 15px 15px 0px #eeedeb;
}

#main #reason .graph .inner1 .textArea .cover table tr {
  border-bottom: 1px solid #E6E6E6;
}

#main #reason .graph .inner1 .textArea .cover table tr:first-of-type {
  border-bottom: none;
}

#main #reason .graph .inner1 .textArea .cover table th {
  font-size: 18px;
  text-align: right;
  font-weight: normal;
  padding: 10px 15px;
}

#main #reason .graph .inner1 .textArea .cover table th .rMark {
  color: #9A8540;
}

#main #reason .graph .inner1 .textArea .cover table th.ttl {
  text-align: center;
}

#main #reason .graph .inner1 .textArea .cover table th.ttl span {
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 30px;
  border: 1px solid #9d9d9d;
  padding: 5px 18px;
  display: block;
}

#main #reason .graph .inner1 .textArea .cover table td {
  padding: 10px;
  font-weight: normal;
  font-size: 22px;
}

#main #reason .graph .inner1 .textArea .cover table .infiora th {
  font-size: 32px;
  color: #9A8540;
  padding-bottom: 13px;
}

#main #reason .graph .inner1 .textArea .cover table .infiora td {
  font-size: 36px;
  color: #9A8540;
  padding-bottom: 13px;
  font-weight: bold;
}

#main #reason .graph .inner1 .photoArea img {
  height: auto;
  -o-object-fit: inherit;
  object-fit: inherit;
}

@media screen and (max-width: 1320px) {
  #main #reason .graph .inner1 {
    gap: 30px;
  }
  #main #reason .graph .inner1 .textArea .cover table th {
    font-size: 16px;
    padding: 10px 10px;
  }
  #main #reason .graph .inner1 .textArea .cover table td {
    padding: 10px;
    font-size: 18px;
  }
  #main #reason .graph .inner1 .textArea .cover table th.ttl span {
    font-size: 15px;
    padding: 5px 15px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora th {
    font-size: 28px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora td {
    font-size: 29px;
  }
}

@media screen and (max-width: 1140px) {
  #main #reason .graph .inner1 {
    gap: 30px;
  }
  #main #reason .graph .inner1 .textArea .cover table th {
    font-size: 16px;
    padding: 10px 10px;
  }
  #main #reason .graph .inner1 .textArea .cover table td {
    padding: 10px;
    font-size: 18px;
  }
  #main #reason .graph .inner1 .textArea .cover table th.ttl span {
    font-size: 15px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora th {
    font-size: 26px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora td {
    font-size: 26px;
  }
  #main #reason .graph .inner1 .photoArea {
    width: 45%;
  }
}

@media screen and (max-width: 1023px) {
  #main #reason .graph .inner1 {
    flex-wrap: wrap;
  }
  #main #reason .graph .inner1 .textArea {
    width: 90%;
  }
  #main #reason .graph .inner1 .textArea .cover {
    width: 90%;
    margin: 0 auto;
  }
  #main #reason .graph .inner1 .textArea .cover table {
    width: 100%;
  }
  #main #reason .graph .inner1 .textArea .cover table th {
    font-size: 18px;
    padding: 10px 15px;
  }
  #main #reason .graph .inner1 .textArea .cover table th.ttl span {
    font-size: 18px;
    letter-spacing: 0.05em;
    border: 1px solid #9d9d9d;
    padding: 5px 18px;
  }
  #main #reason .graph .inner1 .textArea .cover table td {
    padding: 10px;
    font-size: 22px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora th {
    font-size: 32px;
    padding-bottom: 13px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora td {
    font-size: 36px;
    padding-bottom: 13px;
  }
  #main #reason .graph .inner1 .photoArea {
    width: 90%;
  }
}

#main #reason .photo {
  position: relative;
  padding-top: 0;
  margin-top: 80px;
}

#main #reason .photo .cap {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#main #reason .photo .cap:nth-of-type(1) {
  font-size: 20px;
}

#main #reason .photo .cap:nth-of-type(1) .rMark {
  color: #fff;
}

#main #reason .photo .cap:nth-of-type(2) {
  left: calc(50% + 20px);
}

#main #reason .detail .c__photoBox {
  justify-content: center;
  margin-bottom: 60px;
}

#main #reason .detail .c__photoBox .item {
  position: relative;
}

#main #reason .detail .c__photoBox .item .cap {
  font-size: 18px;
  text-align: center;
  color: #555;
  margin-top: 10px;
}

#main #reason .detail .c__photoBox .item .cap.infiora {
  font-weight: bold;
}

#main #reason .detail .c__photoBox .item .cap.infiora span {
  display: inline-block;
  border-bottom: 2px solid #9A8540;
}

#main #reason .detail .c__photoBox .photoArea {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 47%;
}

#main #reason .detail .c__photoBox .photoArea img {
  -o-object-fit: inherit;
  object-fit: inherit;
  height: auto;
}

@media screen and (max-width: 1023px) {
  #main #reason .detail .c__photoBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main #reason .detail .c__photoBox .item {
    position: relative;
  }
  #main #reason .detail .c__photoBox .textArea {
    padding-right: 0;
  }
  #main #reason .detail .c__photoBox .photoArea {
    width: 90%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #main #reason {
    position: relative;
    padding-top: 80px;
  }
  #main #reason:before {
    margin-top: 0;
    content: "";
    top: 50px;
    left: 0;
    width: 100%;
    min-height: 300px;
    height: calc(100vw / 4.35);
    background: url(../img/reason_bg_text.svg) 100% 0 no-repeat;
    background-size: 100% auto;
  }
  #main #reason .graph {
    margin-top: 40px;
    padding-top: 40px;
  }
  #main #reason .graph:before {
    content: "";
    background-color: #fafafa;
    width: calc(100% - 60px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  #main #reason .graph:before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main #reason .graph .inner1 .textArea {
    width: 100%;
    padding: 0;
  }
  #main #reason .graph .inner1 .textArea .cover {
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 5px 5px 0px #eeedeb;
  }
  #main #reason .graph .inner1 .textArea .cover table {
    width: 100%;
  }
  #main #reason .graph .inner1 .textArea .cover table th {
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: 0;
  }
  #main #reason .graph .inner1 .textArea .cover table th.ttl span {
    font-size: 13px;
    letter-spacing: 0.01em;
    padding: 5px 10px;
  }
  #main #reason .graph .inner1 .textArea .cover table td {
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora th {
    font-size: 22px;
    padding-bottom: 13px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora td {
    font-size: 26px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  #main #reason .graph .inner1 .textArea .cover {
    padding: 12px;
    box-shadow: 2px 2px 0px #eeedeb;
  }
  #main #reason .graph .inner1 .textArea .cover table th {
    font-size: 12px;
    padding: 8px 8px;
    letter-spacing: 0;
  }
  #main #reason .graph .inner1 .textArea .cover table th.ttl span {
    font-size: 12px;
    border-radius: 19px;
    padding: 8px 8px;
  }
  #main #reason .graph .inner1 .textArea .cover table td {
    padding: 8px;
    font-size: 13px;
    letter-spacing: 0;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora th {
    font-size: 20px;
    padding-bottom: 13px;
  }
  #main #reason .graph .inner1 .textArea .cover table .infiora td {
    font-size: 22px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  #main #reason .graph .inner1 .photoArea {
    width: 90%;
  }
  #main #reason .photo {
    margin-top: 60px;
  }
  #main #reason .photo .cap {
    top: 2px;
    left: 5px;
    font-size: 12px;
  }
  #main #reason .photo .cap:nth-of-type(1) {
    font-size: 16px;
  }
  #main #reason .detail {
    padding-top: 0;
  }
  #main #reason .detail .c__photoBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main #reason .detail .c__photoBox .item {
    position: relative;
  }
  #main #reason .detail .c__photoBox .item .cap {
    font-size: 13px;
  }
  #main #reason .detail .c__photoBox .textArea {
    padding: 0;
    order: 1;
  }
  #main #reason .detail .c__photoBox .photoArea {
    order: 2;
    width: 100%;
    margin-top: 15px !important;
  }
}

#main #news {
  padding-top: 250px;
  padding-bottom: 150px;
}

#main #news:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 608px;
  background: url(../img/news_bg.jpg) 100% 0 no-repeat;
  background-size: cover;
}

#main #news:after {
  content: "";
  top: 140px;
  left: 60px;
  width: calc(100% - 120px);
  height: 100%;
  background: #fff;
}

#main #news .c__ttlTextCopy {
  position: relative;
  z-index: 1;
}

#main #news .c__subCopy {
  position: relative;
  z-index: 1;
}

#main #news .contents {
  position: relative;
  z-index: 1;
}

#main #news .contents .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#main #news .contents .box .textArea {
  width: 70%;
  order: 2;
  padding-left: 50px;
  text-align: left;
}

#main #news .contents .box .textArea .ttl {
  font-size: 29px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

#main #news .contents .box .textArea .text {
  margin-bottom: 1.5em;
}

#main #news .contents .box .textArea .caption {
  text-align: left;
  font-size: 14px;
  text-align: left;
  color: #555;
  margin-top: 10px;
}

#main #news .contents .box .textArea .caption a {
  display: block;
  text-decoration: underline;
}

#main #news .contents .box .textArea .caption a:hover {
  text-decoration: none;
}

#main #news .contents .box .textArea .linkBox {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  display: inline-block;
}

#main #news .contents .box .textArea .linkBox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.5s;
  min-width: 380px;
}

#main #news .contents .box .textArea .linkBox a:hover {
  opacity: 0.75;
}

#main #news .contents .box .textArea .linkBox a p {
  padding: 20px;
  font-size: 12px;
  line-height: 1.5;
}

#main #news .contents .box .textArea .linkBox a p span {
  display: block;
}

#main #news .contents .box .textArea .linkBox a picture {
  width: 110px;
}

#main #news .contents .box .textArea .linkBox a picture img {
  width: 100%;
  height: auto;
  border-radius: 0px 15px 15px 0px;
}

#main #news .contents .box .photoArea {
  width: 40%;
  order: 1;
}

#main #news .contents .box .photoArea img {
  width: 100%;
  height: auto;
}

#main #news .contents .box:nth-of-type(1) .photoArea {
  height: 95%;
}

@media screen and (max-width: 1023px) {
  #main #news {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  #main #news:before {
    height: 558px;
  }
  #main #news:after {
    top: 100px;
    left: 20px;
    width: calc(100% - 40px);
  }
  #main #news .contents .box .textArea .ttl {
    font-size: 20px;
  }
  #main #news .contents .box .textArea .text {
    font-size: 15px;
  }
  #main #news .contents .box .textArea .linkBox a {
    min-width: 280px;
  }
  #main #news .contents .box .photoArea {
    width: 40%;
    order: 1;
  }
  #main #news .contents .box .photoArea img {
    width: 100%;
    height: auto;
  }
  #main #news .contents .box:nth-of-type(1) .photoArea {
    height: 95%;
  }
}

@media screen and (max-width: 767px) {
  #main #news {
    padding-top: 220px;
    padding-bottom: 20px;
  }
  #main #news:before {
    height: 300px;
  }
  #main #news:after {
    top: 160px;
    width: 100%;
    left: 0;
  }
  #main #news .contents .box {
    flex-wrap: wrap;
  }
  #main #news .contents .box .textArea {
    width: 100%;
    padding-left: 0;
  }
  #main #news .contents .box .textArea .ttl {
    font-size: 20px;
  }
  #main #news .contents .box .textArea .text {
    font-size: 14px;
  }
  #main #news .contents .box .textArea .caption {
    font-size: 12px;
  }
  #main #news .contents .box .textArea .linkBox a {
    min-width: inherit;
    width: 100%;
  }
  #main #news .contents .box .textArea .linkBox a p {
    padding: 10px;
    letter-spacing: 0;
  }
  #main #news .contents .box .textArea .linkBox a picture {
    width: 90px;
  }
  #main #news .contents .box .textArea .linkBox a picture img {
    width: 100%;
    height: auto;
    border-radius: 0px 15px 15px 0px;
  }
}

@media screen and (max-width: 767px) and (max-width: 330px) {
  #main #news .contents .box .textArea .linkBox a p {
    font-size: 11px;
  }
  #main #news .contents .box .textArea .linkBox a picture {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  #main #news .contents .box .photoArea {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  #main #news .contents .box .photoArea img {
    width: 100%;
    height: auto;
  }
  #main #news .contents .box:nth-of-type(1) .photoArea {
    height: 95%;
  }
}

#main #message {
  padding-top: 430px;
}

#main #message:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background: url(../img/message_bg.jpg) 100% 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

#main #message:after {
  margin-top: 0;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 4.45);
  background: url(../img/message_bg_text.svg) 100% 0 no-repeat;
  background-size: 100% auto;
  z-index: 0;
}

#main #message .inner1 {
  position: relative;
  z-index: 1;
}

#main #message .c__ttlTextCopy {
  margin-top: 120px;
}

#main #message .c__ttlTextCopy .en {
  font-size: 48px;
  letter-spacing: 0.17em;
}

#main #message .c__subCopy {
  margin-top: -40px;
}

#main #message .box {
  text-align: center;
  margin-bottom: 60px;
}

#main #message .box .subTtl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#main #message .box#sns ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#main #message .box#sns ul li {
  width: auto;
  margin-right: 11px;
  list-style: none;
}

#main #message .box#sns ul a {
  text-indent: -9898px;
  width: 50px !important;
  height: 50px !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  transition: opacity 0.5s;
}

#main #message .box#sns ul a:hover {
  opacity: 0.75;
}

#main #message .box#sns ul li.twitter a {
  background-image: url(../img/icon_twitter.svg);
}

#main #message .box#sns ul li.youtube a {
  background-image: url(../img/icon_youtube.svg);
}

#main #message .box#sns ul li.instagram a {
  background-image: url(../img/icon_instagram.svg);
}

#main #message .box#contact a {
  display: inline-block;
  padding: 20px;
  min-width: 434px;
  background: linear-gradient(#9a8540 0%, #bc9f40 49.75%, #9a8540 100%);
  color: #fff;
  font-size: 18px;
  transition: opacity 0.5s;
}

#main #message .box#contact a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  #main #message {
    padding-top: 200px;
  }
  #main #message:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: url(../img/message_bg.jpg) 100% 0 no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
  }
  #main #message:after {
    margin-top: 0;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vw / 4.45);
    background: url(../img/message_bg_text.svg) 100% 0 no-repeat;
  }
  #main #message .c__ttlTextCopy {
    margin-top: 80px;
  }
  #main #message .c__ttlTextCopy .en {
    font-size: 32px;
    letter-spacing: 0.17em;
  }
  #main #message .c__subCopy {
    margin-top: -40px;
    margin-bottom: 50px;
  }
  #main #message .box {
    text-align: center;
    margin-bottom: 60px;
  }
  #main #message .box .subTtl {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  #main #message .box#sns ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  #main #message .box#sns ul li {
    width: auto;
    margin-right: 11px;
    list-style: none;
  }
  #main #message .box#sns ul a {
    text-indent: -9898px;
    width: 40px !important;
    height: 40px !important;
  }
  #main #message .box#contact a {
    min-width: 100%;
    font-size: 16px;
  }
}
