.flex_block {
  display: flex;
}

.writing_mode_rl {
  writing-mode: vertical-rl;
  vertical-align: bottom;
}

.contents_himitsu .himitsu_nav {
  display: flex;
  margin: 0;
  padding: 0;
}
.contents_himitsu .himitsu_nav li {
  list-style: none;
  width: 50%;
}
.contents_himitsu .himitsu_nav li a {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding-right: 24px;
  padding-left: 24px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .contents_himitsu .himitsu_nav li a br {
    display: none;
  }
}
@media (min-width: 768px) {
  .contents_himitsu .himitsu_nav li a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1000px) {
  .contents_himitsu .himitsu_nav li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_nav li a {
    font-size: 15px;
    text-indent: -1em;
    padding-left: 4em;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2;
  }
}
.contents_himitsu .himitsu_nav li a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  padding-left: 0.5em;
  vertical-align: text-bottom;
}
@media (max-width: 1000px) {
  .contents_himitsu .himitsu_nav li a::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_nav li a::before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: calc(50% - 53px);
    transform: translateY(-50%);
  }
}
.contents_himitsu .himitsu_nav li a:hover {
  opacity: 0.7;
}
.contents_himitsu .himitsu_nav li:nth-child(1) {
  text-align: right;
  background-color: #328c32;
}
.contents_himitsu .himitsu_nav li:nth-child(1) a::before {
  background-image: url(/common/img/icon/arrow_icon_green_bgw.svg);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_nav li:nth-child(1) {
    text-align: center;
  }
}
.contents_himitsu .himitsu_nav li:nth-child(2) {
  text-align: left;
  background-color: #d27800;
}
.contents_himitsu .himitsu_nav li:nth-child(2) a::before {
  background-image: url(/common/img/icon/arrow_icon_orange_bgw.svg);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_nav li:nth-child(2) {
    text-align: center;
  }
}
.contents_himitsu h2.title_himitsu {
  margin-bottom: clamp(30px, 8.85vw, 170px);
}
@media (max-width: 767px) {
  .contents_himitsu h2.title_himitsu {
    margin-bottom: 16vw;
  }
  .contents_himitsu h2.title_himitsu .title_ja {
    font-size: 4.8vw;
  }
  .contents_himitsu h2.title_himitsu .add_bg {
    width: 34.1vw;
    font-size: 5.5vw;
    padding: 1.3vw 2.6vw 1.6vw 8vw;
    border-top-right-radius: 1.3vw;
    border-bottom-right-radius: 1.3vw;
  }
  .contents_himitsu h2.title_himitsu .title_en {
    font-size: 18.66vw;
  }
}
.contents_himitsu .himitsu_block {
  margin-bottom: 5em;
  padding-bottom: clamp(40px, 3.6vw, 70px);
  position: relative;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block {
    margin-bottom: 17.3vw;
    padding-bottom: 0;
  }
}
.contents_himitsu .himitsu_block::after {
  position: absolute;
  bottom: 0;
  z-index: -100;
  content: "";
  display: block;
  background-color: #f8ebd9;
  width: 80%;
  height: clamp(284px, 21.8vw, 420px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block::after {
    height: 68vw;
    top: 16vw;
  }
}
.contents_himitsu .himitsu_block.gassyuku::after {
  background-color: #eaf3ea;
}
.contents_himitsu .himitsu_block_inner {
  display: flex;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block_inner {
    flex-direction: column;
  }
}
.contents_himitsu .himitsu_block_inner .himitsu_img {
  width: min(31.25vw, 600px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block_inner .himitsu_img {
    width: 64%;
  }
}
.contents_himitsu .himitsu_block_inner .himitsu_img img {
  width: 100%;
  height: auto;
  display: block;
}
.contents_himitsu .himitsu_block:nth-child(odd) .himitsu_block_inner {
  flex-direction: row-reverse;
  padding-right: min(13.28vw, 255px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block:nth-child(odd) .himitsu_block_inner {
    padding-right: 0;
    flex-direction: column;
  }
}
.contents_himitsu .himitsu_block:nth-child(odd) .himitsu_block_inner .himitsu_img {
  margin-left: min(5.2vw, 100px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block:nth-child(odd) .himitsu_block_inner .himitsu_img {
    margin-left: 36%;
  }
}
.contents_himitsu .himitsu_block:nth-child(odd)::after {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block:nth-child(odd) .himitsu_text {
    padding-right: 0;
  }
}
.contents_himitsu .himitsu_block:nth-child(even) .himitsu_block_inner {
  padding-left: min(13.28vw, 255px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block:nth-child(even) .himitsu_block_inner {
    padding-left: 0;
  }
}
.contents_himitsu .himitsu_block:nth-child(even) .himitsu_block_inner .himitsu_img {
  margin-right: min(5.2vw, 100px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block:nth-child(even) .himitsu_block_inner .himitsu_img {
    margin-right: 0;
  }
}
.contents_himitsu .himitsu_block:nth-child(even)::after {
  border-radius: 30px 0 0 30px;
  right: 0;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_block:nth-child(even)::after {
    border-radius: 20px 0 0 20px;
  }
}
.contents_himitsu h2.title_himitsu {
  color: #d27800;
}
.contents_himitsu h2.title_himitsu .title_ja .add_bg {
  background-color: #d27800;
}
.contents_himitsu h2.title_himitsu .title_ja .dot {
  background-image: radial-gradient(circle at center, #d27800 20%, transparent 20%);
}
.contents_himitsu h2.title_himitsu .title_en .outline_text {
  -webkit-text-stroke: 2px #d27800;
  -webkit-text-fill-color: transparent;
  color: #d27800;
}
.contents_himitsu h2.title_himitsu.gassyuku {
  color: #328c32;
}
.contents_himitsu h2.title_himitsu.gassyuku .title_ja .add_bg {
  background-color: #328c32;
}
.contents_himitsu h2.title_himitsu.gassyuku .title_ja .dot {
  background-image: radial-gradient(circle at center, #328c32 20%, transparent 20%);
}
.contents_himitsu h2.title_himitsu.gassyuku .title_en .outline_text {
  -webkit-text-stroke: 2px #328c32;
  -webkit-text-fill-color: transparent;
  color: #328c32;
}
.contents_himitsu .himitsu_text {
  color: #323c46;
  width: clamp(380px, 28.125vw, 540px);
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text {
    width: 100%;
  }
}
.contents_himitsu .himitsu_text h3 {
  color: #f8ebd9;
  font-size: clamp(21px, 2.6vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text h3 {
    color: #fff;
    padding-left: 25%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: clamp(20px, 5.333vw, 32px);
  }
}
.contents_himitsu .himitsu_text h3 img {
  width: clamp(80px, 7.6vw, 146px);
  padding-top: 0.3em;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text h3 img {
    width: 20vw;
    position: absolute;
    top: 0;
    right: 8%;
  }
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text h3.even {
    padding-left: 48%;
  }
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text h3.even img {
    left: 8%;
  }
}
.contents_himitsu .himitsu_text h4 {
  font-size: clamp(20px, 1.46vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text h4 {
    font-size: 5vw;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
}
.contents_himitsu .himitsu_text h4 span {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text h4 span {
    margin-bottom: 8px;
    padding: 7px 12px 10px 30px;
    background-color: #328c32;
    background-color: #d27800;
    color: #fff;
    line-height: 1;
  }
}
.contents_himitsu .himitsu_text p {
  font-size: 22px;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text p {
    font-size: 4.26vw;
    font-size: clamp(16px, 4.26vw, 22px);
    padding-right: 30px;
    padding-left: 30px;
  }
}
.contents_himitsu .himitsu_text p.small_text {
  font-size: 78%;
  letter-spacing: initial;
  margin-bottom: 1em;
}
.contents_himitsu .himitsu_text sup {
  font-size: 60%;
}
.contents_himitsu .himitsu_text.gassyuku h3 {
  color: #eaf3ea;
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text.gassyuku h3 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .contents_himitsu .himitsu_text.gassyuku h4 span {
    background-color: #328c32;
  }
}
.contents_himitsu .himitsu_text.gassyuku .link a {
  color: #328c32;
  margin-top: 0.5em;
  display: inline-block;
  transition: all 0.3s;
}
.contents_himitsu .himitsu_text.gassyuku .link a:hover {
  opacity: 0.7;
}
.contents_himitsu .himitsu_text.gassyuku .link a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/arrow_green2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
}
.contents_himitsu section {
  padding-top: clamp(40px, 7.3vw, 140px);
}
.contents_himitsu .extra_edition {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 10.42vw, 200px);
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition {
    flex-direction: column;
  }
}
.contents_himitsu .extra_edition h3 {
  font-size: clamp(5.2vw, 5.2vw, 100px);
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition h3 {
    font-size: 50px;
    font-size: clamp(59px, 15.7vw, 100px);
  }
}
.contents_himitsu .extra_edition h3 > span {
  color: #eaf3ea;
  font-size: clamp(2.6vw, 2.6vw, 50px);
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  justify-content: center;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition h3 > span {
    font-size: clamp(29px, 7.73vw, 50px);
  }
}
.contents_himitsu .extra_edition h3 > span > span {
  color: #328c32;
  font-size: 1.35vw;
  margin-left: 1em;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition h3 > span > span {
    font-size: clamp(15px, 4vw, 26px);
  }
}
.contents_himitsu .extra_edition p {
  font-size: clamp(1.145vw, 1.145vw, 22px);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition p {
    font-size: 16px;
    font-size: clamp(13px, 3.46vw, 22px);
  }
}
.contents_himitsu .extra_edition .shape_img {
  text-align: center;
}
.contents_himitsu .extra_edition .shape_img img {
  width: clamp(19.27vw, 19.27vw, 370px);
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition .shape_img img {
    width: clamp(220px, 58.6vw, 370px);
  }
}
.contents_himitsu .extra_edition .text_block {
  width: 34.8%;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition .text_block {
    width: 100%;
    margin-top: 10.6vw;
    margin-bottom: 13.3vw;
  }
}
.contents_himitsu .extra_edition .scene1 {
  width: 32.6%;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition .scene1 {
    width: 83.4%;
  }
}
.contents_himitsu .extra_edition .scene1 img {
  width: 100%;
  height: auto;
}
.contents_himitsu .extra_edition .scene2 {
  width: 32.6%;
}
@media (max-width: 1000px) {
  .contents_himitsu .extra_edition .scene2 {
    width: 100%;
    padding-left: 16.6%;
  }
}
.contents_himitsu .extra_edition .scene2 img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .himitsu_img .sp_img {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .himitsu_img .pc_img {
    display: none !important;
  }
}/*# sourceMappingURL=himitsu.css.map */