main {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 46px;
  }
}

.under .main__wrap {
  position: relative;
  background-color: #e6e6e6;
}

.under .main__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap::before {
    height: 90px;
  }
}

.under .main__wrap .main--top {
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main--top {
    max-width: 1130px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main--top img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main--top img {
    width: 100%;
  }
}

.under .main__wrap .main__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner {
    padding: 30px 180px 60px 0;
    width: 980px;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner {
    padding: 15px 10px 40px;
  }
}

.under .main__wrap .main__inner .is-year {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner .is-year {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner .is-year {
    right: 10px;
    bottom: 5px;
  }
}

.under .main__wrap .main__inner--pref {
  display: inline-block;
  background-color: #3e3a39;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner--pref {
    height: 22px;
    font-size: 13px;
    padding: 4px 15px 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner--pref {
    height: 15px;
    font-size: 10px;
    padding: 1px 10px 0;
    margin-bottom: 6px;
  }
}

.under .main__wrap .main__inner--title {
  color: #222;
  font-weight: bold;
  line-height: 1.2;
  border: none;
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner--title {
    font-size: 47px;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner--title {
    font-size: 25px;
  }
}

.under .main__wrap .main__inner--title span {
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner--title span {
    display: inline-block;
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner--title span {
    display: block;
    font-size: 15px;
  }
}

.under .main__wrap .main__inner--title::after {
  display: none;
}

.under .main__wrap .main__inner--year {
  color: #ffffff;
  line-height: 1;
  font-family: 'Times New Roman', serif;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner--year {
    font-size: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner--year {
    font-size: 40px;
    text-align: right;
  }
}

.under .main__wrap .main__inner--year span {
  color: #ffffff;
  letter-spacing: 0.04em;
  font-family: 'Roboto', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .under .main__wrap .main__inner--year span {
    display: block;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .under .main__wrap .main__inner--year span {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    margin-bottom: -5px;
  }
}

.under .story--2col .under--title02 {
  border-bottom: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .story--2col .under--title02 {
    font-size: 21px;
    padding-bottom: 9px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .story--2col .under--title02 {
    font-size: 18px;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .story--2col .story--2col__item.is-end {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .story--subtitle span::before {
    height: 44px;
    top: -52px;
  }
}

.under .section--img img {
  width: 100%;
}

.under .section--img .under--text02 {
  line-height: 1.5;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .under .section--img.is-small {
    width: 670px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--img.is-middle {
    width: 860px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--img + .under--text01 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--img + .under--text01 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--img + .under--title02 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--img + .under--title02 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--img.is-imgOnly {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--img.is-imgOnly {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .topics__relation {
    padding: 100px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics__relation {
    padding: 50px 0;
  }
}

.under .other__link {
  padding: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .other__link {
    margin: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link {
    margin: 20px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link li a {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link li a {
    font-size: 14px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li {
    width: calc((100% - 46px) / 2);
    margin: 0 46px 0 0;
  }
  .under .other__link.is-2col li::before {
    border-bottom: 2px solid #3e3a39;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li:not(:first-child) {
    margin-top: 30px;
  }
}

.under .other__link.is-2col li span {
  display: block;
  color: #666;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li span {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li span {
    font-size: 12px;
    margin-top: 8px;
  }
}

.under .other__link.is-2col li a {
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li a {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 23px;
  }
}

.under .other__link--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .under--title02 {
  border-bottom: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .under--title02 {
    font-size: 21px;
    padding-bottom: 9px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .under--title02 {
    font-size: 18px;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
}

.under .project-inactive {
  position: relative;
  cursor: default;
}

.under .project-inactive::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.18;
  z-index: 3;
}

.under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .under #projectstory {
    position: relative;
    width: 100%;
    z-index: 300;
    overflow: hidden;
  }
  .under #projectstory-content {
    background-color: #e6e6e6;
    width: 100%;
  }
  .under #projectstory .swiper-container2 {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1700px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #cdcdcd;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: auto;
    margin-left: -2px;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide {
    height: auto;
    -webkit-box-shadow: 1px 0 #c9c9c9;
    box-shadow: 1px 0 #c9c9c9;
    overflow: hidden;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide:hover .project-text {
    background-color: #dadada;
    -webkit-box-shadow: 1px 0 #c9c9c9;
    box-shadow: 1px 0 #c9c9c9;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide:hover .project-inactive .project-text {
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide:hover .project-img__under img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide:hover .project-inactive .project-img__under img {
    -webkit-transform: none;
    transform: none;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-text {
    position: relative;
    height: 285px;
    display: block;
    margin-top: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-img__under {
    width: calc(100% - 1px);
    overflow: hidden;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-pref {
    position: absolute;
    top: -15px;
    padding: 6px 15px 0;
    height: 25px;
    background-color: #3e3a39;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-text__wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-title__under {
    padding-top: 31px;
    padding-right: 30px;
    margin-left: 37px;
    font-size: 23px;
    color: #222222;
    line-height: 1.5;
    z-index: 2;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-pleace {
    margin-top: 30px;
    margin-left: 37px;
    color: #777777;
    font-size: 14px;
    z-index: 2;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-year {
    font-family: 'Times New Roman', serif;
    line-height: 1.3;
    position: absolute;
    top: 115px;
    right: 19px;
    font-size: 54px;
    color: #ffffff;
    z-index: 1;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-link {
    position: absolute;
    top: 185px;
    right: 19px;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper .swiper-slide .project-link img {
    width: 34px;
    height: 7px;
  }
  .under #projectstory .swiper-container2 .swiper-button-prev {
    position: absolute;
    top: calc(35% - 40px);
    left: 0;
    width: 40px;
    height: 80px;
    background: #ffffff;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .under #projectstory .swiper-container2 .swiper-button-prev:after {
    content: "";
    position: absolute;
    background-image: url("/cmn/img/top/icon_arrow_slide.svg");
    background-repeat: no-repeat;
    top: 29px;
    left: 14px;
    height: 22px;
    width: 14px;
  }
  .under #projectstory .swiper-container2 .swiper-button-prev:hover::after {
    background-image: url("/cmn/img/top/icon_arrow_slide_white.svg");
  }
  .under #projectstory .swiper-container2 .swiper-button-prev:hover {
    background: #861c3c;
  }
  .under #projectstory .swiper-container2 .swiper-button-prev img {
    margin-top: 29px;
    margin-left: 14px;
    width: 12px;
    height: 22px;
  }
  .under #projectstory .swiper-container2 .swiper-button-next {
    position: absolute;
    top: calc(35% - 40px);
    right: 0;
    width: 40px;
    height: 80px;
    background: #ffffff;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .under #projectstory .swiper-container2 .swiper-button-next:after {
    content: "";
    position: absolute;
    background-image: url("/cmn/img/top/icon_arrow_slide.svg");
    background-repeat: no-repeat;
    top: 29px;
    left: 14px;
    height: 22px;
    width: 14px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .under #projectstory .swiper-container2 .swiper-button-next:hover::after {
    background-image: url("/cmn/img/top/icon_arrow_slide_white.svg");
  }
  .under #projectstory .swiper-container2 .swiper-button-next:hover {
    background: #861c3c;
  }
  .under #projectstory .swiper-container2 .swiper-button-next img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-top: 29px;
    margin-left: 14px;
    width: 12px;
    height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .under #projectstory {
    background-color: #e6e6e6;
  }
  .under #projectstory .swiper-container2 {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    width: 100%;
  }
  .under #projectstory .swiper-container2 .swiper-wrapper {
    width: 100%;
    max-height: 500px;
    height: auto;
    margin-left: -1px;
  }
  .under #projectstory .swiper-wrapper .swiper-slide {
    position: relative;
    max-height: 763px;
    height: auto;
    width: 50% !important;
    -webkit-box-shadow: 1px 0 #c9c9c9;
    box-shadow: 1px 0 #c9c9c9;
  }
  .under #projectstory .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-pref {
    position: absolute;
    color: #ffffff;
    padding: 2px 7px 3px;
    background-color: #3e3a39;
    margin-top: -30px;
    font-size: 10px;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-text {
    margin-top: 18px;
    padding-bottom: 56px;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-title__under {
    font-size: 13px;
    margin: 0 10px;
    color: #222222;
  }
  .under .project-title__under {
    color: #777777;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-pleace {
    line-height: 1.3;
    font-size: 10px;
    color: #7d7d7d;
    margin-top: 5px;
    margin-left: 10px;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-year {
    font-size: 28px;
    font-family: 'Times New Roman', serif;
    color: #ffffff;
    margin-top: 3px;
    margin-left: 10px;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-link {
    position: absolute;
    margin-top: -30px;
    right: 10px;
  }
  .under #projectstory .swiper-wrapper .swiper-slide .project-link img {
    width: 25px;
    height: 5px;
  }
  .under #projectstory .swiper-container2 .swiper-button-next {
    position: absolute;
    top: calc(31% - 22px);
    right: 0;
    width: 22px;
    height: 44px;
    background: #ffffff;
  }
  .under #projectstory .swiper-container2 .swiper-button-next:after {
    position: absolute;
    content: "";
    background-image: url("/cmn/img/top/icon_arrow_slide.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    top: 15px;
    right: 6px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .under #projectstory .swiper-container2 .swiper-button-prev {
    position: absolute;
    top: calc(31% - 22px);
    left: 0;
    width: 22px;
    height: 44px;
    background: #ffffff;
  }
  .under #projectstory .swiper-container2 .swiper-button-prev:after {
    position: absolute;
    content: "";
    background-image: url("/cmn/img/top/icon_arrow_slide.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    top: 15px;
    left: 6px;
  }
}

@media print {
  body {
    zoom: 0.96;
    max-width: 100% !important;
    overflow: visible !important;
    -webkit-print-color-adjust: exact;
  }
  .wrapper {
    display: block;
  }
  .main__wrap {
    padding: 0 !important;
  }
  .main__wrap::before {
    display: none;
  }
  .main__inner {
    width: 100%;
  }
  .story--2col {
    display: inline-block;
    min-height: 100%;
  }
  .story--2col__item {
    width: 48%;
    max-width: 470px;
  }
  .story--2col__item:nth-child(2) {
    margin-left: 4%;
  }
  .story--2col__item.is-end {
    margin-right: 50%;
  }
  #projectstory {
    display: inline-block;
  }
  #projectstory .swiper-slide {
    max-width: 33.3% !important;
  }
  #projectstory .swiper-button-next,
  #projectstory .swiper-button-prev {
    display: none;
  }
}

@media print and (-ms-high-contrast: none) {
  body {
    width: 100%;
  }
  .main__inner {
    width: 100%;
  }
}
