@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.8vw;
  }
  #wrapper {
    height: auto;
    width: 100%;
    overflow-x: hidden;
  }
  .pc {
    display: none !important;
  }
  .fixedcontainer {
    width: 100%;
  }
  .body {
    font-size: 3.8vw;
  }
  .flex_part .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #header .g_nav {
    position: fixed;
    width: 100%;
    top: 66px;
    z-index: 100;
    display: none;
  }
  #header .header_top {
    position: fixed;
    z-index: 10000;
    background: white;
    top: 0;
    width: 100%;
    text-align: right;
    height: 66px;
  }
  #header .header_top h1 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px;
    height: 66px;
    overflow: hidden;
  }
  #header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
    width: 60px;
    height: 60px;
    z-index: 2;
  }
  #header .menu-trigger:hover {
    opacity: 1;
  }
  #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    width: 24px;
    height: 3px;
    left: 0;
    background: #998830;
    right: 0;
    margin: auto;
  }
  #header .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  #header .menu-trigger span:nth-of-type(3) {
    bottom: 20px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8.5px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-8.5px) rotate(45deg);
  }
  #header .g_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    letter-spacing: 0.1em;
    background: #998830;
    padding-bottom: 5vw;
    border-top: 1px solid #fff;
    height: 100vh;
  }
  #header .g_nav ul li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #header .g_nav ul li a {
    display: block;
    padding: 1.2em 0;
    color: #998830;
    text-decoration: none;
    color: white;
  }
  #header .g_nav ul li a:hover {
    opacity: 0.9;
    color: #DBD8C2;
    background: #fff;
  }
  #header #top_sp {
    margin-top: 66px;
  }
  .sp_drag {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: #333;
  }
  .sp_drag_part {
    text-align: center;
    padding: 0;
  }
  ul.sp_drag_btns {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
  }
  ul.sp_drag_btns li {
    width: 50%;
  }
  ul.sp_drag_btns li a {
    display: block;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  ul.sp_drag_btns li a img {
    width: 100%;
    vertical-align: middle;
  }
  ul.sp_drag_btns li {
    width: 50%;
  }
  ul.sp_drag_btns li:first-child a {
    padding: 0 2vw;
  }
  .top {
    margin-top: 66px;
    height: 133vw;
  }
  .top .container {
    width: 100%;
  }
  .loopSliderWrap1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul li {
    width: 100vw;
    height: 133vw;
  }
  .loopSlider1 ul li div {
    width: 100vw;
    height: 133vw;
  }
  #pc_menu2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    background: #f6f6f6;
    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: top;
    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: 22px;
    font-weight: bold;
    color: #444;
  }
  #pc_menu2 .top_menu_link:hover {
    opacity: 0.3;
  }
  #pc_menu2 .top_menu_link:last-child {
    border-right: 0px solid #ccc;
  }
  .fixedcontainer {
    width: 86vw;
  }
  figure {
    line-height: 0;
    width: 88vw;
    margin: 0;
  }
  figure.hover-parent {
    position: relative;
  }
  figure.hover-parent .hover-mask {
    line-height: 2;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(149, 142, 119, 0.9);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5vw;
    transition: visibility 0.6s ease;
    z-index: 2;
    visibility: hidden;
  }
  figure.hover-parent .hover-mask .mask_block .img_block {
    text-align: center;
    width: auto;
    height: auto;
    margin-bottom: 4vw;
  }
  figure.hover-parent .hover-mask .mask_block .img_block img {
    width: 50vw;
  }
  figure.hover-parent .hover-mask .mask_block p {
    font-size: 12px;
    padding-bottom: 2vw;
  }
  figure.hover-parent .hover-mask .mask_block p.spec_close {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 6vw;
    display: block;
  }
  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: 0;
    transition: all 0.6s ease;
  }
  figure.hover-parent .hover-mask.hover {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s ease;
  }
  figure.hover-parent .plus {
    position: absolute;
    right: 20px;
    width: 29px;
    bottom: 25px;
    display: block;
    z-index: 1;
  }
  header {
    height: 16vw;
  }
  #sec_fv {
    margin-top: 0;
    background: url(./../img/fv_sp_bg.png) no-repeat;
    height: 125vw;
    width: 100%;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  #sec_fv .part1 .block1 {
    position: absolute;
    bottom: 2vw;
    right: 5%;
    width: 57vw;
    left: auto;
    display: none;
  }
  #sec_fv .part1 .block2 {
    width: 57vw;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3vw;
    right: 5%;
    top: 0;
  }
  #sec_fv .part1 .block2 img {
    width: 100%;
  }
  #sec_fv .part1 .block2 img.img2 {
    width: 100%;
    padding: 0 0;
    margin-top: 1vw;
  }
  #sec1 .part1 {
    position: relative;
  }
  #sec1 .part1 h2 {
    font-size: 18vw;
  }
  #sec1 .part1 h3 {
    font-size: 4.8vw;
    font-weight: bold;
  }
  #sec1 .part1 .block {
    align-items: stretch;
    position: relative;
    padding-top: 0;
    margin-top: 4vw;
  }
  #sec1 .part1 .flex_img {
    width: 100%;
  }
  #sec1 .part1 .flex_img img {
    width: 100%;
  }
  #sec1 .part1 .flex_body {
    width: 60vw;
    margin-left: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
  }
  #sec1 .part1 .flex_body .block_body {
    background: white;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  #sec1 .part1 .flex_body .block_body h2 {
    font-size: 6.4vw;
    color: #DBD8C2;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 4vw;
  }
  #sec1 .part1 .flex_body .block_body span {
    display: none;
    width: 30px;
    border-top: 2px solid #DBD8C2;
    border-bottom: 2px solid #DBD8C2;
  }
  #sec1 .part1 .flex_body .block_body span:first-child {
    border-left: 2px solid #DBD8C2;
  }
  #sec1 .part1 .flex_body .block_body span:last-child {
    border-right: 2px solid #DBD8C2;
  }
  #sec1 .part1 .flex_body .block_body ul {
    padding: 4vw;
  }
  #sec1 .part1 .flex_body .block_body ul li {
    font-size: 3.2vw;
    padding: 1vw 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #sec1 .part1 .flex_body .block_body ul li img {
    width: 4vw;
    margin-right: 2.4vw;
  }
  #sec1 .part1 .flex_body .block2 {
    flex-direction: column;
  }
  #sec1 .part1 .flex_body .block2 img {
    width: 35.8vw;
  }
  #sec1 .part1 .flex_body .block2 h3 {
    font-size: 4vw;
    padding-left: 0;
    margin-top: 2vw;
    text-align: center;
  }
  #sec1 .part2 {
    text-align: center;
    padding-top: 8vw;
    width: 84vw;
    text-align: left;
  }
  #sec1 .part2 h3 {
    font-size: 5.2vw;
    padding-bottom: 4vw;
  }
  #sec1 .part2 p {
    padding-bottom: 2vw;
    font-size: 3.2vw;
    line-height: 2;
    color: #333;
    text-align: left;
  }
  #sec2 {
    padding-bottom: 6vw;
    border-bottom: 1px solid #DBD8C2;
    position: relative;
  }
  #sec2::before {
    content: none;
    position: absolute;
    width: 10.9vw;
    height: 100%;
    background: url(./../img/tri2.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    left: 0;
    top: -20px;
  }
  #sec2::after {
    content: none;
    position: absolute;
    right: 0;
    top: -20px;
    width: 10.9vw;
    height: 100%;
    background: url(./../img/tri3.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  #sec2 h2 {
    text-align: center;
    font-size: 6.4vw;
    color: white;
    line-height: 1.3;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  #sec2 h3 {
    font-size: 4.2vw;
  }
  #sec2 .part1 {
    max-width: 88vw;
    margin: auto;
    padding-top: 8vw;
  }
  #sec2 .part1 .block {
    max-width: 92vw;
    margin: auto;
    align-items: center;
  }
  #sec2 .part1 .block .flex_img {
    width: 100%;
  }
  #sec2 .part1 .block .flex_body {
    padding-top: 8vw;
    padding-left: 0;
  }
  #sec2 .part1 .block .flex_body h4 {
    font-size: 4.2vw;
    color: #333;
    padding-bottom: 3vw;
    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: -4vw;
    font-size: 3.5vw;
    left: 0;
  }
  #sec2 .part1 .block .flex_body h3 {
    font-size: 4.2vw;
    color: #333;
    line-height: 1.6;
    padding-bottom: 4vw;
    font-weight: 500;
  }
  #sec2 .part1 .block .flex_body h3 strong {
    font-size: 4.5vw;
    font-weight: bold;
  }
  #sec2 .part1 .block .flex_body p {
    font-size: 3.2vw;
    color: #333;
    line-height: 2;
  }
  #sec2 .part1 .block .flex_body p span {
    font-weight: bold;
    color: black;
  }
  #sec2 .part2 {
    max-width: 100vw;
    margin: auto;
    text-align: center;
  }
  #sec2 .part2 .block {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 8vw;
    padding: 0 3vw;
  }
  #sec2 .part2 .block::before {
    content: "";
    width: 100vw;
    height: 80%;
    background: #DBD8C2;
    position: absolute;
    bottom: -6vw;
    left: 0;
  }
  #sec2 .part2 .block img {
    width: 88vw;
    position: relative;
    z-index: 1;
  }
  #sec3 h2 {
    text-align: left;
    font-size: 13.2vw;
    color: #DBD8C2;
    line-height: 1.1;
    padding-top: 10vw;
  }
  #sec3 h2 small {
    font-size: 4.2vw;
  }
  #sec3 h3 {
    margin-top: 3vw;
    font-size: 4.8vw;
  }
  #sec3 .part1 {
    max-width: 88vw;
    margin: auto;
  }
  #sec3 .part1 p {
    padding: 0 0;
    max-width: 100%;
    margin: auto;
    font-size: 3.2vw;
    line-height: 2.3;
    color: #333;
    margin-top: 6vw;
  }
  #sec3 .part2 {
    margin: auto;
    margin-top: 8vw;
    padding-top: 8vw;
  }
  #sec3 .part2 .block1 {
    display: flex;
    max-width: 88vw;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 9.6vw;
    position: relative;
    z-index: 2;
  }
  #sec3 .part2 .block1 .piece {
    width: 100%;
    text-align: center;
    border: 1px solid #998830;
    padding-bottom: 2vw;
  }
  #sec3 .part2 .block1 .piece h3 {
    font-size: 3.9vw;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
  }
  #sec3 .part2 .block2 {
    background: none;
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sec3 .part2 .block2::after {
    width: 86.4vw;
    left: calc(6.8vw - 1px);
    border: 1px solid #998830;
  }
  #sec3 .part2 .block2 .piece {
    max-width: 86.4vw;
    padding: 4vw;
  }
  #sec3 .part2 .block2 .piece h3 {
    text-align: center;
    font-size: 5.6vw;
    padding-bottom: 4vw;
    letter-spacing: 0.1em;
    padding-left: 0;
  }
  #sec3 .part2 .block2 .piece p {
    font-size: 3.2vw;
    line-height: 2;
  }
  #sec3 .part2 .block3 {
    padding-top: 6vw;
    padding-bottom: 8vw;
    background: none;
    width: 84vw;
  }
  #sec3 .part2 .block3 p {
    font-size: 4.4vw;
  }
  #sec3 .part2 .block3 p strong {
    font-size: 4.8vw;
  }
  #sec4 {
    background-attachment: fixed;
    background-size: cover;
    padding-top: 10vw;
  }
  #sec4 h2 {
    color: white;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.4;
  }
  #sec4 h2 small {
    font-size: 3.9vw;
    line-height: 2.4;
    border-top: 1px solid white;
    padding-top: 0;
    display: inline-block;
    margin-top: 2vw;
  }
  #sec4 .part1 {
    padding-bottom: 8vw;
  }
  #sec4 .part1 .block .flex_body {
    padding-left: 0;
    padding-right: 0;
  }
  #sec4 .part1 .block .flex_body h4 {
    font-size: 4.4vw;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  #sec4 .part1 .block .flex_body p {
    font-size: 3.2vw;
  }
  #sec4 .part1 .block1,
  #sec4 .part1 .block2,
  #sec4 .part1 .block3 {
    max-width: 88vw;
    margin: auto;
    margin-top: 8vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  #sec4 .part1 .block1 > img,
  #sec4 .part1 .block2 > img,
  #sec4 .part1 .block3 > img {
    width: 100%;
  }
  #sec4 .part1 .block1 .block_body,
  #sec4 .part1 .block2 .block_body,
  #sec4 .part1 .block3 .block_body {
    flex: 1;
    margin-top: 0;
    padding: 6vw 4vw;
    border: 1px solid white;
    position: relative;
  }
  #sec4 .part1 .block1 .block_body::before,
  #sec4 .part1 .block2 .block_body::before,
  #sec4 .part1 .block3 .block_body::before {
    content: "";
    position: absolute;
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    top: 0;
    left: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  #sec4 .part1 .block1 .block_body h3,
  #sec4 .part1 .block2 .block_body h3,
  #sec4 .part1 .block3 .block_body h3 {
    font-size: 4.4vw;
    color: white;
    position: relative;
    z-index: 1;
  }
  #sec4 .part1 .block1 .block_body h3 span,
  #sec4 .part1 .block2 .block_body h3 span,
  #sec4 .part1 .block3 .block_body h3 span {
    border-bottom: 2px solid white;
    padding-bottom: 15px;
  }
  #sec4 .part1 .block1 .block_body p,
  #sec4 .part1 .block2 .block_body p,
  #sec4 .part1 .block3 .block_body p {
    position: relative;
    z-index: 1;
    padding-top: 7vw;
    font-size: 3.2vw;
    color: white;
    line-height: 2.1;
  }
  #sec4 .part1 .block1 .piece2,
  #sec4 .part1 .block2 .piece2,
  #sec4 .part1 .block3 .piece2 {
    position: initial;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    bottom: -30%;
    width: 100%;
    left: 0;
    flex-direction: column-reverse;
  }
  #sec4 .part1 .block1 .piece2 > img,
  #sec4 .part1 .block2 .piece2 > img,
  #sec4 .part1 .block3 .piece2 > img {
    width: 100%;
  }
  #sec4 .part1 .block1 .piece2 h4,
  #sec4 .part1 .block2 .piece2 h4,
  #sec4 .part1 .block3 .piece2 h4 {
    font-size: 6.4vw;
    padding-left: 4vw;
    color: white;
  }
  #sec4 .part1 .block2 {
    align-items: flex-end;
  }
  #sec4 .part1 .block3 img {
    width: 100%;
  }
  #sec4 .part1 .block3 h4 {
    position: initial;
  }
  #sec4 .part1 .block3 .block_body {
    margin-bottom: 0;
  }
  #sec4 .part1 .block4 {
    padding-top: 6vw;
  }
  #sec4 .part1 .block5 {
    padding-top: 6vw;
  }
  #sec4 .part1 .block5 .piece {
    margin: auto;
    max-width: 88vw;
    text-align: center;
    border: 1px solid white;
    padding: 6vw 4vw;
    position: relative;
  }
  #sec4 .part1 .block5 .piece::before {
    content: "";
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    top: 0;
    left: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    position: absolute;
  }
  #sec4 .part1 .block5 .piece h3 {
    color: white;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.4;
  }
  #sec4 .part1 .block5 .piece h3 small {
    font-size: 3.9vw;
    line-height: 2.4;
    border-top: 1px solid white;
    padding-top: 0;
    display: inline-block;
    margin-top: 2vw;
  }
  #sec4 .part1 .block5 .piece p {
    font-size: 3.2vw;
    line-height: 2;
    margin: 20px 0;
    color: white;
    text-align: center;
  }
  #sec4 .part1 .block5 .piece ul {
    display: inline-flex;
    flex-direction: column;
  }
  #sec4 .part1 .block5 .piece ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: white;
    font-size: 3.6vw;
    padding: 1vw 0;
  }
  #sec4 .part1 .block5 .piece ul li img {
    width: 5vw;
    margin-right: 4vw;
  }
  #sec4 .part2 {
    padding-bottom: 8vw;
    padding-top: 0;
  }
  #sec4 .part2 .block2 {
    width: 86.4vw;
    margin: auto;
  }
  #sec4 .part2 .block2 .piece {
    padding: 4vw;
  }
  #sec4 .part2 .block2 .piece h3 {
    font-size: 5.2vw;
    padding-bottom: 2vw;
  }
  #sec4 .part2 .block2 .piece p {
    font-size: 3.2vw;
  }
  #sec4 .part2 .block2 .piece ul li {
    font-size: 3.2vw;
  }
  #sec4 .part2 .block3 p {
    font-size: 4.4vw;
    padding-top: 8vw;
  }
  #sec6 {
    margin-top: 0;
    padding-bottom: 10vw;
  }
  #sec6 .part1 {
    max-width: 88vw;
    margin: auto;
    margin-top: 6vw;
    background: #DEDEDE;
    background-size: 60vw;
    background-position: center;
    padding: 4vw 2vw 4vw;
  }
  #sec6 .part1 h2 {
    color: #998830;
    text-align: center;
    font-size: 3.6vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
  #sec6 .part1 h3 {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 4.8vw;
    margin-bottom: 4.2vw;
    letter-spacing: 0.1em;
  }
  #sec6 .part1 p {
    line-height: 2;
    text-align: center;
    font-size: 3vw;
  }
  @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 {
    padding-top: 0;
  }
  #sec7 h2 {
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.4;
    padding-bottom: 6vw;
  }
  #sec7 .part1 {
    margin: auto;
    max-width: 88vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  #sec7 .part1 .block {
    max-width: 100%;
    margin-left: 0;
    padding: 6vw 4vw;
    margin-bottom: 4.8vw;
  }
  #sec7 .part1 .block h3 {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 4%;
  }
  #sec7 .part1 .block h3 span {
    height: 100%;
  }
  #sec7 .part1 .block p {
    font-size: 3.2vw;
    text-align: left;
    padding-bottom: 4%;
    line-height: 2;
    padding-top: 2vw;
  }
  #sec7 .part1 .block1 {
    position: relative;
    z-index: 2;
  }
  #sec7 .part1 .block2 {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-top: 0;
  }
  #sec7 .part1 .block3 {
    position: relative;
    z-index: 0;
    margin-top: 0%;
  }
  #sec7 .part2 h3 {
    font-size: 5.2vw;
    border-left: 1vw solid #998830;
    padding-left: 4vw;
    margin-bottom: 4vw;
  }
  #sec7 .part2 p {
    font-size: 3.6vw;
    margin-bottom: 8vw;
  }
  #sec8 .part1 {
    padding-top: 12vw;
    text-align: center;
  }
  #sec8 .part1 p {
    font-size: 5.6vw;
    padding-bottom: 4vw;
    font-weight: 700;
  }
  #sec8 h2 {
    font-size: 6.4vw;
    color: #DBD8C2;
    text-align: center;
    position: relative;
    margin-top: 8vw;
  }
  #sec8 .part2 .block {
    margin-top: 15vw;
  }
  #sec8 .part2 .block .flex_img {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  #sec8 .part2 .block .flex_img img {
    position: relative;
    z-index: 3;
    width: 88vw;
  }
  #sec8 .part2 .block .flex_body {
    padding: 0 4vw;
    padding-top: 6vw;
    position: relative;
  }
  #sec8 .part2 .block .flex_body h2 {
    font-size: 13.2vw;
  }
  #sec8 .part2 .block .flex_body h3 {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-top: 0;
    font-weight: 500;
  }
  #sec8 .part2 .block .flex_body p {
    font-size: 3.2vw;
    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: 3.2vw;
    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: 4.8vw;
    margin-top: 6vw;
    letter-spacing: 0.1em;
    margin-bottom: 8vw;
  }
  #sec9 {
    background: url(./../img/bg1.jpg);
    padding: 10vw 0 0;
  }
  #sec9 h3 {
    text-align: center;
    color: white;
    font-size: 5.8vw;
    padding-bottom: 40px;
    line-height: 1.6;
  }
  #sec9 h3 small {
    line-height: 1.6;
    font-size: 4.2vw;
  }
  #sec9 .part_body {
    padding-bottom: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #sec9 .part_body .block {
    margin: 4vw 10vw;
  }
  #sec10 {
    width: 100vw;
    padding: 0 10vw;
    margin: auto;
  }
  #sec10 h2 {
    font-size: 13.2vw;
  }
  #sec10 h3 {
    font-size: 4.8vw;
    margin-top: 0;
  }
  #sec10 .part1 .block {
    padding: 0 0;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid #998830;
    padding-bottom: 6vw;
    padding-top: 6vw;
  }
  #sec10 .part1 .block:last-child {
    margin-bottom: 0;
  }
  #sec10 .part1 .block::before {
    content: none;
  }
  #sec10 .part1 .block .flex_img {
    width: 100%;
  }
  #sec10 .part1 .block .flex_img img {
    width: 100%;
  }
  #sec10 .part1 .block .flex_body {
    text-align: center;
    position: relative;
    margin-top: 0;
    padding-left: 0;
  }
  #sec10 .part1 .block .flex_body > img {
    top: 0;
    width: 13.2vw;
  }
  #sec10 .part1 .block .flex_body h3 {
    font-size: 5.6vw;
    padding-bottom: 3vw;
    margin-top: 9.2vw;
    text-align: left;
  }
  #sec10 .part1 .block .flex_body p {
    color: #231900;
    font-size: 3.2vw;
    text-align: left;
    line-height: 2;
  }
  #sec10 .part1 .block.flex_img_left .flex_body {
    padding-left: 0;
    text-align: center;
  }
  #sec10 .part1 .block.flex_img_right .flex_body {
    padding-right: 0;
  }
  #sec11 {
    background: #998830;
    margin-top: 10vw;
    padding-bottom: 10vw;
  }
  #sec11 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
  #sec11 h2 img {
    width: 70px;
  }
  #sec11 h2 span {
    margin-left: 33px;
    font-size: 6.4vw;
    color: white;
  }
  #sec11 .part1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
  }
  #sec11 .part1 .block {
    margin: 3vw auto;
    border: 1px solid white;
    padding: 4vw 0;
    position: relative;
    max-width: 88vw;
    width: 100%;
  }
  #sec11 .part1 .block h3 {
    font-size: 6.9vw;
    color: white;
    text-align: center;
  }
  #sec11 .part1 .block p {
    font-size: 5.6vw;
    color: white;
    text-align: center;
  }
  #sec11 .part1 .block.block1::before {
    content: "";
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    position: absolute;
    left: -2vw;
    top: -2vw;
    border-left: 1px solid white;
    border-top: 1px solid white;
  }
  #sec11 .part1 .block.block2::before {
    content: "";
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  #sec12 {
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
  #sec12 h2 {
    font-size: 13.2vw;
    line-height: 1.4;
    padding-bottom: 0;
  }
  #sec12 h2 small {
    font-size: 3.9vw;
    line-height: 2.4;
    border-top: 1px solid #DBD8C2;
    padding-top: 2vw;
  }
  #sec12 h3 {
    font-size: 4.8vw;
    margin-top: -2vw;
  }
  #sec12 .part1 {
    max-width: 88vw;
    margin: auto;
    padding-top: 6vw;
  }
  #sec12 .part1 .block {
    margin-bottom: 6vw;
  }
  #sec12 .part1 .block h3 {
    font-size: 4.2vw;
    padding-bottom: 4vw;
  }
  #sec12 .part1 .block table {
    width: 100%;
    border-collapse: separate;
  }
  #sec12 .part1 .block table tr th {
    font-size: 4.2vw;
    color: white;
    text-align: center;
    background-color: #998830;
    width: 40%;
    border-bottom: 1px solid whtie;
  }
  #sec12 .part1 .block table tr td {
    text-align: center;
    color: #998830;
    font-size: 4.2vw;
    font-weight: bold;
    border: 1px solid #998830;
    letter-spacing: 0.04em;
  }
  #sec12 .part1 .block table tr td small {
    font-size: 3.6vw;
    padding: 0 3px;
  }
  #sec12 .part1 .block p {
    font-size: 3.2vw;
    padding-top: 2vw;
  }
  #sec12 .part2 {
    max-width: 88vw;
    margin: auto;
    margin-top: 10vw;
  }
  #sec12 .part2 .block h3 {
    text-align: center;
    font-size: 5.6vw;
  }
  #sec12 .part2 .block > p {
    font-size: 2.8vw;
    text-align: center;
    margin-top: 20px;
  }
  #sec12 .part2 .block .piece {
    margin-top: 6vw;
    background-color: #998830;
    padding: 4vw;
  }
  #sec12 .part2 .block .piece h4 {
    color: white;
    font-size: 3.2vw;
    font-weight: 500;
  }
  #sec12 .part2 .block .piece h4 strong {
    font-size: 4.2vw;
  }
  #sec12 .part2 .block .piece p {
    padding-top: 2vw;
    color: white;
    font-size: 2.8vw;
  }
  #sec12 .part2 .block .piece table {
    margin-top: 6vw;
  }
  #sec12 .part2 .block .piece table th {
    background-color: white;
    border: 2px solid #998830;
    font-size: 3.2vw;
    padding: 2vw;
    color: #4d4d4d;
  }
  #sec12 .part2 .block .piece table th strong {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #sec12 .part2 .block .piece table td {
    background: white;
    border: 2px solid #998830;
    text-align: center;
    font-size: 3.2vw;
    padding: 2vw 0;
    color: #4d4d4d;
  }
  #sec12 .part2 .block .piece table td .price {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #sec12 .part2 .block .piece table td strong {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #sec12 .part3 > h3 {
    text-align: center;
    font-size: 4vw;
    padding-top: 10vw;
  }
  #sec12 .part3 > p {
    font-size: 2.8vw;
    text-align: center;
    margin-top: 4vw;
  }
  #sec12 .part3 .part_body {
    padding-top: 8vw;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    margin: 0 4%;
  }
  #sec12 .part3 .part_body .block {
    flex: 1;
    border: 1px solid #998830;
    padding: 4vw;
  }
  #sec12 .part3 .part_body .block h3 {
    font-size: 3.6vw;
    color: #998830;
    margin-bottom: 4vw;
    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: 50%;
  }
  #sec12 .part3 .part_body .block .piece1 .piece_body {
    flex: 1;
  }
  #sec12 .part3 .part_body .block .piece1 .piece_body h4 {
    font-size: 3.2vw;
    text-align: center;
    padding-bottom: 2vw;
  }
  #sec12 .part3 .part_body .block .piece1 .piece_body table {
    width: 100%;
    margin-bottom: 1vw;
  }
  #sec12 .part3 .part_body .block .piece1 .piece_body table tr th {
    padding: 1vw 2vw;
    font-size: 3.2vw;
    border: 1px solid black;
  }
  #sec12 .part3 .part_body .block .piece1 .piece_body table tr td {
    padding: 1vw 2vw;
    text-align: center;
    font-size: 3.2vw;
    border: 1px solid black;
  }
  #sec12 .part3 .part_body .block .piece2 {
    padding-top: 6vw;
  }
  #sec12 .part3 .part_body .block .piece2 h4 {
    font-size: 3.2vw;
  }
  #sec12 .part3 .part_body .block .piece2 ul {
    margin-top: 4vw;
  }
  #sec12 .part3 .part_body .block .piece2 ul li {
    padding: 1vw 0;
    font-size: 3.2vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #sec12 .part3 .part_body .block .piece2 ul li::before {
    content: "●";
    font-size: 3.2vw;
    margin-right: 2vw;
  }
  #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: 2.8vw;
    text-align: center;
  }
  #sec12 .part3 .part_body .block2 .piece1 .piece_body table {
    margin-top: 2vw;
  }
  #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 {
    max-width: 88vw;
    margin: auto;
  }
  #sec12 .part4 h3 {
    text-align: center;
    font-size: 4vw;
    padding-top: 10vw;
    padding-bottom: 4vw;
  }
  #sec12 .part4 > p {
    font-size: 3.2vw;
    text-align: center;
    color: #333;
    padding-bottom: 4vw;
  }
  #sec12 .part4 > p small {
    font-size: 2.8vw;
  }
  #sec12 .part4 .part_body {
    padding: 4vw;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  #sec12 .part4 .part_body span {
    display: block;
    width: 6vw;
    border-top: 1px solid #DBD8C2;
    border-bottom: 1px solid #DBD8C2;
  }
  #sec12 .part4 .part_body span:first-child {
    border-left: 1px solid #DBD8C2;
  }
  #sec12 .part4 .part_body span:last-child {
    border-right: 1px solid #DBD8C2;
  }
  #sec12 .part4 .part_body p {
    font-size: 3.2vw;
  }
  #sec12 .part4 .part_body p small {
    font-size: 2.6vw;
  }
  #sec12 .part4 .part_body ul {
    flex: 1;
    padding: 4vw 0;
    max-width: 840px;
    width: 100%;
  }
  #sec12 .part4 .part_body ul li {
    padding: 1vw 0;
    padding-left: 8vw;
    font-size: 3vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
  #sec12 .part4 .part_body ul li::before {
    content: "";
    width: 5vw;
    height: 5vw;
    background: url(./../img/check2.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 1vw;
    margin-right: 0;
    position: absolute;
    left: 0;
  }
  #sec13 {
    background: url(./../img/sec13_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #sec13 h2 {
    font-size: 6.4vw;
    color: #998830;
    text-align: center;
    position: relative;
    margin-top: 0;
    padding-top: 10vw;
    padding-bottom: 4vw;
  }
  #sec13 h2::after {
    content: "";
    width: 16vw;
    height: 2px;
    background-color: #998830;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec13 .part1 {
    max-width: 88vw;
    width: 100%;
    margin: auto;
    margin-top: 6vw;
    padding-bottom: 10px;
  }
  #sec13 .part1 .block h3 {
    font-size: 4.2vw;
    padding-bottom: 3vw;
  }
  #sec13 .part1 .block img {
    width: 100%;
  }
  #sec13 .part1 .block table {
    margin: auto;
    max-width: 100%;
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  #sec13 .part1 .block table tr th {
    font-size: 3.2vw;
    color: white;
    text-align: left;
    padding: 2vw;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  #sec13 .part1 .block table tr td {
    font-size: 3.2vw;
    color: white;
    text-align: left;
    padding: 2vw;
    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: flex-start;
  }
  #sec14 .part1 .block .flex_img {
    position: relative;
    width: 100%;
  }
  #sec14 .part1 .block .flex_img img {
    height: auto;
    width: 100%;
  }
  #sec14 .part1 .block .flex_img h5 {
    left: 50%;
    text-align: center;
    z-index: 2;
    transform: translateX(-50%);
    bottom: 4vw;
    position: absolute;
    color: white;
    font-size: 2.8vw;
  }
  #sec14 .part1 .block .flex_img h5 span {
    font-size: 3.2vw;
    font-weight: bold;
  }
  #sec14 .part1 .block .flex_img h5 span strong {
    font-size: 4.2vw;
    font-weight: bold;
  }
  #sec14 .part1 .block .flex_body {
    background: #998830;
    margin-top: 0;
    padding: 4vw 6vw;
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
  #sec14 .part1 .block .flex_body h3 {
    font-size: 8.5vw;
    text-align: center;
    color: #DBD8C2;
    letter-spacing: 0.1em;
  }
  #sec14 .part1 .block .flex_body h4 {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #sec14 .part1 .block .flex_body .piece {
    padding-top: 6vw;
  }
  #sec14 .part1 .block .flex_body .piece h5 {
    font-size: 4.2vw;
    padding-bottom: 2.5vw;
  }
  #sec14 .part1 .block .flex_body .piece ul {
    padding-left: 4vw;
  }
  #sec14 .part1 .block .flex_body .piece ul li {
    padding: 3px 0;
    padding-left: 3vw;
    font-size: 3.2vw;
    list-style: "●";
  }
  #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: 3.2vw;
    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: 8vw;
  }
  #sec15 h2 {
    color: #998830;
    text-align: center;
    font-size: 8.5vw;
    line-height: 1.4;
    padding-bottom: 8vw;
  }
  #sec15 h2 small {
    font-size: 3.9vw;
    line-height: 2.4;
    border-top: 1px solid #998830;
    padding-top: 0;
    margin-top: 2vw;
    display: inline-block;
  }
  #sec15 .part1 {
    position: relative;
  }
  #sec15 .part1 .block1 {
    position: initial;
    bottom: 0;
    left: 10%;
    background: #998830;
    width: 100%;
    padding: 6vw 4vw;
    margin-top: 3vw;
    z-index: 2;
  }
  #sec15 .part1 .block1 h3 {
    color: white;
    font-size: 4.2vw;
    text-align: center;
  }
  #sec15 .part1 .block1 p {
    font-size: 3.2vw;
    max-width: 80vw;
    margin: auto;
    color: white;
    line-height: 2;
    letter-spacing: 0.14em;
    padding-top: 3vw;
  }
  .loadingImg {
    animation: fadeIn 2200ms cubic-bezier(0.47, 0, 0.745, 0.715) 1;
    height: unset;
    width: 60vw;
    margin: auto;
  }
  .loadingImg img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .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;
  }
  footer {
    padding: 10vw 0 0;
  }
  footer .part1 {
    max-width: 88vw;
    margin: auto;
    text-align: center;
  }
  footer .part1 img {
    width: 100%;
  }
  footer .part1 p {
    font-size: 3.2vw;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 5vw;
    line-height: 2;
  }
  footer .part2 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 6vw;
  }
  footer .part2 .block {
    margin: 3vw 10vw;
  }
  footer .part3 {
    padding: 6vw 4vw 10vw;
  }
  footer .part3 p {
    font-size: 3.2vw;
    color: #998830;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  footer .part4 {
    line-height: 0;
  }
}
@media screen and (max-width: 500px) {
  .visible-500 {
    display: block;
  }
  .hidden-500 {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */