@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 81px;
  /* ヘッダーの高さ分だけオフセット */
}

body {
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrapper {
  overflow: hidden;
  color: #323232;
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-feature-settings: 'palt' on;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
    line-break: strict;
  }
}

img {
  max-width: 100%;
}

picture {
  display: block;
}

@media screen and (max-width: 768px) {
  picture {
    text-align: center;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tab {
  display: none;
}

@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

.pc-inline {
  display: inline !important;
}

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

.sp-inline {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}

a:hover {
  opacity: .8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.cmn-header {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.cmn-header.is-visible {
  transform: unset;
}

#breadcrumb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease, top 0.3s ease;
  z-index: 998;
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}

#breadcrumb.is-visible {
  top: 111px;
  transform: translateY(0);
}

@media screen and (max-width: 1130px) {
  #breadcrumb.is-visible {
    top: 130px;
  }
}

@media screen and (max-width: 980px) {
  #breadcrumb.is-visible {
    top: 102px;
  }
}

#icj-main {
  padding-top: 0;
}

.icj-pagetop {
  display: none;
}

@media screen and (max-width: 768px) {
  .icj-pagetop.is-active {
    bottom: 100px;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s;
}

.js-fade.js-on {
  opacity: 1;
}

.js-fade-image {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.5s, opacity 1.5s;
}

.js-fade-image.js-on {
  opacity: 1;
  transform: scale(1);
}

.cmn-cv {
  display: none;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, #565657 50%, #CFC8BA 50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s ease;
}

@media screen and (max-width: 768px) {
  #loading-screen {
    background: linear-gradient(to top, #565657 50%, #CFC8BA 50%);
  }
}

#loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

#loading-screen02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/load_bg.jpg") center center/cover no-repeat;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s ease;
}

@media screen and (max-width: 768px) {
  #loading-screen02 {
    background: url("../images/load_bg_sp.jpg") center center/cover no-repeat;
  }
}

#loading-screen02.fade-out {
  opacity: 0;
  pointer-events: none;
}

.side-image {
  width: 20vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .side-image {
    width: 14.1vw;
    height: 50vh;
  }
}

.side-image.show {
  opacity: 1;
}

.side-image.left {
  left: 0;
  background-image: url("../images/load_left.png");
}

@media screen and (max-width: 768px) {
  .side-image.left {
    right: 0;
    top: 0;
    left: auto;
  }
}

.side-image.right {
  right: 0;
  background-image: url("../images/load_right.png");
}

@media screen and (max-width: 768px) {
  .side-image.right {
    bottom: 0;
    top: auto;
  }
}

.center-text {
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 2;
  width: 25.48vw;
}

@media screen and (max-width: 768px) {
  .center-text {
    width: 62.13333vw;
  }
}

.center-text.show {
  opacity: 1;
}

.center-text02 {
  font-size: 2rem;
  color: white;
  width: 25.48vw;
}

@media screen and (max-width: 768px) {
  .center-text02 {
    width: 62.13333vw;
  }
}

.mv-inner {
  position: relative;
}

.mv-image img {
  width: 100%;
}

.mv-heading {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 25.48vw;
}

.mv-heading span {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv-heading {
    bottom: 22%;
    width: 62.13333vw;
  }
}

.mv-lead {
  padding: 56px 0 76px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-lead {
    padding: 45px 39px 48px;
  }
}

.mv-lead-01 {
  font-size: 17px;
  line-height: 2.23;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .mv-lead-01 {
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 0.05em;
  }
}

.mv-lead-02 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 2.428;
}

@media screen and (max-width: 768px) {
  .mv-lead-02 {
    margin-top: 24px;
    text-align: left;
  }
}

.section-inner {
  width: 1440px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 30px;
  }
}

