@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#randomfade {
  width: 100%;
  height: 892px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #randomfade {
    height: 725px;
  }
}
#randomfade h1 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 625px;
  z-index: 100;
}
@media screen and (max-width: 440px) {
  #randomfade h1 {
    width: 272px;
    top: 265px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}
#randomfade h1 img {
  width: 100%;
  height: auto;
}
#randomfade ul.grid-wrapper {
  width: 100%;
  height: 892px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 440px) {
  #randomfade ul.grid-wrapper {
    height: 725px;
  }
}
#randomfade ul.grid-wrapper li {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
  text-indent: -9999px;
  opacity: 0;
  animation: mvfadeUp 5s ease forwards;
}
#randomfade ul.grid-wrapper li img {
  width: 100%;
  height: auto;
  opacity: 0;
}
#randomfade ul.grid-wrapper li:nth-of-type(1) {
  background: url("../images/index/mv/mv01.png") no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 440px) {
  #randomfade ul.grid-wrapper li:nth-of-type(1) {
    background: url("../images/index/mv/mv01_sp.png") no-repeat center center;
    background-size: 100%;
  }
}
#randomfade ul.grid-wrapper li:nth-of-type(1) {
  animation-delay: 0.1s;
  z-index: 99;
}
#randomfade ul.grid-wrapper li:nth-of-type(2) {
  background: url("../images/index/mv/mv02.png") no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 440px) {
  #randomfade ul.grid-wrapper li:nth-of-type(2) {
    background: url("../images/index/mv/mv02_sp.png") no-repeat center center;
    background-size: 100%;
  }
}
#randomfade ul.grid-wrapper li:nth-of-type(2) {
  animation-delay: 1s;
  z-index: 98;
}
#randomfade ul.grid-wrapper li:nth-of-type(3) {
  background: url("../images/index/mv/mv03.png") no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 440px) {
  #randomfade ul.grid-wrapper li:nth-of-type(3) {
    background: url("../images/index/mv/mv03_sp.png") no-repeat center center;
    background-size: 100%;
  }
}
#randomfade ul.grid-wrapper li:nth-of-type(3) {
  animation-delay: 2s;
  z-index: 97;
}

@keyframes mvfadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#wrap_main_copy {
  position: relative;
  height: 935px;
  margin-top: 50px;
}
@media screen and (max-width: 440px) {
  #wrap_main_copy {
    margin-top: 0px;
    height: 550px;
  }
}
#wrap_main_copy aside {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#wrap_main_copy aside:nth-of-type(1) {
  background: url(../images/index/main_copy_bg01.png) no-repeat center;
  background-size: 1430px auto;
  top: 0;
  height: 300px;
}
@media screen and (max-width: 440px) {
  #wrap_main_copy aside:nth-of-type(1) {
    background: url(../images/index/main_copy_bg01_sp.png) no-repeat top left;
    background-size: contain;
    height: 210px;
  }
}
#wrap_main_copy aside:nth-of-type(2) {
  background: url(../images/index/main_copy_bg02.png) no-repeat center;
  background-size: 1430px auto;
  bottom: 0;
  height: 661px;
}
@media screen and (max-width: 440px) {
  #wrap_main_copy aside:nth-of-type(2) {
    background: url(../images/index/main_copy_bg02_sp.png) no-repeat bottom right;
    background-size: contain;
    height: 190px;
    bottom: -40px;
    z-index: 50;
  }
}
#wrap_main_copy p {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  writing-mode: vertical-rl;
  font-size: 1.4375rem;
  line-height: 3em;
}
@media screen and (max-width: 440px) {
  #wrap_main_copy p {
    top: 100px;
    font-size: 0.9375rem;
    line-height: 2em;
  }
}

#wrap_concept {
  background: rgb(242, 237, 230);
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_concept {
    padding: 100px 0;
  }
}
#wrap_concept > div {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  #wrap_concept > div picture {
    padding: 0 15px;
  }
}
#wrap_concept > div picture img {
  width: 100%;
  height: auto;
}
#wrap_concept > div div {
  margin-top: 110px;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div {
    margin-top: 60px;
  }
}
#wrap_concept > div div:nth-of-type(1) {
  width: 600px;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) {
    width: 100%;
    order: 3;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul {
    position: relative;
  }
  #wrap_concept > div div:nth-of-type(1) ul:before, #wrap_concept > div div:nth-of-type(1) ul:after {
    content: "";
    width: calc(100% - 60px);
    left: 30px;
    background: rgb(0, 0, 0);
    position: absolute;
  }
  #wrap_concept > div div:nth-of-type(1) ul:before {
    height: 2px;
    bottom: 0px;
  }
  #wrap_concept > div div:nth-of-type(1) ul:after {
    height: 1px;
    bottom: 4px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li {
    padding: 0 50px;
  }
  #wrap_concept > div div:nth-of-type(1) ul li:nth-of-type(odd) {
    background: #fff;
  }
}
#wrap_concept > div div:nth-of-type(1) ul li a {
  display: flex;
  padding: 40px 0;
  text-decoration: none;
  color: rgb(0, 0, 0);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li a {
    padding: 25px 0;
  }
}
#wrap_concept > div div:nth-of-type(1) ul li a::after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgb(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li a::after {
    display: none;
  }
}
#wrap_concept > div div:nth-of-type(1) ul li a:hover {
  opacity: 0.5;
}
#wrap_concept > div div:nth-of-type(1) ul li a:hover::after {
  opacity: 0.5;
}
#wrap_concept > div div:nth-of-type(1) ul li a p:nth-of-type(1) {
  font-size: 5rem;
  line-height: 1;
  margin-right: 50px;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li a p:nth-of-type(1) {
    font-size: 1.5625rem;
    margin-right: 15px;
  }
}
#wrap_concept > div div:nth-of-type(1) ul li a p:nth-of-type(2) {
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li a p:nth-of-type(2) {
    top: inherit;
    bottom: 30px;
  }
}
#wrap_concept > div div:nth-of-type(1) ul li a h3 {
  font-size: 1.3125rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li a h3 {
    font-size: 0.8125rem;
  }
}
#wrap_concept > div div:nth-of-type(1) ul li a h3 strong {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(1) ul li a h3 strong {
    font-size: 0.5625rem;
  }
}
#wrap_concept > div div:nth-of-type(2) {
  margin-top: -30px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(2) {
    order: 2;
    width: 100%;
    margin-top: 65px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#wrap_concept > div div:nth-of-type(2) p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(2) p {
    font-size: 0.5625rem;
  }
}
#wrap_concept > div div:nth-of-type(2) p img {
  width: 14px;
  height: auto;
  display: inline;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(2) p img {
    width: 9px;
  }
}
#wrap_concept > div div:nth-of-type(2) h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 30px;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(2) h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(2) h2 span {
    display: inline-block;
    height: 2em;
  }
}
#wrap_concept > div div:nth-of-type(2) h3 {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 60px;
}
@media screen and (max-width: 440px) {
  #wrap_concept > div div:nth-of-type(2) h3 {
    font-size: 0.75rem;
    padding-top: 100px;
    line-height: 2;
    white-space: nowrap;
  }
}
#wrap_concept aside {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background: url(../images/index/concept_ph02.png) no-repeat center;
  background-size: 1430px auto;
  bottom: 270px;
  height: 501px;
}
@media screen and (max-width: 440px) {
  #wrap_concept aside {
    background: url(../images/index/concept_ph02_sp.png) no-repeat top right;
    background-size: auto;
    right: 0px;
    bottom: initial;
    top: 340px;
  }
}

#wrap_business {
  background: rgb(242, 237, 230);
  padding-bottom: 200px;
}
@media screen and (max-width: 440px) {
  #wrap_business {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 440px) {
  #wrap_business > div h2 {
    border-bottom: none;
  }
  #wrap_business > div h2:after {
    display: none;
  }
}
#wrap_business > div {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #wrap_business > div {
    width: 100%;
  }
}
#wrap_business > div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 440px) {
  #wrap_business > div ul {
    margin-top: 0px;
    flex-direction: column;
    padding: 30px;
  }
}
#wrap_business > div ul li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 440px) {
  #wrap_business > div ul li {
    width: 100%;
  }
}
#wrap_business > div ul li a {
  color: #fff;
}
#wrap_business > div ul li a h3 {
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 440px) {
  #wrap_business > div ul li a h3 {
    text-align: center;
    font-size: 1.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#wrap_business > div ul li a h3 strong {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_business > div ul li a h3 strong {
    font-size: 0.5625rem;
  }
}
#wrap_business > div ul li a p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1;
  width: 220px;
}
@media screen and (max-width: 440px) {
  #wrap_business > div ul li a p {
    font-size: 0.625rem;
    width: 10em;
  }
}
#wrap_business > div ul li a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 440px) {
  #wrap_business > div ul li a p::after {
    display: none;
  }
}
#wrap_business > div ul li a p span {
  margin-top: -2px;
}

.wrap_crosstalk {
  max-width: 1470px;
  min-width: 1300px;
  margin: 0 auto;
  height: 480px;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk {
    width: 100%;
    max-width: initial;
    min-width: initial;
    height: auto;
  }
}
.wrap_crosstalk > div {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.wrap_crosstalk > div figure {
  display: none;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div figure {
    display: flex;
    margin-top: 70px;
  }
}
.wrap_crosstalk > div figure img {
  width: 82%;
  height: auto;
}
.wrap_crosstalk > div figure figcaption {
  writing-mode: vertical-rl;
  font-size: 0.5625rem;
  font-weight: 400;
  padding-top: 1em;
  position: relative;
}
.wrap_crosstalk > div figure figcaption::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 0.7em;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
}
.wrap_crosstalk > div > div:nth-of-type(1) > p:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(1) > p:nth-of-type(1) {
    display: none;
  }
}
.wrap_crosstalk > div > div:nth-of-type(1) > p:nth-of-type(1)::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 1px;
  width: 0.7em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.wrap_crosstalk > div > div:nth-of-type(1) h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(1) h2 {
    font-size: 1.25rem;
    margin: 0px 0 25px 20px;
  }
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(1) h3 {
    font-size: 0.625rem;
    margin: 20px 0 20px 20px;
    display: flex;
    align-items: center;
  }
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 em {
  font-style: normal;
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 strong {
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(1) h3 strong {
    font-size: 1.0625rem;
  }
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 span {
  width: 10px;
  height: 10px;
  margin: 5px 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(1) h3 span {
    width: 15px;
    height: 15px;
    margin: 0 20px;
  }
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 span::before, .wrap_crosstalk > div > div:nth-of-type(1) h3 span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 5px;
  left: 0;
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 span::before {
  transform: rotate(45deg);
}
.wrap_crosstalk > div > div:nth-of-type(1) h3 span::after {
  transform: rotate(-45deg);
}
.wrap_crosstalk > div > div:nth-of-type(1) a {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  width: 220px;
  margin-top: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(1) a {
    margin-top: 0px;
  }
}
.wrap_crosstalk > div > div:nth-of-type(1) a::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.wrap_crosstalk > div > div:nth-of-type(1) a .arrow_link span {
  margin-top: 3px;
}
.wrap_crosstalk > div > div:nth-of-type(2) > div {
  margin-top: -110px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(2) > div {
    margin-top: 65px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.wrap_crosstalk > div > div:nth-of-type(2) p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(2) p {
    font-size: 0.5625rem;
  }
}
.wrap_crosstalk > div > div:nth-of-type(2) p img {
  width: 14px;
  height: auto;
  display: inline;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(2) p img {
    width: 9px;
  }
}
.wrap_crosstalk > div > div:nth-of-type(2) h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 30px;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(2) h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(2) h2 span {
    display: inline-block;
    height: 2em;
  }
}
.wrap_crosstalk > div > div:nth-of-type(2) h3 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .wrap_crosstalk > div > div:nth-of-type(2) h3 {
    font-size: 0.75rem;
    padding-top: 100px;
    line-height: 2;
  }
}

#crosstalk01 {
  margin-top: 200px;
  background: url(../images/index/crosstalk_ph01.jpg) no-repeat left bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 440px) {
  #crosstalk01 {
    background: none;
    margin-top: 0px;
  }
}
#crosstalk01 figure figcaption {
  margin-left: 15px;
}
#crosstalk01 > div > div:nth-of-type(1) {
  margin: 70px 150px 0 0;
}
@media screen and (max-width: 440px) {
  #crosstalk01 > div > div:nth-of-type(1) {
    margin: 35px 0px 0 30px;
    width: 74%;
  }
}

#crosstalk02 {
  margin-top: 100px;
  background: url(../images/index/crosstalk_ph02.jpg) no-repeat right bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 440px) {
  #crosstalk02 {
    background: none;
    margin-top: 0px;
  }
}
#crosstalk02 figure {
  flex-direction: row-reverse;
}
#crosstalk02 figure figcaption {
  margin-right: 15px;
}
#crosstalk02 > div {
  flex-direction: row;
}
#crosstalk02 > div > div:nth-of-type(1) {
  margin: 50px 0px 0 210px;
}
@media screen and (max-width: 440px) {
  #crosstalk02 > div > div:nth-of-type(1) {
    margin: 35px 0px 0 20%;
    width: 100%;
  }
}

#wrap_brandstory {
  background: url(../images/index/brandstory_bg01.jpg) no-repeat center center;
  background-size: 100% auto;
  height: 820px;
  margin-top: 200px;
  min-width: 1300px;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory {
    min-width: auto;
    margin-top: 100px;
    background: #000;
    height: auto;
    padding-bottom: 100px;
    position: relative;
  }
}
#wrap_brandstory > aside {
  display: none;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > aside {
    display: block;
    position: absolute;
    width: 85px;
    height: 100%;
    text-indent: -999px;
    height: 501px;
    background: url(../images/index/brandstory_ph01_sp.jpg) no-repeat top left;
    background-size: contain;
    left: 50px;
    top: -30px;
  }
}
#wrap_brandstory > a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 820px;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a {
    height: auto;
    pointer-events: none;
  }
}
#wrap_brandstory > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: 0.5s ease;
  pointer-events: none;
}
#wrap_brandstory > a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div {
    width: 100%;
  }
}
#wrap_brandstory > a > div > div {
  width: 1000px;
  margin: 0 auto;
  padding-top: 195px;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div {
    padding-top: 100px;
    width: auto;
    writing-mode: vertical-rl;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#wrap_brandstory > a > div > div > p:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div > p:nth-of-type(1) {
    font-size: 0.5625rem;
  }
}
#wrap_brandstory > a > div > div > p:nth-of-type(1) .pc {
  display: inline;
  height: 14px;
  width: auto;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div > p:nth-of-type(1) .pc {
    display: none;
  }
}
#wrap_brandstory > a > div > div > p:nth-of-type(1) .sp {
  display: none;
  width: 9px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div > p:nth-of-type(1) .sp {
    display: inline;
  }
}
#wrap_brandstory > a > div > div h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 40px 0;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div h2 {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 30px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div h2 span {
    display: inline-block;
    height: 2em;
  }
}
#wrap_brandstory > a > div > div h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a > div > div h3 {
    font-size: 0.75rem;
    padding-top: 100px;
    line-height: 2;
    white-space: nowrap;
  }
}
#wrap_brandstory > a figure {
  display: none;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a figure {
    display: block;
    width: 100%;
  }
}
#wrap_brandstory > a figure img {
  width: 100%;
  height: auto;
}
#wrap_brandstory > a aside {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a aside {
    display: block;
    width: 100%;
  }
}
#wrap_brandstory > a aside ul {
  border-bottom: #fff solid 2px;
  border-top: #fff solid 2px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  width: 660px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a aside ul {
    width: 100%;
    border: none;
    padding: 50px;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#wrap_brandstory > a aside ul::before, #wrap_brandstory > a aside ul:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a aside ul::before, #wrap_brandstory > a aside ul:after {
    display: none;
  }
}
#wrap_brandstory > a aside ul::before {
  top: 3px;
}
#wrap_brandstory > a aside ul:after {
  bottom: 3px;
}
#wrap_brandstory > a aside ul li {
  height: 90px;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a aside ul li {
    width: calc((100% - 15px) / 2);
    height: auto;
  }
}
#wrap_brandstory > a aside ul li img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a aside ul li img {
    height: auto;
    width: 100%;
  }
}
#wrap_brandstory > a aside p {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 220px;
  padding-bottom: 10px;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory > a aside p {
    display: none;
  }
}
#wrap_brandstory > a aside p::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_brandstory > a aside p .arrow_link span {
  margin-top: 3px;
}
#wrap_brandstory a.sp {
  display: none;
}
@media screen and (max-width: 440px) {
  #wrap_brandstory a.sp {
    display: block;
    margin: 0 50px;
    pointer-events: initial;
    font-size: 0.875rem;
    position: relative;
    padding: 10px 0;
  }
  #wrap_brandstory a.sp::after {
    opacity: 1;
    inset: initial;
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #wrap_brandstory a.sp .arrow_link span {
    margin-top: 3px;
  }
}

#wrap_photogallery {
  margin: 200px 0;
}
@media screen and (max-width: 440px) {
  #wrap_photogallery {
    margin: 100px 0;
  }
}
#wrap_photogallery p {
  width: 1000px;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_photogallery p {
    width: auto;
    margin-left: 50px;
    font-size: 0.5625rem;
  }
}
#wrap_photogallery p::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 1px;
  width: 0.7em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_photogallery h2 {
  width: 1000px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px auto 40px auto;
}
@media screen and (max-width: 440px) {
  #wrap_photogallery h2 {
    width: auto;
    margin: 10px auto 20px 50px;
    font-size: 1.25rem;
  }
}
#wrap_photogallery .loop_container {
  overflow: hidden;
  width: 100%;
}
#wrap_photogallery .loop_container .loop_inner {
  display: flex;
  width: 200%;
  animation: loop 40s linear infinite;
}
@media screen and (max-width: 440px) {
  #wrap_photogallery .loop_container .loop_inner {
    animation: loop 20s linear infinite;
  }
}
#wrap_photogallery .loop_container .loop_inner img {
  width: 50%;
  height: auto;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 440px) {
  #wrap_photogallery .loop_container .loop_inner img {
    width: auto;
    height: 300px;
  }
}

/* ループアニメーション */
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#wrap_topics {
  background: rgb(242, 237, 230);
  padding: 200px 0;
}
@media screen and (max-width: 440px) {
  #wrap_topics {
    padding: 0 0 100px 0;
    position: relative;
  }
}
#wrap_topics > aside {
  display: none;
}
@media screen and (max-width: 440px) {
  #wrap_topics > aside {
    display: block;
    position: absolute;
    width: 130px;
    height: 100%;
    text-indent: -999px;
    background: url(../images/index/message_bg01_sp.jpg) no-repeat bottom left;
    background-size: contain;
    left: 50px;
    bottom: -60px;
  }
}
#wrap_topics > div {
  width: 1000px;
  margin: 0 auto;
  padding-left: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 440px) {
  #wrap_topics > div {
    padding-left: 0px;
    padding-top: 100px;
    width: auto;
    writing-mode: vertical-rl;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#wrap_topics > div p:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_topics > div p:nth-of-type(1) {
    font-size: 0.5625rem;
  }
}
#wrap_topics > div p:nth-of-type(1) .pc {
  display: inline;
  height: 14px;
  width: auto;
}
@media screen and (max-width: 440px) {
  #wrap_topics > div p:nth-of-type(1) .pc {
    display: none;
  }
}
#wrap_topics > div p:nth-of-type(1) .sp {
  display: none;
  width: 9px;
  height: auto;
}
@media screen and (max-width: 440px) {
  #wrap_topics > div p:nth-of-type(1) .sp {
    display: inline;
  }
}
#wrap_topics > div h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 40px 0;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 440px) {
  #wrap_topics > div h2 {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 30px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 440px) {
  #wrap_topics > div h2 span {
    display: inline-block;
    height: 2em;
  }
}
#wrap_topics > div h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 440px) {
  #wrap_topics > div h3 {
    font-size: 0.75rem;
    padding-top: 100px;
    line-height: 2;
    white-space: nowrap;
  }
}
#wrap_topics ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  #wrap_topics ul {
    width: 100%;
    flex-direction: column;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
#wrap_topics ul li {
  width: calc((100% - 20px) / 2);
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_topics ul li {
    width: 100%;
  }
}
#wrap_topics ul li a {
  color: #fff;
}
#wrap_topics ul li div {
  position: absolute;
  top: 120px;
  left: 60px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 440px) {
  #wrap_topics ul li div {
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(100% - 60px);
  }
}
#wrap_topics ul li div p:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  #wrap_topics ul li div p:nth-of-type(1) {
    font-size: 0.5625rem;
  }
}
#wrap_topics ul li div p:nth-of-type(1)::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 0.7em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_topics ul li div h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 440px) {
  #wrap_topics ul li div h3 {
    font-size: 1.25rem;
    margin: 30px 0 30px 0;
  }
}
#wrap_topics ul li div h4 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px 0 115px 0;
}
@media screen and (max-width: 440px) {
  #wrap_topics ul li div h4 {
    font-size: 0.75rem;
    margin: 0px 0 60px 0;
  }
}
#wrap_topics ul li div .arrow_link {
  width: 220px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 10px;
}
#wrap_topics ul li div .arrow_link::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 440px) {
  #wrap_topics ul li div .arrow_link::after {
    display: none;
  }
}
#wrap_topics ul li div .arrow_link span {
  margin-top: 3px;
}

#wrap_message {
  background: url(../images/index/message_bg01.jpg) no-repeat center top;
  padding-top: 90px;
  margin-top: 200px;
}
@media screen and (max-width: 440px) {
  #wrap_message {
    padding: 0 0 0 0;
    margin: 0;
  }
}
#wrap_message > div {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 440px) {
  #wrap_message > div {
    width: 100%;
  }
}
#wrap_message > div div:nth-of-type(1) {
  writing-mode: vertical-rl;
  margin-left: 130px;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(1) {
    width: 100%;
    margin-top: 65px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#wrap_message > div div:nth-of-type(1) p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(1) p {
    font-size: 0.5625rem;
  }
}
#wrap_message > div div:nth-of-type(1) p img {
  width: 14px;
  height: auto;
  display: inline;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(1) p img {
    width: 9px;
  }
}
#wrap_message > div div:nth-of-type(1) h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 30px;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(1) h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(1) h2 span {
    display: inline-block;
    height: 2em;
  }
}
#wrap_message > div div:nth-of-type(1) h3 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(1) h3 {
    font-size: 0.75rem;
    padding-top: 100px;
    line-height: 2;
  }
}
#wrap_message > div div:nth-of-type(2) {
  width: 825px;
  height: 600px;
  background: url(../images/index/message_ph01.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(2) {
    width: 100%;
  }
}
#wrap_message > div div:nth-of-type(2) h2 {
  font-size: 1rem;
  font-weight: 400;
}
#wrap_message > div div:nth-of-type(2) h3 {
  font-size: 1.4375rem;
  font-weight: 400;
  margin-top: 5px;
}
#wrap_message > div div:nth-of-type(2) a {
  background: rgb(255, 255, 255);
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  width: 450px;
  height: 180px;
  margin-top: 335px;
  padding: 45px 0 0 80px;
  box-sizing: border-box;
  transition: 1s all;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(2) a {
    width: 100%;
  }
}
#wrap_message > div div:nth-of-type(2) a:hover {
  background: rgba(255, 255, 255, 0.8);
}
#wrap_message > div div:nth-of-type(2) .arrow_link {
  justify-content: end;
  margin-right: 50px;
}
#wrap_message > div div:nth-of-type(3) {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
#wrap_message > div div:nth-of-type(3) figure {
  display: none;
}
@media screen and (max-width: 440px) {
  #wrap_message > div div:nth-of-type(3) figure {
    display: block;
    margin-right: 30px;
    margin-top: 70px;
  }
}
#wrap_message > div div:nth-of-type(3) figure img {
  width: 100%;
  height: auto;
}
#wrap_message > div div:nth-of-type(3) a {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  width: 275px;
  margin-top: 10px;
  margin-right: 30px;
  padding: 10px 0;
}
#wrap_message > div div:nth-of-type(3) a::after {
  content: "";
  background: rgb(0, 0, 0);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap_message > div div:nth-of-type(3) a .arrow_link span {
  margin-top: 3px;
}

footer {
  margin-top: 0px;
}/*# sourceMappingURL=style.css.map */