@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0;
  /* -------------------------------------
       main
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article #main {
  width: 100%;
  height: calc(100vh - 15.625vw);
  min-height: 159.375vw;
  background: url(../images/index/main/bg_main.jpg) no-repeat top center;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#article #main img {
  display: block;
  width: 100%;
  height: auto;
}

#article #main .inner {
  width: 100%;
}

#article #main .inner .h1.h1_1 {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#article .section {
  width: 100%;
  padding: 31.25vw 0;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
           common
        */
  /* -------------------------------------
           summary
        */
  /* -------------------------------------
           message
        */
  /* -------------------------------------
           contents
        */
}

#article .section .inner {
  margin: 0;
}

#article .section .inner .content {
  position: relative;
  z-index: 1;
}

#article .section .h3 {
  font-feature-settings: "pkna";
}

#article .section .h3 span {
  display: block;
  line-height: 1;
}

#article .section .h3.h3_1 {
  text-align: center;
  margin: 0 auto 6.25vw;
  background: black;
  position: relative;
  z-index: 1;
}

#article .section .h3.h3_1:after {
  content: "";
  display: block;
  width: 87.5vw;
  border-bottom: 1px solid #333333;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section .h3.h3_1 span {
  display: inline-block;
  font-family: 'Crimson Text', serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #333333;
  font-size: 4rem;
  line-height: 1;
  width: auto;
  padding: 0 2.34375vw;
  background: black;
  position: relative;
  z-index: 9;
}

#article .section .h4 {
  font-feature-settings: "pkna";
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
}

#article .section .h5 {
  font-feature-settings: "pkna";
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
}

#article .section p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
}

#article .section ul {
  list-style: none;
}

#article .section ul li {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
}

#article .section a,
#article .section a:link {
  display: block;
  text-decoration: none;
  position: relative;
}

#article .section img {
  display: block;
  width: 100%;
  height: auto;
}

#article .section .link {
  text-align: center;
  width: 100%;
  margin: 12.5vw auto 0;
}

#article .section .link a,
#article .section .link a:link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 87.5vw;
  height: 15.625vw;
  padding: 0;
  margin: 0 auto;
  background: #BF9224;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#article .section .link a:after,
#article .section .link a:link:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#article .section .link .h5.h5_1 {
  position: relative;
  z-index: 9;
}

#article .section .link .h5.h5_1 span {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: black;
  font-size: 1.2rem;
  line-height: 1;
  width: auto;
  background: #BF9224;
  padding: 0 2.34375vw;
}

#article .section.summary {
  padding: 40.625vw 0;
  overflow: visible;
}

#article .section.summary .inner .content p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  line-height: 2.25;
  margin: 0 auto;
  box-sizing: border-box;
}

#article .section.summary .inner .content .item {
  width: 100%;
  height: 140.625vw;
  padding: 0;
  margin: 0 auto;
}

#article .section.message {
  padding: 0 0 12.5vw;
  background: #BF9224;
  overflow: visible;
}

#article .section.message .inner .content .h3.h3_1 {
  margin: 0 auto;
}

#article .section.message .inner .content .h3.h3_1 span {
  padding: 0 12.5vw 0 2.34375vw;
  transform: translateX(3.125vw);
}

#article .section.message .inner .content .h4 {
  font-feature-settings: "pkna";
}

#article .section.message .inner .content .h4 span {
  display: block;
  line-height: 1;
}

#article .section.message .inner .content .h4.h4_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31.25vw;
  margin: 0;
  position: relative;
  z-index: 1;
}

#article .section.message .inner .content .h4.h4_1 span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

#article .section.message .inner .content .h4.h4_1 span b {
  display: block;
  font-size: 8rem;
  position: absolute;
  z-index: 1;
  top: -1.05em;
  left: -6.25vw;
}

#article .section.message .inner .content .h4.h4_2 {
  margin: 6.25vw 0 0 6.25vw;
}

#article .section.message .inner .content .h4.h4_2 span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 500;
}

#article .section.message .inner .content .h4.h4_2 span.txt {
  font-size: 1rem;
}

#article .section.message .inner .content .h4.h4_2 span.txt_2 {
  font-size: 1.6rem;
  margin: 1.25vw 0 0;
}

#article .section.message .inner .content .h5 {
  font-feature-settings: "pkna";
}

#article .section.message .inner .content .h5 span {
  display: block;
  line-height: 1;
}

#article .section.message .inner .content .h5.h5_1 {
  margin: 2.5vw 0 0 6.25vw;
}

#article .section.message .inner .content .h5.h5_1 span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

#article .section.message .inner .content p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  line-height: 1.8;
  height: 145.3125vw;
  margin: 0;
  box-sizing: border-box;
}

#article .section.message .inner .content p:nth-of-type(1) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 0 0 7.8125vw;
}

#article .section.message .inner .content p:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 auto;
}

#article .section.message .inner .content p span.n {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  display: inline-block;
  letter-spacing: 0.025em;
  line-height: 1.25;
  margin: -0.25em 0 0.25em;
}

#article .section.message .inner .content .item {
  width: 93.75vw;
  padding: 7.8125vw 0 12.5vw;
  margin: 0 0 0 6.25vw;
  position: relative;
  z-index: 1;
}

#article .section.message .inner .content .item .float_r {
  display: flex;
  flex-wrap: wrap;
}

#article .section.message .inner .content .item .float_r:after {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  content: "";
  display: block;
  width: 71.875vw;
  margin: 6.25vw auto;
  border-bottom: 1px solid #BF9224;
}

#article .section.message .inner .content .item .float_l {
  width: 81.875vw;
  margin: 12.5vw 0 0;
}

#article .section.message .inner .content .item:before, #article .section.message .inner .content .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

#article .section.message .inner .content .item:before {
  width: 100%;
  height: 100%;
  background: #333333;
  z-index: -1;
  left: 0;
}

#article .section.message .inner .content .item:after {
  width: 100vw;
  height: 13.28125vw;
  background: black;
  z-index: -9;
  left: -6.25vw;
}

#article .section.contents {
  padding: 40.625vw 0;
  background: black;
  overflow: visible;
}

#article .section.contents .inner .content .loading {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.contents .inner .content .loading img {
  width: 15.625vw;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.contents .inner .content .nav {
  width: 87.5vw;
  margin: 0 auto 12.5vw;
  position: relative;
  z-index: 1;
}

#article .section.contents .inner .content .nav a,
#article .section.contents .inner .content .nav a:link {
  text-decoration: none;
  display: block;
}

#article .section.contents .inner .content .nav ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}

#article .section.contents .inner .content .nav ul li {
  width: 10.46875vw;
}

#article .section.contents .inner .content .nav ul li a,
#article .section.contents .inner .content .nav ul li a:link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  border: 1px solid #BF9224;
  overflow: hidden;
}

#article .section.contents .inner .content .nav ul li a:hover {
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

#article .section.contents .inner .content .nav ul li a:hover span.txt:after {
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

#article .section.contents .inner .content .nav ul li span {
  display: block;
}

#article .section.contents .inner .content .nav ul li span.txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Crimson Text', serif;
  font-weight: bold;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  height: 12.5vw;
  margin: 0 auto 6.25vw;
  position: relative;
  z-index: 1;
}

#article .section.contents .inner .content .nav ul li span.txt:after {
  content: "";
  display: block;
  width: 10.9375vw;
  height: 10.9375vw;
  border-bottom: 1px solid #BF9224;
  border-right: 1px solid #BF9224;
  position: absolute;
  z-index: 1;
  bottom: -1.5625vw;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.3s;
}

#article .section.contents .inner .content .nav ul li span.txt b,
#article .section.contents .inner .content .nav ul li span.txt i {
  display: block;
}

#article .section.contents .inner .content .nav ul li span.txt i {
  transform: rotate(90deg);
}

#article .section.contents .inner .content .nav ul li span.txt_2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  text-align: left;
  letter-spacing: 0.2em;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 0.78125vw;
  box-sizing: border-box;
}

#article .section.contents .inner .content .nenpyo_set {
  width: 87.5vw;
  height: 156.25vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo {
  display: flex;
  flex-direction: row-reverse;
  width: 87.5vw;
  height: 156.25vw;
  padding: 0;
  margin: 0;
  background: white;
  overflow: auto;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .nenpyo_inr {
  display: flex;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame {
  position: relative;
  z-index: 1;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame .figure {
  height: 156.25vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame .figure img {
  width: auto;
  height: 100%;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame span.ph {
  display: block;
  width: 46.875vw;
  height: 31.25vw;
  background: rgba(191, 146, 36, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: 0.3s;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame span:hover {
  background: rgba(191, 146, 36, 0.2);
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(1) {
  width: 31.25vw;
  height: 23.75vw;
  top: 107.8125vw;
  left: 142.96875vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(2) {
  width: 25.3125vw;
  height: 32.5vw;
  top: 99.21875vw;
  left: 101.875vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(3) {
  width: 30.9375vw;
  height: 38.28125vw;
  top: 111.71875vw;
  left: 67.96875vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(4) {
  width: 59.375vw;
  height: 35.625vw;
  top: 112.5vw;
  left: 4.375vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) span.ph:nth-of-type(1) {
  width: 22.5vw;
  height: 35.15625vw;
  top: 112.8125vw;
  left: 145.3125vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) span.ph:nth-of-type(2) {
  width: 44.375vw;
  height: 25.3125vw;
  top: 112.8125vw;
  left: 87.8125vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) span.ph:nth-of-type(3) {
  width: 45.625vw;
  height: 34.375vw;
  top: 115.625vw;
  left: 10vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) span.ph:nth-of-type(1) {
  width: 35vw;
  height: 53.90625vw;
  top: 96.25vw;
  left: 132.8125vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) span.ph:nth-of-type(2) {
  width: 35.9375vw;
  height: 23.4375vw;
  top: 124.375vw;
  left: 78.75vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) span.ph:nth-of-type(3) {
  width: 21.875vw;
  height: 33.90625vw;
  top: 99.21875vw;
  left: 43.75vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) span.ph:nth-of-type(1) {
  width: 19.53125vw;
  height: 25.78125vw;
  top: 120vw;
  left: 114.0625vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) span.ph:nth-of-type(2) {
  width: 19.53125vw;
  height: 25.78125vw;
  top: 120vw;
  left: 90.9375vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) span.ph:nth-of-type(3) {
  width: 26.5625vw;
  height: 38.75vw;
  top: 99.53125vw;
  left: 55.9375vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(5) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(5) span.ph:nth-of-type(1) {
  width: 32.8125vw;
  height: 45.9375vw;
  top: 92.1875vw;
  left: 83.4375vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(5) span.ph:nth-of-type(2) {
  width: 30.3125vw;
  height: 44.0625vw;
  top: 105.9375vw;
  left: 27.5vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(6) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(6) span.ph:nth-of-type(1) {
  width: 27.65625vw;
  height: 38.4375vw;
  top: 92.65625vw;
  left: 204.0625vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(6) span.ph:nth-of-type(2) {
  width: 28.125vw;
  height: 39.6875vw;
  top: 110.3125vw;
  left: 7.1875vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(7) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(7) span.ph:nth-of-type(1) {
  width: 36.25vw;
  height: 51.25vw;
  top: 98.75vw;
  left: 215.9375vw;
}

#article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(7) span.ph:nth-of-type(2) {
  width: 31.25vw;
  height: 44.6875vw;
  top: 105.46875vw;
  left: 179.375vw;
}

#article .section.contents .inner .content .nenpyo_set .photos {
  display: none;
  width: 89.0625vw;
  height: 157.8125vw;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible !important;
}

#article .section.contents .inner .content .nenpyo_set .photos .btn.close {
  width: 9.375vw;
  height: 9.375vw;
  background: black;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
  top: 3.125vw;
  right: 3.125vw;
}

#article .section.contents .inner .content .nenpyo_set .photos .btn.close:before, #article .section.contents .inner .content .nenpyo_set .photos .btn.close:after {
  content: "";
  display: block;
  width: 6.25vw;
  border-bottom: 1px solid #666666;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#article .section.contents .inner .content .nenpyo_set .photos .btn.close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#article .section.contents .inner .content .nenpyo_set .photos .btn.close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

#article .section.contents .inner .content .nenpyo_set .photos .ph {
  display: none;
  width: 81.25vw;
  height: 150vw;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

#article .section.contents .inner .content .nenpyo_set .photos .ph img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.contents .inner .content .nenpyo_set .photos .ph.on {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    padding: 0;
    /* -------------------------------------
       main
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article #main {
    width: 100vw;
    height: 900px;
    min-height: inherit;
    padding: 0;
    margin: 0;
    background: url(../images/index/main/bg_main.jpg) repeat-x top center;
    background-size: auto 100%;
  }
  #article #main .inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #article #main .inner .h1.h1_1 {
    width: 1280px;
    position: static;
    transform: none;
  }
  #article #main .inner .h1.h1_1 span.img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #article .section {
    width: 100vw;
    padding: 200px 0;
    margin: 0;
    /* -------------------------------------
           common
        */
    /* -------------------------------------
           summary
        */
    /* -------------------------------------
           message
        */
    /* -------------------------------------
           contents
        */
  }
  #article .section .inner {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #article .section .inner .content {
    width: 1280px;
    /*
                margin: 0;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                */
  }
  #article .section .h3.h3_1 {
    width: 580px;
    margin: 0 auto 40px;
  }
  #article .section .h3.h3_1:after {
    width: 100%;
  }
  #article .section .h3.h3_1 span {
    font-size: 5.4rem;
    padding: 0 15px;
  }
  #article .section p {
    font-family: "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
  }
  #article .section .link {
    margin: 90px auto 0;
  }
  #article .section .link a,
  #article .section .link a:link {
    width: 600px;
    height: 100px;
    padding: 0 0 0;
  }
  #article .section .link a:hover {
    background: #333333;
  }
  #article .section .link a:hover .h5.h5_1 span {
    background: #333333;
  }
  #article .section .link .h5.h5_1 span {
    font-size: 1.4rem;
    padding: 0 15px;
    transition: 0.3s;
  }
  #article .section.summary {
    padding: 200px 0;
  }
  #article .section.summary .inner .content p {
    font-size: 1.6rem;
    line-height: 2.5;
    margin: 0;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.summary .inner .content .item {
    height: 350px;
  }
  #article .section.message {
    padding: 0 0 80px;
    margin: 0;
    background: none;
    overflow: visible;
  }
  #article .section.message .inner .content {
    width: 980px;
    transition: 0.3s;
  }
  #article .section.message .inner .content .h3.h3_1 {
    width: 635px;
    margin: 0 0 0 450px;
    transition: 0.3s;
  }
  #article .section.message .inner .content .h3.h3_1:after {
    width: 100%;
  }
  #article .section.message .inner .content .h3.h3_1 span {
    font-size: 5.4rem;
    padding: 0 100px 0 15px;
    margin: 0 0 0 55px;
    transform: none;
  }
  #article .section.message .inner .content .h4.h4_1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 3.4rem;
    width: 4.5em;
    height: auto;
    margin: 0 20px 0 10px;
  }
  #article .section.message .inner .content .h4.h4_1 span {
    letter-spacing: 0.2em;
    font-size: 3.4rem;
  }
  #article .section.message .inner .content .h4.h4_1 span b {
    font-size: 14rem;
    top: -1.08em;
    left: -29px;
  }
  #article .section.message .inner .content .h4.h4_2 {
    margin: 20px 0 0;
  }
  #article .section.message .inner .content .h4.h4_2 span {
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  #article .section.message .inner .content .h4.h4_2 span.txt {
    font-size: 1.8rem;
  }
  #article .section.message .inner .content .h4.h4_2 span.txt_2 {
    font-size: 2.1rem;
    margin: 10px 0 0;
  }
  #article .section.message .inner .content .h5.h5_1 {
    margin: 16px 0 0;
  }
  #article .section.message .inner .content .h5.h5_1 span {
    letter-spacing: 0.15em;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #article .section.message .inner .content p {
    letter-spacing: 0.2em;
    line-height: 2;
    height: 740px;
  }
  #article .section.message .inner .content p:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
  #article .section.message .inner .content p:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  #article .section.message .inner .content .item {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 0 80px;
    margin: 0;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #article .section.message .inner .content .item .float_r {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: 480px;
    padding: 50px 0 0;
    margin: 0 0 0 50px;
  }
  #article .section.message .inner .content .item .float_r:after {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: none;
  }
  #article .section.message .inner .content .item .float_l {
    width: 470px;
    margin: 0 0 0 50px;
  }
  #article .section.message .inner .content .item:before, #article .section.message .inner .content .item:after {
    width: 150vw;
    height: 100%;
  }
  #article .section.message .inner .content .item:before {
    top: 0;
    left: 0;
  }
  #article .section.message .inner .content .item:after {
    background: #BF9224;
    position: absolute;
    z-index: -9;
    top: 80px;
    left: auto;
    right: 0;
  }
  #article .section.contents {
    padding: 200px 0 0;
  }
  #article .section.contents .inner .content .loading {
    width: 984px;
    height: 106%;
  }
  #article .section.contents .inner .content .loading img {
    width: 80px;
  }
  #article .section.contents .inner .content .nav {
    width: 690px;
    margin: 0 auto 80px;
  }
  #article .section.contents .inner .content .nav ul li {
    width: 80px;
  }
  #article .section.contents .inner .content .nav ul li span.txt {
    font-size: 2.4rem;
    height: 100px;
    margin: 0 auto 40px;
  }
  #article .section.contents .inner .content .nav ul li span.txt:after {
    width: 80px;
    height: 80px;
    bottom: -10px;
  }
  #article .section.contents .inner .content .nav ul li span.txt b,
  #article .section.contents .inner .content .nav ul li span.txt i {
    display: block;
  }
  #article .section.contents .inner .content .nav ul li span.txt i {
    transform: rotate(90deg);
  }
  #article .section.contents .inner .content .nav ul li span.txt_2 {
    letter-spacing: 0.2em;
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 0 0 10px;
  }
  #article .section.contents .inner .content .nenpyo_set {
    width: 980px;
    height: 820px;
    transition: 0.3s;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo {
    width: 980px;
    height: 820px;
    transition: 0.3s;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame .figure {
    height: 800px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame span {
    cursor: pointer;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item .frame span.ph {
    width: 300px;
    height: 200px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(1) {
    width: 155px;
    height: 120px;
    top: 553px;
    left: 735px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(2) {
    width: 130px;
    height: 167px;
    top: 508px;
    left: 520px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(3) {
    width: 160px;
    height: 200px;
    top: 570px;
    left: 348px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(1) span.ph:nth-of-type(4) {
    width: 302px;
    height: 185px;
    top: 574px;
    left: 24px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) span.ph:nth-of-type(1) {
    width: 115px;
    height: 182px;
    top: 578px;
    left: 746px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) span.ph:nth-of-type(2) {
    width: 232px;
    height: 131px;
    top: 576px;
    left: 450px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(2) span.ph:nth-of-type(3) {
    width: 230px;
    height: 176px;
    top: 592px;
    left: 52px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) span.ph:nth-of-type(1) {
    width: 181px;
    height: 275px;
    top: 494px;
    left: 679px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) span.ph:nth-of-type(2) {
    width: 184px;
    height: 122px;
    top: 635px;
    left: 403px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(3) span.ph:nth-of-type(3) {
    width: 114px;
    height: 172px;
    top: 508px;
    left: 224px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) span.ph:nth-of-type(1) {
    width: 100px;
    height: 134px;
    top: 615px;
    left: 584px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) span.ph:nth-of-type(2) {
    width: 100px;
    height: 134px;
    top: 615px;
    left: 465px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(4) span.ph:nth-of-type(3) {
    width: 140px;
    height: 195px;
    top: 510px;
    left: 286px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(5) span.ph:nth-of-type(1) {
    width: 168px;
    height: 234px;
    top: 472px;
    left: 426px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(5) span.ph:nth-of-type(2) {
    width: 158px;
    height: 227px;
    top: 540px;
    left: 140px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(6) span.ph:nth-of-type(1) {
    width: 142px;
    height: 197px;
    top: 474px;
    left: 1044px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(6) span.ph:nth-of-type(2) {
    width: 146px;
    height: 204px;
    top: 565px;
    left: 36px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(7) span.ph:nth-of-type(1) {
    width: 190px;
    height: 266px;
    top: 504px;
    left: 1104px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo .item:nth-of-type(7) span.ph:nth-of-type(2) {
    width: 162px;
    height: 230px;
    top: 540px;
    left: 918px;
  }
  #article .section.contents .inner .content .nenpyo_set .photos {
    width: 990px;
    height: 830px;
  }
  #article .section.contents .inner .content .nenpyo_set .photos .btn.close {
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
  }
  #article .section.contents .inner .content .nenpyo_set .photos .btn.close:before, #article .section.contents .inner .content .nenpyo_set .photos .btn.close:after {
    width: 26px;
  }
  #article .section.contents .inner .content .nenpyo_set .photos .btn.close:hover {
    opacity: 0.6;
  }
  #article .section.contents .inner .content .nenpyo_set .photos .ph {
    width: 780px;
    height: 620px;
    transition: 0.6s;
  }
  #article .section.contents .inner .content .nenpyo_set .photos .ph img.h {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1160px) {
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           message
        */
    /* -------------------------------------
           contents
        */
  }
  #article .section.message .inner .content {
    width: 1160px;
  }
  #article .section.message .inner .content .h3.h3_1 {
    margin: 0 0 0 640px;
  }
  #article .section.message .inner .content .item {
    margin: 0 0 0 120px;
  }
  #article .section.contents .inner .content .loading {
    width: 1204px;
  }
  #article .section.contents .inner .content .nenpyo_set {
    width: 1200px;
  }
  #article .section.contents .inner .content .nenpyo_set .nenpyo {
    width: 1200px;
  }
  #article .section.contents .inner .content .nenpyo_set .photos {
    width: 1210px;
  }
  #article .section.contents .inner .content .nenpyo_set .photos .ph {
    width: 1000px;
  }
}

@media screen and (min-width: 1280px) {
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    padding: 0;
  }
}
