@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}
*:focus {
  outline: none;
}

html {
  font-size: 20px;
  line-height: 1.6;
}

@font-face {
  font-family: "ryumin";
  src: url(./../fonts/ryumin.otf);
}
body {
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HiraMinProN-W3, 游明朝, Yu Mincho, 游明朝体, YuMincho, HGS明朝E, HG明朝E, ＭＳ Ｐ明朝, MS PMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "HG明朝E", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000;
  font-weight: 400;
}

.ryumin {
  font-family: "ryumin", serif;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

.fixedcontainer {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.yellow {
  color: #e58e55;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.flex_part .flex_img_left > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.flex_part .flex_body {
  flex: 1;
}
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.flex_part .flex_img_right > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -60px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 300ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.custom_checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  top: 0;
}
.custom_checkbox input[type=checkbox]:focus {
  outline: none;
}
.custom_checkbox input[type=checkbox]:checked {
  background: #036eb8;
  z-index: 0;
}
.custom_checkbox input[type=checkbox]:checked + span {
  color: white;
}
.custom_checkbox span {
  z-index: 100;
}

#header .g_nav {
  display: none;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
}

#line {
  margin: 50vh auto 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
}

.fullwidth .expand {
  width: 100%;
  height: 1px;
  margin: 0;
  background: #333;
  left: 0;
  top: 0;
  position: absolute;
  animation: fullexpand 1s ease-out;
}
@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.font16 {
  font-size: 0.8rem;
}
.font17 {
  font-size: 0.85rem;
}
.font18 {
  font-size: 0.9rem;
}
.font19 {
  font-size: 0.95rem;
}
.font20 {
  font-size: 1rem;
}
.font21 {
  font-size: 1.05rem;
}
.font22 {
  font-size: 1.1rem;
}
.font23 {
  font-size: 1.15rem;
}
.font24 {
  font-size: 1.2rem;
}
.font25 {
  font-size: 1.25rem;
}
.font26 {
  font-size: 1.3rem;
}
.font27 {
  font-size: 1.35rem;
}
.font28 {
  font-size: 1.4rem;
}
.font29 {
  font-size: 1.45rem;
}
.font30 {
  font-size: 1.5rem;
}
.font31 {
  font-size: 1.55rem;
}
.font32 {
  font-size: 1.6rem;
}
.font33 {
  font-size: 1.65rem;
}
.font34 {
  font-size: 1.7rem;
}
.font35 {
  font-size: 1.75rem;
}
.font36 {
  font-size: 1.8rem;
}
.font37 {
  font-size: 1.85rem;
}
.font38 {
  font-size: 1.9rem;
}
.font39 {
  font-size: 1.95rem;
}
.font40 {
  font-size: 2rem;
}

#pc_menu1 {
  width: 100%;
  text-align: center;
  height: 120px;
}
#pc_menu1 .menu_area {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  padding: 0 0 0 5px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#pc_menu1 .header_logo1 {
  display: inline-block;
  padding-top: 0;
}
#pc_menu1 .header_logo1 img {
  width: max(min(470px, 30vw), 300px);
}
#pc_menu1 .header_btnarea1 {
  padding-top: 0;
  display: flex;
  align-items: center;
}
#pc_menu1 .header_tel {
  width: max(min(314px, 20vw), 250px);
}
#pc_menu1 .header_btn1 {
  display: inline-block;
  width: max(min(326px, 21vw), 260px);
  margin-left: 40px;
}

#pc_menu2 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  background: #998830;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#pc_menu2 .top_menu_link {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 16px;
  color: #814900;
  padding: 0 30px;
  border-right: 1px solid #ccc;
}
#pc_menu2 .top_menu_link span {
  font-size: 16px;
  font-weight: bold;
  color: white;
}
#pc_menu2 .top_menu_link:last-child {
  border-right: 0px solid #ccc;
}
#pc_menu2 .top_menu_link:hover {
  opacity: 0.3;
}

#drag_menu {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  height: 78px;
  border-bottom: 1px solid #e1e1e2;
  background: white;
}
#drag_menu .menu_area {
  width: 100%;
  max-width: 1600px;
  min-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#drag_menu .header_logo1 {
  display: inline-block;
  width: 314px;
  padding-top: 6px;
  margin: 0 auto 0 0;
}

.drag_nav {
  float: right;
  width: 780px;
  padding: 20px 0 0;
}
.drag_nav ul {
  width: 100%;
  line-height: 1.2em;
  list-style: none;
}
.drag_nav ul > li {
  float: left;
  margin-left: 35px;
  text-align: center;
  position: relative;
}
.drag_nav ul > li a {
  color: #998830;
  font-size: 14px;
}
.drag_nav .top_menu_link {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #814900;
  line-height: 1.4;
}
.drag_nav .top_menu_link span {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.drag_nav .top_menu_link:hover {
  opacity: 0.3;
}

#drag_side {
  display: block;
  position: fixed;
  z-index: 101;
  right: -200px;
  top: 200px;
  width: 7%;
  max-width: 140px;
}

.top {
  width: 100%;
  position: relative;
  height: 740px;
}
.top .container {
  text-align: center;
}
.top .top_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top .top_txt1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.top .top_txt1 img {
  width: 100%;
}

.loopSlider1 {
  margin: 0;
  width: 100%;
  height: 740px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider1 ul {
  margin: 0;
  width: 100%;
  height: 740px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider1 ul li {
  float: left;
  width: 555px;
  height: 740px;
  display: inline;
  overflow: hidden;
}
.loopSlider1 ul li div {
  width: 555px;
  height: 740px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider1 ul li img {
  width: 100%;
  height: auto;
  background: white;
}
.loopSlider1:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSlider2 {
  margin: 40px 0 0;
  width: 100%;
  height: 200px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.loopSlider2 ul {
  margin: 0;
  width: 100%;
  height: 200px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.loopSlider2 ul li {
  float: left;
  width: 300px;
  height: 200px;
  display: inline;
  overflow: hidden;
}
.loopSlider2 ul li div {
  width: 300px;
  height: 200px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}
.loopSlider2 ul li img {
  width: 100%;
  height: auto;
  background: white;
}

.loopSliderWrap2:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
  transition-delay: 0.4s;
}

.fadeInUp2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.fadeInUp3 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1s;
}

.fadeInUp4 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1.3s;
}

.fadeInUp5 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp6 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1.6s;
}

.fadeInUp6 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

figure {
  line-height: 0;
  width: 500px;
  margin: 0;
}
figure.hover-parent {
  position: relative;
}
figure.hover-parent .hover-mask {
  line-height: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(149, 142, 119, 0.82);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 45px;
  transition: all 0.6s ease;
  z-index: 2;
}
figure.hover-parent .hover-mask .mask_block {
  width: 100%;
}
figure.hover-parent .hover-mask .mask_block .img_block {
  margin-bottom: 20px;
}
figure.hover-parent .hover-mask .mask_block p {
  font-size: 12px;
  padding-bottom: 16px;
}
figure.hover-parent .hover-mask .mask_block p.spec_close {
  display: none;
}
figure.hover-parent .hover-mask .mask_block p a {
  cursor: pointer;
  color: white;
  text-decoration: underline;
}
figure.hover-parent .hover-mask .mask_block p a:visited, figure.hover-parent .hover-mask .mask_block p a:hover {
  color: white;
  text-decoration: underline;
}
figure.hover-parent:hover .hover-mask {
  opacity: 1;
  transition: all 0.6s ease;
}
figure.hover-parent .plus {
  position: absolute;
  right: 20px;
  width: 29px;
  bottom: 25px;
  display: block;
  z-index: 1;
}

.flex_img_center {
  justify-content: center;
}

.flex_column {
  display: flex;
  flex-direction: column;
}
.flex_column img {
  margin-bottom: 30px;
}

.animation1 {
  animation: customFade ease 8000ms infinite;
  position: relative;
}

.animation2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.anipart {
  position: relative;
}

@keyframes customFade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#sec_fv {
  background: url(./../img/fv_bg.jpg) no-repeat;
  max-height: 100vh;
  height: 64vw;
  width: 100%;
  background-size: cover;
  background-position: top left;
  position: relative;
}
#sec_fv .part1 .block1 {
  position: absolute;
  bottom: 50px;
  left: 5%;
  width: max(min(413px, 25vw), 320px);
}
#sec_fv .part1 .block2 {
  width: max(min(800px, 50vw), 500px);
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 100px;
  right: 5%;
  top: 0;
}
#sec_fv .part1 .block2 img {
  width: 100%;
  width: 42vw;
}
#sec_fv .part1 .block2 img.img2 {
  width: calc(100% - 60px);
  padding: 0 40px;
  margin-top: 20px;
}

#sec1 .part1 {
  position: relative;
}
#sec1 .part1 h2 {
  font-size: max(min(120px, 7.2vw), 80px);
  color: #DBD8C2;
  line-height: 1.3;
  text-align: left;
  padding-left: 20px;
}
#sec1 .part1 h3 {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-size: max(min(40px, 2.5vw), 30px);
  margin-top: -20px;
}
#sec1 .part1 .block {
  padding-top: 4.6vw;
}
#sec1 .part1 .flex_img {
  width: 73vw;
}
#sec1 .part1 .flex_img img {
  width: 100%;
}
#sec1 .part1 .flex_body {
  width: 58vw;
  margin-left: -20vw;
  position: relative;
  top: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  justify-content: center;
}
#sec1 .part1 .flex_body .block_body {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
#sec1 .part1 .flex_body .block_body::after {
  content: "";
  width: 100%;
  height: 102%;
  top: -1px;
  position: absolute;
  left: -1px;
  border: 1px solid #998830;
  background: #998830;
  border-radius: 10px;
  box-sizing: content-box;
}
#sec1 .part1 .flex_body .block_body ul {
  border-radius: 10px;
  background: white;
  padding: 2vw 3vw;
  z-index: 1;
  position: relative;
}
#sec1 .part1 .flex_body .block_body ul li {
  font-size: max(min(24px, 1.5vw), 18px);
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#sec1 .part1 .flex_body .block_body ul li img {
  width: 30px;
  margin-right: 15px;
}
#sec1 .part1 .flex_body .block2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#sec1 .part1 .flex_body .block2 img {
  width: 14vw;
}
#sec1 .part1 .flex_body .block2 h3 {
  font-size: max(min(32px, 2vw), 24px);
}
#sec1 .part2 {
  text-align: center;
  padding-top: 3.59vw;
  width: 62.5vw;
  margin: auto;
  text-align: left;
  padding-bottom: 12.5vw;
}
#sec1 .part2 p {
  padding-bottom: 10px;
  font-size: max(min(26px, 1.6vw), 20px);
  line-height: 1.7;
}

#sec2 {
  position: relative;
}
#sec2 h2 {
  max-width: 1280px;
  margin: auto;
  text-align: center;
  font-size: max(min(52px, 3.25vw), 36px);
  color: white;
  line-height: 1.3;
  background: #998830;
  padding: 20px 0;
  font-weight: bold;
}
#sec2 h3 {
  max-width: 1280px;
  margin: auto;
  text-align: center;
  font-size: max(min(24px, 1.5vw), 18px);
  text-align: center;
  line-height: 1.3;
  padding-top: 60px;
  font-weight: normal;
}
#sec2 h3 strong {
  font-size: max(min(32px, 2vw), 24px);
  font-weight: bold;
  color: #998830;
}
#sec2 .part1 {
  padding-top: 80px;
}
#sec2 .part1 .block {
  max-width: 92vw;
  margin: auto;
  align-items: center;
}
#sec2 .part1 .block .flex_img {
  width: 54.2vw;
}
#sec2 .part1 .block .flex_body {
  padding-left: max(min(55px, 3.4vw), 36px);
}
#sec2 .part1 .block .flex_body h4 {
  font-size: max(min(24px, 1.5vw), 18px);
  color: #333;
  padding-bottom: 15px;
  font-weight: 500;
}
#sec2 .part1 .block .flex_body h4 span {
  position: relative;
}
#sec2 .part1 .block .flex_body h4 span::after {
  content: "●";
  color: #DBD8C2;
  position: absolute;
  top: -20px;
  font-size: 14px;
  left: 0;
}
#sec2 .part1 .block .flex_body h3 {
  font-size: max(min(24px, 1.5vw), 18px);
  color: #333;
  line-height: 1.6;
  padding-bottom: 20px;
  font-weight: 500;
}
#sec2 .part1 .block .flex_body h3 strong {
  font-size: max(min(28px, 1.75vw), 20px);
  font-weight: bold;
}
#sec2 .part1 .block .flex_body p {
  font-size: max(min(26px, 1.6vw), 20px);
  color: #333;
  line-height: 2;
}
#sec2 .part1 .block .flex_body p span {
  font-weight: bold;
  color: black;
}
#sec2 .part2 {
  text-align: center;
}
#sec2 .part2 .block {
  width: min(870px, 50vw);
  position: relative;
  margin: auto;
  margin-top: 65px;
  padding: 0 3vw;
}
#sec2 .part2 .block::before {
  content: "";
  width: 100%;
  height: 80%;
  background: #DBD8C2;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#sec2 .part2 .block img {
  position: relative;
  z-index: 1;
}

#sec3 {
  padding-top: 7vw;
}
#sec3 h2 {
  font-size: max(min(120px, 7.2vw), 80px);
  color: #DBD8C2;
  line-height: 1.3;
  text-align: left;
  padding-left: 20px;
  max-width: 1280px;
  margin: auto;
}
#sec3 h3 {
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-size: max(min(40px, 2.5vw), 30px);
  margin-top: -20px;
}
#sec3 .part1 p {
  padding: 0 50px;
  max-width: 1280px;
  margin: auto;
  font-size: 16px;
  line-height: 2.3;
  color: #333;
  margin-top: 80px;
}
#sec3 .part2 {
  margin-top: min(60px, 6vw);
  padding-bottom: 8vw;
}
#sec3 .part2 .block1 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: min(60px, 3.125vw);
  position: relative;
  z-index: 2;
}
#sec3 .part2 .block1 .piece {
  width: min(450px, 28vw);
  text-align: center;
}
#sec3 .part2 .block1 .piece h3 {
  font-size: max(min(26px, 1.6vw), 20px);
  padding-top: 15px;
  margin-left: 0;
}
#sec3 .part2 .block2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  margin: auto;
  position: relative;
  margin-top: 75px;
}
#sec3 .part2 .block2::after {
  content: "";
  width: 100%;
  height: 102%;
  top: -1px;
  position: absolute;
  left: -1px;
  border: 1px solid #998830;
  background: #998830;
  border-radius: 10px;
  box-sizing: content-box;
}
#sec3 .part2 .block2 .piece {
  z-index: 1;
  width: 100%;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 45px 60px;
}
#sec3 .part2 .block2 .piece h3 {
  text-align: center;
  font-size: max(min(32px, 2vw), 24px);
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
#sec3 .part2 .block2 .piece p {
  font-size: max(min(24px, 1.5vw), 18px);
  line-height: 2;
  color: #333;
}
#sec3 .part2 .block3 {
  width: 63vw;
  margin: auto;
  padding-top: 6.25vw;
}
#sec3 .part2 .block3 p {
  padding-top: 6vw;
  font-size: max(min(32px, 2vw), 24px);
  text-align: center;
}

#sec4 {
  background: url(./../img/bg.jpg) repeat;
}
#sec4 h2 {
  color: white;
  text-align: center;
  font-size: max(min(52px, 3.25vw), 36px);
  line-height: 1.4;
  background: #998830;
  padding: 20px 0;
}
#sec4 .part1 {
  padding-bottom: 80px;
}
#sec4 .part1 .block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
#sec4 .part1 .block > img {
  width: 50%;
}
#sec4 .part1 .block .flex_body {
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#sec4 .part1 .block .flex_body h4 {
  font-size: max(min(32px, 2vw), 24px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#sec4 .part1 .block .flex_body h4 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: max(min(40px, 2.5vw), 30px);
  height: max(min(40px, 2.5vw), 30px);
  background: #998830;
  border-radius: 50%;
  color: white;
  margin-right: 20px;
}
#sec4 .part1 .block .flex_body p {
  font-size: max(min(24px, 1.5vw), 18px);
}
#sec4 .part2 {
  padding-bottom: 80px;
}
#sec4 .part2 .block2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  margin: auto;
  position: relative;
  margin-top: 75px;
}
#sec4 .part2 .block2::after {
  content: "";
  width: 100%;
  height: 102%;
  top: -1px;
  position: absolute;
  left: -1px;
  border: 1px solid #998830;
  background: #998830;
  border-radius: 10px;
  box-sizing: content-box;
}
#sec4 .part2 .block2 .piece {
  z-index: 1;
  width: 100%;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 45px 60px;
}
#sec4 .part2 .block2 .piece h3 {
  text-align: center;
  font-size: max(min(32px, 2vw), 24px);
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
#sec4 .part2 .block2 .piece p {
  font-size: max(min(24px, 1.5vw), 18px);
  line-height: 2;
  color: #333;
}
#sec4 .part2 .block3 {
  width: 80vw;
  margin: auto;
}
#sec4 .part2 .block3 p {
  padding-top: 6vw;
  font-size: max(min(32px, 2vw), 24px);
  text-align: center;
}

#sec6 {
  margin-top: 100px;
  padding-bottom: 100px;
}
#sec6 .part1 {
  max-width: 46vw;
  margin: auto;
  background: #DEDEDE;
  background-size: auto auto;
  background-position: center;
  padding: 40px 20px;
  border-radius: 8px;
}
#sec6 .part1 h2 {
  color: #998830;
  text-align: center;
  font-size: max(min(26px, 1.6vw), 20px);
  line-height: 1.4;
  margin-bottom: 20px;
}
#sec6 .part1 p {
  text-align: center;
  font-size: max(min(16px, 1vw), 12px);
}

@keyframes slideX {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideXMin {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideYMin {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.8);
    border-radius: 25%;
  }
  50% {
    border-radius: 20%;
    transform: scale(1.2);
  }
  100% {
    border-radius: 25%;
    transform: scale(0.8);
  }
}
@keyframes stretch2 {
  0% {
    transform: scale(0.8) rotate(0deg);
    border-radius: 25%;
  }
  50% {
    border-radius: 20%;
    transform: scale(1.2) rotate(180deg);
  }
  100% {
    border-radius: 25%;
    transform: scale(0.8) rotate(359deg);
  }
}
#sec7 h2 {
  color: white;
  text-align: center;
  font-size: max(min(52px, 3.25vw), 36px);
  line-height: 1.4;
  background: #998830;
  padding: 20px 0;
}
#sec7 .part1 {
  padding-top: 90px;
  margin: auto;
  max-width: min(1300px, 82.5vw);
  padding-bottom: 140px;
}
#sec7 .part1 .block {
  max-width: min(770px, 60%);
  margin-left: 0;
  background: url(./../img/bg.jpg);
  border-radius: 10px;
  padding: 3vw 4.5vw;
  box-shadow: 0px 5px 0 #998830;
}
#sec7 .part1 .block h3 {
  font-size: max(min(32px, 2vw), 24px);
  text-align: center;
  margin-bottom: 1.2vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#sec7 .part1 .block h3 span {
  background: #998830;
  color: white;
  background: url(./../img/icon_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 3.2vw;
  padding: 0 10px;
  color: #998830;
  display: inline-block;
}
#sec7 .part1 .block h3::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 2px;
  background: #998830;
  margin-left: 2vw;
}
#sec7 .part1 .block p {
  font-size: max(min(16px, 1vw), 12px);
  text-align: left;
  padding-bottom: 4%;
  line-height: 2;
}
#sec7 .part1 .block1 {
  position: relative;
  z-index: 2;
}
#sec7 .part1 .block2 {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-top: 3.8vw;
}
#sec7 .part1 .block3 {
  position: relative;
  z-index: 0;
  margin-top: 3.8vw;
}
#sec7 .part2 {
  max-width: min(1300px, 82.5vw);
  margin: auto;
  text-align: center;
}
#sec7 .part2 h3 {
  text-align: left;
  width: 100%;
  color: #998830;
  font-size: max(min(32px, 2vw), 24px);
  padding-left: 20px;
  border-left: 20px solid #998830;
  margin-bottom: 40px;
}
#sec7 .part2 p {
  text-align: left;
  font-size: max(min(26px, 1.6vw), 20px);
  margin-bottom: 100px;
}
#sec7 .part3 {
  max-width: min(1300px, 82.5vw);
  margin: auto;
  padding-top: 80px;
}
#sec7 .part3 h3 {
  text-align: center;
  margin-bottom: 40px;
}
#sec7 .part3 h3 span {
  padding-bottom: 55px;
  text-align: center;
  font-size: max(min(32px, 2vw), 24px);
  position: relative;
}
#sec7 .part3 h3 span::after {
  content: "";
  position: absolute;
  background: #998830;
  height: 20px;
  width: 100%;
  padding: 0 10px;
  left: -10px;
  z-index: -1;
  top: 18px;
}

#sec8 .part1 {
  padding-top: 150px;
  text-align: center;
}
#sec8 .part1 p {
  font-size: max(min(32px, 2vw), 24px);
  padding-bottom: 20px;
  font-weight: 700;
}
#sec8 .part2 .block {
  margin-top: 80px;
}
#sec8 .part2 .block .flex_img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-left: -18vw;
  max-width: 60vw;
}
#sec8 .part2 .block .flex_img img {
  position: relative;
  z-index: 3;
  width: 100%;
}
#sec8 .part2 .block .flex_body {
  padding: 0 8%;
  position: relative;
  padding-right: 0;
}
#sec8 .part2 .block .flex_body h2 {
  font-size: max(min(120px, 7.2vw), 80px);
  color: #DBD8C2;
  line-height: 1.3;
  text-align: left;
  margin: auto;
}
#sec8 .part2 .block .flex_body h3 {
  margin: auto;
  position: relative;
  z-index: 1;
  padding-left: 0;
  font-size: max(min(40px, 2.5vw), 30px);
  margin-top: -30px;
}
#sec8 .part2 .block .flex_body p {
  font-size: max(min(24px, 1.5vw), 18px);
  line-height: 2;
  font-weight: 500;
}
#sec8 .part2 .block .flex_body .right_txt {
  position: absolute;
  right: 4%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  top: 0;
  flex-direction: column-reverse;
}
#sec8 .part2 .block .flex_body .right_txt small {
  font-size: max(min(16px, 1vw), 12px);
  text-orientation: sideways-right;
  writing-mode: vertical-rl;
}
#sec8 .part2 .block .flex_body .right_txt span {
  display: block;
  height: 1px;
  background-color: black;
  flex: 1;
  width: 1px;
  margin-top: 10px;
}
#sec8 .part3 {
  text-align: center;
  font-size: max(min(32px, 2vw), 24px);
  margin-top: 80px;
  margin-bottom: 120px;
}

#sec9 {
  background: #DBD8C2;
  padding: 88px 0 0;
}
#sec9 h3 {
  text-align: center;
  color: white;
  font-size: max(min(40px, 2.5vw), 30px);
  padding-bottom: 40px;
  line-height: 1.4;
}
#sec9 h3 small {
  font-size: max(min(26px, 1.6vw), 20px);
}
#sec9 .part_body {
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec9 .part_body .block {
  margin: 0 3%;
}

#sec10 {
  background: url(./../img/bg1.jpg) repeat;
}
#sec10 h2 {
  font-size: max(min(120px, 7.2vw), 80px);
  color: #DBD8C2;
  line-height: 1.3;
  text-align: left;
  max-width: 1280px;
  margin: auto;
}
#sec10 h3 {
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-left: 0;
  font-size: max(min(40px, 2.5vw), 30px);
  margin-top: -30px;
}
#sec10 .part1 .block {
  padding: 0 7%;
  position: relative;
  align-items: stretch;
}
#sec10 .part1 .block::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 100%;
  top: 0;
  left: calc(50% - 5px);
  background: #998830;
}
#sec10 .part1 .block .flex_img {
  width: 50%;
}
#sec10 .part1 .block .flex_img img {
  width: 100%;
}
#sec10 .part1 .block .flex_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#sec10 .part1 .block .flex_body > img {
  width: 10vw;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec10 .part1 .block .flex_body h3 {
  font-size: max(min(32px, 2vw), 24px);
  padding-bottom: 15px;
  margin-top: 20px;
  text-align: left;
  margin: 0;
}
#sec10 .part1 .block .flex_body p {
  color: #231900;
  font-size: max(min(24px, 1.5vw), 18px);
  text-align: left;
  line-height: 2;
}
#sec10 .part1 .block.flex_img_left .flex_body {
  padding-left: 6vw;
  text-align: right;
}
#sec10 .part1 .block.flex_img_right .flex_body {
  padding-right: 6vw;
}

#sec11 {
  background: #998830;
  padding-bottom: 120px;
}
#sec11 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 125px;
  padding-bottom: 60px;
}
#sec11 h2 img {
  width: 70px;
}
#sec11 h2 span {
  margin-left: 33px;
  font-size: max(min(52px, 3.25vw), 36px);
  color: white;
}
#sec11 .part1 {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#sec11 .part1 .block {
  margin: 0 50px;
  border: 1px solid white;
  padding: 32px 75px;
  position: relative;
}
#sec11 .part1 .block h3 {
  font-size: max(min(32px, 2vw), 24px);
  color: white;
  text-align: center;
}
#sec11 .part1 .block p {
  font-size: max(min(24px, 1.5vw), 18px);
  color: white;
  text-align: center;
}
#sec11 .part1 .block.block1::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -10px;
  top: -10px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
#sec11 .part1 .block.block2::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: 0px;
  top: 0px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

#sec12 {
  background: url(./../img/bg.jpg) repeat;
  padding-top: 80px;
  padding-bottom: 140px;
}
#sec12 h2 {
  max-width: 978px;
  margin: auto;
  font-size: max(min(120px, 7.2vw), 80px);
  color: #DBD8C2;
  line-height: 1.3;
  text-align: left;
}
#sec12 h3 {
  max-width: 978px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-left: 0;
  font-size: max(min(40px, 2.5vw), 30px);
  margin-top: -30px;
}
#sec12 .part1 {
  max-width: 978px;
  margin: auto;
  padding-top: 80px;
}
#sec12 .part1 .block {
  margin-bottom: 50px;
}
#sec12 .part1 .block h3 {
  font-size: max(min(32px, 2vw), 24px);
  padding-bottom: 20px;
}
#sec12 .part1 .block table {
  width: 100%;
  border-collapse: collapse;
}
#sec12 .part1 .block table tr th {
  font-size: max(min(24px, 1.5vw), 18px);
  color: white;
  text-align: center;
  background-color: #998830;
  width: 40%;
  border-bottom: 1px solid white;
  padding: 10px;
}
#sec12 .part1 .block table tr td {
  text-align: center;
  color: #998830;
  font-size: max(min(40px, 2.5vw), 30px);
  font-weight: bold;
  border: 1px solid #998830;
  letter-spacing: 0.04em;
}
#sec12 .part1 .block table tr td small {
  font-size: max(min(24px, 1.5vw), 18px);
  padding: 0 3px;
}
#sec12 .part1 .block p {
  font-size: max(min(16px, 1vw), 12px);
  padding-top: 15px;
}
#sec12 .part2 {
  max-width: 978px;
  margin: auto;
  margin-top: 130px;
}
#sec12 .part2 .block h3 {
  text-align: center;
  font-size: max(min(32px, 2vw), 24px);
}
#sec12 .part2 .block > p {
  font-size: max(min(16px, 1vw), 12px);
  text-align: center;
  margin-top: 20px;
}
#sec12 .part2 .block .piece {
  margin-top: 50px;
  background-color: #998830;
  padding: 60px 50px;
}
#sec12 .part2 .block .piece h4 {
  color: white;
  font-size: max(min(24px, 1.5vw), 18px);
  font-weight: 500;
}
#sec12 .part2 .block .piece h4 strong {
  font-size: max(min(32px, 2vw), 24px);
}
#sec12 .part2 .block .piece p {
  padding-top: 10px;
  color: white;
  font-size: max(min(20px, 1.25vw), 14px);
}
#sec12 .part2 .block .piece table {
  margin-top: 40px;
  width: 100%;
}
#sec12 .part2 .block .piece table th {
  background-color: white;
  border: 2px solid #998830;
  font-size: max(min(20px, 1.25vw), 14px);
  padding: 10px 0;
  color: #4d4d4d;
}
#sec12 .part2 .block .piece table th strong {
  font-size: max(min(32px, 2vw), 24px);
  font-weight: bold;
  letter-spacing: 2px;
}
#sec12 .part2 .block .piece table td {
  background: white;
  border: 2px solid #998830;
  text-align: center;
  font-size: max(min(20px, 1.25vw), 14px);
  padding: 10px 0;
  color: #4d4d4d;
}
#sec12 .part2 .block .piece table td .price {
  font-size: max(min(40px, 2.5vw), 30px);
  font-weight: bold;
  letter-spacing: 2px;
}
#sec12 .part2 .block .piece table td strong {
  font-size: max(min(20px, 1.25vw), 14px);
  font-weight: bold;
  letter-spacing: 2px;
}
#sec12 .part3 > h3 {
  text-align: center;
  font-size: max(min(32px, 2vw), 24px);
  padding-top: 100px;
}
#sec12 .part3 > p {
  font-size: max(min(16px, 1vw), 12px);
  text-align: center;
  margin-top: 20px;
}
#sec12 .part3 .part_body {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 4%;
}
#sec12 .part3 .part_body .block {
  flex: 1;
  border: 1px solid #998830;
  padding: 40px 3% 30px;
  background: white;
}
#sec12 .part3 .part_body .block h3 {
  padding-top: 20px;
  font-size: max(min(24px, 1.5vw), 18px);
  color: #998830;
  margin-bottom: 35px;
  text-align: center;
}
#sec12 .part3 .part_body .block .piece1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec12 .part3 .part_body .block .piece1 > img {
  width: 40%;
}
#sec12 .part3 .part_body .block .piece1 .piece_body {
  flex: 1;
}
#sec12 .part3 .part_body .block .piece1 .piece_body h4 {
  font-size: max(min(20px, 1.25vw), 14px);
  text-align: center;
  padding-bottom: 15px;
}
#sec12 .part3 .part_body .block .piece1 .piece_body table {
  width: 100%;
}
#sec12 .part3 .part_body .block .piece1 .piece_body table tr th {
  padding: 5px 10px;
  font-size: max(min(20px, 1.25vw), 14px);
  border: 1px solid black;
}
#sec12 .part3 .part_body .block .piece1 .piece_body table tr td {
  padding: 5px 10px;
  font-size: max(min(20px, 1.25vw), 14px);
  border: 1px solid black;
}
#sec12 .part3 .part_body .block .piece2 {
  padding-top: 50px;
}
#sec12 .part3 .part_body .block .piece2 h4 {
  font-size: max(min(20px, 1.25vw), 14px);
}
#sec12 .part3 .part_body .block .piece2 ul {
  margin-top: 20px;
}
#sec12 .part3 .part_body .block .piece2 ul li {
  padding: 5px 0;
  font-size: max(min(20px, 1.25vw), 14px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#sec12 .part3 .part_body .block .piece2 ul li::before {
  content: "●";
  font-size: max(min(20px, 1.25vw), 14px);
  margin-right: 10px;
}
#sec12 .part3 .part_body .block2 {
  background-color: #998830;
}
#sec12 .part3 .part_body .block2 h3 {
  color: white;
}
#sec12 .part3 .part_body .block2 .piece1 {
  display: block;
}
#sec12 .part3 .part_body .block2 .piece1 p {
  color: white;
  font-size: max(min(20px, 1.25vw), 14px);
  text-align: center;
}
#sec12 .part3 .part_body .block2 .piece1 .piece_body table {
  margin-top: 15px;
}
#sec12 .part3 .part_body .block2 .piece1 .piece_body table tr th {
  color: white;
  border-color: white;
  font-weight: 500;
}
#sec12 .part3 .part_body .block2 .piece1 .piece_body table tr td {
  color: white;
  text-align: center;
  border-color: white;
  line-height: 1.4;
}
#sec12 .part3 .part_body .block2 .piece2 h4 {
  color: white;
}
#sec12 .part3 .part_body .block2 .piece2 ul li {
  color: white;
}
#sec12 .part3 .part_body .block2 .piece2 ul li::before {
  color: white;
}
#sec12 .part4 h3 {
  text-align: center;
  font-size: max(min(24px, 1.5vw), 18px);
  padding-top: 100px;
  padding-bottom: 20px;
}
#sec12 .part4 .part_body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 20px 50px;
  border-radius: 10px;
  box-shadow: 0 6px 0 #998830;
}
#sec12 .part4 .part_body > p {
  font-size: max(min(20px, 1.25vw), 14px);
  text-align: center;
  color: #333;
  padding-bottom: 15px;
}
#sec12 .part4 .part_body > p small {
  font-size: max(min(16px, 1vw), 12px);
}
#sec12 .part4 .part_body ul {
  width: 100%;
  padding-top: 0;
}
#sec12 .part4 .part_body ul li {
  padding: 5px 0;
  padding-left: 15px;
  font-size: max(min(20px, 1.25vw), 14px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#sec12 .part4 .part_body ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(./../img/check2.png) no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 5px;
  margin-right: 15px;
}

#sec13 {
  background: url(./../img/sec13_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#sec13 h2 {
  font-size: max(min(52px, 3.25vw), 36px);
  color: #998830;
  text-align: center;
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
}
#sec13 h2::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #DBD8C2;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#sec13 .part1 {
  max-width: min(1200px, 90vw);
  width: 100%;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 10px;
}
#sec13 .part1 .block h3 {
  font-size: max(min(32px, 2vw), 24px);
  padding-bottom: 15px;
}
#sec13 .part1 .block img {
  width: 100%;
}
#sec13 .part1 .block table {
  margin: auto;
  max-width: 880px;
  margin-top: 50px;
  margin-bottom: 80px;
}
#sec13 .part1 .block table tr th {
  font-size: max(min(20px, 1.25vw), 14px);
  color: white;
  text-align: left;
  padding: 10px 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#sec13 .part1 .block table tr td {
  font-size: max(min(20px, 1.25vw), 14px);
  color: white;
  text-align: left;
  padding: 10px 20px;
  font-weight: 400;
  border-left: 1px solid white;
  letter-spacing: 0.04em;
}
#sec13 .part1 .block table tr:nth-child(odd) {
  background-color: #998830;
}
#sec13 .part1 .block table tr:nth-child(even) {
  background-color: #c8bd74;
}

