@charset "UTF-8";
body {
  font-family: "Kiwi Maru", serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
  position: relative;
  background: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Kiwi Maru", serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: #673A1B;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #673A1B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1000;
  background: url("../img/common/menu_btn.svg") no-repeat;
  background-size: 100%;
  width: 108px;
  height: 139px;
  border: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hnavi_btn.move {
  opacity: 1;
}
@media screen and (max-width: 1480px) {
  .hnavi_btn {
    top: 10px;
    left: 10px;
    width: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    width: 50px;
    height: 64px;
  }
}

.wrap_gnavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 10000;
}
.wrap_gnavi::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_gnavi.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrap_gnavi.is-open::after {
  opacity: 0.8;
}
.wrap_gnavi.is-open .gnavi {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.wrap_gnavi .gnavi {
  background: url("../img/common/gnavi_bg.svg") no-repeat;
  background-size: 100%;
  width: 569px;
  height: 860px;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transform: translateY(200px) scale(0.96);
          transform: translateY(200px) scale(0.96);
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi {
    width: calc(100% - 40px);
    height: 76%;
    max-width: 370px;
    max-height: 563px;
    padding: 24px 0;
  }
}
.wrap_gnavi .gnavi .gnavi_home {
  width: 85px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi .gnavi_home {
    width: 30px;
    margin-bottom: 32px;
  }
}
.wrap_gnavi .gnavi ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi ul {
    margin-bottom: 16px;
  }
}
.wrap_gnavi .gnavi ul li {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi ul li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi ul li img {
    height: 18px;
    width: auto;
  }
}
.wrap_gnavi .gnavi .gnavi_logo {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi .gnavi_logo {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi .gnavi_logo img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi .gnavi_ig img {
    width: 24px;
  }
}
.wrap_gnavi .gnavi .close {
  position: absolute;
  top: 34px;
  left: 53px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi .close {
    top: 16px;
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_gnavi .gnavi .close img {
    width: 30px;
  }
}

.hlogo {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 500;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hlogo.move {
  opacity: 1;
}
.hlogo.move + .shiozawa_bnr {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1480px) {
  .hlogo {
    top: 10px;
    right: 10px;
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .hlogo {
    width: 54px;
  }
}

.shiozawa_bnr {
  position: absolute;
  right: 64px;
  top: calc(100vh - 300px);
  z-index: 1000;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media screen and (max-width: 1920px) {
  .shiozawa_bnr {
    right: 16px;
    width: 16%;
    top: 41vw;
  }
}
@media screen and (max-width: 840px) {
  .shiozawa_bnr {
    top: 100vw;
  }
}

.footer {
  background: #6DB197;
  padding-bottom: 52px;
}
.footer .fimg {
  position: relative;
  top: -300px;
  margin-bottom: -150px;
  z-index: 100;
}
@media screen and (max-width: 1920px) {
  .footer .fimg {
    top: -16vw;
    margin-bottom: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .fimg .pc {
    display: none;
  }
}
.footer .fimg .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .fimg .sp {
    display: block;
  }
}
.footer .flogo {
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .footer .flogo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .flogo img {
    width: 260px;
    max-width: 85%;
  }
}
.footer .fmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .footer .fmenu {
    display: block;
    margin-bottom: 48px;
  }
}
.footer .fmenu li {
  font-size: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer .fmenu li {
    margin: 0 0 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .fmenu li img {
    width: 127px;
  }
}
.footer .fmenu li:last-of-type {
  margin-right: 0;
}
.footer .ftxt {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer .ftxt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.footer .fadrs {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer .fadrs {
    font-size: 13px;
    margin-bottom: 32px;
  }
}
.footer .fcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .footer .fcontact {
    margin-bottom: 80px;
  }
}
.footer .fcontact a {
  width: 277px;
  height: 62px;
  background: #FFF;
  font-size: 24px;
  color: #6DB197;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .fcontact a {
    width: 210px;
    font-size: 20px;
    height: 48px;
  }
}
.footer .copyright {
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 10px;
  }
}

html,
body {
  overflow-x: hidden;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.back a {
  padding: 8px 65px 8px 65px;
}
.btn.back a::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow_l.svg") no-repeat;
  width: 15px;
  height: 17px;
  position: absolute;
  left: 16px;
  top: calc(50% - 8px);
}
.btn a {
  border: 4px solid #6DB197;
  background: #FFF;
  color: #6DB197;
  padding: 8px 50px 8px 40px;
  min-height: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 840px) {
  .btn a {
    padding: 4px 32px 4px 16px;
    font-size: 12px;
    min-height: 40px;
    border: 2px solid #6DB197;
  }
}
.btn a::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 17px;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 840px) {
  .btn a::after {
    width: 8px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
}

.top_mv {
  font-size: 0;
  margin-bottom: 48px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 840px) {
  .top_mv {
    margin-top: 20px;
  }
}
.top_mv.move {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .top_mv {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 840px) {
  .top_mv .pc {
    display: none;
  }
}
.top_mv .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .top_mv .sp {
    display: block;
  }
}
.top_mv .icon {
  position: absolute;
  top: 1.2vw;
  left: 47.8%;
  width: 5.5%;
}
@media screen and (min-width: 1900px) {
  .top_mv .icon {
    left: calc(51% - 57px);
    top: 16px;
    width: 100px;
  }
}
@media screen and (max-width: 840px) {
  .top_mv .icon {
    display: none;
  }
}

.top_lead {
  padding-top: 42px;
  width: 1690px;
  max-width: 100%;
  min-height: 538px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background: url("../img/top/top_lead_bg1.svg") no-repeat left top, url("../img/top/top_lead_bg2.svg") no-repeat right top 105px;
  background-size: max(22.6%, 434px), max(23%, 442px);
}
@media screen and (max-width: 1920px) {
  .top_lead {
    background-size: 20%, 20%;
    min-height: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .top_lead {
    min-height: 30vw;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_lead {
    background: url("../img/top/sp_top_lead_bg.png") no-repeat top center;
    background-size: 100%;
    height: 84vw;
  }
}
@media screen and (max-width: 1280px) {
  .top_lead img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_lead img {
    width: 68%;
  }
}

.mura_map {
  margin-top: -168px;
}
@media screen and (max-width: 1920px) {
  .mura_map {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mura_map {
    margin-top: -38vw;
  }
}
.mura_map .sec_ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mura_map .sec_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .mura_map .sec_ttl img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .mura_map .sec_ttl img {
    width: 64%;
  }
}
.mura_map .wrap_map_img {
  position: relative;
}
@media screen and (min-width: 2083px) {
  .mura_map .wrap_map_img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.mura_map .wrap_map_img .map_img {
  margin: 0 -4vw;
}
@media screen and (min-width: 2083px) {
  .mura_map .wrap_map_img .map_img {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .map_img {
    margin-bottom: 40px;
  }
}
.mura_map .wrap_map_img .map_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .map_img .pc {
    display: none;
  }
}
.mura_map .wrap_map_img .map_img .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .map_img .sp {
    display: block;
  }
}
.mura_map .wrap_map_img .btn1, .mura_map .wrap_map_img .btn2, .mura_map .wrap_map_img .btn3, .mura_map .wrap_map_img .btn4 {
  position: absolute;
  width: 10.3%;
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .btn1, .mura_map .wrap_map_img .btn2, .mura_map .wrap_map_img .btn3, .mura_map .wrap_map_img .btn4 {
    width: 29.4%;
  }
}
.mura_map .wrap_map_img .btn1, .mura_map .wrap_map_img .btn2, .mura_map .wrap_map_img .btn3, .mura_map .wrap_map_img .btn4 {
  -webkit-transform: translateY(15px) scale(0.7);
          transform: translateY(15px) scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mura_map .wrap_map_img .btn1.move, .mura_map .wrap_map_img .btn2.move, .mura_map .wrap_map_img .btn3.move, .mura_map .wrap_map_img .btn4.move {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}
.mura_map .wrap_map_img .btn1 a, .mura_map .wrap_map_img .btn2 a, .mura_map .wrap_map_img .btn3 a, .mura_map .wrap_map_img .btn4 a {
  display: block;
}
.mura_map .wrap_map_img .btn1 a:hover, .mura_map .wrap_map_img .btn2 a:hover, .mura_map .wrap_map_img .btn3 a:hover, .mura_map .wrap_map_img .btn4 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mura_map .wrap_map_img .btn1 {
  top: 23.8%;
  left: 48.3%;
}
@media screen and (min-width: 2083px) {
  .mura_map .wrap_map_img .btn1 {
    left: 1007px;
  }
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .btn1 {
    top: 34.8%;
    left: 17.3%;
  }
}
.mura_map .wrap_map_img .btn2 {
  top: 19.2%;
  left: 69.5%;
}
@media screen and (min-width: 2083px) {
  .mura_map .wrap_map_img .btn2 {
    left: 1417px;
  }
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .btn2 {
    top: 28.2%;
    left: 52.5%;
  }
}
.mura_map .wrap_map_img .btn3 {
  top: 38.66%;
  left: 41.2%;
}
@media screen and (min-width: 2083px) {
  .mura_map .wrap_map_img .btn3 {
    left: 873px;
  }
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .btn3 {
    top: 48.66%;
    left: 5.2%;
  }
}
.mura_map .wrap_map_img .btn4 {
  top: -170px;
  right: 0;
  top: 40.1%;
  left: 65.7%;
}
@media screen and (min-width: 2083px) {
  .mura_map .wrap_map_img .btn4 {
    left: 1344px;
  }
}
@media screen and (max-width: 767px) {
  .mura_map .wrap_map_img .btn4 {
    top: 51%;
    left: 62.7%;
  }
}
.mura_map .lead {
  max-width: 1584px;
  margin: -220px auto 0;
  position: relative;
  z-index: 100;
  margin-bottom: 120px;
}
@media screen and (max-width: 1680px) {
  .mura_map .lead {
    margin-left: 5vw;
    margin-top: -13vw;
  }
  .mura_map .lead img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .mura_map .lead {
    background: url("../img/top/sp_mura_lead_bg.png") no-repeat top center;
    background-size: 95%;
    margin-bottom: 48px;
    padding-top: 20vw;
    margin-top: -20vw;
    margin-left: 0;
    text-align: center;
  }
  .mura_map .lead img {
    width: 50%;
  }
}

.museum_slide {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .museum_slide .swiper-wrapper .swiper-slide {
    width: 70% !important;
  }
}
@media screen and (min-width: 1281px) {
  .museum_slide .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .museum_slide .swiper-wrapper .swiper-slide .pc {
    display: none;
  }
}
.museum_slide .swiper-wrapper .swiper-slide .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .museum_slide .swiper-wrapper .swiper-slide .sp {
    display: block;
  }
}
.museum_slide .swiper-prev,
.museum_slide .swiper-next {
  position: absolute;
  top: 130px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .museum_slide .swiper-prev,
  .museum_slide .swiper-next {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .museum_slide .swiper-prev,
  .museum_slide .swiper-next {
    width: 45px;
  }
}
.museum_slide .swiper-prev {
  left: calc(50% - 472px);
}
@media screen and (max-width: 1280px) {
  .museum_slide .swiper-prev {
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .museum_slide .swiper-prev {
    left: 24px;
  }
}
.museum_slide .swiper-next {
  right: calc(50% - 472px);
}
@media screen and (max-width: 1280px) {
  .museum_slide .swiper-next {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .museum_slide .swiper-next {
    right: 24px;
  }
}

.top_topics {
  padding-top: 314px;
  padding-bottom: 382px;
  background: url("../img/top/top_topics_bg1.png") no-repeat left 70% top, url("../img/top/top_topics_bg2.png") no-repeat center bottom;
  background-size: 1313px, 1461px;
  margin-bottom: 132px;
}
@media screen and (max-width: 980px) {
  .top_topics {
    background: url("../img/top/sp_top_topics_bg1.png") no-repeat right 15% top, url("../img/top/sp_top_topics_bg2.png") no-repeat right bottom;
    background-size: 75%, 95%;
    padding-top: 25vw;
    padding-bottom: 20vw;
    margin-bottom: 20vw;
  }
}
.top_topics .top_topics_header {
  background: url("../img/top/makimono_top.png") no-repeat center bottom;
  background-size: 100%;
  max-width: 1646px;
  height: 264px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .top_topics .top_topics_header {
    height: 16vw;
  }
}
.top_topics .top_topics_header .icon1 {
  width: 1258px;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 0;
  -webkit-transform: translateX(-50%) translateY(-85%);
          transform: translateX(-50%) translateY(-85%);
}
@media screen and (max-width: 1480px) {
  .top_topics .top_topics_header .icon1 {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .top_topics .top_topics_header .icon1 img {
    width: 20%;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}
.top_topics .top_topics_header .icon2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: -170px;
  right: 12%;
}
@media screen and (max-width: 980px) {
  .top_topics .top_topics_header .icon2 {
    top: -14.5vw;
  }
}
.top_topics .top_topics_header .icon2 img {
  display: block;
  margin-left: -10%;
}
@media screen and (max-width: 980px) {
  .top_topics .top_topics_header .icon2 img {
    width: 20%;
    margin-left: -5%;
  }
}
.top_topics .top_topics_header .icon2 .icon {
  position: absolute;
  top: -134px;
  right: 16px;
  width: 18%;
}
@media screen and (max-width: 980px) {
  .top_topics .top_topics_header .icon2 .icon {
    top: -3vw;
    right: -10%;
    width: 11%;
  }
}
.top_topics .top_topics_header .sec_ttl {
  text-align: center;
  max-width: 25%;
}
.top_topics .top_topics_cnt {
  background: url("../img/top/makimono.png") repeat-y center;
  background-size: 100%;
  max-width: 1646px;
  padding: 160px 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -100px auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1480px) {
  .top_topics .top_topics_cnt {
    padding: 10vw 13vw;
    margin: -4vw auto;
  }
}
.top_topics .top_topics_btm {
  background: url("../img/top/makimono_btm.png") no-repeat center bottom;
  background-size: 100%;
  max-width: 1646px;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .top_topics .top_topics_btm {
    height: 20vw;
  }
}
.top_topics .top_topics_list {
  max-width: 1160px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 840px) {
  .top_topics .top_topics_list {
    margin-bottom: 48px;
  }
}
.top_topics .top_topics_list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .top_topics .top_topics_list li {
    margin-bottom: 32px;
  }
}
.top_topics .top_topics_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 6px solid #673A1B;
  background: #FFF;
  padding: 32px 40px;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
@media screen and (max-width: 1280px) {
  .top_topics .top_topics_list li a {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 860px) {
  .top_topics .top_topics_list li a {
    display: block;
    padding: 16px;
    border: 2px solid #673A1B;
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  }
}
.top_topics .top_topics_list li a .img {
  width: 544px;
  margin-right: 40px;
  font-size: 0;
}
@media screen and (max-width: 860px) {
  .top_topics .top_topics_list li a .img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.top_topics .top_topics_list li a .cnt {
  width: 490px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 860px) {
  .top_topics .top_topics_list li a .cnt {
    width: 100%;
  }
}
.top_topics .top_topics_list li a .cnt .cat {
  position: absolute;
  top: 0;
  right: 0;
  background: #FCBF5D;
  border: 3px solid #673A1B;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 32px;
  min-height: 48px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1480px) {
  .top_topics .top_topics_list li a .cnt .cat {
    font-size: 14px;
    min-height: 32px;
    padding: 3px 16px;
  }
}
@media screen and (max-width: 980px) {
  .top_topics .top_topics_list li a .cnt .cat {
    font-size: 10px;
    padding: 3px 8px;
    border: 1px solid #673A1B;
    min-height: 24px;
  }
}
.top_topics .top_topics_list li a .cnt .cat::before {
  content: "#";
}
.top_topics .top_topics_list li a .cnt .ttl {
  font-size: 32px;
  margin-top: auto;
  border-bottom: 3px solid #6DB197;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .top_topics .top_topics_list li a .cnt .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  .top_topics .top_topics_list li a .cnt .ttl {
    padding-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics .top_topics_list li a .cnt .ttl {
    font-size: 16px;
  }
}
.top_topics .top_topics_list li a .cnt .txt {
  font-size: 20px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .top_topics .top_topics_list li a .cnt .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top_topics .top_topics_list li a .cnt .txt {
    font-size: 12px;
  }
}

.top_shibanin {
  border-radius: 600px 600px 0 0;
  background: #F6EDD4 url("../img/top/shibanin_bg.png") no-repeat top 500px center;
  background-size: 1777px;
  padding-bottom: 700px;
  margin-bottom: -180px;
}
@media screen and (max-width: 1480px) {
  .top_shibanin {
    border-radius: 20% 20% 0 0;
  }
}
@media screen and (max-width: 980px) {
  .top_shibanin {
    background-image: url("../img/top/sp_shibanin_bg.png");
    background-position: top 39vw center;
    background-size: 100%;
    padding-bottom: 53vw;
    margin-bottom: -3vw;
  }
}
.top_shibanin .sec_ttl {
  text-align: center;
  top: -130px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1480px) {
  .top_shibanin .sec_ttl {
    top: -16vw;
    margin-bottom: -8vw;
  }
}
.top_shibanin .lead {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_shibanin .lead {
    margin-bottom: 56px;
  }
}
.top_shibanin .lead img {
  max-width: 80%;
}
.top_shibanin .shibanin_list {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list {
    width: 100%;
  }
}
.top_shibanin .shibanin_list li {
  width: 30%;
  margin-bottom: 56px;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list li {
    margin: 0 6% 24px;
  }
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list li:first-of-type {
    width: 15.4%;
  }
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list li:nth-of-type(2) {
    width: 13.64%;
  }
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list li:nth-of-type(3) {
    width: 13.59%;
  }
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list li:nth-of-type(4) {
    width: 24%;
  }
}
@media screen and (max-width: 980px) {
  .top_shibanin .shibanin_list li:nth-of-type(5) {
    width: 19.83%;
  }
}

.header {
  height: 428px;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
}
.header .hbg {
  width: 100%;
  height: 428px;
  background: #F9EFD6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header .hbg {
    height: 200px;
  }
}

.hnoren {
  text-align: center;
  padding: 28px 215px 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1480px) {
  .hnoren {
    padding: 7vw 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hnoren {
    padding: 64px 16px 0;
  }
}

.page_mv {
  width: 100%;
  margin-top: -220px;
  margin-bottom: 48px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page_mv {
    margin-top: -16vw;
    margin-bottom: 0;
  }
}
.page_mv.topics_mv .icon1, .page_mv.topics_mv .icon2, .page_mv.topics_mv .icon3 {
  position: absolute;
  bottom: 12px;
  width: 200px;
}
@media screen and (max-width: 1900px) {
  .page_mv.topics_mv .icon1, .page_mv.topics_mv .icon2, .page_mv.topics_mv .icon3 {
    width: 11.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page_mv.topics_mv .icon1, .page_mv.topics_mv .icon2, .page_mv.topics_mv .icon3 {
    width: 16%;
  }
}
.page_mv.topics_mv .icon1 {
  right: 32%;
  width: 210px;
}
@media screen and (max-width: 1900px) {
  .page_mv.topics_mv .icon1 {
    width: 11.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page_mv.topics_mv .icon1 {
    width: 16%;
    right: 24%;
  }
}
.page_mv.topics_mv .icon2 {
  right: 24%;
}
@media screen and (max-width: 767px) {
  .page_mv.topics_mv .icon2 {
    width: 16%;
    right: 12.2%;
  }
}
.page_mv.topics_mv .icon3 {
  right: 16.4%;
  width: 202px;
}
@media screen and (max-width: 1900px) {
  .page_mv.topics_mv .icon3 {
    width: 11.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page_mv.topics_mv .icon3 {
    width: 16%;
    right: 1%;
  }
}
.page_mv .page_ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.page_mv .page_ttl img {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .page_mv .page_ttl img {
    max-width: none;
    width: 214px;
  }
}
.page_mv .icon {
  position: absolute;
  text-align: center;
  bottom: -32px;
  left: 0;
  width: 100%;
}

.page_lead {
  background: url("../img/common/page_lead_bg.jpg") no-repeat top center;
  background-size: 1794px;
  min-height: 1675px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 96px;
  margin-bottom: -200px;
}
@media screen and (max-width: 1480px) {
  .page_lead {
    min-height: 0;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 1080px) {
  .page_lead {
    padding-bottom: 0;
    margin-bottom: 6vw;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_lead {
    background: url("../img/common/sp_page_lead_bg.png") no-repeat top left;
    background-size: 96%;
    padding-top: 10vw;
    margin-bottom: 3vw;
    padding-bottom: 9vw;
  }
}
.page_lead .lead {
  text-align: center;
  margin-bottom: 120px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_lead .lead {
    padding: 0 50px;
    margin-bottom: 16px;
  }
}
.page_lead .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .page_lead .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.page_lead .wrap .img {
  margin-right: -85px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_lead .wrap .img {
    margin: 0 0 -18vw;
    padding: 0;
    width: 75%;
  }
}

.makimono {
  padding-top: 314px;
  padding-bottom: 440px;
  margin-bottom: 132px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .makimono {
    padding-top: 25vw;
    padding-bottom: 20vw;
    margin-bottom: 20vw;
  }
}
.makimono .point_icon {
  text-align: center;
  margin-bottom: 24px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .makimono .point_icon img {
    width: 48px;
  }
}
.makimono .makimono_header {
  background: url("../img/common/makimono_top.png") no-repeat center bottom;
  background-size: 100%;
  max-width: 1646px;
  height: 327px;
  padding-top: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .makimono .makimono_header {
    height: 18vw;
    padding-top: 2vw;
  }
}
.makimono .makimono_header .sec_ttl {
  text-align: center;
  max-width: 25%;
}
.makimono .makimono_cnt {
  background: url("../img/top/makimono.png") repeat-y center;
  background-size: 100%;
  max-width: 1646px;
  padding: 160px 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -100px auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1480px) {
  .makimono .makimono_cnt {
    padding: 10vw 13vw;
    margin: -4vw auto;
  }
}
.makimono .makimono_btm {
  background: url("../img/top/makimono_btm.png") no-repeat center bottom;
  background-size: 100%;
  max-width: 1646px;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .makimono .makimono_btm {
    height: 20vw;
  }
}

/*/ museum ///////////////////////////////////////*/
.museum_sec1 {
  background: url("../img/museum/sec1_bg.jpg") no-repeat top 425px left 76%;
  background-size: 983px;
}
@media screen and (max-width: 840px) {
  .museum_sec1 {
    background: none;
  }
}
.museum_sec1 .sec_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .museum_sec1 .sec_ttl {
    padding: 0 50px;
    margin-bottom: 24px;
  }
}
.museum_sec1 .sec_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/point1_icon.svg") no-repeat;
  background-size: 100%;
  width: 132px;
  height: 125px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .museum_sec1 .sec_ttl::before {
    width: 48px;
    height: 45px;
  }
}
.museum_sec1 .lead {
  font-size: 24px;
  max-width: 1150px;
  margin: 0 auto 88px;
}
@media screen and (max-width: 1280px) {
  .museum_sec1 .lead {
    padding: 0 50px;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .lead {
    font-size: 14px;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.museum_sec1 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 {
    display: block;
  }
}
.museum_sec1 .box1 .cnt {
  background: url("../img/museum/box1_bg.svg") no-repeat;
  background-size: cover;
  width: 1268px;
  min-height: 886px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 5;
  padding-top: 240px;
  padding-left: 380px;
  padding-right: 60px;
  padding-bottom: 120px;
  margin-top: 170px;
}
.museum_sec1 .box1 .cnt::before {
  content: "";
  display: block;
  background: url("../img/museum/box1_icon.png") no-repeat;
  background-size: 100%;
  width: 383px;
  height: 254px;
  position: absolute;
  top: 3%;
  left: 711px;
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box1 .cnt::before {
    display: none;
  }
}
.museum_sec1 .box1 .cnt::after {
  content: "";
  display: block;
  background: url("../img/common/cha_l.gif") no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 14%;
  left: 684px;
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box1 .cnt::after {
    top: 4%;
    left: auto;
    right: 10%;
    width: 12vw;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .cnt::after {
    top: 12%;
    left: calc(50% + 42px);
    width: 66px;
  }
}
@media screen and (max-width: 1920px) {
  .museum_sec1 .box1 .cnt {
    margin-top: 6vw;
    width: 65%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box1 .cnt {
    width: 70%;
    min-height: 0;
    margin: 0;
    padding: 140px 40px 140px 24vw;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .cnt {
    background: url("../img/museum/sp_box1_bg.svg") no-repeat top center;
    background-size: 591px;
    width: 100%;
    min-height: 413px;
    margin: 0;
    padding: 80px 60px 0;
    margin-top: -60px;
  }
}
.museum_sec1 .box1 .cnt .ttl {
  margin-bottom: 40px;
  font-size: 0;
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .cnt .ttl {
    width: 266px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .cnt .ttl img {
    width: 100px;
  }
}
.museum_sec1 .box1 .cnt .txt {
  max-width: 580px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .cnt .txt {
    font-size: 14px;
    width: 266px;
    margin: 0 auto;
  }
}
.museum_sec1 .box1 .img {
  position: relative;
  z-index: 100;
  margin-left: -280px;
  margin-right: -274px;
}
@media screen and (max-width: 1920px) {
  .museum_sec1 .box1 .img {
    width: 75%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box1 .img {
    width: 60%;
    margin-left: -10%;
    margin-right: -20%;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .img {
    width: 100%;
    margin: 0;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box1 .img img {
    max-width: 322px;
  }
}
.museum_sec1 .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow-x: hidden;
  margin-top: -360px;
}
@media screen and (max-width: 1920px) {
  .museum_sec1 .box2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 {
    display: block;
    margin: -20px 0 0;
  }
}
.museum_sec1 .box2 .img {
  position: relative;
  z-index: 100;
  margin-right: -280px;
  margin-left: -180px;
  font-size: 0;
}
@media screen and (max-width: 1920px) {
  .museum_sec1 .box2 .img {
    width: 75%;
  }
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box2 .img {
    width: 60%;
    margin-right: -10%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .img {
    width: 100%;
    padding: 0 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .img img {
    max-width: 322px;
  }
}
.museum_sec1 .box2 .cnt {
  background: url("../img/museum/box2_bg.svg") no-repeat top right;
  background-size: 100%;
  width: 1268px;
  min-height: 933px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 5;
  padding-top: 240px;
  padding-left: 402px;
  margin-left: -166px;
}
@media screen and (max-width: 1920px) {
  .museum_sec1 .box2 .cnt {
    padding-left: 20vw;
  }
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box2 .cnt {
    background-size: cover;
    width: 70%;
    min-height: 0;
    margin: 0;
    padding: 140px 24vw 140px 40px;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .cnt {
    background: url("../img/museum/sp_box2_bg.svg") no-repeat top center;
    background-size: 591px;
    width: 100%;
    min-height: 416px;
    margin: 0;
    padding: 80px 60px 0;
    margin-top: -60px;
  }
}
.museum_sec1 .box2 .cnt::before {
  content: "";
  display: block;
  background: url("../img/museum/box2_icon1.png") no-repeat;
  background-size: 100%;
  width: 306px;
  height: 145px;
  position: absolute;
  top: 11.7%;
  left: 701px;
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box2 .cnt::before {
    display: none;
  }
}
.museum_sec1 .box2 .cnt::after {
  content: "";
  display: block;
  background: url("../img/museum/box2_icon2.png") no-repeat;
  background-size: 100%;
  width: 561px;
  height: 242px;
  position: absolute;
  bottom: 0%;
  left: 528px;
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box2 .cnt::after {
    display: none;
  }
}
.museum_sec1 .box2 .cnt .icon {
  position: absolute;
  top: 17.5%;
  left: 71%;
  z-index: 10;
  width: 8.2vw;
}
@media screen and (max-width: 1400px) {
  .museum_sec1 .box2 .cnt .icon {
    top: 12.5%;
    left: 54%;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .cnt .icon {
    top: 74px;
    left: calc(50% + 50px);
    width: 56px;
  }
}
.museum_sec1 .box2 .cnt .ttl {
  margin-bottom: 48px;
  font-size: 0;
}
@media screen and (max-width: 1920px) {
  .museum_sec1 .box2 .cnt .ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .cnt .ttl {
    width: 266px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .cnt .ttl img {
    width: 100px;
  }
}
.museum_sec1 .box2 .cnt .txt {
  max-width: 580px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  .museum_sec1 .box2 .cnt .txt {
    font-size: 14px;
    width: 266px;
    margin: 0 auto;
  }
}

.history {
  background: url("../img/museum/history_bg.jpg") no-repeat top center, url("../img/museum/history_bg2.jpg") no-repeat center bottom;
  background-size: 1512px, 1418px;
  padding-top: 177px;
  padding-bottom: 420px;
  margin-bottom: 115px;
}
@media screen and (max-width: 980px) {
  .history {
    background: url("../img/museum/sp_history_bg.png") no-repeat center top, url("../img/top/sp_top_topics_bg2.png") no-repeat right bottom;
    background-size: 77%, 95%;
    padding-top: 9vw;
    padding-bottom: 20vw;
    margin-bottom: 20vw;
  }
}
.history .makimono_header {
  background: url("../img/common/makimono_top2.png") no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .history .makimono_header {
    height: auto;
  }
}
.history .makimono_header .icon1, .history .makimono_header .icon2, .history .makimono_header .icon3 {
  position: absolute;
  width: 136px;
  top: -3vw;
}
@media screen and (min-width: 1900px) {
  .history .makimono_header .icon1, .history .makimono_header .icon2, .history .makimono_header .icon3 {
    top: -20px;
  }
}
@media screen and (max-width: 1240px) {
  .history .makimono_header .icon1, .history .makimono_header .icon2, .history .makimono_header .icon3 {
    width: 9%;
  }
}
@media screen and (max-width: 840px) {
  .history .makimono_header .icon1, .history .makimono_header .icon2, .history .makimono_header .icon3 {
    width: 13%;
    top: -4vw;
  }
}
.history .makimono_header .icon1 {
  left: 16%;
}
@media screen and (max-width: 840px) {
  .history .makimono_header .icon1 {
    left: 8%;
  }
}
.history .makimono_header .icon2 {
  left: 20.5%;
}
@media screen and (max-width: 840px) {
  .history .makimono_header .icon2 {
    left: 14%;
  }
}
.history .makimono_header .icon3 {
  right: 17%;
}
@media screen and (max-width: 840px) {
  .history .makimono_header .icon3 {
    right: 12%;
  }
}
@media screen and (max-width: 767px) {
  .history .makimono_header .sec_ttl {
    max-width: 30%;
  }
}
.history .makimono_cnt {
  position: relative;
  padding-top: 233px;
}
@media screen and (max-width: 1480px) {
  .history .makimono_cnt {
    padding-top: 8vw;
    padding-bottom: 20vw;
  }
}
.history .makimono_cnt .icon1 {
  position: absolute;
  right: 254px;
  top: 130px;
}
@media screen and (max-width: 1480px) {
  .history .makimono_cnt .icon1 {
    width: 5vw;
    top: 60px;
    right: 200px;
  }
}
@media screen and (max-width: 1180px) {
  .history .makimono_cnt .icon1 {
    display: none;
  }
}
.history .makimono_cnt .history_list {
  position: relative;
  max-width: 1110px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list {
    padding-right: 0;
  }
}
.history .makimono_cnt .history_list::before {
  content: "";
  display: block;
  background: url("../img/common/dop_line.svg") repeat-y;
  background-size: 100%;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 80px;
  top: 50px;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list::before {
    left: 32px;
    width: 3px;
  }
}
.history .makimono_cnt .history_list li {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .history .makimono_cnt .history_list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li {
    display: block;
  }
}
.history .makimono_cnt .history_list li:first-of-type .cnt .btn a {
  background: #F29D88;
}
.history .makimono_cnt .history_list li:nth-of-type(2) .cnt .btn a {
  background: #E59E6E;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li:nth-of-type(3) .img {
    width: 90%;
  }
}
.history .makimono_cnt .history_list li:nth-of-type(3) .cnt .btn a {
  background: #D8BF56;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li:nth-of-type(4) .img {
    width: 90%;
  }
}
.history .makimono_cnt .history_list li:nth-of-type(4) .cnt .btn a {
  background: #7FB5AA;
}
.history .makimono_cnt .history_list li:nth-of-type(5) {
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li:nth-of-type(5) .img {
    width: 90%;
  }
}
.history .makimono_cnt .history_list li:nth-of-type(5) .cnt .btn a {
  background: #9793C6;
}
.history .makimono_cnt .history_list li .img {
  font-size: 0;
  width: 506px;
  margin-right: -10px;
}
@media screen and (max-width: 1480px) {
  .history .makimono_cnt .history_list li .img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li .img {
    width: 100%;
    margin: 0 0 24px;
  }
}
.history .makimono_cnt .history_list li .cnt {
  width: 580px;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li .cnt {
    width: calc(100% - 60px);
    margin-left: auto;
  }
}
.history .makimono_cnt .history_list li .cnt .ttl {
  font-size: 32px;
  border-bottom: 3px solid #6DB197;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li .cnt .ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.history .makimono_cnt .history_list li .cnt .txt {
  margin-bottom: 16px;
}
.history .makimono_cnt .history_list li .cnt .btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  .history .makimono_cnt .history_list li .cnt .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.history .makimono_cnt .history_list li .cnt .btn a {
  color: #FFF;
  border-color: #673A1B;
}
.history .makimono_cnt .history_list li .cnt .btn a::after {
  background: url("../img/common/btn_icon_w.svg");
  background-size: 100%;
}
.history .makimono_btm {
  position: relative;
}
.history .makimono_btm .icon2 {
  position: absolute;
  bottom: 283px;
  left: 324px;
}
@media screen and (max-width: 1180px) {
  .history .makimono_btm .icon2 {
    width: 22.3%;
    bottom: 16vw;
    left: 16vw;
  }
}
.history .makimono_btm .kumo1 {
  position: absolute;
  bottom: 370px;
  left: 102px;
}
@media screen and (max-width: 1180px) {
  .history .makimono_btm .kumo1 {
    width: 19.7%;
    left: 6vw;
    bottom: 36vw;
  }
}
.history .makimono_btm .kumo2 {
  position: absolute;
  bottom: 245px;
  right: 65px;
}
@media screen and (max-width: 1180px) {
  .history .makimono_btm .kumo2 {
    width: 26.2%;
    right: 6vw;
    bottom: 16vw;
  }
}

.history_cnt {
  background: url("../img/museum/history_cnt_bg1.png") no-repeat top 40px center, url("../img/museum/history_cnt_bg2.png") no-repeat bottom 54px center;
  padding-top: 160px;
  padding-bottom: 380px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 840px) {
  .history_cnt {
    background: url("../img/museum/sp_history_cnt_bg1.png") no-repeat top 20px center, url("../img/museum/sp_history_cnt_bg2.png") no-repeat bottom 20px left 70%;
    background-size: 87%, 62%;
    padding: 56px 20px 46vw;
  }
}
.history_cnt .sec_ttl {
  text-align: center;
  margin-bottom: 24px;
  font-size: 0;
}
.history_cnt .time {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .history_cnt .time {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.history_cnt .cnt_wrap {
  background: url("../img/museum/cnt1_bg.svg") no-repeat;
  background-size: cover;
  max-width: 1602px;
  min-height: 2632px;
  margin: 0 auto;
  padding: 150px 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap {
    padding: 48px 20px 20vw;
    min-height: 0;
  }
}
.history_cnt .cnt_wrap .kumo1 {
  position: absolute;
  left: 136px;
  top: 126px;
  z-index: 100;
}
@media screen and (max-width: 1600px) {
  .history_cnt .cnt_wrap .kumo1 {
    left: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .history_cnt .cnt_wrap .kumo1 {
    display: none;
  }
}
.history_cnt .cnt_wrap .kumo2 {
  position: absolute;
  right: 74px;
  top: 292px;
  z-index: 100;
}
@media screen and (max-width: 1600px) {
  .history_cnt .cnt_wrap .kumo2 {
    right: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .history_cnt .cnt_wrap .kumo2 {
    display: none;
  }
}
.history_cnt .cnt_wrap .kumo3 {
  position: absolute;
  left: 115px;
  bottom: 96px;
  z-index: 100;
}
@media screen and (max-width: 1600px) {
  .history_cnt .cnt_wrap .kumo3 {
    left: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .history_cnt .cnt_wrap .kumo3 {
    display: none;
  }
}
.history_cnt .cnt_wrap .kumo4 {
  position: absolute;
  right: 3px;
  bottom: 613px;
  z-index: 100;
}
@media screen and (max-width: 1600px) {
  .history_cnt .cnt_wrap .kumo4 {
    right: 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .history_cnt .cnt_wrap .kumo4 {
    display: none;
  }
}
.history_cnt .cnt_wrap .ttl {
  background: url("../img/museum/cnt1_ttl_bg.svg") no-repeat center;
  font-size: 24px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 660px;
  max-width: 100%;
  height: 84px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .ttl {
    background-size: 100% !important;
    font-size: 18px;
    height: 11vw;
    margin-bottom: 32px;
  }
}
.history_cnt .cnt_wrap .copy {
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .copy {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.history_cnt .cnt_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto 78px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .wrap {
    display: block;
  }
}
.history_cnt .cnt_wrap .wrap .img {
  width: 544px;
  margin-left: 40px;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .wrap .img {
    width: 100%;
    text-align: center;
    margin: 0 0 24px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.history_cnt .cnt_wrap .wrap .txt {
  width: 540px;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .wrap .txt {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.history_cnt .cnt_wrap .wrap .txt p {
  margin-bottom: 32px;
}
.history_cnt .cnt_wrap .wrap .txt p:last-of-type {
  margin-bottom: 0;
}
.history_cnt .cnt_wrap .wrap .txt .img2 {
  font-size: 0;
  text-align: right;
}
.history_cnt .cnt_wrap .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 134px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    margin-bottom: 18vw;
  }
}
@media screen and (max-width: 480px) {
  .history_cnt .cnt_wrap .point {
    margin-bottom: 10vw;
  }
}
.history_cnt .cnt_wrap .point li {
  margin-right: 16px;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .point li {
    margin: 0 0 16px;
  }
}
.history_cnt .cnt_wrap .point li:first-of-type {
  z-index: 100;
}
.history_cnt .cnt_wrap .point li:last-of-type {
  margin-right: 0;
}
.history_cnt .cnt_wrap .point li .icon {
  position: absolute;
  z-index: 10;
}
.history_cnt .cnt_wrap .mame {
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .history_cnt .cnt_wrap .mame {
    position: absolute;
    left: -10px;
    bottom: -100px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 480px) {
  .history_cnt .cnt_wrap .mame {
    width: calc(100% + 40px);
  }
}

.history1 {
  background-color: rgba(242, 157, 136, 0.5);
}
.history1 .cnt_wrap {
  background: url("../img/museum/cnt1_bg.svg") repeat-y;
  background-size: 100%;
}
.history1 .cnt_wrap .ttl {
  background: url("../img/museum/cnt1_ttl_bg.svg") no-repeat;
}
.history1 .cnt_wrap .wrap {
  margin-bottom: 78px;
}
.history1 .cnt_wrap .wrap .txt .img2 {
  text-align: right;
}
@media screen and (max-width: 840px) {
  .history1 .cnt_wrap .point li:nth-of-type(2) {
    margin-bottom: 32px;
  }
}
.history1 .cnt_wrap .point li .icon {
  left: 38px;
  bottom: -100px;
}
@media screen and (max-width: 840px) {
  .history1 .cnt_wrap .point li .icon {
    width: 130px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.history2 {
  background-color: rgba(229, 158, 110, 0.5);
}
.history2 .cnt_wrap {
  background: url("../img/museum/cnt2_bg.svg") repeat-y;
  background-size: 100%;
}
.history2 .cnt_wrap .ttl {
  background: url("../img/museum/cnt2_ttl_bg.svg") no-repeat;
}
.history2 .cnt_wrap .wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .history2 .cnt_wrap .wrap {
    margin-bottom: 40px;
  }
}
.history2 .cnt_wrap .wrap .txt .img2 {
  margin-top: -32px;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .history2 .cnt_wrap .point li:nth-of-type(2) {
    margin-bottom: 48px;
  }
}
.history2 .cnt_wrap .point li .icon {
  left: 41px;
  bottom: -88px;
}
@media screen and (max-width: 840px) {
  .history2 .cnt_wrap .point li .icon {
    width: 120px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.history3 {
  background-color: rgba(216, 191, 86, 0.5);
}
.history3 .cnt_wrap {
  background: url("../img/museum/cnt3_bg.svg") repeat-y;
  background-size: 100%;
}
.history3 .cnt_wrap .ttl {
  background: url("../img/museum/cnt3_ttl_bg.svg") no-repeat;
}
.history3 .cnt_wrap .wrap {
  margin-bottom: 86px;
}
@media screen and (max-width: 840px) {
  .history3 .cnt_wrap .wrap {
    margin-bottom: 48px;
  }
}
.history3 .cnt_wrap .wrap .txt .img2 {
  padding-right: 52px;
}
@media screen and (max-width: 840px) {
  .history3 .cnt_wrap .wrap .txt .img2 {
    padding-right: 0;
    text-align: right;
  }
  .history3 .cnt_wrap .wrap .txt .img2 img {
    width: 70%;
  }
}
.history3 .cnt_wrap .point li .icon {
  right: -67px;
  bottom: 28px;
}
@media screen and (max-width: 840px) {
  .history3 .cnt_wrap .point li .icon {
    width: 100px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.history4 {
  background-color: rgba(127, 181, 170, 0.5);
}
.history4 .cnt_wrap {
  background: url("../img/museum/cnt4_bg.svg") repeat-y;
  background-size: 100%;
}
.history4 .cnt_wrap .ttl {
  background: url("../img/museum/cnt4_ttl_bg.svg") no-repeat;
}
.history4 .cnt_wrap .wrap {
  margin-bottom: 10px;
}

.history5 {
  background-color: rgba(151, 147, 198, 0.5);
  padding-bottom: 588px;
}
@media screen and (max-width: 840px) {
  .history5 {
    padding-bottom: 160px;
  }
}
.history5 .cnt_wrap {
  background: url("../img/museum/cnt5_bg.svg") repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap {
    padding-bottom: 100vw;
  }
}
.history5 .cnt_wrap .ttl {
  background: url("../img/museum/cnt5_ttl_bg.svg") no-repeat;
}
.history5 .cnt_wrap .ttl.tengu {
  position: relative;
}
.history5 .cnt_wrap .ttl.tengu::before {
  content: "";
  display: block;
  background: url("../img/museum/tengu.svg") no-repeat;
  width: 168px;
  height: 226px;
  position: absolute;
  left: 28px;
  bottom: 42px;
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap .ttl.tengu::before {
    background-size: 100%;
    width: 78px;
    height: 108px;
    bottom: 16px;
    left: 12px;
  }
}
.history5 .cnt_wrap .wrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap .wrap {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap .point {
    margin-bottom: 0vw;
  }
}
.history5 .cnt_wrap .point li .icon {
  right: -45px;
  bottom: -83px;
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap .point li .icon {
    display: none;
  }
}
.history5 .cnt_wrap .mame {
  position: relative;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1480px) {
  .history5 .cnt_wrap .mame {
    width: auto;
  }
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap .mame {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 480px) {
  .history5 .cnt_wrap .mame {
    width: calc(100% + 40px);
  }
}
.history5 .cnt_wrap .mame .icon {
  position: absolute;
  right: -175px;
  bottom: -76px;
}
@media screen and (max-width: 1480px) {
  .history5 .cnt_wrap .mame .icon {
    right: 80px;
    bottom: -240px;
  }
}
@media screen and (max-width: 840px) {
  .history5 .cnt_wrap .mame .icon {
    position: static;
    width: 65%;
  }
}

/*/ igusa ///////////////////////////////////////*/
@media screen and (max-width: 767px) {
  .page_wrap2.igusa .page_lead {
    padding-bottom: 13vw;
    margin-bottom: 0;
  }
}
.page_wrap2.igusa .page_lead .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_wrap2.igusa .page_lead .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.page_wrap2.igusa .page_lead .wrap .img {
  margin-left: -85px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_wrap2.igusa .page_lead .wrap .img {
    margin: 0 0 -12vw;
    padding: 0;
    width: 75%;
  }
}
.page_wrap2.igusa .page_lead .wrap .txt {
  position: relative;
  z-index: 100;
}

.igusa_sec1 {
  background: url("../img/igusa/igusa_sec1_bg.png") no-repeat top 191px center;
  background-size: 1632px;
  margin-bottom: 130px;
}
@media screen and (max-width: 840px) {
  .igusa_sec1 {
    margin-bottom: 24px;
  }
}
.igusa_sec1 .sec_ttl {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .igusa_sec1 .sec_ttl {
    margin-bottom: 40px;
  }
}
.igusa_sec1 .sec_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/point1_icon.svg") no-repeat;
  background-size: 100%;
  width: 132px;
  height: 125px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .igusa_sec1 .sec_ttl::before {
    width: 48px;
    height: 45px;
  }
}
.igusa_sec1 .copy {
  font-size: 48px;
  padding: 0 20px;
  text-align: center;
  color: #6DB197;
  font-family: "Yusei Magic", sans-serif;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .igusa_sec1 .copy {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.igusa_sec1 .igusa_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .igusa_sec1 .igusa_header {
    display: block;
  }
}
.igusa_sec1 .igusa_header .txt {
  width: 748px;
  font-size: 24px;
}
@media screen and (max-width: 840px) {
  .igusa_sec1 .igusa_header .txt {
    width: 100%;
    margin: 0 0 32px;
    font-size: 14px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.igusa_sec1 .igusa_header .img {
  font-size: 0;
  margin-left: 58px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .igusa_sec1 .igusa_header .img {
    margin: 0;
  }
}
.igusa_sec1 .igusa_img {
  padding: 0 160px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .igusa_sec1 .igusa_img {
    padding: 0;
  }
}
@media screen and (max-width: 840px) {
  .igusa_sec1 .igusa_img {
    padding: 0;
    margin-bottom: 24px;
  }
}

.igusa_sec2 {
  background: url("../img/igusa/igusa_sec2_bg.png") no-repeat top center;
  background-size: 1490px;
  margin-bottom: 70px;
  padding-top: 70px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .igusa_sec2 {
    background: url(../img/museum/sp_history_bg.png) no-repeat center top;
    background-size: 77%;
    padding-top: 9vw;
    margin-bottom: 16px;
  }
}
.igusa_sec2 .sec_ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .sec_ttl {
    margin-bottom: 8px;
    padding: 0 30px;
  }
}
.igusa_sec2 .sec_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/point2_icon.svg") no-repeat;
  background-size: 100%;
  width: 132px;
  height: 125px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .sec_ttl::before {
    width: 48px;
    height: 45px;
  }
}
.igusa_sec2 .copy {
  font-size: 48px;
  text-align: center;
  color: #6DB197;
  font-family: "Yusei Magic", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .copy {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.igusa_sec2 .wrap {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 80px;
  max-width: 100%;
  margin: 0 auto;
}
.igusa_sec2 .wrap .icon {
  position: absolute;
  top: -92px;
  left: 173px;
  width: 142px;
}
@media screen and (max-width: 1900px) {
  .igusa_sec2 .wrap .icon {
    left: 8%;
  }
}
@media screen and (max-width: 1480px) {
  .igusa_sec2 .wrap .icon {
    left: 2%;
  }
}
@media screen and (max-width: 1080px) {
  .igusa_sec2 .wrap .icon {
    width: 80px;
    top: -60px;
  }
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .wrap .icon {
    width: 60px;
    display: none;
  }
}
.igusa_sec2 .wrap .txt {
  position: absolute;
  top: 87px;
  left: 112px;
  width: 500px;
  line-height: 2;
}
@media screen and (max-width: 1480px) {
  .igusa_sec2 .wrap .txt {
    left: 20px;
    width: 38%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1080px) {
  .igusa_sec2 .wrap .txt {
    top: 0;
  }
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .wrap .txt {
    position: static;
    width: auto;
    max-width: none;
    padding: 0 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1480px) {
  .igusa_sec2 .wrap .img {
    text-align: right;
  }
  .igusa_sec2 .wrap .img img {
    width: 85%;
  }
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .wrap .img {
    width: 100%;
  }
  .igusa_sec2 .wrap .img img {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .wrap .img .pc {
    display: none;
  }
}
.igusa_sec2 .wrap .img .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .igusa_sec2 .wrap .img .sp {
    display: inline-block;
  }
}

.makimono.growth {
  padding-top: 0;
  margin-bottom: 200px;
  padding-bottom: 0;
}
@media screen and (max-width: 840px) {
  .makimono.growth {
    background: url("../img/igusa/sp_growth_bg.png") no-repeat top center;
    background-size: 310px;
    background-size: 77%;
    padding-top: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth {
    margin-bottom: 48px;
  }
}
.makimono.growth .makimono_header {
  background: url("../img/common/makimono_top2.png") no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .makimono.growth .makimono_header {
    height: auto;
  }
}
.makimono.growth .makimono_header .icon1, .makimono.growth .makimono_header .icon2, .makimono.growth .makimono_header .icon3 {
  position: absolute;
  width: 136px;
  top: -3vw;
}
@media screen and (min-width: 1900px) {
  .makimono.growth .makimono_header .icon1, .makimono.growth .makimono_header .icon2, .makimono.growth .makimono_header .icon3 {
    top: -20px;
  }
}
@media screen and (max-width: 1240px) {
  .makimono.growth .makimono_header .icon1, .makimono.growth .makimono_header .icon2, .makimono.growth .makimono_header .icon3 {
    width: 9%;
  }
}
@media screen and (max-width: 840px) {
  .makimono.growth .makimono_header .icon1, .makimono.growth .makimono_header .icon2, .makimono.growth .makimono_header .icon3 {
    width: 13%;
    top: -8vw;
  }
}
.makimono.growth .makimono_header .icon1 {
  left: 16%;
}
@media screen and (max-width: 840px) {
  .makimono.growth .makimono_header .icon1 {
    left: 12%;
  }
}
.makimono.growth .makimono_header .icon2 {
  right: 28%;
}
@media screen and (max-width: 840px) {
  .makimono.growth .makimono_header .icon2 {
    right: 24%;
  }
}
.makimono.growth .makimono_header .icon3 {
  right: 12%;
}
@media screen and (max-width: 840px) {
  .makimono.growth .makimono_header .icon3 {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .makimono_header .sec_ttl {
    max-width: 30%;
  }
}
.makimono.growth .growth_list {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list {
    padding-right: 16px;
  }
}
.makimono.growth .growth_list li {
  padding-left: 186px;
  position: relative;
  margin: 0 0 72px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li {
    padding-top: 32px;
    padding-left: 48px;
  }
}
.makimono.growth .growth_list li::before {
  content: "";
  display: block;
  background: url("../img/common/growth_arrow.svg") no-repeat bottom center;
  background-size: 100%;
  width: 23px;
  height: 100%;
  position: absolute;
  top: 64px;
  left: 64px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li::before {
    left: 16px;
    top: 40px;
    width: 16px;
  }
}
.makimono.growth .growth_list li:nth-of-type(2) .cnt::before {
  content: "";
  display: block;
  background: url("../img/igusa/growth_icon1.svg") no-repeat;
  background-size: 100%;
  width: 158px;
  height: 110px;
  position: absolute;
  top: -32px;
  right: -32px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li:nth-of-type(2) .cnt::before {
    width: 78px;
    top: -16px;
    right: 0;
  }
}
.makimono.growth .growth_list li:nth-of-type(3) .cnt::before {
  content: "";
  display: block;
  background: url("../img/igusa/growth_icon2.svg") no-repeat;
  background-size: 100%;
  width: 124px;
  height: 82px;
  position: absolute;
  top: -49px;
  right: -12px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li:nth-of-type(3) .cnt::before {
    width: 64px;
    top: -80px;
    right: 0;
  }
}
.makimono.growth .growth_list li:nth-of-type(3) .cnt::after {
  content: "";
  display: block;
  background: url("../img/igusa/growth_icon2.svg") no-repeat;
  background-size: 100%;
  width: 124px;
  height: 82px;
  position: absolute;
  bottom: -12px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li:nth-of-type(3) .cnt::after {
    width: 64px;
    left: auto;
    right: 16px;
    bottom: -100px;
  }
}
.makimono.growth .growth_list li:nth-of-type(5) .cnt::before {
  content: "";
  display: block;
  background: url("../img/igusa/growth_icon3.svg") no-repeat;
  background-size: 100%;
  width: 193px;
  height: 180px;
  position: absolute;
  top: -56px;
  right: 32px;
}
@media screen and (max-width: 1080px) {
  .makimono.growth .growth_list li:nth-of-type(5) .cnt::before {
    width: 120px;
    right: -8px;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li:nth-of-type(5) .cnt::before {
    width: 80px;
    right: -16px;
    top: -24px;
  }
}
.makimono.growth .growth_list li:nth-of-type(6) .cnt::before {
  content: "";
  display: block;
  background: url("../img/igusa/growth_icon4.svg") no-repeat;
  background-size: 100%;
  width: 180px;
  height: 114px;
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 1080px) {
  .makimono.growth .growth_list li:nth-of-type(6) .cnt::before {
    top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li:nth-of-type(6) .cnt::before {
    display: none;
  }
}
.makimono.growth .growth_list li .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 48px;
  background: #6DB197;
  border: 3px solid #673A1B;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li .step {
    width: 81px;
    font-size: 12px;
    border: 1px solid #673A1B;
    height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.makimono.growth .growth_list li .cnt {
  position: relative;
}
.makimono.growth .growth_list li .cnt .ttl {
  font-size: 32px;
  border-bottom: 3px solid #6DB197;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li .cnt .ttl {
    font-size: 18px;
  }
}
.makimono.growth .growth_list li .cnt .copy {
  color: #6DB197;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .makimono.growth .growth_list li .cnt .copy {
    font-size: 16px;
  }
}
.makimono.growth .growth_list li .cnt .txt {
  margin-bottom: 48px;
}
.makimono.growth .growth_list li .cnt .img {
  text-align: center;
}
.makimono.growth .crisis {
  background: url("../img/igusa/crisis_bg.svg") no-repeat;
  background-size: 100%;
  max-width: 1627px;
  min-height: 576px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .makimono.growth .crisis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .crisis {
    padding-top: 4vw;
    min-height: 0;
  }
}
.makimono.growth .crisis .txt {
  font-size: 40px;
  letter-spacing: 0;
  font-family: "Yusei Magic", sans-serif;
}
@media screen and (max-width: 1600px) {
  .makimono.growth .crisis .txt {
    font-size: 3vw;
  }
}
.makimono.growth .crisis .img {
  position: absolute;
  right: 14px;
  bottom: -5px;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .makimono.growth .crisis .img {
    position: static;
    margin: 0 auto;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .crisis .img img {
    max-width: 60%;
  }
}
.makimono.growth .makimono_cnt {
  padding-bottom: 240px;
}
@media screen and (max-width: 1600px) {
  .makimono.growth .makimono_cnt {
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .makimono_cnt {
    padding-bottom: 160px;
  }
}
.makimono.growth .makimono_btm .icon {
  position: absolute;
  bottom: 73%;
  left: 27%;
  width: 13%;
}
@media screen and (max-width: 1280px) {
  .makimono.growth .makimono_btm .icon {
    left: calc(50% - 95px);
    bottom: 83%;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .makimono_btm .icon {
    left: calc(50% - 50px);
    bottom: 110%;
    width: 85px;
  }
}
.makimono.growth .makimono_btm::before {
  content: "";
  display: block;
  background: url("../img/igusa/growth_btm.svg") no-repeat;
  width: 982px;
  height: 209px;
  position: absolute;
  right: 150px;
  top: -142px;
}
@media screen and (max-width: 1600px) {
  .makimono.growth .makimono_btm::before {
    top: -100px;
  }
}
@media screen and (max-width: 1480px) {
  .makimono.growth .makimono_btm::before {
    top: -142px;
  }
}
@media screen and (max-width: 1280px) {
  .makimono.growth .makimono_btm::before {
    background: url("../img/igusa/sp_growth_btm.png") no-repeat;
    background-size: 100%;
    width: 622px;
    height: 182px;
    top: -142px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .makimono_btm::before {
    width: 311px;
    height: 91px;
    top: -108px;
  }
}
.makimono.growth .makimono_btm .txt {
  font-size: 32px;
  position: absolute;
  top: -118px;
  left: 256px;
}
@media screen and (max-width: 1600px) {
  .makimono.growth .makimono_btm .txt {
    top: -160px;
  }
}
@media screen and (max-width: 1480px) {
  .makimono.growth .makimono_btm .txt {
    top: -250px;
    left: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .makimono.growth .makimono_btm .txt {
    font-size: 16px;
    top: -160px;
  }
}

.wrap_himitsu {
  background: url("../img/igusa/himitsu_bg.png") no-repeat top center;
  background-size: 1435px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu {
    background: url("../img/igusa/sp_himitsu_bg1.png") no-repeat top center;
    background-size: 95%;
    padding-top: 60vw;
    margin-top: -50vw;
    position: relative;
    z-index: 1;
  }
}
.wrap_himitsu .point_icon {
  text-align: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .point_icon {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 480px) {
  .wrap_himitsu .point_icon {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .point_icon img {
    width: 54px;
  }
}
.wrap_himitsu .himitsu {
  border-radius: 600px 600px 0 0;
  background: #9EA55D url("../img/igusa/himitsu_bg2.png") no-repeat top 188px center;
  background-size: 1680px;
  padding-bottom: 600px;
  margin-bottom: -180px;
}
@media screen and (max-width: 1080px) {
  .wrap_himitsu .himitsu {
    border-radius: 120px 120px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .wrap_himitsu .himitsu {
    padding-bottom: 33vw;
    margin-bottom: -3vw;
  }
}
.wrap_himitsu .himitsu .sec_ttl {
  text-align: center;
  top: -165px;
  position: relative;
  margin-bottom: 0;
  padding-right: 60px;
  margin-bottom: -96px;
}
@media screen and (max-width: 980px) {
  .wrap_himitsu .himitsu .sec_ttl {
    padding: 0 50px;
    top: -14vw;
    margin-bottom: -32px;
    background: url("../img/igusa/sp_himitsu_bg.svg") no-repeat center bottom;
    background-size: 88%;
    padding-bottom: 12vw;
    margin-bottom: -20vw;
  }
  .wrap_himitsu .himitsu .sec_ttl img {
    width: 70%;
  }
}
.wrap_himitsu .himitsu .copy {
  text-align: center;
  margin-bottom: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .copy {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .copy .pc {
    display: none;
  }
}
.wrap_himitsu .himitsu .copy .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .copy .sp {
    display: inline-block;
  }
}
.wrap_himitsu .himitsu .wrap1,
.wrap_himitsu .himitsu .wrap2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1,
  .wrap_himitsu .himitsu .wrap2 {
    display: block;
    margin-bottom: 64px;
  }
}
.wrap_himitsu .himitsu .wrap1 .cnt,
.wrap_himitsu .himitsu .wrap2 .cnt {
  width: 692px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 .cnt,
  .wrap_himitsu .himitsu .wrap2 .cnt {
    width: 100%;
    margin: 0 0 40px;
  }
}
.wrap_himitsu .himitsu .wrap1 .cnt .ttl,
.wrap_himitsu .himitsu .wrap2 .cnt .ttl {
  font-size: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 .cnt .ttl,
  .wrap_himitsu .himitsu .wrap2 .cnt .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 .cnt .ttl img,
  .wrap_himitsu .himitsu .wrap2 .cnt .ttl img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 .cnt .ttl .pc,
  .wrap_himitsu .himitsu .wrap2 .cnt .ttl .pc {
    display: none;
  }
}
.wrap_himitsu .himitsu .wrap1 .cnt .ttl .sp,
.wrap_himitsu .himitsu .wrap2 .cnt .ttl .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 .cnt .ttl .sp,
  .wrap_himitsu .himitsu .wrap2 .cnt .ttl .sp {
    display: inline-block;
  }
}
.wrap_himitsu .himitsu .wrap1 .cnt .txt,
.wrap_himitsu .himitsu .wrap2 .cnt .txt {
  font-size: 24px;
  color: #FFF;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 .cnt .txt,
  .wrap_himitsu .himitsu .wrap2 .cnt .txt {
    font-size: 14px;
  }
}
.wrap_himitsu .himitsu .wrap1 {
  max-width: 1648px;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .wrap_himitsu .himitsu .wrap1 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1 {
    padding: 0 40px;
    margin-bottom: 48px;
  }
}
.wrap_himitsu .himitsu .wrap1::before {
  content: "";
  display: block;
  background: url("../img/igusa/himitsu_icon2.svg") no-repeat;
  background-size: 100%;
  width: 225px;
  height: 62px;
  position: absolute;
  bottom: -120px;
  right: -48px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap1::before {
    width: 66px;
    height: 19px;
    bottom: 0;
    right: 20px;
  }
}
.wrap_himitsu .himitsu .wrap2 {
  max-width: 1468px;
  margin: -270px auto 107px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 1480px) {
  .wrap_himitsu .himitsu .wrap2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap2 {
    width: 100%;
    margin: 0;
    padding-bottom: 20vw;
    margin-bottom: 40px;
  }
}
.wrap_himitsu .himitsu .wrap2::before {
  content: "";
  display: block;
  background: url("../img/igusa/himitsu_icon3.svg") no-repeat;
  background-size: 100%;
  width: 746px;
  height: 207px;
  position: absolute;
  bottom: -59px;
  right: -48px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap2::before {
    width: 96%;
    height: 28vw;
    left: 2%;
    bottom: 0;
  }
}
.wrap_himitsu .himitsu .wrap2 .cnt {
  padding-top: 445px;
  width: 485px;
  margin-left: 122px;
}
@media screen and (max-width: 1490px) {
  .wrap_himitsu .himitsu .wrap2 .cnt {
    width: calc(45% - 60px);
    margin-left: 60px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap2 .cnt {
    width: 100%;
    padding: 0 40px;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wrap_himitsu .himitsu .wrap2 .img {
  margin-left: -271px;
}
@media screen and (max-width: 1480px) {
  .wrap_himitsu .himitsu .wrap2 .img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .wrap2 .img {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wrap_himitsu .himitsu .himitsu_comment {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .himitsu_comment .pc {
    display: none;
  }
}
.wrap_himitsu .himitsu .himitsu_comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_himitsu .himitsu .himitsu_comment .sp {
    display: block;
  }
}

/*/ tatami ///////////////////////////////////////*/
@media screen and (max-width: 767px) {
  .page_wrap2.tatami .page_lead {
    padding-bottom: 18vw;
    margin-bottom: 0;
  }
}
.page_wrap2.tatami .page_lead .wrap {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_wrap2.tatami .page_lead .wrap {
    padding: 0;
  }
}
.page_wrap2.tatami .page_lead .wrap .img {
  padding-top: 69px;
  margin-right: -120px;
}
@media screen and (max-width: 767px) {
  .page_wrap2.tatami .page_lead .wrap .img {
    margin: 0 0 2vw;
    padding: 0;
  }
}

.tatami_sec1 {
  background: url("../img/igusa/igusa_sec1_bg.png") no-repeat top 191px center;
  background-size: 1632px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .tatami_sec1 {
    margin-bottom: 40px;
  }
}
.tatami_sec1 .sec_ttl {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .tatami_sec1 .sec_ttl {
    margin-bottom: 32px;
  }
}
.tatami_sec1 .sec_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/point1_icon.svg") no-repeat;
  background-size: 100%;
  width: 132px;
  height: 125px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .tatami_sec1 .sec_ttl::before {
    width: 48px;
    height: 45px;
    margin-bottom: 8px;
  }
}
.tatami_sec1 .tatami_header {
  max-width: 1450px;
  margin: 0 auto 72px;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tatami_sec1 .tatami_header::before {
  content: "";
  display: block;
  background: url("../img/tatami/tatami_point1_icon1.png") no-repeat;
  background-size: 100%;
  width: 198px;
  height: 266px;
  position: absolute;
  top: -58px;
  left: 20px;
}
@media screen and (max-width: 1340px) {
  .tatami_sec1 .tatami_header::before {
    display: none;
  }
}
.tatami_sec1 .tatami_header::after {
  content: "";
  display: block;
  background: url("../img/tatami/tatami_point1_icon2.png") no-repeat;
  background-size: 100%;
  width: 304px;
  height: 118px;
  position: absolute;
  top: 53px;
  right: 20px;
}
@media screen and (max-width: 1340px) {
  .tatami_sec1 .tatami_header::after {
    display: none;
  }
}
.tatami_sec1 .tatami_header .copy {
  font-size: 48px;
  text-align: center;
  color: #6DB197;
  font-family: "Yusei Magic", sans-serif;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .tatami_sec1 .tatami_header .copy {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.tatami_sec1 .tatami_header .txt {
  max-width: 1152px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .tatami_sec1 .tatami_header .txt {
    font-size: 14px;
    padding: 0 20px;
  }
}
.tatami_sec1 .tatami_img {
  padding: 0 160px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .tatami_sec1 .tatami_img {
    padding: 0;
  }
}

.tatami_sec2 {
  background: url("../img/tatami/sec2_bg.png") no-repeat top center;
  background-size: 1630px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 {
    background: url("../img/tatami/sp_shikumi_bg.png") no-repeat left top;
    background-size: 89%;
    padding-top: 14vw;
  }
}
.tatami_sec2 .point_icon {
  text-align: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .point_icon {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .point_icon img {
    width: 48px;
  }
}
.tatami_sec2 .shikumi {
  border-radius: 600px 600px 0 0;
  background: #F6EDD4 url("../img/tatami/shikumi_bg.png") no-repeat top 324px center;
  background-size: 1663px;
  padding-bottom: 600px;
  margin-bottom: -180px;
}
@media screen and (max-width: 1080px) {
  .tatami_sec2 .shikumi {
    border-radius: 120px 120px 0 0;
    padding-bottom: 27vw;
  }
}
.tatami_sec2 .shikumi .sec_ttl {
  text-align: center;
  top: -165px;
  position: relative;
  margin-bottom: 0;
  padding-left: 110px;
  margin-bottom: -96px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .sec_ttl {
    padding: 0 8px;
    top: -8vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .sec_ttl .pc {
    display: none;
  }
}
.tatami_sec2 .shikumi .sec_ttl .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .sec_ttl .sp {
    display: block;
  }
}
.tatami_sec2 .shikumi .sec_ttl::before {
  content: "";
  display: block;
  background: url("../img/common/tori2.gif") no-repeat;
  background-size: 100%;
  width: 139px;
  height: 190px;
  position: absolute;
  top: 18px;
  left: calc(50% + 350px);
}
@media screen and (max-width: 1300px) {
  .tatami_sec2 .shikumi .sec_ttl::before {
    left: auto;
    right: 12%;
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .sec_ttl::before {
    top: -8vw;
    right: 17%;
    width: 12%;
  }
}
.tatami_sec2 .shikumi .lead {
  max-width: 994px;
  margin: 0 auto 106px;
  font-size: 24px;
  line-height: 2;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .lead {
    padding: 0 40px;
    font-size: 14px;
    margin-bottom: 48px;
  }
}
.tatami_sec2 .shikumi .shikumi_ttl {
  text-align: center;
  margin-bottom: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_ttl {
    margin-bottom: 48px;
  }
}
.tatami_sec2 .shikumi .shikumi_img1 {
  text-align: center;
  padding-right: 80px;
  margin-bottom: 120px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_img1 {
    padding: 0 10px;
    margin-bottom: 48px;
  }
}
.tatami_sec2 .shikumi .shikumi_list {
  max-width: 1450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1480px) {
  .tatami_sec2 .shikumi .shikumi_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
  }
}
.tatami_sec2 .shikumi .shikumi_list li {
  max-width: 430px;
  margin-right: 80px;
}
@media screen and (max-width: 1480px) {
  .tatami_sec2 .shikumi .shikumi_list li {
    margin-right: 0;
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_list li {
    margin: 0 0 40px;
    width: 100%;
  }
}
.tatami_sec2 .shikumi .shikumi_list li:last-of-type {
  margin-right: 0;
}
.tatami_sec2 .shikumi .shikumi_list li .ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_list li .ttl {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_list li .ttl img {
    width: 215px;
  }
}
.tatami_sec2 .shikumi .shikumi_list li .txt {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .shikumi_list li .txt {
    font-size: 14px;
  }
}
.tatami_sec2 .shikumi .mame {
  background: url("../img/tatami/mame_bg1.png") no-repeat top center, url("../img/tatami/mame_bg2.png") no-repeat bottom center;
  background-size: 1755px, 2014px;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame {
    background: url("../img/tatami/sp_mame_bg.png") no-repeat top center;
    background-size: 100%;
    padding-top: 0;
    padding-bottom: 140px;
    width: calc(100% - 16px);
    max-width: 380px;
    min-height: 1460px;
    margin: 0 auto;
  }
}
.tatami_sec2 .shikumi .mame .mame_header {
  background: url("../img/tatami/mame_bg.png") no-repeat top center;
  background-size: 1483px;
  padding-bottom: 99px;
  width: 1483px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_header {
    background: none;
    padding-bottom: 40px;
  }
}
.tatami_sec2 .shikumi .mame .mame_header .kumo1 {
  position: absolute;
  top: 380px;
  left: -74px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_header .kumo1 {
    display: none;
  }
}
.tatami_sec2 .shikumi .mame .mame_header .kumo2 {
  position: absolute;
  top: 214px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_header .kumo2 {
    display: none;
  }
}
.tatami_sec2 .shikumi .mame .mame_header .mame_ttl {
  text-align: center;
  position: relative;
  top: -78px;
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_header .mame_ttl {
    top: -24px;
    padding: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_header .mame_ttl img {
    width: 242px;
  }
}
.tatami_sec2 .shikumi .mame .mame_header .mame_lead {
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_header .mame_lead img {
    width: 250px;
  }
}
.tatami_sec2 .shikumi .mame .mame_cnt {
  background: url("../img/tatami/mame_cnt_bg.png") repeat-y center;
  background-size: 1483px;
  padding: 0 0 1px;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .tatami_sec2 .shikumi .mame .mame_cnt {
    padding: 0 40px 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_cnt {
    background: none;
    padding: 0;
  }
}
.tatami_sec2 .shikumi .mame .mame_cnt .mame_box {
  max-width: 994px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_cnt .mame_box {
    padding: 0 30px;
    margin-bottom: 48px;
  }
}
.tatami_sec2 .shikumi .mame .mame_cnt .mame_box .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 63px;
  background: #E59E6E;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_cnt .mame_box .ttl {
    width: 262px;
    height: 32px;
    border-radius: 10px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_cnt .mame_box .ttl img {
    width: auto;
    height: 20px;
  }
}
.tatami_sec2 .shikumi .mame .mame_cnt .mame_box .cnt {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_cnt .mame_box .cnt {
    padding: 0 20px;
  }
}
.tatami_sec2 .shikumi .mame .mame_cnt .mame_box .cnt .txt {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_cnt .mame_box .cnt .txt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.tatami_sec2 .shikumi .mame .mame_cnt .mame_box .cnt .img {
  text-align: center;
  font-size: 0;
}
.tatami_sec2 .shikumi .mame .mame_btm {
  background: url("../img/tatami/mame_bg.png") no-repeat bottom center;
  background-size: 1483px;
  padding-bottom: 99px;
  position: relative;
  width: 1483px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tatami_sec2 .shikumi .mame .mame_btm {
    display: none;
  }
}
.tatami_sec2 .shikumi .mame .mame_btm .icon1 {
  position: absolute;
  left: -80px;
  bottom: -140px;
}
@media screen and (max-width: 1080px) {
  .tatami_sec2 .shikumi .mame .mame_btm .icon1 {
    display: none;
  }
}
.tatami_sec2 .shikumi .mame .mame_btm .icon2 {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media screen and (max-width: 1080px) {
  .tatami_sec2 .shikumi .mame .mame_btm .icon2 {
    display: none;
  }
}

.bg_w {
  background: #FFF;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .bg_w {
    padding-top: 24px;
  }
}

.dekirumade {
  padding-top: 140px;
  background: url("../img/tatami/dekirumade_bg.png") no-repeat top center;
  background-size: 1513px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dekirumade {
    background: url("../img/tatami/sp_dekirumade_bg.png") no-repeat top left 30%;
    background-size: 76%;
    padding-top: 20vw;
  }
}
.dekirumade .harikae,
.dekirumade .new {
  position: absolute;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 200;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dekirumade .harikae,
  .dekirumade .new {
    overflow: visible;
    height: calc(100% - 78vw);
    height: calc(100% - 62.5vw);
    padding: 30px 0 0;
    width: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 8vw;
  }
}
.dekirumade .harikae::after,
.dekirumade .new::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .dekirumade .harikae::after,
  .dekirumade .new::after {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.dekirumade .harikae::before,
.dekirumade .new::before {
  content: "";
  background: url("../img/tatami/sp_harikae_ttl.svg") no-repeat;
  background-size: 100%;
  width: 20vw;
  height: 8vw;
  display: none;
}
@media screen and (max-width: 767px) {
  .dekirumade .harikae::before,
  .dekirumade .new::before {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .dekirumade .harikae::before,
  .dekirumade .new::before {
    width: 24vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .harikae .pc,
  .dekirumade .new .pc {
    display: none;
  }
}
.dekirumade .harikae .sp,
.dekirumade .new .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .dekirumade .harikae .sp,
  .dekirumade .new .sp {
    display: inline-block;
    position: relative;
    z-index: 5;
  }
}
.dekirumade .kumo1 {
  position: absolute;
  left: 20vw;
  bottom: 26vw;
  z-index: 500;
}
@media screen and (max-width: 1280px) {
  .dekirumade .kumo1 {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .kumo1 {
    display: none;
  }
}
.dekirumade .kumo2 {
  position: absolute;
  right: 12vw;
  bottom: 24vw;
  z-index: 500;
}
@media screen and (max-width: 1280px) {
  .dekirumade .kumo2 {
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .kumo2 {
    display: none;
  }
}
.dekirumade .makimono_header {
  background: url("../img/common/makimono_top2.png") no-repeat center bottom;
  background-size: 100%;
  height: 416px;
  height: 26vw;
  padding-top: 12vw;
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header {
    height: auto;
  }
}
.dekirumade .makimono_header .icon1, .dekirumade .makimono_header .icon2, .dekirumade .makimono_header .icon3, .dekirumade .makimono_header .icon4 {
  position: absolute;
  width: 136px;
  bottom: 11vw;
}
@media screen and (min-width: 1900px) {
  .dekirumade .makimono_header .icon1, .dekirumade .makimono_header .icon2, .dekirumade .makimono_header .icon3, .dekirumade .makimono_header .icon4 {
    bottom: 196px;
  }
}
@media screen and (max-width: 1240px) {
  .dekirumade .makimono_header .icon1, .dekirumade .makimono_header .icon2, .dekirumade .makimono_header .icon3, .dekirumade .makimono_header .icon4 {
    width: 9%;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header .icon1, .dekirumade .makimono_header .icon2, .dekirumade .makimono_header .icon3, .dekirumade .makimono_header .icon4 {
    width: 10%;
    top: auto;
    bottom: 12vw;
  }
}
.dekirumade .makimono_header .icon1 {
  left: 7%;
}
@media screen and (min-width: 1900px) {
  .dekirumade .makimono_header .icon1 {
    left: 114px;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header .icon1 {
    left: 8%;
  }
}
.dekirumade .makimono_header .icon2 {
  right: 23%;
  width: 13%;
}
@media screen and (min-width: 1900px) {
  .dekirumade .makimono_header .icon2 {
    top: auto;
    bottom: 211px;
    right: 377px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header .icon2 {
    top: auto;
  }
}
.dekirumade .makimono_header .icon3 {
  right: 14.4%;
}
@media screen and (min-width: 1900px) {
  .dekirumade .makimono_header .icon3 {
    right: 116px;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header .icon3 {
    right: 14%;
  }
}
.dekirumade .makimono_header .icon4 {
  right: 6.8%;
}
@media screen and (min-width: 1900px) {
  .dekirumade .makimono_header .icon4 {
    right: 242px;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header .icon4 {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_header .sec_ttl {
    max-width: 40%;
  }
}
.dekirumade .makimono_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 160px 180px 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt {
    padding: 40px 22vw 100px;
  }
}
.dekirumade .makimono_cnt .harikae {
  left: calc(50% + 400px);
  height: 100%;
}
@media screen and (max-width: 1680px) {
  .dekirumade .makimono_cnt .harikae {
    left: auto;
    right: 12vw;
  }
}
@media screen and (max-width: 1380px) {
  .dekirumade .makimono_cnt .harikae {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .harikae {
    right: 7%;
  }
}
.dekirumade .makimono_cnt .harikae::after {
  background: #EADBA2;
  left: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.dekirumade .makimono_cnt .harikae::before {
  background: url("../img/tatami/sp_harikae_ttl.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .harikae::before {
    right: -7vw;
    top: -5vw;
  }
}
.dekirumade .makimono_cnt .new {
  left: calc(50% - 635px);
  height: 100%;
}
@media screen and (max-width: 1680px) {
  .dekirumade .makimono_cnt .new {
    left: 12vw;
  }
}
@media screen and (max-width: 1380px) {
  .dekirumade .makimono_cnt .new {
    left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .new {
    left: 7%;
  }
}
.dekirumade .makimono_cnt .new::before {
  background: url("../img/tatami/sp_new_ttl.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .new::before {
    left: -7vw;
    top: -5vw;
  }
}
.dekirumade .makimono_cnt .new::after {
  background: #F4CDB6;
}
.dekirumade .makimono_cnt .wrap_dekirumade_list {
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list {
    max-width: calc(100% - 22vw);
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list {
    max-width: calc(100% - 8vw);
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list {
  max-width: 600px;
  margin: 0 auto;
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li {
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li {
    margin-bottom: 56px;
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .step {
  width: 144px;
  height: 48px;
  background: #6DB197;
  border: 3px solid #673A1B;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .step {
    width: 81px;
    height: 27px;
    font-size: 11px;
    margin-bottom: 8px;
    border: 2px solid #673A1B;
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .ttl {
  font-size: 32px;
  border-bottom: 3px solid #6DB197;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .copy {
  color: #6DB197;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .copy {
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .txt {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .txt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .dekirumade_list li .img {
  font-size: 0;
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -60px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .imgs {
    display: block;
    margin: 0 -16px;
  }
}
.dekirumade .makimono_cnt .wrap_dekirumade_list .imgs .img1 {
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .imgs .img1 {
    text-align: right;
    margin-top: -12vw;
  }
}
@media screen and (max-width: 767px) {
  .dekirumade .makimono_cnt .wrap_dekirumade_list .imgs .img1 img {
    width: 60%;
  }
}
.dekirumade .makimono_btm {
  position: relative;
  background: url("../img/tatami/makimono_btm.png") no-repeat center bottom;
  background-size: 100%;
  height: 307px;
}
@media screen and (max-width: 1660px) {
  .dekirumade .makimono_btm {
    height: 18vw;
  }
}

.shigoto {
  padding-top: 203px;
  padding-bottom: 400px;
  background: url("../img/tatami/shigoto_bg.png") no-repeat top center;
  background-size: 1770px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shigoto {
    background: url("../img/tatami/sp_shigoto_bg.png") no-repeat left 20% top;
    background-size: 85%;
    padding-bottom: 120px;
    padding-top: 20vw;
  }
}
.shigoto .icon {
  position: absolute;
  top: 117px;
  left: calc(50% - 592px);
  width: 133px;
}
@media screen and (max-width: 767px) {
  .shigoto .icon {
    display: none;
  }
}
.shigoto .point_icon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shigoto .point_icon img {
    width: 48px;
  }
}
.shigoto .sec_ttl {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .shigoto .sec_ttl {
    margin-bottom: 24px;
  }
}
.shigoto .shigoto_copy {
  font-size: 48px;
  text-align: center;
  color: #6DB197;
  font-family: "Yusei Magic", sans-serif;
  margin-bottom: 132px;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_copy {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.shigoto .shigoto_cnt .wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
}
@media screen and (max-width: 1080px) {
  .shigoto .shigoto_cnt .wrap1 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap1 {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.shigoto .shigoto_cnt .wrap1 .cnt {
  width: 580px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap1 .cnt {
    margin: 0;
    width: 100%;
  }
}
.shigoto .shigoto_cnt .wrap1 .cnt .ttl {
  margin-bottom: 32px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap1 .cnt .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap1 .cnt .ttl img {
    width: 180px;
  }
}
.shigoto .shigoto_cnt .wrap1 .cnt .txt {
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap1 .cnt .txt {
    font-size: 14px;
    padding: 0 50px;
  }
}
.shigoto .shigoto_cnt .wrap1 .img {
  padding-top: 56px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap1 .img {
    padding: 0 50px;
    margin-bottom: 32px;
  }
}
.shigoto .shigoto_cnt .wrap2 {
  background: url("../img/tatami/shigoto_cnt_bg.png") no-repeat top center;
  min-height: 1455px;
  background-size: 2474px;
  margin-bottom: 165px;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 {
    background: none;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.shigoto .shigoto_cnt .wrap2 .spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 .spimg {
    display: block;
    text-align: center;
    padding: 0 30px;
    margin-bottom: -56px;
  }
}
.shigoto .shigoto_cnt .wrap2 .cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 241px;
}
@media screen and (max-width: 1380px) {
  .shigoto .shigoto_cnt .wrap2 .cnt {
    max-width: 100%;
    padding-right: 20px;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 .cnt {
    background: url("../img/tatami/sp_shigoto_cnt_bg.png") no-repeat top center;
    background-size: auto 100%;
    padding: 80px 50px 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  .shigoto .shigoto_cnt .wrap2 .cnt {
    background-size: cover;
    min-height: 653px;
  }
}
.shigoto .shigoto_cnt .wrap2 .cnt .box {
  width: 480px;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1380px) {
  .shigoto .shigoto_cnt .wrap2 .cnt .box {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 .cnt .box {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px;
  }
}
.shigoto .shigoto_cnt .wrap2 .cnt .box .ttl {
  margin-bottom: 32px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 .cnt .box .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 .cnt .box .ttl img {
    width: auto;
    height: 20px;
  }
}
.shigoto .shigoto_cnt .wrap2 .cnt .box .txt {
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .shigoto .shigoto_cnt .wrap2 .cnt .box .txt {
    font-size: 14px;
  }
}
.shigoto .shiozawa {
  background: url("../img/tatami/shiozawa_bg.jpg") no-repeat top 66px center;
  background-size: 1715px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shigoto .shiozawa {
    background: url("../img/tatami/sp_shiozawa_bg.png") no-repeat top 48px left 10%;
    background-size: 88%;
  }
}
.shigoto .shiozawa .copy {
  margin-bottom: 40px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .shigoto .shiozawa .copy {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shiozawa .copy img {
    width: 250px;
  }
}
.shigoto .shiozawa .logo {
  font-size: 0;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .shigoto .shiozawa .logo {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .shigoto .shiozawa .logo img {
    width: 174px;
  }
}
.shigoto .shiozawa .lead {
  padding: 0 56px;
}
@media screen and (max-width: 767px) {
  .shigoto .shiozawa .lead img {
    max-width: 100%;
    width: 320px;
  }
}

/*/ topics ///////////////////////////////////////*/
.page_wrap.topics {
  background: url("../img/topics/tipics_bg.png") no-repeat top center, url("../img/topics/topics_bg2.png") no-repeat bottom 200px center;
  background-size: 1722px, 1738px;
  padding: 220px 20px 0;
  padding-bottom: 580px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .page_wrap.topics {
    padding-top: 80px;
    padding-bottom: 38vw;
  }
}

.page_mv.topics_single {
  height: 45.7vw;
}

.page_wrap.topics.topics_single {
  background: url("../img/topics/topics_single_bg.png") no-repeat top center, url("../img/topics/topics_bg2.png") no-repeat bottom 200px center;
  background-size: 1809px, 1738px;
  margin-top: calc(-11.4vw - 600px);
}
@media screen and (max-width: 1480px) {
  .page_wrap.topics.topics_single {
    margin-top: calc(-11.4vw - 420px);
  }
}
@media screen and (max-width: 767px) {
  .page_wrap.topics.topics_single {
    margin-top: calc(-11.4vw - 120px);
    padding: 80px 20px 42vw;
  }
}
.page_wrap.topics.topics_single .wrap_entry {
  max-width: 1150px;
  margin: 0 auto;
}
.page_wrap.topics.topics_single .wrap_entry .topics_header {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .page_wrap.topics.topics_single .wrap_entry .topics_header {
    margin-bottom: 32px;
  }
}
.page_wrap.topics.topics_single .wrap_entry .topics_header .cat {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FCBF5D;
  border: 3px solid #673A1B;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 32px;
  min-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
@media screen and (max-width: 1480px) {
  .page_wrap.topics.topics_single .wrap_entry .topics_header .cat {
    font-size: 14px;
    min-height: 32px;
    padding: 3px 16px;
  }
}
@media screen and (max-width: 980px) {
  .page_wrap.topics.topics_single .wrap_entry .topics_header .cat {
    font-size: 10px;
    padding: 3px 8px;
    border: 1px solid #673A1B;
    min-height: 24px;
    margin-bottom: 8px;
  }
}
.page_wrap.topics.topics_single .wrap_entry .topics_header .cat::before {
  content: "#";
}
.page_wrap.topics.topics_single .wrap_entry .topics_header .entry_ttl {
  font-size: 32px;
  padding-bottom: 8px;
  border-bottom: 3px solid #6DB197;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_wrap.topics.topics_single .wrap_entry .topics_header .entry_ttl {
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #6DB197;
    margin-bottom: 8px;
  }
}
.page_wrap.topics.topics_single .wrap_entry .entry_body {
  border-bottom: 3px solid #6DB197;
  padding-bottom: 160px;
  margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .page_wrap.topics.topics_single .wrap_entry .entry_body {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.page_wrap.topics.topics_single .wrap_entry .entry_body p {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .page_wrap.topics.topics_single .wrap_entry .entry_body p {
    margin-bottom: 40px;
  }
}

.topics_cat_list {
  max-width: 1160px;
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .topics_cat_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.topics_cat_list li {
  margin: 0 12px 8px;
}
@media screen and (max-width: 767px) {
  .topics_cat_list li {
    width: 48%;
    margin: 0 0 8px;
  }
}
.topics_cat_list li.all a::before {
  display: none;
}
.topics_cat_list li.is_current a {
  background: #673A1B;
  color: #FFF;
}
.topics_cat_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCBF5D;
  border: 3px solid #673A1B;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 32px;
  min-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .topics_cat_list li a {
    width: 100%;
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid #673A1B;
    min-height: 40px;
  }
}
.topics_cat_list li a::before {
  content: "#";
}

.topics_list {
  max-width: 1160px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .topics_list {
    margin-bottom: 64px;
  }
}
.topics_list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .topics_list li {
    margin-bottom: 32px;
  }
}
.topics_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 6px solid #673A1B;
  background: #FFF;
  padding: 32px 40px;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
@media screen and (max-width: 1280px) {
  .topics_list li a {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 860px) {
  .topics_list li a {
    display: block;
    padding: 16px;
    border: 2px solid #673A1B;
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  }
}
.topics_list li a .img {
  width: 544px;
  margin-right: 40px;
  font-size: 0;
}
@media screen and (max-width: 860px) {
  .topics_list li a .img {
    width: 100%;
    margin: 0 0 16px;
  }
}
.topics_list li a .img img {
  width: 100%;
}
.topics_list li a .cnt {
  width: 490px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 860px) {
  .topics_list li a .cnt {
    width: 100%;
  }
}
.topics_list li a .cnt .cat {
  position: absolute;
  top: 0;
  right: 0;
  background: #FCBF5D;
  border: 3px solid #673A1B;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 32px;
  min-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1480px) {
  .topics_list li a .cnt .cat {
    font-size: 14px;
    min-height: 32px;
    padding: 3px 16px;
  }
}
@media screen and (max-width: 980px) {
  .topics_list li a .cnt .cat {
    font-size: 10px;
    padding: 3px 8px;
    border: 1px solid #673A1B;
    min-height: 24px;
  }
}
.topics_list li a .cnt .cat::before {
  content: "#";
}
.topics_list li a .cnt .ttl {
  font-size: 32px;
  margin-top: auto;
  border-bottom: 3px solid #6DB197;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .topics_list li a .cnt .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  .topics_list li a .cnt .ttl {
    padding-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .topics_list li a .cnt .ttl {
    font-size: 16px;
  }
}
.topics_list li a .cnt .txt {
  font-size: 20px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .topics_list li a .cnt .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .topics_list li a .cnt .txt {
    font-size: 12px;
  }
}

.topics_pagenation .pagination {
  max-width: 1160px;
  padding: 0 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .topics_pagenation .pagination {
    padding: 0;
  }
}
.topics_pagenation .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topics_pagenation .pagination ul li {
  margin: 0 20px;
  font-size: 32px;
}
@media screen and (max-width: 980px) {
  .topics_pagenation .pagination ul li {
    font-size: 18px;
    margin: 0 6px;
  }
}
.topics_pagenation .pagination ul li.prev, .topics_pagenation .pagination ul li.next {
  width: 60px;
}
@media screen and (max-width: 980px) {
  .topics_pagenation .pagination ul li.prev, .topics_pagenation .pagination ul li.next {
    width: 30px;
  }
}
.topics_pagenation .pagination ul li.prev a, .topics_pagenation .pagination ul li.next a {
  border: none;
}
.topics_pagenation .pagination ul li.prev {
  margin-right: auto;
}
.topics_pagenation .pagination ul li.next {
  margin-left: auto;
}
.topics_pagenation .pagination ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #6DB197;
  color: #FFF;
  border: 3px solid #673A1B;
}
@media screen and (max-width: 980px) {
  .topics_pagenation .pagination ul li span {
    width: 30px;
    height: 30px;
    border: 2px solid #673A1B;
  }
}
.topics_pagenation .pagination ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #673A1B;
}
@media screen and (max-width: 980px) {
  .topics_pagenation .pagination ul li a {
    width: 30px;
    height: 30px;
    border: 2px solid #673A1B;
  }
}

/*/ 塩沢畳店 ///////////////////////////////*/
/* ------ navibtn -----------------------------------*/
.shiozawa_nav_btn {
  position: fixed;
  right: 24px;
  top: 14px;
  z-index: 99999;
  display: none;
}
@media screen and (max-width: 1080px) {
  .shiozawa_nav_btn {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 40px;
  height: 3px;
  background: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 0;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #673A1B;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.menu-button i:after {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.shiozawa_nav_btn.active .menu-button i {
  background: none;
}
.shiozawa_nav_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.shiozawa_nav_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.shiozawa_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 245px;
}
@media screen and (max-width: 767px) {
  .shiozawa_header {
    margin-bottom: 108px;
  }
}
.shiozawa_header .shiozawa_hlogo {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 0;
}
@media screen and (max-width: 1480px) {
  .shiozawa_header .shiozawa_hlogo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_header .shiozawa_hlogo {
    width: 66px;
    top: 10px;
    left: 8px;
  }
}
.shiozawa_header .shiozawa_hlogo::after {
  content: "";
  display: block;
  background: url("../img/shiozawa/tori1.svg") no-repeat;
  background-size: 100%;
  width: 57px;
  height: 56px;
  position: absolute;
  right: -140px;
  bottom: 71px;
}
@media screen and (max-width: 1480px) {
  .shiozawa_header .shiozawa_hlogo::after {
    width: 40px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_header .shiozawa_hlogo::after {
    width: 28px;
    height: 28px;
    bottom: 10px;
    right: -54px;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .wrap_shiozawa_gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .shiozawa_header .wrap_shiozawa_gnavi.active {
    opacity: 1;
    pointer-events: all;
  }
}
.shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_logo {
  display: none;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_logo {
    display: block;
    margin-bottom: 64px;
  }
}
.shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_logo img {
  width: 120px;
}
.shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_logo::after {
  content: "";
  display: block;
  background: url("../img/shiozawa/tori1.svg") no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -56px;
  bottom: -32px;
}
.shiozawa_header .wrap_shiozawa_gnavi .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .wrap_shiozawa_gnavi .gnavi {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}
.shiozawa_header .wrap_shiozawa_gnavi .gnavi li {
  margin-left: 40px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .wrap_shiozawa_gnavi .gnavi li {
    margin: 0 0 16px;
    font-size: 20px;
  }
}
.shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_ig {
  display: none;
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_ig {
    display: block;
  }
}
.shiozawa_header .wrap_shiozawa_gnavi .shiozawa_gnavi_ig img {
  width: 48px;
}
.shiozawa_header .wrap_shiozawa_gnavi .copyright {
  text-align: center;
  font-size: 10px;
  margin-top: 48px;
  display: none;
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .wrap_shiozawa_gnavi .copyright {
    display: block;
  }
}
.shiozawa_header .mura_bnr {
  margin-left: 88px;
}
@media screen and (max-width: 1480px) {
  .shiozawa_header .mura_bnr {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .mura_bnr {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
}
.shiozawa_header .mura_bnr a {
  width: 422px;
  height: 128px;
  background: #673A1B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1480px) {
  .shiozawa_header .mura_bnr a {
    width: 240px;
    height: 64px;
    padding: 8px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .mura_bnr a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_header .mura_bnr a {
    height: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_header .mura_bnr a img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_header .mura_bnr a img {
    width: 120px;
  }
}

.shiozawa_mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 243px;
  padding-right: 194px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1081px) {
  .shiozawa_mv {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_mv {
    padding-right: 38px;
    margin-bottom: 148px;
  }
}
.shiozawa_mv .side_txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 400;
  padding-left: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  letter-spacing: 0.12em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mv .side_txt {
    font-size: 20px;
    padding-left: 40px;
    line-height: 1;
  }
}
.shiozawa_mv .side_txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 20vw;
  max-height: 236px;
  background: #673A1B;
  position: absolute;
  bottom: -322px;
  left: 165px;
}
@media screen and (max-width: 1400px) {
  .shiozawa_mv .side_txt::after {
    bottom: -24vw;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_mv .side_txt::after {
    width: 1px;
    height: calc(100% - 150px);
    max-height: none;
    left: 56px;
    bottom: -150px;
  }
}
.shiozawa_mv .wrap_mv_slide {
  overflow: hidden;
}
.shiozawa_mv .wrap_mv_slide .txt {
  text-align: right;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mv .wrap_mv_slide .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_mv .wrap_mv_slide .txt {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.shiozawa_mv .wrap_mv_slide .mv_slide {
  display: block;
  overflow: hidden;
}
.shiozawa_mv .wrap_mv_slide .swiper-wrapper li img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mv .wrap_mv_slide .swiper-wrapper li .pc {
    display: none;
  }
}
.shiozawa_mv .wrap_mv_slide .swiper-wrapper li .sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mv .wrap_mv_slide .swiper-wrapper li .sp {
    display: block;
  }
}

.shiozawa_concept {
  background: url("../img/shiozawa/bg_logo.svg") no-repeat top left calc(50% - 750px);
  padding-top: 121px;
  margin-bottom: 400px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept {
    background-position: top left -20%;
    background-size: 375px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_concept {
    margin-bottom: 104px;
  }
}
.shiozawa_concept .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 194px;
  margin-bottom: 320px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .wrap {
    padding-right: 38px;
    margin-bottom: 148px;
  }
}
.shiozawa_concept .wrap .sec_ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 400;
  padding-left: 125px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .wrap .sec_ttl {
    font-size: 20px;
    padding-left: 40px;
    line-height: 1;
  }
}
.shiozawa_concept .wrap .sec_ttl span {
  display: block;
  font-size: 24px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .wrap .sec_ttl span {
    font-size: 12px;
    margin-right: 8px;
  }
}
.shiozawa_concept .wrap .cnt {
  width: 1274px;
  padding-left: 40px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .wrap .cnt {
    padding-right: 0;
  }
}
.shiozawa_concept .wrap .cnt::before {
  content: "";
  display: block;
  background: url("../img/shiozawa/tori2.svg") no-repeat;
  background-size: 100%;
  width: 65px;
  height: 61px;
  position: absolute;
  top: 163px;
  right: 40px;
}
@media screen and (max-width: 1280px) {
  .shiozawa_concept .wrap .cnt::before {
    right: -20px;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .wrap .cnt::before {
    top: -88px;
    width: 40px;
  }
}
.shiozawa_concept .wrap .cnt p {
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .wrap .cnt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .wrap .cnt p {
    font-size: 14px;
  }
}
.shiozawa_concept .prof {
  padding: 0 30px;
}
.shiozawa_concept .prof .img {
  text-align: center;
  margin-bottom: 48px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .img {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.shiozawa_concept .prof .katagaki {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .katagaki {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.shiozawa_concept .prof .name {
  font-size: 48px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .name {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.shiozawa_concept .prof .prof_box {
  max-width: 830px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box {
    margin-bottom: 40px;
  }
}
.shiozawa_concept .prof .prof_box .prof_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #673A1B;
  border-bottom: 1px solid #673A1B;
  padding: 16px 30px;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .prof_ttl {
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 24px;
  }
}
.shiozawa_concept .prof .prof_box .prof_ttl span {
  font-size: 16px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .prof_ttl span {
    font-size: 10px;
    margin-left: 8px;
  }
}
.shiozawa_concept .prof .prof_box dl {
  padding: 0 30px;
  background: url("../img/shiozawa/tori3.svg") no-repeat top 50% right 100px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof .prof_box dl {
    background: none;
  }
}
.shiozawa_concept .prof .prof_box dl dt {
  margin-top: 40px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box dl dt {
    margin-top: 32px;
  }
}
.shiozawa_concept .prof .prof_box dl dt:first-child {
  margin-top: 0;
}
.shiozawa_concept .prof .prof_box dl dd {
  padding-left: 32px;
}
.shiozawa_concept .prof .prof_box table {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
  }
}
.shiozawa_concept .prof .prof_box table tr th, .shiozawa_concept .prof .prof_box table tr td {
  padding: 0 16px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box table tr th, .shiozawa_concept .prof .prof_box table tr td {
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box table tr th {
    width: 100%;
    text-align: left;
  }
}
.shiozawa_concept .prof .prof_box table tr td:nth-of-type(1) {
  padding-left: 24px;
}
.shiozawa_concept .prof .prof_box table tr td:last-of-type {
  text-align: right;
  padding-left: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.shiozawa_concept .prof .prof_box .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .img .pc {
    display: none;
  }
}
.shiozawa_concept .prof .prof_box .img .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .img .sp {
    display: inline-block;
  }
}
.shiozawa_concept .prof .prof_box .dot_list {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .dot_list {
    padding: 0 16px;
  }
}
.shiozawa_concept .prof .prof_box .activity_list {
  padding: 0 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .activity_list {
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
.shiozawa_concept .prof .prof_box .activity_list .ttl {
  margin-bottom: 8px;
}
.shiozawa_concept .prof .prof_box .activity_list .txt {
  padding-left: 24px;
  font-size: 16px;
}
.shiozawa_concept .prof .prof_box .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .links {
    padding: 0 16px;
    display: block;
  }
}
.shiozawa_concept .prof .prof_box .links li {
  margin-right: 16px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .links li {
    margin: 0 0 8px;
  }
}
.shiozawa_concept .prof .prof_box .bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}
.shiozawa_concept .prof .prof_box .bnrs li {
  font-size: 0;
}
.shiozawa_concept .prof .prof_box .bnrs li:first-of-type {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .bnrs li:first-of-type {
    margin: 0 0 24px;
  }
  .shiozawa_concept .prof .prof_box .bnrs li:first-of-type img {
    width: 100px;
  }
}
.shiozawa_concept .prof .prof_box .bnrs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 350px;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .bnrs2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
}
.shiozawa_concept .prof .prof_box .bnrs2 li {
  margin-right: 34px;
}
.shiozawa_concept .prof .prof_box .bnrs2 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .shiozawa_concept .prof .prof_box .bnrs2 li {
    margin: 0 0 24px;
  }
}
.shiozawa_concept .prof_btm {
  margin-left: 264px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm {
    margin-left: 32px;
  }
}
.shiozawa_concept .prof_btm .btm_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .btm_wrap .cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.shiozawa_concept .prof_btm .btm_wrap .cnt .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 146px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .btm_wrap .cnt .txt {
    font-size: 18px;
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .btm_wrap .cnt .logo {
    width: 45px;
  }
}
.shiozawa_concept .prof_btm .btm_wrap .img {
  margin-left: 160px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .btm_wrap .img {
    margin-left: 24px;
  }
}
.shiozawa_concept .prof_btm .btm_wrap .img img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .btm_wrap .img .pc {
    display: none;
  }
}
.shiozawa_concept .prof_btm .btm_wrap .img .sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .btm_wrap .img .sp {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .shiozawa_concept .prof_btm .utxt {
    font-size: 10px;
  }
}

.bg {
  background: rgba(109, 177, 151, 0.2);
  padding-top: 306px;
  padding-bottom: 460px;
  margin-bottom: 320px;
}
@media screen and (max-width: 767px) {
  .bg {
    padding-top: 83px;
    padding-bottom: 180px;
    margin-bottom: 130px;
  }
}
.bg .sec_ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .bg .sec_ttl {
    font-size: 24px;
  }
}
.bg .sec_ttl span {
  font-size: 20px;
  font-family: "Kiwi Maru", serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .bg .sec_ttl span {
    font-size: 10px;
  }
}
.bg .sec_ttl::before {
  content: "";
  display: block;
  background: #673A1B;
  width: 1px;
  height: 64px;
  margin: 0 auto 40px;
}
.bg .top_works {
  margin-bottom: 360px;
}
@media screen and (max-width: 767px) {
  .bg .top_works {
    margin-bottom: 180px;
  }
}
.bg .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg .more a {
  border-bottom: 1px solid #673A1B;
  padding: 0 16px 4px;
}
@media screen and (max-width: 767px) {
  .bg .sns .sec_ttl {
    margin-bottom: 32px;
  }
}
.bg .sns .ig {
  max-width: 1328px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .bg .sns .ig {
    margin-bottom: 64px;
  }
}
.bg .sns .ig_logo {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bg .sns .ig_logo {
    margin-bottom: 56px;
  }
  .bg .sns .ig_logo img {
    width: 40px;
  }
}
.bg .sns .fb {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .bg .sns .fb {
    margin-top: 48px;
  }
  .bg .sns .fb img {
    width: 40px;
  }
}

.company {
  margin-bottom: 377px;
}
@media screen and (max-width: 767px) {
  .company {
    margin-bottom: 128px;
  }
}
.company .logo {
  text-align: center;
  font-size: 0;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .company .logo {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .company .logo img {
    width: 147px;
  }
}
.company .lead {
  text-align: center;
  margin-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .company .lead {
    margin-bottom: 40px;
  }
}
.company .lead::after {
  content: "";
  display: block;
  background: #673A1B;
  width: 1px;
  height: 320px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .company .lead::after {
    height: 160px;
    margin: 40px auto 0;
  }
}
.company .lead p {
  font-size: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .company .lead p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.company .company_ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .company .company_ttl {
    font-size: 16px;
  }
}
.company .overview {
  max-width: 910px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .company .overview {
    padding: 0 30px;
    margin-bottom: 56px;
  }
}
.company .overview li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #673A1B;
  margin-bottom: 72px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .company .overview li {
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #673A1B;
  }
}
.company .overview li .ttl {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .company .overview li .ttl {
    width: 90px;
  }
}
.company .gmap {
  max-width: 890px;
  height: 544px;
  margin: 0 auto 144px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company .gmap {
    height: 54vw;
    margin-bottom: 48px;
  }
}
.company .gmap iframe {
  width: 100%;
  height: 100%;
}
.company .youtube {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company .youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.works_list {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .works_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    margin-bottom: 80px;
  }
}
.works_list li {
  width: 400px;
  margin-right: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1380px) {
  .works_list li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .works_list li {
    width: 100%;
    max-width: 400px;
    margin: 0 0 40px;
  }
}
.works_list li:nth-of-type(3n) {
  margin-right: 0;
}
.works_list li a {
  display: block;
  border-bottom: 2px solid #673A1B;
  padding-bottom: 4px;
}
.works_list li a .date {
  text-align: right;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .works_list li a .date {
    font-size: 14px;
  }
}
.works_list li a .img {
  font-size: 0;
  margin-bottom: 16px;
}
.works_list li a .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .works_list li a .ttl {
    font-size: 18px;
  }
}
.works_list li a .ttl::after {
  content: "";
  display: block;
  background: url("../img/shiozawa/arrow.svg") no-repeat;
  width: 16px;
  height: 13px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 16px;
}

.shiozawa_mura {
  background: url("../img/shiozawa/mura_bg.svg") no-repeat center;
  min-height: 1332px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 180px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mura {
    min-height: 0;
    padding: 32px 20px;
    background-size: cover;
    margin-bottom: 120px;
  }
}
.shiozawa_mura .mura_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mura .mura_ttl {
    margin-bottom: 24px;
  }
}
.shiozawa_mura .copy {
  font-size: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mura .copy {
    margin-bottom: 24px;
  }
}
.shiozawa_mura .lead {
  font-size: 0;
  margin-bottom: 72px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_mura .lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_mura .lead img {
    width: 262px;
  }
}

.shiozawa_footer {
  padding: 0 325px 40px 163px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1680px) {
  .shiozawa_footer {
    padding: 0 40px;
  }
}
.shiozawa_footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 1080px) {
  .shiozawa_footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap .flogo {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1400px) {
  .shiozawa_footer .wrap .flogo img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap .flogo img {
    width: 174px;
  }
}
.shiozawa_footer .wrap .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .shiozawa_footer .wrap .fnavi {
    display: none;
  }
}
.shiozawa_footer .wrap .fnavi li {
  margin-left: 40px;
  margin-bottom: 24px;
}
.shiozawa_footer .wrap .fnavi li:last-of-type {
  margin-left: 80px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .shiozawa_footer .wrap .fnavi li:last-of-type {
    margin-left: 56px;
  }
}
.shiozawa_footer .wrap .fig {
  display: none;
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap .fig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap .fig img {
    width: 30px;
  }
}
.shiozawa_footer .wrap .sp_adrs {
  display: none;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap .sp_adrs {
    display: block;
  }
}
.shiozawa_footer .wrap .sp_fcontact {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .wrap .sp_fcontact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.shiozawa_footer .wrap .sp_fcontact a {
  border: 1px solid #673A1B;
  width: 220px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.shiozawa_footer .copyright {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shiozawa_footer .copyright {
    margin-bottom: 88px;
    font-size: 11px;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 56px;
    width: 40px;
  }
}

.shiozawa_page_wrap {
  background: url("../img/shiozawa/bg_logo.svg") no-repeat top left calc(50% - 750px);
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap {
    margin-bottom: 120px;
  }
}
.shiozawa_page_wrap .shiozawa_page_ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .shiozawa_page_ttl {
    font-size: 24px;
    margin-bottom: 56px;
  }
}
.shiozawa_page_wrap .shiozawa_page_ttl span {
  font-size: 20px;
  font-family: "Kiwi Maru", serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .shiozawa_page_ttl span {
    font-size: 10px;
  }
}
.shiozawa_page_wrap .shiozawa_page_ttl::before {
  content: "";
  display: block;
  background: #673A1B;
  width: 1px;
  height: 64px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .shiozawa_page_ttl::before {
    height: 48px;
    margin-bottom: 24px;
  }
}
.shiozawa_page_wrap .works_list {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_list {
    margin-bottom: 60px;
  }
}
.shiozawa_page_wrap .works_header {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_header {
    margin-bottom: 64px;
  }
}
.shiozawa_page_wrap .works_header .works_page_ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_header .works_page_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.shiozawa_page_wrap .works_header .works_page_ttl span {
  font-size: 20px;
  font-family: "Kiwi Maru", serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_header .works_page_ttl span {
    font-size: 10px;
  }
}
.shiozawa_page_wrap .works_header .works_page_ttl::before {
  content: "";
  display: block;
  background: #673A1B;
  width: 1px;
  height: 64px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_header .works_page_ttl::before {
    height: 48px;
    margin-bottom: 24px;
  }
}
.shiozawa_page_wrap .works_header .date {
  text-align: center;
  margin-top: 8px;
}
.shiozawa_page_wrap .works_body {
  max-width: 870px;
  margin: 0 auto 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_body {
    margin-bottom: 80px;
  }
}
.shiozawa_page_wrap .works_body p {
  margin-bottom: 96px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .shiozawa_page_wrap .works_body p {
    margin-bottom: 48px;
  }
}
.shiozawa_page_wrap .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shiozawa_page_wrap .more a {
  border-bottom: 1px solid #673A1B;
  padding: 0 16px 4px;
}

.works_pagenation .pagination {
  max-width: 1160px;
  padding: 0 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .works_pagenation .pagination {
    padding: 0 20px;
  }
}
.works_pagenation .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.works_pagenation .pagination ul li {
  margin: 0 24px;
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .works_pagenation .pagination ul li {
    font-size: 18px;
    margin: 0 8px;
  }
}
.works_pagenation .pagination ul li.prev, .works_pagenation .pagination ul li.next {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .works_pagenation .pagination ul li.prev, .works_pagenation .pagination ul li.next {
    width: 30px;
  }
}
.works_pagenation .pagination ul li.prev a, .works_pagenation .pagination ul li.next a {
  display: block;
  border: none;
  width: 16px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .works_pagenation .pagination ul li.prev a, .works_pagenation .pagination ul li.next a {
    width: 10px;
  }
}
.works_pagenation .pagination ul li.prev a img, .works_pagenation .pagination ul li.next a img {
  display: none;
}
.works_pagenation .pagination ul li.prev {
  margin-right: auto;
}
.works_pagenation .pagination ul li.prev a {
  background: url("../img/works/prev.svg") no-repeat center;
  background-size: 100%;
}
.works_pagenation .pagination ul li.next {
  margin-left: auto;
}
.works_pagenation .pagination ul li.next a {
  background: url("../img/works/next.svg") no-repeat center;
  background-size: 100%;
}
.works_pagenation .pagination ul li span {
  border-bottom: 3px solid #673A1B;
  padding: 0 5px 8px;
}
.works_pagenation .pagination ul li a {
  padding: 0 5px 8px;
}

.page_contact {
  max-width: 870px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 320px;
}
@media screen and (max-width: 767px) {
  .page_contact {
    margin-bottom: 150px;
  }
}
.page_contact .form_cnt {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt {
    margin-bottom: 48px;
  }
}
.page_contact .form_cnt li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt li {
    margin-bottom: 24px;
  }
}
.page_contact .form_cnt li .ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt li .ttl {
    font-size: 16px;
  }
}
.page_contact .form_cnt li .ttl span {
  color: #E83819;
  font-size: 16px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt li .ttl span {
    font-size: 14px;
  }
}
.page_contact .form_cnt li .cnt input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 100%;
  height: 80px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #673A1B;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt li .cnt input {
    height: 44px;
    border: 1px solid #673A1B;
  }
}
.page_contact .form_cnt li .cnt textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 100%;
  height: 400px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #673A1B;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt li .cnt textarea {
    height: 280px;
    border: 1px solid #673A1B;
  }
}
.page_contact .submit input {
  width: 100%;
  height: 96px;
  background: #673A1B;
  border: none;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page_contact .submit input {
    height: 48px;
    font-size: 18px;
  }
}
.page_contact .submit input:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */