@charset "utf-8";

/* --------------------------------------------------------------- */
/* mainvisual */
/* --------------------------------------------------------------- */

#top-wrapper {
  background: linear-gradient(112deg, #000 55.58%, #545454 91.26%);
}

#mainvisual {
  position: relative;
  width: 100%;
  height: min(calc(51.82 * var(--vw)), calc(100vh - 125px));
}

@media screen and (max-width: 767px) {
	#mainvisual {
    height: auto;
  }
}

#mainvisual .pht-area {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: calc(var(--w1440-margin) + 180px);
  width: 100%;
  height: 66.04%;
}

@media screen and (max-width: 767px) {
	#mainvisual .pht-area {
    position: static;
    top: 0;
    right: 0;
    padding-left: 60px;
    height: calc(calc(var(--100vw) - 60px) / 316 * 384);
  }
}

#mainvisual .pht-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainvisual .text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: calc(66.04% - calc(3.46 * var(--vw)));
  bottom: 0;
  left: 0;
  padding-left: var(--w1440-margin);
}

@media screen and (max-width: 1535px) {
	#mainvisual .text-area {
    padding-left: 74px;
  }
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area {
    position: static;
    margin-top: -22px;
    padding-left: 20px;
  }
}

#mainvisual .text-area .main {
  width: 47.03vw;
  height: 6.93vw;
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .main {
    /* width: 300px; */
    width: calc(93.75 * var(--vw));
    /* height: 45px; */
    height: calc(14.06 * var(--vw));
  }
}

@media screen and (max-width: 500px) {
	#mainvisual .text-area .main {
    width: calc(92.75 * var(--vw));
  }
}

@media screen and (max-width: 350px) {
	#mainvisual .text-area .main {
    /* width: 240px;
    height: 36px; */
  }
}

#mainvisual .text-area .main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#mainvisual .text-area .sub {
  /* margin-top: 20px; */
  /* margin-top:  calc(1.3 * var(--vw)); */
  font-family: Roboto;
  font-weight: bold;
  font-style: italic;
  /* font-size: 70px; */
  font-size: calc(4.56 * var(--vw));
  text-align: left;
  color: #1437ff;
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .sub {
    margin-top: 5px;
    /* font-size: 29px; */
    font-size: calc(9.06 * var(--vw));
  }
}

@media screen and (max-width: 500px) {
	#mainvisual .text-area .sub {
    font-size: calc(8.06 * var(--vw));
  }
}

#mainvisual .text-area .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* margin-top: 26px; */
  /* margin-top: calc(1.69 * var(--vw)); */
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .date {
    margin-top: 14px;
  }
}

@media screen and (max-width: 500px) {
	#mainvisual .text-area .date {
    margin-top: 10px;
  }
}

#mainvisual .text-area span {
  display: block;
  font-family: Roboto;
  font-weight: normal;
  text-align: left;
  color: #fff;
}

#mainvisual .text-area .date .fz44 {
  /* font-size: 44px; */
  font-size: calc(2.87 * var(--vw));
}

#mainvisual .text-area .date .fz44:nth-of-type(2) {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .date .fz44:nth-of-type(2) {
    margin-left: 2px;
  }
}

#mainvisual .text-area .date .fz45 {
  margin-left: 10px;
  /* font-size: 45px; */
  font-size: calc(2.93 * var(--vw));
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .date .fz45 {
    margin-left: 2px;
  }
}

#mainvisual .text-area .date .fz41 {
  margin-left: 20px;
  /* font-size: 41px; */
  font-size: calc(2.67 * var(--vw));
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .date .fz41 {
    margin-left: 13px;
  }
}

@media screen and (max-width: 767px) {
	#mainvisual .text-area .date .fz44, #mainvisual .text-area .date .fz45, #mainvisual .text-area .date .fz41 {
    /* font-size: 22px; */
    font-size: calc(6.88 * var(--vw));
  }
}

@media screen and (max-width: 500px) {
	#mainvisual .text-area .date .fz44, #mainvisual .text-area .date .fz45, #mainvisual .text-area .date .fz41 {
    font-size: calc(6.18 * var(--vw));
  }
}

/* --------------------------------------------------------------- */
/* intro */
/* --------------------------------------------------------------- */

#intro {
  padding-top: 49px;
  padding-bottom: 147px;
}

@media screen and (max-width: 767px) {
	#intro {
    padding-top: 41px;
    padding-bottom: 61px;
  }
}

#intro .w1440 {
  padding-top: 112px;
  padding-bottom: 117px;
  border: solid 2px #fff;
}

@media screen and (max-width: 767px) {
	#intro .w1440 {
    padding-top: 33px;
    padding-bottom: 40px;
    border-width: 1px;
  }
}

#intro .title {
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 58px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
	#intro .title {
    font-size: 18px;
    line-height: 28px;
  }
}

#intro .title span {
  display: inline-block;
}

#intro .text {
  margin-top: 42px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
	#intro .text {
    font-size: 14px;
    line-height: 26px;
  }
}

#intro iframe {
  margin-top: 82px;
  width: 100%;
  height: 605px;
}

@media screen and (max-width: 1175px) {
	#intro iframe {
    height: calc(calc(var(--100vw) - 80px) / 295 * 165);
  }
}

@media screen and (max-width: 767px) {
	#intro iframe {
    margin-top: 24px;
  }
}

/* --------------------------------------------------------------- */
/* new-arrival */
/* --------------------------------------------------------------- */

#new-arrival {
  padding-top: 126px;
  padding-bottom: 143px;
}

@media screen and (max-width: 767px) {
	#new-arrival {
    padding-top: 50px;
    padding-bottom: 61px;
  }
}

#new-arrival .common-title-set.type01 {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
	#new-arrival .common-title-set.type01 {
    margin-bottom: 28px;
  }
}

#new-arrival .group {

}

#new-arrival .item {
  margin-top: 20px;
  width: 100%;
  height: 578px;
}

@media screen and (max-width: 1535px) {
	#new-arrival .item {
    height: calc(calc(var(--100vw) - 40px) / 1440 * 578);
  }
}

#new-arrival .item:nth-of-type(1) {
  margin-top: 0;
  background-image: url(../img/index/02_bg_01.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #new-arrival .item:nth-of-type(1) {
    height: calc(calc(var(--100vw) - 40px) / 335 * 261);
    background-image: url(../img/index/02_bg_01_sp.jpg);
  }
}

@media screen and (max-width: 500px) {
	#new-arrival .item:nth-of-type(1) {
    height: auto;
  }
}

#new-arrival .item:nth-of-type(2) {
  background-image: url(../img/index/02_bg_02.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #new-arrival .item:nth-of-type(2) {
    height: calc(calc(var(--100vw) - 40px) / 335 * 311);
    background-image: url(../img/index/02_bg_02_sp.jpg);
  }
}

@media screen and (max-width: 500px) {
	#new-arrival .item:nth-of-type(2) {
    height: auto;
  }
}

#new-arrival .item:nth-of-type(3) {
  background-image: url(../img/index/02_bg_03.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #new-arrival .item:nth-of-type(3) {
    height: calc(calc(var(--100vw) - 40px) / 335 * 284);
    background-image: url(../img/index/02_bg_03_sp.jpg);
  }
}

@media screen and (max-width: 500px) {
	#new-arrival .item:nth-of-type(3) {
    height: auto;
  }
}

#new-arrival .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
	#new-arrival .item a {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#new-arrival .item.pht-r a {
  flex-direction: row-reverse;
}

#new-arrival .item.pht-l a {
  flex-direction: row;
}

#new-arrival .item .pht-area {
  width: 47.36%;
  height: 100%;
}

@media screen and (max-width: 767px) {
	#new-arrival .item .pht-area {
    position: absolute;
    right: 0;
    bottom: 89px;
    left: 0;
    width: 100%;
    height: auto;
  }

  #new-arrival .item:nth-of-type(1) .pht-area {
    top: 106px;
    padding-left: 55px;
    text-align: right;
  }

  #new-arrival .item:nth-of-type(2) .pht-area {
    top: 153px;
    padding-left: 55px;
    text-align: right;
  }

  #new-arrival .item:nth-of-type(3) .pht-area {
    top: 135px;
    padding-left: 55px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
	#new-arrival .item .pht-area {
    height: 154px;
  }
}

#new-arrival .item .pht-area img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

#new-arrival .item .text-area {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
	#new-arrival .item .text-area {
    width: 100%;
    height: 100%;
  }
}

#new-arrival .item.pht-r .text-area {
  padding-left: 180px;
}

@media screen and (max-width: 1240px) {
	#new-arrival .item.pht-r .text-area {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
	#new-arrival .item.pht-r .text-area {
    padding-left: 0;
  }
}

#new-arrival .item.pht-l .text-area {
  padding-right: 180px;
}

@media screen and (max-width: 1240px) {
	#new-arrival .item.pht-l .text-area {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
	#new-arrival .item.pht-l .text-area {
    padding-right: 0;
  }
}

#new-arrival .item .text-area .title {
  height: 66px;
}

@media screen and (max-width: 960px) {
	#new-arrival .item .text-area .title {
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
	#new-arrival .item .text-area .title {
    margin-right: auto;
    margin-left: auto;
    height: 33px;
  }
}

#new-arrival .item .text-area .title img {
  height: 100%;
  object-fit: contain;
  object-position: left;
}

#new-arrival .item .text-area .text {
  margin-top: 40px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1240px) {
	#new-arrival .item .text-area .text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
	#new-arrival .item .text-area .text {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
	#new-arrival .item .text-area .text {
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
  }
}

#new-arrival .item .text-area .btn {
  position: relative;
  margin-top: 70px;
  padding-top: 19px;
  padding-right: 62px;
  padding-bottom: 19px;
  padding-left: 37px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  border: solid 2px #fff;
}

@media screen and (max-width: 1240px) {
	#new-arrival .item .text-area .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 960px) {
	#new-arrival .item .text-area .btn {
    padding-top: 14px;
    padding-right: 52px;
    padding-bottom: 14px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
	#new-arrival .item .text-area .btn {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 11px;
    padding-right: 47px;
    padding-bottom: 13px;
    padding-left: 38px;
    font-size: 14px;
    border-width: 1px;
  }
}

@media screen and (max-width: 500px) {
	#new-arrival .item .text-area .btn {
    margin-top: 158px;
  }
}

#new-arrival .item:hover .text-area .btn {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

#new-arrival .item .text-area .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -29px;
  width: 58px;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	#new-arrival .item .text-area .btn::before {
    right: -22px;
    width: 45px;
    height: 1px;
  }
}

/* --------------------------------------------------------------- */
/* set-wrapper */
/* --------------------------------------------------------------- */

#set-wrapper {
  padding-top: 119px;
  padding-bottom: 84px;
  background: linear-gradient(39deg, #545454 4.44%, #000000 54.29%);
}

@media screen and (max-width: 767px) {
	#set-wrapper {
    padding-top: 51px;
    padding-bottom: 64px;
  }
}

#set-wrapper .set {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
	#set-wrapper .set {
    flex-direction: column;
  }
}

#set-wrapper .item {
  padding-top: 20px;
  padding-bottom: 62px;
  width: 50%;
}

@media screen and (max-width: 960px) {
	#set-wrapper .item {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

#set-wrapper .item:first-of-type {
  padding-right: 100px;
}

@media screen and (max-width: 1535px) {
	#set-wrapper .item:first-of-type {
    padding-right: 60px;
  }
}

@media screen and (max-width: 960px) {
	#set-wrapper .item:first-of-type {
    padding-right: 0;
    padding-bottom: 42px;
  }
}

#set-wrapper .item:last-of-type {
  padding-left: 100px;
  border-left: solid 2px #fff;
}

@media screen and (max-width: 1535px) {
	#set-wrapper .item:last-of-type {
    padding-left: 60px;
  }
}

@media screen and (max-width: 960px) {
	#set-wrapper .item:last-of-type {
    padding-left: 0;
    border-left: none;
  }
}

#set-wrapper .item .common-title-set.type01 {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .common-title-set.type01 {
    margin-bottom: 22px;
  }
}

#set-wrapper .item .common-title-set.type01 .en {
  font-size: 44px;
  color: #1437FF;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .common-title-set.type01 .en {
    font-size: 36px;
  }
}

#set-wrapper .item .common-title-set.type01 .ja {
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .common-title-set.type01 .ja {
    font-size: 14px;
  }
}

#set-wrapper .item .common-title-set.type01 span {
  display: inline-block;
}

#set-wrapper .item img {
  margin-bottom: 51px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item img {
    margin-bottom: 22px;
  }
}

#set-wrapper .item .text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .text {
    font-size: 14px;
    line-height: 26px;
  }
}

#set-wrapper .item .link {
  display: block;
  margin-top: 44px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .link {
    margin-top: 22px;
  }
}

#set-wrapper .item .link a {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 34px;
  text-align: left;
  color: #fff;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .link a {
    font-size: 14px;
    line-height: 28px;
  }
}

#set-wrapper .item .link a:hover {
  border-color: transparent;
}

#set-wrapper .item .link a::after {
  content: '';
  display: block;
  margin-left: 12px;
  width: 14px;
  height: 14px;
  background-image: url(../common/img/icon_newtab.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#set-wrapper .item .link a::after {
    margin-left: 10px;
    width: 12px;
    height: 12px;
  }
}

/* --------------------------------------------------------------- */
/* collaboration */
/* --------------------------------------------------------------- */

#collaboration {
  padding-top: 135px;
  padding-bottom: 160px;
  background-color: #F8F8F8;
}

@media screen and (max-width: 767px) {
	#collaboration {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#collaboration .common-title-set.type01 {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
	#collaboration .common-title-set.type01 {
    margin-bottom: 20px;
  }
}

#collaboration .text {
  margin-bottom: 57px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
	#collaboration .text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }
}

#collaboration .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#collaboration .item {
  margin-top: 60px;
  margin-left: 60px;
  width: calc((100% - 120px) / 3);
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.06);
}

@media screen and (max-width: 1175px) {
	#collaboration .item {
    width: calc((100% - 60px) / 2);
  }
}

@media screen and (max-width: 767px) {
	#collaboration .item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 500px) {
	#collaboration .item {
    margin-left: 0;
    width: 100%;
  }
}

#collaboration .item:nth-of-type(1), #collaboration .item:nth-of-type(2), #collaboration .item:nth-of-type(3) {
  margin-top: 0;
}

@media screen and (max-width: 1175px) {
	#collaboration .item:nth-of-type(3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
	#collaboration .item:nth-of-type(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
	#collaboration .item:nth-of-type(2) {
    margin-top: 30px;
  }
}

#collaboration .item:nth-of-type(3n-2) {
  margin-left: 0;
}

@media screen and (max-width: 1175px) {
	#collaboration .item:nth-of-type(3n-2) {
    margin-left: 60px;
  }

  #collaboration .item:nth-of-type(2n-1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
	#collaboration .item:nth-of-type(3n-2) {
    margin-left: 30px;
  }

  #collaboration .item:nth-of-type(2n-1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
	#collaboration .item:nth-of-type(3n-2) {
    margin-left: 0;
  }
}

#collaboration .head {
  position: relative;
  width: 100%;
  height: calc(calc((1440px - 120px) / 3) / 440 * 248);
}

@media screen and (max-width: 1480px) {
	#collaboration .head {
    height: calc(calc((var(--100vw) - 40px - 120px) / 3) / 440 * 248);
  }
}

@media screen and (max-width: 1175px) {
	#collaboration .head {
    height: calc(calc((var(--100vw) - 40px - 60px) / 2) / 440 * 248);
  }
}

@media screen and (max-width: 767px) {
	#collaboration .head {
    height: calc(calc((var(--100vw) - 40px - 30px) / 2) / 440 * 248);
  }
}

@media screen and (max-width: 500px) {
	#collaboration .head {
    height: calc((var(--100vw) - 40px) / 440 * 248);
  }
}

#collaboration .head:hover {
  cursor: pointer;
}

#collaboration .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 72px;
  height: 72px;
  background-image: url(../common/img/video-play.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#collaboration .head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  transition: ease 0.2s opacity;
}

#collaboration .head:hover::after {
  opacity: 0.3;
}

#collaboration .head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#collaboration .modal {
  display: none;
}

#collaboration .modal.active {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 85, 157, 0.9);
}

#collaboration .modal.active:hover {
  cursor: pointer;
}

#collaboration .modal iframe {
  display: block;
  width: min(calc(var(--100vw) - 40px), 1080px);
  height: min(calc(calc(var(--100vw) - 40px) / 16 * 9), calc(1080px / 16 * 9));
}

#collaboration .foot {
  padding-top: 29px;
  padding-right: 39px;
  padding-bottom: 35px;
  padding-left: 39px;
}

@media screen and (max-width: 767px) {
	#collaboration .foot {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

#collaboration .foot .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  height: 81px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #BEBEBE;
}

@media screen and (max-width: 767px) {
	#collaboration .foot .title {
    padding-bottom: 10px;
    height: 63px;
    font-size: 18px;
    line-height: 26px;
  }
}

#collaboration .foot .logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
	#collaboration .foot .logo-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#collaboration .foot .logo-area img {
  margin-left: 10px;
}

#collaboration .foot .logo-area img:nth-of-type(1) {
  margin-left: 0;
}

#collaboration .foot .link {
  display: block;
  width: 100%;
  text-align: right;
}

#collaboration .foot .link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-right: 11px;
  padding-bottom: 7px;
  padding-left: 11px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: right;
  color: #030303;
  background-color: #E8E8E8;
}

@media screen and (max-width: 767px) {
	#collaboration .foot .link a {
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 18px;
  }
}

#collaboration .foot .link a:hover {
  color: var(--accent-color);
}

#collaboration .foot .link a::after {
  margin-left: 10px;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../common/img/icon_download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#collaboration .foot .link a::after {
    margin-left: 5px;
    width: 12px;
    height: 12px;
  }
}

/* --------------------------------------------------------------- */
/* contact */
/* --------------------------------------------------------------- */

#contact {
  padding-top: 150px;
  padding-bottom: 132px;
}

@media screen and (max-width: 767px) {
	#contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#contact .common-title-set.type01 {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
	#contact .common-title-set.type01 {
    margin-bottom: 20px;
  }
}

#contact .common-title-set.type01 .en {
  text-align: center;
}

#contact .common-title-set.type01 .ja {
  text-align: center;
}

#contact .text {
  margin-bottom: 86px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
	#contact .text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }
}