.catalog {
  background: linear-gradient(to right, #565657 50%, #CFC8BA 50%);
  padding: 137px 0 207px;
}

@media screen and (max-width: 768px) {
  .catalog {
    position: relative;
    background: #CFC8BA;
    padding: 0 0 104.53333vw;
    z-index: 1;
  }
}

.catalog .cv {
  margin-top: 182px;
}

@media screen and (max-width: 768px) {
  .catalog .cv {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    bottom: -63.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .catalog .cv::after {
    content: "";
    background: #565657;
    width: 40.1px;
    height: 110vw;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: -1;
  }
}

.catalog-inner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: flex;
  gap: 108px;
}

@media screen and (max-width: 768px) {
  .catalog-inner {
    display: block;
  }
}

.catalog-block {
  width: calc(50% - 54px);
}

@media screen and (max-width: 768px) {
  .catalog-block {
    width: 100%;
    padding: 80px 30px;
  }
}

.catalog-block--vol01 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .catalog-block--vol01 {
    background: #565657;
  }
}

@media screen and (max-width: 768px) {
  .catalog-block--vol02 {
    background: #CFC8BA;
  }
}

.catalog-block-number {
  font-size: 12px;
  line-height: 1;
}

.catalog-block-number span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .catalog-block-number span {
    font-size: 18px;
  }
}

.catalog-block-list {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .catalog-block-list {
    margin-top: 19px;
  }
}

.catalog-block-item + .catalog-block-item {
  margin-top: 123px;
}

@media screen and (max-width: 768px) {
  .catalog-block-item + .catalog-block-item {
    margin-top: 73px;
  }
}

.catalog-block-heading {
  margin-top: 39px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .catalog-block-heading {
    margin-top: 36px;
    font-size: 18px;
  }
}

.catalog-block-lead {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .catalog-block-lead {
    font-weight: 300;
    letter-spacing: 0;
  }
}

.cv {
  position: relative;
  background: #E8E8E8;
  padding: 83px 0 100px;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cv {
    width: calc(100% - 60px);
    padding: 68px 0 47px;
  }
}

.cv-inner {
  max-width: 1082px;
  margin: auto;
  padding: 0 10px 0 30px;
  display: flex;
}

@media screen and (max-width: 960px) {
  .cv-inner {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cv-inner {
    flex-wrap: wrap;
    padding: 0 30px;
    gap: 27px 28px;
  }
}

@media screen and (max-width: 768px) {
  .cv-text {
    width: 100%;
  }
}

.cv-heading {
  width: 235px;
}

@media screen and (max-width: 768px) {
  .cv-heading {
    width: 229px;
  }
}

.cv-lead-01 {
  font-size: 14px;
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 11px;
}

@media screen and (max-width: 768px) {
  .cv-lead-01 {
    margin-top: 18px;
  }
}

.cv-lead-02 {
  margin-top: 14px;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .cv-lead-02 {
    white-space: wrap;
  }
}

.cv-catalog {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 960px) {
  .cv-catalog {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog {
    display: block;
  }
}

.cv-catalog--vol01 {
  margin-left: 100px;
}

@media screen and (max-width: 1200px) {
  .cv-catalog--vol01 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 960px) {
  .cv-catalog--vol01 {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog--vol01 {
    margin-left: 0;
    width: calc(50% - 14px);
  }
}

.cv-catalog--vol02 {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .cv-catalog--vol02 {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog--vol02 {
    margin-left: 0;
    width: calc(50% - 14px);
  }
}

.cv-catalog-image {
  width: 180px;
}

@media screen and (max-width: 1200px) {
  .cv-catalog-image {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog-image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog-text {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog-number {
    line-height: 1;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog-number span {
    font-size: 18px;
  }
}

.cv-catalog-type {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .cv-catalog-type {
    padding-top: 3px;
  }
}

.cv-catalog-type span {
  margin-top: 11px;
  display: block;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .cv-catalog-type span {
    font-size: 12px;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .cv-catalog-type span {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
  }
}

.cv-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  background: #323232;
  padding: 5px 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-button {
    position: static;
    width: 100%;
    margin-top: 12px;
    padding: 7px 0;
  }
}

.vol01 {
  position: relative;
  background: #565657;
  padding: 225px 0 444px;
}

@media screen and (max-width: 768px) {
  .vol01 {
    padding: 115.2vw 0 132.53333vw;
  }
}

.vol01 .cv {
  position: absolute;
  bottom: -214px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .vol01 .cv {
    bottom: -65.06667vw;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .vol01 .cv::after {
    content: "";
    background: #CFC8BA;
    width: 40.1px;
    height: 110vw;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .vol01-inner {
    padding: 0 30px;
  }
}

.vol01-image {
  margin-bottom: 150px;
}

@media screen and (max-width: 1440px) {
  .vol01-image {
    margin-bottom: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image {
    margin-bottom: 18.66667vw;
  }
}

.vol01-image.is-01, .vol01-image.is-07 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-01, .vol01-image.is-07 {
    max-width: 83.33333vw;
    gap: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-01, .vol01-image.is-07 {
    display: block;
    max-width: none;
    gap: 0;
  }
}

.vol01-image.is-03, .vol01-image.is-08 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-03, .vol01-image.is-08 {
    max-width: 83.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-03, .vol01-image.is-08 {
    max-width: none;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-01 img {
    width: 48.125vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-01 img {
    margin-top: 5.33333vw;
    width: 59.46667vw;
  }
}

.vol01-image.is-02 {
  position: relative;
  left: 24%;
}

@media screen and (max-width: 768px) {
  .vol01-image.is-02 {
    position: static;
    text-align: right;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-02 img {
    width: 34.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-02 img {
    width: 55.73333vw;
  }
}

.vol01-image.is-03 {
  margin-bottom: 254px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-03 {
    margin-bottom: 17.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-03 {
    margin-bottom: 53.33333vw;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-03 img {
    width: 83.05556vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-03 img {
    width: 92vw;
    max-width: none;
  }
}

.vol01-image.is-04 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-04 {
    gap: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-04 {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
    width: 78.4vw;
    margin-left: auto;
    margin-right: -30px;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-04 img {
    width: 61.31944vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-04 img {
    margin-top: 7.46667vw;
    width: 78.4vw;
  }
}

.vol01-image.is-05 {
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-05 img {
    width: 67.98611vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-05 img {
    width: 84vw;
  }
}

.vol01-image.is-06 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 254px;
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-06 {
    max-width: 66.66667vw;
    margin-bottom: 17.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-06 {
    max-width: none;
    margin-bottom: 50.13333vw;
    width: 67.73333vw;
    margin-left: auto;
    margin-right: -30px;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-06 img {
    width: 46.80556vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-06 img {
    width: 67.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-07 {
    margin-left: auto;
    margin-right: auto;
    width: 74.13333vw;
    margin-bottom: 18.13333vw;
    text-align: right;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-07 img {
    width: 58.19444vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-07 img {
    margin-top: 7.73333vw;
    width: 74.13333vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-07 .vol01-image-caption {
    display: inline-block;
  }
}

@media screen and (max-width: 1440px) {
  .vol01-image.is-08 img {
    width: 58.05556vw;
  }
}

@media screen and (max-width: 768px) {
  .vol01-image.is-08 img {
    width: calc(100% + 60px);
    max-width: none;
    margin-left: -30px;
  }
}

.vol01-image-caption {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.vol01-image-caption .vol01-image-caption-01 {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .vol01-image-caption .vol01-image-caption-01 {
    font-size: 4vw;
  }
}

.vol01-image-caption .vol01-image-caption-02 {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .vol01-image-caption .vol01-image-caption-02 {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.vol01-image-caption .vol01-image-caption-03 {
  margin-top: 33px;
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .vol01-image-caption .vol01-image-caption-03 {
    margin-top: 3.2vw;
    font-size: 4vw;
  }
}

.vol01-image-caption .vol01-image-caption-04 {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .vol01-image-caption .vol01-image-caption-04 {
    font-size: 3.46667vw;
  }
}

.vol02 {
  position: relative;
  background: #CFC8BA;
  padding: 484px 0 643px;
}

@media screen and (max-width: 768px) {
  .vol02 {
    padding: 93.06667vw 0 136.26667vw;
  }
}

.vol02 .cv {
  position: absolute;
  bottom: -214px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .vol02 .cv {
    width: calc(100% - 60px);
    bottom: -63.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02 .cv::after {
    content: "";
    background: #565657;
    width: 40.1px;
    height: 110vw;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: -1;
  }
}

.vol02-image {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .vol02-image {
    margin-bottom: 18.66667vw;
  }
}

.vol02-image.is-01 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-01 {
    max-width: 83.33333vw;
    gap: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-01 {
    display: block;
    max-width: none;
    gap: 0;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-01 img {
    width: 53.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-01 img {
    width: 100%;
    margin-top: 6.66667vw;
  }
}

.vol02-image.is-02 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-02 {
    max-width: 66.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-02 {
    max-width: none;
    width: 56.26667vw;
    margin-right: -30px;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-02 img {
    width: 36.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-02 img {
    width: 100%;
  }
}

.vol02-image.is-03 {
  width: 1013px;
  margin-left: auto;
  margin-bottom: 254px;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-03 {
    max-width: 70.34722vw;
    margin-bottom: 17.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-03 {
    width: 100%;
    max-width: none;
    margin-bottom: 56.26667vw;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-03 img {
    width: 70.34722vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-03 img {
    width: calc(100% + 30px);
    margin-left: -30px;
    max-width: none;
  }
}

.vol02-image.is-04 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-04 {
    gap: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-04 {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0;
    width: 82.13333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-04 img {
    width: 55.76389vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-04 img {
    width: 100%;
    margin-top: 7.73333vw;
  }
}

.vol02-image.is-05 {
  max-width: 1200px;
  margin-left: auto;
  margin-bottom: 128px;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-05 {
    max-width: 83.33333vw;
    margin-bottom: 8.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-05 {
    margin-bottom: 18.66667vw;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-05 img {
    width: 75vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-05 img {
    width: calc(100% + 30px);
    margin-left: -30px;
    max-width: none;
  }
}

.vol02-image.is-06 {
  width: 495px;
  margin: 0 auto 254px;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-06 {
    width: 34.375vw;
    margin-bottom: 17.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-06 {
    width: 100%;
    margin-bottom: 53.33333vw;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-06 img {
    width: 34.375vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-06 img {
    display: block;
    width: 53.86667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.vol02-image.is-07 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-07 {
    gap: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-07 {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-07 img {
    width: 68.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-07 img {
    width: calc(100% + 30px);
    margin-top: 8.53333vw;
    margin-left: -30px;
    max-width: none;
  }
}

.vol02-image.is-08 {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-08 {
    max-width: 66.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-08 {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .vol02-image.is-08 img {
    width: 45.13889vw;
  }
}

@media screen and (max-width: 768px) {
  .vol02-image.is-08 img {
    display: block;
    width: 57.06667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.vol02-image-caption .vol02-image-caption-01 {
  display: block;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .vol02-image-caption .vol02-image-caption-01 {
    font-size: 4vw;
  }
}

.vol02-image-caption .vol02-image-caption-02 {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .vol02-image-caption .vol02-image-caption-02 {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.vol02-image-caption .vol02-image-caption-03 {
  margin-top: 33px;
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .vol02-image-caption .vol02-image-caption-03 {
    margin-top: 3.2vw;
    font-size: 4vw;
  }
}

.vol02-image-caption .vol02-image-caption-04 {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .vol02-image-caption .vol02-image-caption-04 {
    font-size: 3.46667vw;
  }
}

.bottom {
  position: relative;
  background: linear-gradient(to right, #565657 50%, #CFC8BA 50%);
  height: 718px;
}

@media screen and (max-width: 768px) {
  .bottom {
    height: 136.53333vw;
  }
}

.bottom-text {
  position: absolute;
  bottom: 37%;
  left: 50%;
  transform: translateX(-50%);
  width: 367px;
}

@media screen and (max-width: 768px) {
  .bottom-text {
    bottom: 26%;
    width: 67.2vw;
  }
}

.fixed-cv {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 998;
}

@media screen and (max-width: 768px) {
  .fixed-cv {
    display: block;
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
  }
}

.fixed-cv.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fixed-cv span {
  position: relative;
  background: #323232;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.12;
  padding: 40px 20px;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
  .fixed-cv span {
    width: 100%;
    padding: 11px 0;
    font-size: 15px;
    line-height: 1.4;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