#sec14 .part1 .block {
  align-items: stretch;
}
#sec14 .part1 .block .flex_img {
  position: relative;
  width: 50vw;
}
#sec14 .part1 .block .flex_img img {
  width: #233158;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec14 .part1 .block .flex_img h5 {
  left: 50%;
  text-align: center;
  z-index: 2;
  transform: translateX(-50%);
  bottom: 20px;
  position: absolute;
  color: white;
  font-size: max(min(20px, 1.25vw), 14px);
}
#sec14 .part1 .block .flex_img h5 span {
  font-size: max(min(24px, 1.5vw), 18px);
  font-weight: bold;
}
#sec14 .part1 .block .flex_img h5 span strong {
  font-size: max(min(32px, 2vw), 24px);
  font-weight: bold;
}
#sec14 .part1 .block .flex_body {
  background: #998830;
  margin-top: 0;
  padding: 4%;
  position: relative;
  z-index: 2;
}
#sec14 .part1 .block .flex_body h3 {
  font-size: max(min(64px, 4vw), 45px);
  text-align: center;
  color: white;
  letter-spacing: 0.1em;
}
#sec14 .part1 .block .flex_body h4 {
  color: white;
  font-size: max(min(32px, 2vw), 24px);
  text-align: center;
  letter-spacing: 0.1em;
}
#sec14 .part1 .block .flex_body .piece {
  padding-top: 40px;
}
#sec14 .part1 .block .flex_body .piece h5 {
  font-size: max(min(24px, 1.5vw), 18px);
  padding-bottom: 12px;
  color: white;
}
#sec14 .part1 .block .flex_body .piece ul {
  padding-left: 20px;
}
#sec14 .part1 .block .flex_body .piece ul li {
  padding: 3px 0;
  padding-left: 15px;
  font-size: max(min(20px, 1.25vw), 14px);
  list-style: "●";
  color: white;
}
#sec14 .part1 .block .flex_body .right_text {
  position: absolute;
  left: 8%;
  top: 10%;
  height: 80%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
#sec14 .part1 .block .flex_body .right_text small {
  font-size: max(min(16px, 1vw), 12px);
  margin-bottom: 10px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
#sec14 .part1 .block .flex_body .right_text span {
  flex: 1;
  display: block;
  background: black;
  width: 1px;
}

#sec15 {
  padding-top: 100px;
}
#sec15 h2 {
  color: #998830;
  text-align: center;
  font-size: max(min(52px, 3.25vw), 36px);
  line-height: 1.4;
  padding-bottom: 60px;
}
#sec15 h2 small {
  font-size: max(min(26px, 1.6vw), 20px);
  line-height: 2.4;
  border-top: 1px solid #DBD8C2;
  padding-top: 10px;
}
#sec15 .part1 {
  position: relative;
}
#sec15 .part1 .block1 {
  position: absolute;
  bottom: 0;
  left: 10%;
  background: #998830;
  width: 360px;
  padding: 30px 20px;
  z-index: 2;
}
#sec15 .part1 .block1 h3 {
  color: white;
  font-size: max(min(32px, 2vw), 24px);
  text-align: center;
}
#sec15 .part1 .block1 p {
  font-size: max(min(20px, 1.25vw), 14px);
  color: white;
  line-height: 2;
  letter-spacing: 0.14em;
  padding-top: 15px;
}

footer {
  background: url(./../img/bg1.jpg);
  padding: 80px 0 0;
}
footer .part1 {
  text-align: center;
}
footer .part1 img {
  width: 536px;
}
footer .part1 p {
  font-size: max(min(20px, 1.25vw), 14px);
  color: #998830;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 40px;
  line-height: 2;
}
footer .part2 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
footer .part2 .block {
  margin: 0 80px;
}
footer .part3 {
  padding: 60px 0 75px;
}
footer .part3 p {
  font-size: max(min(20px, 1.25vw), 14px);
  color: #998830;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
footer .part4 {
  line-height: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #e1dfd8;
  width: 100%;
  height: 100%;
  z-index: 100015;
  display: none;
  cursor: pointer;
}

.overlayContent {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 300px;
  transform: translate(-50%, -50%);
}
.overlayContent.loadingEnd {
  visibility: hidden;
  transition: visibility 0 linear 4000;
}
.overlayContent .loadingImg {
  animation: fadeIn 2200ms cubic-bezier(0.47, 0, 0.745, 0.715) 1;
  height: 100%;
}
.overlayContent .loadingImg img {
  height: 100%;
}
.overlayContent .loadingImg.loadingTop {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate(-70%, 0);
  transition: opacity 420ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 150ms, transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0ms linear 1800ms;
}

.overlayBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #e1dfd8;
}
.overlayBg.overlayBg.loadingTop {
  transition: transform 1700ms cubic-bezier(0.92, 0, 0.07, 1), opacity 700ms cubic-bezier(0, 0, 0.58, 1) 1300ms, visibility 0ms linear 1700ms;
  transform: translate(-97%, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}/*# sourceMappingURL=style.css.map */