@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #624636;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  text-decoration: none;
  color: #624636;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.8;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

.hidden {
  display: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.wdi_feed_item {
  margin-bottom: 20px !important;
}

.wdi_feed_container, .wdi_photo_wrap_inner {
  border: none !important;
}

.wdi_feed_container, .wdi_feed_wrapper {
  background: none !important;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 70px;
  }
}

.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}

.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notpg-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 {
    position: static;
  }
}

.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 9px;
  text-indent: 9px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}

.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 150px 0;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 0 0 100px 0;
  }
}

.notpg-wrap .inner p {
  line-height: 1.5;
  text-align: center;
}

.heading-wrap {
  position: relative;
  z-index: 1;
}

.heading-wrap.type1 h2 {
  text-align: center;
}

.heading-wrap.type1 h2 + .description-wrap {
  margin-top: 5px;
}

.heading-wrap.type1 h2 img {
  position: relative;
  z-index: 2;
  top: 25px;
  width: 380px;
  max-width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type1 h2 img {
    width: 375px;
  }
}

.heading-wrap.type1 .description-wrap p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.heading-wrap.type2.color1 h2 .logo svg {
  fill: #ec6d74;
}

.heading-wrap.type2.color1 h2 .text {
  color: #ec6d74;
}

.heading-wrap.type2.color2 h2 .logo svg {
  fill: #6bc8f2;
}

.heading-wrap.type2.color2 h2 .text {
  color: #6bc8f2;
}

.heading-wrap.type2.color3 h2 .logo svg {
  fill: #4663a2;
}

.heading-wrap.type2.color3 h2 .text {
  color: #4663a2;
}

.heading-wrap.type2.color4 h2 .logo svg {
  fill: #00592a;
}

.heading-wrap.type2.color4 h2 .text {
  color: #00592a;
}

.heading-wrap.type2 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.heading-wrap.type2 h2 + .description-wrap {
  margin-top: 20px;
}

.heading-wrap.type2 h2 .logo svg, .heading-wrap.type2 h2 .logo img {
  width: 120px;
  height: 32px;
}

.heading-wrap.type2 h2 .text {
  margin-left: 20px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 h2 .text {
    margin-left: 0;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-indent: 1px;
    text-align: center;
  }
}

.heading-wrap.type2 .description-wrap p {
  line-height: 1.41;
  text-align: center;
}

.page-img-wrap {
  position: relative;
}

.page-img-wrap .page-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img {
    height: 330px;
  }
}

.page-img-wrap .page-img.newspg {
  background: url(../img/news/newspg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.newspg {
    background: url(../img/news/newspg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.snspg {
  height: 1050px;
  background: url(../img/sns/snspg-main-img.jpg) bottom center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.snspg {
    height: 415px;
    background: url(../img/sns/snspg-main-img_sp.jpg) bottom center/cover no-repeat;
  }
}

.page-img-wrap .page-img.snspg img {
  max-width: 100%;
}

.page-img-wrap .page-img.conceptpg1 {
  height: 980px;
  background: url(../img/concept/concept1/conceptpg1-main-img.jpg) bottom center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.conceptpg1 {
    height: 330px;
    background: url(../img/concept/concept1/conceptpg1-main-img_sp.jpg) bottom center/cover no-repeat;
  }
}

.page-img-wrap .page-img.conceptpg2 {
  height: 980px;
  background: url(../img/concept/concept2/conceptpg2-main-img.jpg) bottom center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.conceptpg2 {
    height: 330px;
    background: url(../img/concept/concept2/conceptpg2-main-img_sp.jpg) bottom center/cover no-repeat;
  }
}

.page-img-wrap .page-img.conceptpg3 {
  height: 980px;
  background: url(../img/concept/concept3/conceptpg3-main-img.jpg) bottom center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.conceptpg3 {
    height: 330px;
    background: url(../img/concept/concept3/conceptpg3-main-img_sp.jpg) bottom center/cover no-repeat;
  }
}

.page-img-wrap .page-img.conceptpg4 {
  height: 980px;
  background: url(../img/concept/concept4/conceptpg4-main-img.jpg) bottom center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.conceptpg4 {
    height: 330px;
    background: url(../img/concept/concept4/conceptpg4-main-img_sp.jpg) bottom center/cover no-repeat;
  }
}

.page-img-wrap .page-img.conceptpg5 {
  height: 980px;
  background: url(../img/concept/concept5/conceptpg5-main-img.jpg) bottom center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.conceptpg5 {
    height: 330px;
    background: url(../img/concept/concept5/conceptpg5-main-img_sp.jpg) bottom center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg1 {
  height: 750px;
  background: url(../img/product/product1/productpg1-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg1 {
    height: 330px;
    background: url(../img/product/product1/productpg1-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg2 {
  height: 750px;
  background: url(../img/product/product2/productpg2-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg2 {
    height: 330px;
    background: url(../img/product/product2/productpg2-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg3 {
  height: 750px;
  background: url(../img/product/product3/productpg3-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg3 {
    height: 330px;
    background: url(../img/product/product3/productpg3-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg4 {
  height: 750px;
  background: url(../img/product/product4/productpg4-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg4 {
    height: 330px;
    background: url(../img/product/product4/productpg4-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg6 {
  height: 750px;
  background: url(../img/product/product6/productpg6-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg6 {
    height: 330px;
    background: url(../img/product/product6/productpg6-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg7 {
  height: 750px;
  background: url(../img/product/product7/productpg7-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg7 {
    height: 330px;
    background: url(../img/product/product7/productpg7-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.productpg8 {
  height: 750px;
  background: url(../img/product/product8/productpg8-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.productpg8 {
    height: 330px;
    background: url(../img/product/product8/productpg8-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.tablet {
  height: 854px;
}

.page-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-img-wrap .page-title h1 {
  position: relative;
}

.page-img-wrap .page-title h1 .newspg-title-en {
  width: 161px;
  height: 120px;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 .newspg-title-en {
    width: 120px;
    height: 89px;
  }
}

.sec-wrap.page-description .inner {
  padding: 90px 0 90px 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.page-description .inner {
    padding: 65px 0 65px 0;
  }
}

.sec-wrap.page-description .inner .content-wrap .content .text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  text-indent: 4px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.page-description .inner .content-wrap .content .text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.sec-wrap.page-description .inner .content-wrap .content .text h3 .mark {
  font-size: 10px;
}

.sec-wrap.page-description .inner .content-wrap .content .text p {
  margin-top: 30px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.sec-wrap.product-link .inner {
  margin-top: 200px;
  padding: 90px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.product-link .inner {
    margin-top: 0;
    padding: 65px 0 65px 0;
  }
}

.sec-wrap.product-link .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-wrap.product-link .inner .content-wrap .content .item-wrap .item {
  width: 33.333%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 961px) {
  .sec-wrap.product-link .inner .content-wrap .content .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .sec-wrap.product-link .inner .content-wrap .content .item-wrap .item {
    width: 50%;
  }
}

.sec-wrap.product-link .inner .content-wrap .content .item-wrap .item:first-of-type, .sec-wrap.product-link .inner .content-wrap .content .item-wrap .item:nth-of-type(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.product-link .inner .content-wrap .content .item-wrap .item:first-of-type, .sec-wrap.product-link .inner .content-wrap .content .item-wrap .item:nth-of-type(2) {
    width: 100%;
  }
}

.sec-wrap.product-link .inner .content-wrap .content .item-wrap .item.null {
  pointer-events: none;
}

.sec-wrap.product-link .inner .content-wrap .content .item-wrap .item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body.top .sec-wrap.product-link .inner, body.home .sec-wrap.product-link .inner {
  margin-top: 0;
}

.sec-wrap.concept-link .inner {
  padding: 90px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.concept-link .inner {
    padding: 65px 0 65px 0;
  }
}

.sec-wrap.concept-link .inner .content-wrap .content .heading-wrap h2 img {
  top: 40px;
}

.sec-wrap.concept-link .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
  background: #e6dfce;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 {
    padding: 50px 0;
  }
}

.sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item {
  width: 50%;
  /*
              &:after{
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: '';
                width: 320px;
                height: 95px;
                margin: auto;
                background: rgba(#956134, 0.7);
                mix-blend-mode: multiply;
                overflow: hidden;
              }
              .text-wrap{
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                .text{
                  position: relative;
                  z-index: 2;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  flex-direction: column;
                  width: 320px;
                  height: 95px;
                  border: 1px solid #fff;
                  h3{
                    .jp{
                      display: block;
                      color: $base-font-color2;
                      font-family: $base-font2;
                      font-weight: $fw-regular;
                      letter-spacing: 5px;
                      text-indent: 5px;
                      text-align: center;
                    }
                    .en{
                      display: block;
                      color: $base-font-color2;
                      font-family: $base-font2;
                      font-size: 24px;
                      font-weight: $fw-regular;
                      line-height: 1.5;
                      text-align: center;
                    }
                  }
                  .btn{
                    margin-top: 5px;
                  }
                }
              }
              */
}

@media print, screen and (min-width: 961px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item:hover {
    opacity: 0.8;
    /*
                  img{
                    transform: scale(1.05);
                  }
                  .text-wrap{
                    .btn{
                      background: $background-color2;
                      color: $base-font-color1;
                    }
                  }
                  */
  }
}

@media only screen and (max-width: 767px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item {
    width: 100%;
  }
}

.sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item:first-of-type, .sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item:nth-of-type(2) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item:first-of-type, .sec-wrap.concept-link .inner .content-wrap .content .item-wrap.type2 .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}

.sec-wrap.concept-link .inner .content-wrap .content .item-wrap .item {
  position: relative;
  display: block;
  width: 20%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media print, screen and (min-width: 961px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap .item {
    width: 100%;
  }
  .sec-wrap.concept-link .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.sec-wrap.concept-link .inner .content-wrap .content .item-wrap .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sec-wrap.page-link {
  position: relative;
}

.sec-wrap.page-link:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .sec-wrap.page-link:before {
    display: none;
  }
}

.sec-wrap.page-link .inner {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.page-link .inner {
    padding-top: 70px;
  }
}

.sec-wrap.page-link .inner.type2 {
  padding: 65px 0;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.page-link .inner.type2 {
    padding: 40px 0;
  }
}

.sec-wrap.page-link .inner .content-wrap .content .heading-wrap h2 img {
  position: static;
}

.sec-wrap.page-link .inner .content-wrap .content .heading-wrap h2 img.logo-type2 {
  width: 104px;
  height: 35px;
}

.sec-wrap.page-link .inner .content-wrap .content .heading-wrap + .item-wrap {
  margin-top: 50px;
}

.sec-wrap.page-link .inner .content-wrap .content .item-wrap.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-wrap.page-link .inner .content-wrap .content .item-wrap.type1 .item {
  width: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 961px) {
  .sec-wrap.page-link .inner .content-wrap .content .item-wrap.type1 .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .sec-wrap.page-link .inner .content-wrap .content .item-wrap.type1 .item {
    width: 100%;
  }
}

.sec-wrap.page-link .inner .content-wrap .content .item-wrap.type1 .item img {
  width: 100%;
  height: auto;
}

.sec-wrap.page-link .inner .content-wrap .content .item-wrap.type2 .item {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*
              &.republicpg{
                width: 100%;
                height: 500px;
                background: url(../img/shared/republicpg-link-item-bg.jpg) center center / cover no-repeat;
                @include media(){
                  height: 300px;
                }
                a{
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  height: 100%;
                  .republicpg-link{
                    width: 650px;
                    height: auto;
                    max-width: 100%;
                    @include media(){
                      width: 315px;
                    }
                  }
                }
              }
              */
}

@media print, screen and (min-width: 961px) {
  .sec-wrap.page-link .inner .content-wrap .content .item-wrap.type2 .item:hover {
    opacity: 0.8;
  }
}

.sec-wrap.page-link .inner .content-wrap .content .item-wrap.type2 .item a img {
  max-width: 100%;
}

body.news .sec-wrap.page-link:before, body.post-type-archive-news .sec-wrap.page-link:before, body.sns .sec-wrap.page-link:before, body.post-type-archive-sns .sec-wrap.page-link:before {
  display: none;
}

.sec-wrap.sns-link .inner {
  padding: 90px 0 90px 0;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.sns-link .inner {
    padding: 65px 0 65px 0;
    padding-top: 70px;
  }
}

.sec-wrap.sns-link .inner .content-wrap .content .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-wrap.sns-link .inner .content-wrap .content .sns-link a:not(:first-of-type) {
  margin-left: 23px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.sns-link .inner .content-wrap .content .sns-link a:not(:first-of-type) {
    margin-left: 20px;
  }
}

.sec-wrap.sns-link .inner .content-wrap .content .sns-link a .instagram {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.sns-link .inner .content-wrap .content .sns-link a .instagram {
    width: 40px;
    height: 40px;
  }
}

.sec-wrap.sns-link .inner .content-wrap .content .sns-link a .facebook {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.sns-link .inner .content-wrap .content .sns-link a .facebook {
    width: 40px;
    height: 40px;
  }
}

.sec-wrap.sns-link .inner .content-wrap .content .sns-link a .twitter {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.sns-link .inner .content-wrap .content .sns-link a .twitter {
    width: 40px;
    height: 40px;
  }
}

.sec-wrap.sns-link .inner .content-wrap .content .title-wrap {
  margin-top: 12px;
  text-align: center;
}

.sec-wrap.sns-link .inner .content-wrap .content .title-wrap .follow-me {
  width: 79px;
  height: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-wrap.sns-link .inner .content-wrap .content .title-wrap .follow-me {
    width: 69px;
    height: 8px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 15px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 6px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.btn.type1 {
  border: 1px solid #624636;
  color: #624636;
}

@media only screen and (max-width: 767px) {
  .btn.type1 {
    background: #624636;
    color: #fff;
  }
}

.btn.type1.color2 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.btn.type2 {
  width: 325px;
  height: 63px;
  margin-top: 30px;
  background: #624636;
  border-radius: 0;
}

@media print, screen and (min-width: 961px) {
  .btn.type2:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .btn.type2 {
    margin-top: 50px;
  }
}

.btn.type2.color2 {
  background: -webkit-linear-gradient(190deg, #9f5c24 1%, #9f5c24 16%, #d4a038 25%, #b56f1e 36%, #f0d784 70%, #a96823 84%, #884229 91%);
  background: -o-linear-gradient(190deg, #9f5c24 1%, #9f5c24 16%, #d4a038 25%, #b56f1e 36%, #f0d784 70%, #a96823 84%, #884229 91%);
  background: linear-gradient(-100deg, #9f5c24 1%, #9f5c24 16%, #d4a038 25%, #b56f1e 36%, #f0d784 70%, #a96823 84%, #884229 91%);
}

.btn.type2.color2 a span {
  color: #624636;
}

.btn.type2.color3 {
  background: -webkit-linear-gradient(190deg, #da942e 1%, #da942e 16%, #f0bc3c 25%, #e2a522 36%, #fff6a8 70%, #d1932c 84%, #bd7a37 91%);
  background: -o-linear-gradient(190deg, #da942e 1%, #da942e 16%, #f0bc3c 25%, #e2a522 36%, #fff6a8 70%, #d1932c 84%, #bd7a37 91%);
  background: linear-gradient(-100deg, #da942e 1%, #da942e 16%, #f0bc3c 25%, #e2a522 36%, #fff6a8 70%, #d1932c 84%, #bd7a37 91%);
}

.btn.type2.color3 a span {
  color: #624636;
}

.btn.type2.color4 {
  background: #ed6c00;
}

.btn.type2.color4 a span {
  color: #fff;
}

.btn.type2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.btn.type2 a span {
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}

.btn.type2 a span.main {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 4px;
  text-indent: 4px;
}

.btn.type2 a span.sub {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  text-indent: 3px;
}

.btn.type3 {
  width: 345px;
  height: 60px;
  margin-top: 50px;
  background: #624636;
  border-radius: 23px;
}

@media print, screen and (min-width: 961px) {
  .btn.type3:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .btn.type3 {
    width: 335px;
    height: 50px;
    margin-top: 30px;
    border-radius: 18px;
  }
}

.btn.type3.color1 {
  background: #ec6d74;
}

.btn.type3.color2 {
  background: #6bc8f2;
}

.btn.type3.color3 {
  background: #4663a2;
}

.btn.type3.color4 {
  background: #00592a;
}

.btn.type3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn.type3 a span {
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  text-indent: 2.5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn.type3 a span {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

#loader-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  z-index: 10000;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  /*
  .loader-subwrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 800px;
    max-width: 100%;
    .logo{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      opacity: 0;
      animation: loader 1s linear forwards;
      svg{
        //width: 192px;
        //height: 189px;
        width: 130px;
        height: 128px;
        fill: $theme-color;
        @include media(){
          width: 130px;
          height: 128px;
        }
      }
    }
    .copy{
      margin-top: 30px;
      opacity: 0;
      animation: loader 1s linear forwards;
      animation-delay: 1.2s;
      svg{
        //width: 91px;
        //height: 198px;
        width: 75px;
        height: 163px;
        fill: $theme-color;
        @include media(){
          width: 75px;
          height: 163px;
        }
      }
    }
  }
  */
}

@media only screen and (max-width: 767px) {
  #loading {
    padding-top: 0;
  }
}

#loading .loader-subwrap {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1140px;
  max-width: 100%;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  #loading .loader-subwrap {
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#loading .loader-subwrap h1, #loading .loader-subwrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  opacity: 0;
  -webkit-animation: loader 1s linear forwards;
  animation: loader 1s linear forwards;
}

#loading .loader-subwrap h1 svg, #loading .loader-subwrap .logo svg {
  width: 192px;
  height: 189px;
  fill: #624636;
}

@media only screen and (max-width: 767px) {
  #loading .loader-subwrap h1 svg, #loading .loader-subwrap .logo svg {
    width: 130px;
    height: 128px;
  }
}

#loading .loader-subwrap .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  margin-top: 60px;
  opacity: 0;
  -webkit-animation: loader 1s linear forwards;
  animation: loader 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media only screen and (max-width: 767px) {
  #loading .loader-subwrap .copy {
    margin-top: 30px;
  }
}

#loading .loader-subwrap .copy svg {
  width: 91px;
  height: 198px;
  fill: #624636;
}

@media only screen and (max-width: 767px) {
  #loading .loader-subwrap .copy svg {
    width: 75px;
    height: 163px;
  }
}

@-webkit-keyframes loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

.sa--rl {
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.sa--down {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask p, .mask img {
  opacity: 0;
}

.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}

.mask.animate-in:before, .mask.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.animate-in:before {
  background-color: #fff;
}

.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}

.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s .6s ease;
  animation: mask--lr 1s .6s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}

.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s .6s ease;
  animation: mask--rl 1s .6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 10px);
    transform: rotate(0deg) translate(0, 10px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 10px);
    transform: rotate(0deg) translate(0, 10px);
    opacity: 0;
  }
}

.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

.marker-animation.active {
  background-position: -100% 1em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffda36));
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}

.marker-animation:nth-child(3) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.marker2 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.marker3 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

@-webkit-keyframes color-change {
  0% {
    fill: #624636;
  }
  30% {
    fill: #624636;
  }
  33% {
    fill: #fff;
  }
  63% {
    fill: #fff;
  }
  66% {
    fill: #624636;
  }
  100% {
    fill: #624636;
  }
}

@keyframes color-change {
  0% {
    fill: #624636;
  }
  30% {
    fill: #624636;
  }
  33% {
    fill: #fff;
  }
  63% {
    fill: #fff;
  }
  66% {
    fill: #624636;
  }
  100% {
    fill: #624636;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.slider-wrap .slider.toppg .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-wrap .slider.toppg .slider-item.tablet {
  height: 854px;
}

.slider-wrap .slider.toppg .slider-item:nth-of-type(1) {
  background: url(../img/top/toppg-main-img1.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item:nth-of-type(1) {
    background: url(../img/top/toppg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}

.slider-wrap .slider.toppg .slider-item:nth-of-type(2) {
  background: url(../img/top/toppg-main-img2.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item:nth-of-type(2) {
    background: url(../img/top/toppg-main-img2_sp.jpg) center center/cover no-repeat;
  }
}

.slider-wrap .slider.toppg .slider-item:nth-of-type(3) {
  background: url(../img/top/toppg-main-img3.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item:nth-of-type(3) {
    background: url(../img/top/toppg-main-img3_sp.jpg) center center/cover no-repeat;
  }
}

.slider-wrap .slider.toppg .slider-item:nth-of-type(3) .logo-wrap .logo-subwrap .logo svg, .slider-wrap .slider.toppg .slider-item:nth-of-type(3) .logo-wrap .logo-subwrap .copy svg {
  fill: #fff;
}

.slider-wrap .slider.toppg .slider-item:nth-of-type(4) {
  background: url(../img/top/toppg-main-img4.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item:nth-of-type(4) {
    background: url(../img/top/toppg-main-img4_sp.jpg) center center/cover no-repeat;
  }
}

.slider-wrap .slider.toppg .slider-item .logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item .logo-wrap {
    padding-top: 0;
  }
}

.slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1140px;
  max-width: 100%;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap {
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap h1, .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}

.slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap h1 svg, .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .logo svg {
  width: 192px;
  height: 189px;
  fill: #624636;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap h1 svg, .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .logo svg {
    width: 130px;
    height: 128px;
    fill: #fff;
  }
}

.slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .copy {
    margin-top: 30px;
  }
}

.slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .copy svg {
  width: 91px;
  height: 198px;
  fill: #624636;
}

@media only screen and (max-width: 767px) {
  .slider-wrap .slider.toppg .slider-item .logo-wrap .logo-subwrap .copy svg {
    width: 75px;
    height: 163px;
    fill: #fff;
  }
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

/* Images */
/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  /* 重要 */
}

.slider-prev {
  left: -100px;
}

.slider-next {
  right: -100px;
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    height: 37px;
  }
}

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

@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.header-wrap.normal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap.normal.adjustment .header-subwrap {
  background: rgba(255, 255, 255, 0.95);
}

.header-wrap.normal.top .header-subwrap .header-logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.header-wrap.normal.top .header-subwrap .header-logo img {
  width: 110px;
  height: 85px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .header-logo img {
    width: 65px;
    height: 50px;
  }
}

.header-wrap.normal .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 0 60px 0 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
    padding: 0 0 0 15px;
  }
}

.header-wrap.normal .header-subwrap .pickup-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap {
    display: none;
  }
}

.header-wrap.normal .header-subwrap .pickup-link-wrap .sns-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.normal .header-subwrap .pickup-link-wrap .sns-link-wrap a:not(:first-of-type) {
  margin-left: 10px;
}

.header-wrap.normal .header-subwrap .pickup-link-wrap .sns-link-wrap a img.instagram {
  width: 25px;
  height: 25px;
}

.header-wrap.normal .header-subwrap .pickup-link-wrap .sns-link-wrap a img.facebook {
  width: 25px;
  height: 25px;
}

.header-wrap.normal .header-subwrap .pickup-link-wrap .sns-link-wrap a img.twitter {
  width: 25px;
  height: 25px;
}

.header-wrap.normal .header-subwrap .header-logo {
  position: absolute;
  top: 43px;
  right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo {
    top: 50%;
    left: 0;
    right: 0;
    width: 65px;
    height: 50px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
  }
}

.header-wrap.normal .header-subwrap .header-logo.adjustment {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: auto;
}

.header-wrap.normal .header-subwrap .header-logo.adjustment img {
  width: 110px;
  height: 85px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo.adjustment img {
    width: 65px;
    height: 50px;
  }
}

.header-wrap.normal .header-subwrap .header-logo img {
  width: 130px;
  height: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo img {
    width: 65px;
    height: 50px;
  }
}

.header-wrap.normal .header-subwrap .nav-wrap {
  width: 560px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #624636;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .inner {
    padding: 45px 0 0 0;
  }
}

.header-wrap.normal .header-subwrap .nav-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-logo {
    display: block;
    text-align: center;
  }
}

.header-wrap.normal .header-subwrap .nav-logo img {
  width: 121px;
  height: 93px;
  max-width: 100%;
}

.header-wrap.normal .header-subwrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 40px 40px 145px 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item {
  position: relative;
  padding: 25px 20px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item {
    width: 100%;
    height: 45px;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item:not(:first-of-type):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 19px;
  background: #624636;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item:not(:first-of-type):before {
    display: none;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn {
    display: block;
    height: auto;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn.active .nav-item-title {
    border-bottom: 1px solid #fff;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn.active .nav-item-title:after {
    background: url(../img/shared/minus.svg) center center/contain no-repeat;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .nav-item-title {
  position: relative;
  width: 100%;
  color: #624636;
  font-size: 13px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .nav-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 5px;
    color: #fff;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .nav-item-title:after {
    position: absolute;
    top: 50%;
    right: 5px;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/shared/plus.svg) center center/contain no-repeat;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap {
  position: absolute;
  top: 65px;
  left: 0;
  display: none;
  width: 265px;
  padding: 20px 20px;
  border-radius: 10px;
  background: #624636;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 15px;
    border-radius: 0;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap.active {
  display: block;
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #624636;
  border-left: 7px solid transparent;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap:before {
    display: none;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-subwrap {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-subwrap {
    padding: 10px 0;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-item {
    height: 45px;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-item a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/shared/nav-arrow.svg) center center/contain no-repeat;
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-item a span {
  width: 200px;
  max-width: 90%;
  color: #fff;
  font-size: 13px;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.nav-dropdown-btn .dropdown-menu-wrap .dropdown-menu-item a span {
    width: 250px;
    max-width: 100%;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item a {
  display: block;
}

@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item a:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/shared/nav-arrow.svg) center center/contain no-repeat;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item a span {
  color: #624636;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item a span {
    color: #fff;
  }
}

.header-wrap.normal .header-subwrap .burger-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .burger-btn {
    display: block;
    width: 70px;
    height: 70px;
    z-index: 1000;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(1) {
    background-color: #fff;
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar {
    width: 24px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar span {
    width: 100%;
    height: 2px;
    background-color: #624636;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}

.footer-wrap {
  position: relative;
  /*
  &:after{
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 30px;
    mix-blend-mode: multiply;
    background: url(../img/shared/border-type1.png) center center / cover no-repeat;
    filter: blur(1px);
  }
  */
}

.footer-wrap:before {
  position: absolute;
  z-index: 0;
  top: -15px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .footer-wrap:before {
    top: -10px;
    height: 10px;
  }
}

.footer-wrap .inner {
  padding: 30px 20px 30px 20px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner {
    padding: 30px 20px 20px 20px;
  }
}

.footer-wrap .inner .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap {
    display: block;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 {
    display: block;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .logo {
  text-align: center;
}

.footer-wrap .inner .content-wrap .content.sec1 .logo img {
  width: 193px;
  height: 150px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .logo img {
    width: 120px;
    height: 93px;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .info-wrap {
  margin-left: 88px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .info-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .info-wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .info-wrap .head {
    display: block;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .info-wrap .head h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .info-wrap .head h4 {
    font-size: 12px;
    text-align: center;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .info-wrap .head p {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .info-wrap .head p {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .info-wrap p {
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .info-wrap p.tel {
  margin-top: 7px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec1 .info-wrap p.tel {
    margin-top: 0;
    font-size: 16px;
  }
}

.footer-wrap .inner .content-wrap .content.sec1 .info-wrap .copyright {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec2 {
    margin-top: 30px;
  }
}

.footer-wrap .inner .content-wrap .content.sec2 .footer-nav {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec2 .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec2 .footer-nav li {
    text-align: center;
  }
  .footer-wrap .inner .content-wrap .content.sec2 .footer-nav li:nth-of-type(3) {
    width: 100%;
  }
}

.footer-wrap .inner .content-wrap .content.sec2 .footer-nav li a {
  font-size: 12px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec2 .footer-nav li a {
    padding: 0 8px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner .content-wrap .content.sec2 .copyright {
    margin-top: 35px;
    font-size: 10px;
    text-align: center;
  }
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-img-wrap.tablet {
  height: 854px;
}

.main-img-wrap .frame {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.main-img-wrap .frame img {
  max-width: 100%;
  vertical-align: bottom;
}

.main-img-wrap .scd-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-img-wrap .scd-wrap .scroll {
  width: 41px;
  height: 6px;
}

.main-img-wrap .scd-wrap .arrow {
  width: 16px;
  height: 9px;
  margin-top: 10px;
  -webkit-animation: scd 1s ease infinite;
  animation: scd 1s ease infinite;
}

.main-img-wrap .scd-wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

/*
.toppg-sec1-wrap{
  .inner{
    padding: $inner-padding;
    padding-left: $inner-padding-left;
    padding-right: $inner-padding-right;
    @include media(){
      padding: $inner-padding_sp;
    }
    .content-wrap{
      .content{
        .text{
          h3{
            font-family: $base-font2n;
            font-size: 20px;
            font-weight: $fw-medium;
            line-height: 1.5;
            letter-spacing: $heading-letter-spacing1;
            text-align: center;
            text-indent: $heading-letter-spacing1;
            @include media(){
              letter-spacing: 2px;
            }
            span{
              position: relative;
              margin-left: 5px;
              @include media(){
                display: block;
                margin-left: 0;
                margin-top: 15px;
              }
              &:after{
                position: absolute;
                top: -10px;
                left: 0;
                right: 0;
                content: 'リバードリパブリック';
                margin: auto;
                font-size: 10px;
              }
            }
          }
          p{
            margin-top: 30px;
            font-family: $base-font2;
            text-align: center;
          }
        }
      }
    }
  }
}
*/
.toppg-sec2-wrap .inner {
  padding: 90px 0 90px 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item {
  width: 240px;
  max-width: 100%;
  margin: 0 20px;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item:hover .item-content .btn {
    color: #fff;
    background: #624636;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .img-wrap {
  /*
              position: relative;
              display: block;
              width: 100%;
              height: 0;
              padding-top: 90.16%;
              overflow: hidden;
              */
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .img-wrap img {
  max-width: 100%;
  height: auto;
  /*
                position: absolute;
                z-index: -1;
                top: -100%;
                left: -100%;
                right: -100%;
                bottom: -100%;
                margin: auto;
                width: auto;
                height: auto;
                min-width: 100%;
                min-height: 100%;
                */
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content {
  margin-top: 12px;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .date {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
  text-align: center;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 15px;
  margin-top: 15px;
  border: 1px solid #624636;
  border-radius: 6px;
  color: #624636;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .btn {
    color: #fff;
    background: #624636;
  }
}

/*
.toppg-sec3-wrap{
  .inner{
    padding: $inner-padding;
    @include media(){
      padding: $inner-padding_sp;
    }
    .content-wrap{
      .content{
        .item-wrap{
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap;
          .item{
            width: 33.333%;
            //border: 1px solid $color2;
            transition: 0.3s;
            @include media(lg){
              &:hover{
                opacity: 0.8;
              }
            }
            @include media(){
              width: 50%;
            }
            &:first-of-type,&:nth-of-type(2){
              width: 50%;
              @include media(){
                width: 100%;
              }
            }
            img{
              width: 100%;
              height: auto;
              vertical-align: bottom;
            }
          }
        }
      }
    }
  }
}
*/
.toppg-sec4-wrap .inner {
  padding: 90px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.toppg-sec4-wrap .inner .content-wrap .content .heading-wrap h2 img {
  position: static;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .content-wrap .content .item-wrap {
    margin-top: 50px;
  }
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item:hover {
    opacity: 0.8;
  }
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 170px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 60px;
  }
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .img-wrap img {
  width: 100%;
  height: auto;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap {
  margin-top: 30px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head {
  text-align: center;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head img {
  max-width: 100%;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head img.toppg-sec4-heading-img1 {
  width: 119px;
  height: 34px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head img.toppg-sec4-heading-img2 {
  width: 228px;
  height: 33px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head img.toppg-sec4-heading-img3 {
  width: 229px;
  height: 33px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head img.toppg-sec4-heading-img4 {
  width: 122px;
  height: 32px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .head img.toppg-sec4-heading-img5 {
  width: 229px;
  height: 32px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .text {
  margin-top: 20px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .text h4 {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .text p {
  margin-top: 20px;
  text-align: center;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .btn {
  width: 200px;
  height: 40px;
  margin-top: 25px;
}

.toppg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text-wrap .btn .main {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 2px;
}

/*
.toppg-sec5-wrap{
  position: relative;
  &:before{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 15px;
    mix-blend-mode: multiply;
    background: $background-color10;
    filter: blur(1px);
    @include media(){
      display: none;
    }
  }
  .inner{
    padding-top: 100px;
    @include media(){
      padding-top: 70px;
    }
    .content-wrap{
      .content{
        .heading-wrap{
          h2{
            img{
              position: static;
              &.logo-type2{
                width: 104px;
                height: 35px;
              }
            }
          }
          & + .item-wrap{
            margin-top: 50px;
          }
        }
        .item-wrap{
          &.type1{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            .item{
              width: 50%;
              transition: 0.3s;
              @include media(lg){
                &:hover{
                  opacity: 0.8;
                }
              }
              @include media(){
                width: 100%;
              }
              img{
                width: 100%;
                height: auto;
              }
            }
          }
          &.type2{
            .item{
              position: relative;
              transition: 0.3s;
              @include media(lg){
                &:hover{
                  opacity: 0.8;
                }
              }
              &.republicpg{
                width: 100%;
                height: 500px;
                background: url(../img/shared/republicpg-link-item-bg.jpg) center center / cover no-repeat;
                @include media(){
                  height: 300px;
                }
                a{
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  height: 100%;
                  .republicpg-link{
                    width: 650px;
                    height: auto;
                    max-width: 100%;
                    @include media(){
                      width: 315px;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
*/
/*
.toppg-sec6-wrap{
  .inner{
    padding: $inner-padding;
    padding-top: 100px;
    @include media(){
      padding: $inner-padding_sp;
      padding-top: 70px;
    }
    .content-wrap{
      .content{
        .sns-link{
          display: flex;
          justify-content: center;
          align-items: center;
          a{
            &:not(:first-of-type){
              margin-left: 23px;
              @include media(){
                margin-left: 20px;
              }
            }
            .instagram{
              width: 50px;
              height: 50px;
              @include media(){
                width: 40px;
                height: 40px;
              }
            }
            .facebook{
              width: 50px;
              height: 50px;
              @include media(){
                width: 40px;
                height: 40px;
              }
            }
            .twitter{
              width: 50px;
              height: 50px;
              @include media(){
                width: 40px;
                height: 40px;
              }
            }
          }
        }
        .title-wrap{
          margin-top: 12px;
          text-align: center;
          .follow-me{
            width: 79px;
            height: 10px;
            @include media(){
              width: 69px;
              height: 8px;
            }
          }
        }
      }
    }
  }
}
*/
.newspg-sec2-wrap {
  position: relative;
}

.newspg-sec2-wrap:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap:before {
    display: none;
  }
}

.newspg-sec2-wrap .inner {
  position: relative;
  z-index: 1;
  padding: 90px 0 90px 0;
  padding-top: 50px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 100px;
  }
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .heading {
  text-align: center;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .heading img {
  width: 185px;
  height: 64px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .heading img {
    width: 155px;
    height: 54px;
  }
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .heading .heading-img-wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .heading .heading-img-wrap {
    margin-top: 30px;
  }
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .heading .heading-img-wrap img {
  width: 100%;
  height: auto;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 315px;
    margin-top: 20px;
  }
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap {
  position: relative;
  width: 366px;
  max-width: 100%;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap:before, .newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap:before {
  top: -15px;
  right: -15px;
  background: url(../img/news/img-frame-right.png) center center/contain no-repeat;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap:after {
  bottom: -15px;
  left: -15px;
  background: url(../img/news/img-frame-left.png) center center/contain no-repeat;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap span {
  /*
                  position: relative;
                  display: block;
                  width: 100%;
                  height: 0;
                  padding-top: 77.91%;
                  overflow: hidden;
                  */
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .img-wrap img {
  max-width: 100%;
  height: auto;
  /*
                  position: absolute;
                  z-index: -1;
                  top: -100%;
                  left: -100%;
                  right: -100%;
                  bottom: -100%;
                  margin: auto;
                  width: auto;
                  height: auto;
                  min-width: 100%;
                  min-height: 100%;
                  */
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .text-wrap {
  width: 400px;
  max-width: 100%;
  margin-right: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .text-wrap {
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 0;
  }
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .text-wrap .head .date {
  font-size: 12px;
  font-weight: bold;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .text-wrap .head .title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .text-wrap .text {
  margin-top: 20px;
}

.newspg-sec2-wrap .inner .content-wrap .content .item-wrap .item .item-content .text-wrap .text p {
  line-height: 1.8;
}

/*
.newspg-sec5-wrap.sec-wrap.page-link{
  &:before{
    display: none;
  }
}
*/
.postpg-wrap .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 90px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.post-item {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.post-item .head .date {
  line-height: 1.5;
}

.post-item .head .title {
  font-size: 26px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .post-item .head .title {
    font-size: 22px;
  }
}

.post-item .thumb {
  margin-top: 10px;
}

.post-item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.post-item .content {
  margin-top: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.post-item .content p, .post-item .content a {
  line-height: 1.5;
}

.post-item .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.back-to-index {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .back-to-index {
    margin-top: 30px;
  }
}

.back-to-index:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 800px;
  height: 1px;
  margin: auto;
  background: #eee;
}

.back-to-index a {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 12px;
  color: #624636;
  letter-spacing: 1px;
}

@media print, screen and (min-width: 961px) {
  .back-to-index a:hover {
    color: #fff;
    background: #624636;
  }
}

@media only screen and (max-width: 767px) {
  .back-to-index a {
    width: 30%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #624636;
  }
}

.back-to-index a.back {
  position: absolute;
  top: 0;
  left: 0;
}

.back-to-index a.next {
  position: absolute;
  top: 0;
  right: 0;
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #231815;
  color: #231815;
}

.pagination a:hover {
  color: #fff;
  background: #231815;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #fff;
  background: #231815;
}

.pagination .next, .pagination .prev {
  font-weight: bold;
  border: none;
}

.conceptpg-sec2-wrap {
  position: relative;
}

.conceptpg-sec2-wrap:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap:before {
    display: none;
  }
}

.conceptpg-sec2-wrap .inner {
  padding: 90px 0 90px 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content {
    display: block;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .head {
  display: none;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content .head {
    display: block;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .head h2 {
  text-align: center;
}

.conceptpg-sec2-wrap .inner .content-wrap .content .head h2 img {
  width: 220px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content .head + .img-wrap {
    margin-top: 15px;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .img-wrap {
  width: 425px;
  max-width: 100%;
}

.conceptpg-sec2-wrap .inner .content-wrap .content .img-wrap img {
  max-width: 100%;
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap {
    margin-top: 30px;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h2 {
    display: none;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h2 img {
  width: 220px;
  max-width: 100%;
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h2 + h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h2 + h3 {
    margin-top: 0;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h3 .logo {
  display: block;
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h3 .logo img {
  display: block;
  width: 124px;
  height: 7px;
  margin: 0 auto;
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h3 .main {
  display: block;
  margin-top: 5px;
  color: #00592a;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap h3 .main {
    font-size: 16px;
  }
}

.conceptpg-sec2-wrap .inner .content-wrap .content .text-wrap p {
  margin-top: 25px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.conceptpg-sec3-wrap .inner {
  padding: 90px 0 90px 0;
  padding-top: 120px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.conceptpg-sec3-wrap .inner .content-wrap .content.sec1 {
  position: relative;
}

.conceptpg-sec3-wrap .inner .content-wrap .content.sec1:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner .content-wrap .content.sec1:before {
    display: none;
  }
}

.conceptpg-sec3-wrap .inner .content-wrap .content.sec1 .conceptpg-sec3-img-wrap {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.conceptpg-sec3-wrap .inner .content-wrap .content.sec1 .conceptpg-sec3-img-wrap img {
  width: 600px;
  max-width: 100%;
}

.conceptpg-sec3-wrap .inner .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner .content-wrap .content.sec2 {
    display: block;
  }
}

.conceptpg-sec3-wrap .inner .content-wrap .content .img-wrap {
  position: relative;
  z-index: 2;
  top: -30px;
  width: 425px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner .content-wrap .content .img-wrap {
    top: -20px;
    right: -20px;
    width: 250px;
    margin: 0 0 0 auto;
  }
}

.conceptpg-sec3-wrap .inner .content-wrap .content .img-wrap img {
  max-width: 100%;
}

.conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap {
    margin-top: 8px;
  }
}

.conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap h3 .logo {
  display: block;
}

.conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap h3 .logo img {
  display: block;
  width: 124px;
  height: 7px;
  margin: 0 auto;
}

.conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap h3 .main {
  display: block;
  margin-top: 5px;
  color: #00592a;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap h3 .main {
    font-size: 16px;
  }
}

.conceptpg-sec3-wrap .inner .content-wrap .content .text-wrap p {
  margin-top: 25px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.conceptpg-sec4-wrap {
  position: relative;
}

.conceptpg-sec4-wrap:before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap:before {
    display: none;
  }
}

.conceptpg-sec4-wrap .inner {
  padding: 90px 0 90px 0;
  padding-top: 120px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.conceptpg-sec4-wrap .inner .content-wrap {
  position: relative;
}

.conceptpg-sec4-wrap .inner .content-wrap .conceptpg-sec4-bg {
  width: 100%;
  height: 520px;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .inner .content-wrap .conceptpg-sec4-bg {
    height: 200px;
  }
}

.conceptpg-sec4-wrap .inner .content-wrap .conceptpg-sec4-bg.conceptpg1 {
  background: url(../img/concept/concept1/conceptpg1-sec4-bg1.jpg) center center/cover no-repeat;
}

.conceptpg-sec4-wrap .inner .content-wrap .conceptpg-sec4-bg.conceptpg4 {
  background: url(../img/concept/concept4/conceptpg4-sec4-bg1.jpg) center center/cover no-repeat;
}

.conceptpg-sec4-wrap .inner .content-wrap .conceptpg-sec4-bg.conceptpg5 {
  background: url(../img/concept/concept5/conceptpg5-sec4-bg1.jpg) center center/cover no-repeat;
}

.conceptpg-sec4-wrap .inner .content-wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .inner .content-wrap .content {
    position: static;
    display: block;
  }
}

.conceptpg-sec4-wrap .inner .content-wrap .content .img-wrap {
  width: 425px;
  max-width: 100%;
}

.conceptpg-sec4-wrap .inner .content-wrap .content .img-wrap img {
  max-width: 100%;
}

.conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 395px;
  height: 100%;
  max-width: 100%;
  padding: 50px 50px;
  background: rgba(0, 89, 42, 0.5);
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap {
    margin: 0 auto;
    padding: 35px 20px;
  }
}

.conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap .text h3 .logo {
  display: block;
}

.conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap .text h3 .logo img {
  display: block;
  width: 124px;
  height: 7px;
  margin: 0 auto;
}

.conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap .text h3 .main {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap .text h3 .main {
    font-size: 16px;
  }
}

.conceptpg-sec4-wrap .inner .content-wrap .content .text-wrap .text p {
  margin-top: 25px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.conceptpg-sec5-wrap {
  position: relative;
}

.conceptpg-sec5-wrap:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap:before {
    display: none;
  }
}

.conceptpg-sec5-wrap .inner {
  padding: 90px 0 90px 0;
  padding-top: 120px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.conceptpg-sec5-wrap .inner .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .inner .content-wrap .content {
    display: block;
  }
}

.conceptpg-sec5-wrap .inner .content-wrap .content .img-wrap {
  width: 600px;
  max-width: 100%;
}

.conceptpg-sec5-wrap .inner .content-wrap .content .img-wrap img {
  max-width: 100%;
}

.conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap {
    margin-top: 30px;
  }
}

.conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap h3 .logo {
  display: block;
}

.conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap h3 .logo img {
  display: block;
  width: 124px;
  height: 7px;
  margin: 0 auto;
}

.conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap h3 .main {
  display: block;
  margin-top: 5px;
  color: #00592a;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap h3 .main {
    font-size: 16px;
  }
}

.conceptpg-sec5-wrap .inner .content-wrap .content .text-wrap p {
  margin-top: 25px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.productpg-sec2-wrap .inner {
  padding: 90px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.productpg-sec2-wrap .inner .content-wrap {
  position: relative;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec1 .img-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec1 .img-wrap img {
  max-width: 100%;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec2 {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content.sec2 {
    margin-top: 30px;
  }
}

.productpg-sec2-wrap .inner .content-wrap .content.sec2.type2 {
  margin-top: 0;
  padding: 120px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content.sec2.type2 {
    padding: 70px 0 40px 0;
  }
}

.productpg-sec2-wrap .inner .content-wrap .content.sec2 .img-wrap {
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec2 .img-wrap.productpg7-sec2-img2 {
  position: absolute;
  right: -120px;
  bottom: 0;
  width: 350px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content.sec2 .img-wrap.productpg7-sec2-img2 {
    position: static;
    width: 250px;
    margin-top: 30px;
  }
}

.productpg-sec2-wrap .inner .content-wrap .content.sec2 .img-wrap img {
  max-width: 100%;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec3 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content.sec3 {
    margin-top: 30px;
  }
}

.productpg-sec2-wrap .inner .content-wrap .content.sec3 .img-wrap {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec3 .img-wrap.type2 {
  width: 100%;
}

.productpg-sec2-wrap .inner .content-wrap .content.sec3 .img-wrap img {
  max-width: 100%;
}

.productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text:not(:first-of-type) {
    margin-top: 60px;
  }
}

.productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  text-indent: 4px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text h3 .mark {
  font-size: 10px;
}

.productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .productpg-sec2-wrap .inner .content-wrap .content .text-wrap .text p {
    font-size: 14px;
  }
}

.productpg-sec3-wrap .inner {
  padding: 90px 0 90px 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content {
  padding: 200px 20px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content {
    padding: 75px 0;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content:first-of-type {
  padding-top: 0;
}

.productpg-sec3-wrap .inner .content-wrap .content.type2 {
  background: #231815;
  color: #b28247;
}

.productpg-sec3-wrap .inner .content-wrap .content.type3 {
  background: #f3f3ea;
  color: #b28247;
}

.productpg-sec3-wrap .inner .content-wrap .content.type4 {
  color: #b28247;
}

.productpg-sec3-wrap .inner .content-wrap .content.type5 {
  color: #ed6c00;
}

.productpg-sec3-wrap .inner .content-wrap .content .heading-img-wrap {
  position: relative;
}

.productpg-sec3-wrap .inner .content-wrap .content .heading-img-wrap:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 15px;
  mix-blend-mode: multiply;
  background: -webkit-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(at bottom center, rgba(179, 130, 71, 0.3) 0%, rgba(179, 130, 71, 0.3) 5%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .heading-img-wrap:before {
    display: none;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .heading-img-wrap .img-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.productpg-sec3-wrap .inner .content-wrap .content .heading-img-wrap .img-wrap img {
  max-width: 100%;
}

.productpg-sec3-wrap .inner .content-wrap .content .description-wrap {
  margin-top: 30px;
}

.productpg-sec3-wrap .inner .content-wrap .content .description-wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  text-indent: 4px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .description-wrap h3 {
    font-size: 16px;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .description-wrap h3 .mark {
  font-size: 10px;
}

.productpg-sec3-wrap .inner .content-wrap .content .description-wrap h3 + p {
  margin-top: 10px;
}

.productpg-sec3-wrap .inner .content-wrap .content .description-wrap p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .description-wrap p {
    font-size: 14px;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap {
  margin-top: 100px;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 120px;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head {
  text-align: center;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img {
  width: 200px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img {
    width: 180px;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img.productpg1-item-head-img4, .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img.productpg1-item-head-img5, .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img.productpg4-item-head-img1 {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img.productpg1-item-head-img4, .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img.productpg1-item-head-img5, .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .head img.productpg4-item-head-img1 {
    width: 250px;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .description {
  margin-top: 10px;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .description p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .description p {
    font-size: 14px;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap {
  margin: 0 auto;
  margin-top: 50px;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap.type2 {
  width: 960px;
  max-width: 100%;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 70px 15px;
}

@media only screen and (max-width: 767px) {
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li {
    margin: 0 auto;
  }
  .productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li:not(:first-of-type) {
    margin-top: 45px;
  }
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .img-wrap {
  width: 180px;
  text-align: center;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .img-wrap.type2 {
  width: 230px;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .img-wrap img {
  max-width: 100%;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap.type2 h3 .sub {
  color: #b28247;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap.type2 h3 .main {
  background: -webkit-linear-gradient(190deg, #9f5c24 1%, #9f5c24 16%, #d4a038 25%, #b56f1e 36%, #f0d784 70%, #a96823 84%, #884229 91%);
  background: -o-linear-gradient(190deg, #9f5c24 1%, #9f5c24 16%, #d4a038 25%, #b56f1e 36%, #f0d784 70%, #a96823 84%, #884229 91%);
  background: linear-gradient(-100deg, #9f5c24 1%, #9f5c24 16%, #d4a038 25%, #b56f1e 36%, #f0d784 70%, #a96823 84%, #884229 91%);
  color: #624636;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap.type3 h3 .sub {
  color: #b28247;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap.type3 h3 .main {
  background: -webkit-linear-gradient(190deg, #da942e 1%, #da942e 16%, #f0bc3c 25%, #e2a522 36%, #fff6a8 70%, #d1932c 84%, #bd7a37 91%);
  background: -o-linear-gradient(190deg, #da942e 1%, #da942e 16%, #f0bc3c 25%, #e2a522 36%, #fff6a8 70%, #d1932c 84%, #bd7a37 91%);
  background: linear-gradient(-100deg, #da942e 1%, #da942e 16%, #f0bc3c 25%, #e2a522 36%, #fff6a8 70%, #d1932c 84%, #bd7a37 91%);
  color: #624636;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap.type4 h3 .sub {
  color: #ed6c00;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap.type4 h3 .main {
  background: #ed6c00;
  color: #fff;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap h3 {
  margin-top: 5px;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap h3 .sub {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.productpg-sec3-wrap .inner .content-wrap .content .item-wrap .item .list-wrap ul li .title-wrap h3 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  min-width: 150px;
  margin-top: 5px;
  padding: 2px 15px 2px 15px;
  background: #624636;
  border-radius: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.snspg-sec1-2-wrap {
  background: #faf6ee;
}

.snspg-sec1-2-wrap .inner {
  padding: 150px 0 150px 0;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px;
  background: #fff;
  border: 2px solid #ec6d74;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content {
    width: 335px;
    padding: 25px 20px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text h3 .main {
  display: block;
  color: #ec6d74;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text h3 .main {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text h3 .main + .sub {
  margin-top: 20px;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text h4 {
    font-size: 15px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text h5 {
    font-size: 15px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text ul {
  list-style: none;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text ul + h4 {
  margin-top: 30px;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text ul + h5 {
  margin-top: 20px;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text ul li {
  font-size: 15px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text ul li {
    font-size: 13px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text ul li .emphasis {
  color: #ec6d74;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text p {
    font-size: 13px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text p.description {
  margin-top: 20px;
  color: #ec6d74;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text p.description {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text p + h4 {
  margin-top: 30px;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap {
    display: block;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap + h4 {
  margin-top: 30px;
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap .btn {
  width: 415px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap .btn {
    margin: 0 auto;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap .btn:not(:first-of-type) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap .btn:not(:first-of-type) {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.snspg-sec1-2-wrap .inner .content-wrap .content .text .btn-wrap .btn span {
  font-size: 14px;
  letter-spacing: 1px;
  text-indent: 1px;
}

.snspg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.snspg-sec2-wrap .inner .content-wrap .content .text h3 .sub {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.snspg-sec2-wrap .inner .content-wrap .content .text h3 .sub + .main {
  margin-top: 10px;
}

.snspg-sec2-wrap .inner .content-wrap .content .text h3 .main {
  display: block;
  font-size: 36px;
  line-height: 1.38;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec2-wrap .inner .content-wrap .content .text h3 .main {
    font-size: 24px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.snspg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .category-wrap {
  margin-top: 40px;
  padding: 30px 0;
  background: #fce6e4;
}

.snspg-sec3-wrap .inner .content-wrap .content .category-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .category-wrap ul {
    display: block;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .category-wrap ul li {
  margin: 0 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .category-wrap ul li {
    margin: 0;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .item-wrap {
    width: 335px;
    margin-top: 50px;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .item-wrap .item {
  display: block;
  width: 210px;
  max-width: 100%;
  margin: 0 20px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 961px) {
  .snspg-sec3-wrap .inner .content-wrap .content .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .item-wrap .item {
    width: 155px;
    margin-bottom: 20px;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.snspg-sec3-wrap .inner .content-wrap .content .item-wrap .item .text .date {
  font-size: 14px;
}

.snspg-sec3-wrap .inner .content-wrap .content .item-wrap .item .text .title {
  font-size: 12px;
  line-height: 1.3;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap {
  position: relative;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 60px 45px 50px 45px;
  border: 2px solid #ec6d74;
  border-radius: 25px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .detai-wrap {
    width: 335px;
    padding: 60px 25px 50px 25px;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding: 5px 20px;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .sub {
  display: block;
  background: #fff;
  color: #ec6d74;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main {
  position: relative;
  display: block;
  background: #fff;
  color: #ec6d74;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main:before, .snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main:after {
  position: absolute;
  bottom: 3px;
  content: '';
  width: 3px;
  height: 25px;
  background: #ec6d74;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main:before, .snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main:after {
    bottom: 4px;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main:before {
  left: -1px;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .head .main:after {
  right: -1px;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl:not(:first-of-type) {
  margin-top: 20px;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 20px;
  border: 1px solid #ec6d74;
  border-radius: 3px;
  color: #ec6d74;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dd {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dd {
    line-height: 1.3;
  }
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dd span {
  color: #ec6d74;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .message {
  display: inline-block;
  margin-top: 30px;
  padding: 2px 30px;
  border: 1px solid #ec6d74;
  color: #ec6d74;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.snspg-sec3-wrap .inner .content-wrap .content .detai-wrap .text .notes {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.snspg-sec4-wrap .inner {
  padding: 150px 0 150px 0;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .category-wrap {
  margin-top: 40px;
  padding: 30px 0;
  background: #d3edfb;
}

.snspg-sec4-wrap .inner .content-wrap .content .category-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .category-wrap ul {
    display: block;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .category-wrap ul li {
  margin: 0 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .category-wrap ul li {
    margin: 0;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .item-wrap {
    width: 335px;
    margin-top: 50px;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .item-wrap .item {
  display: block;
  width: 210px;
  max-width: 100%;
  margin: 0 20px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 961px) {
  .snspg-sec4-wrap .inner .content-wrap .content .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .item-wrap .item {
    width: 155px;
    margin-bottom: 20px;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.snspg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text .date {
  font-size: 14px;
}

.snspg-sec4-wrap .inner .content-wrap .content .item-wrap .item .text .title {
  font-size: 12px;
  line-height: 1.3;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap {
  position: relative;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 60px 45px 50px 45px;
  border: 2px solid #6bc8f2;
  border-radius: 25px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .detai-wrap {
    width: 335px;
    padding: 60px 25px 50px 25px;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding: 5px 20px;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .sub {
  display: block;
  background: #fff;
  color: #6bc8f2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main {
  position: relative;
  display: block;
  background: #fff;
  color: #6bc8f2;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4px;
  text-indent: 4px;
  text-align: center;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main:before, .snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main:after {
  position: absolute;
  bottom: 3px;
  content: '';
  width: 3px;
  height: 25px;
  background: #6bc8f2;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main:before, .snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main:after {
    bottom: 4px;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main:before {
  left: -1px;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .head .main:after {
  right: -1px;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl:not(:first-of-type) {
  margin-top: 20px;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 20px;
  border: 1px solid #6bc8f2;
  border-radius: 3px;
  color: #6bc8f2;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dd {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dd {
    line-height: 1.3;
  }
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .dl-wrap dl dd span {
  color: #6bc8f2;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .message {
  display: inline-block;
  margin-top: 30px;
  padding: 2px 30px;
  border: 1px solid #6bc8f2;
  color: #6bc8f2;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.snspg-sec4-wrap .inner .content-wrap .content .detai-wrap .text .notes {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.snspg-sec5-wrap .inner {
  padding: 150px 0 150px 0;
}

@media only screen and (max-width: 767px) {
  .snspg-sec5-wrap .inner {
    padding: 65px 0 65px 0;
  }
}

.snspg-sec5-wrap .inner .content-wrap .content .description-wrap {
  text-align: center;
}

.snspg-sec5-wrap .inner .content-wrap .content .description-wrap .message {
  display: inline-block;
  margin-top: 30px;
  padding: 2px 15px;
  border: 1px solid #4663a2;
  color: #4663a2;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.snspg-sec5-wrap .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec5-wrap .inner .content-wrap .content .item-wrap {
    width: 335px;
    margin-top: 50px;
  }
}

.snspg-sec5-wrap .inner .content-wrap .content .item-wrap .item {
  display: block;
  width: 210px;
  max-width: 100%;
  margin: 0 20px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 961px) {
  .snspg-sec5-wrap .inner .content-wrap .content .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .snspg-sec5-wrap .inner .content-wrap .content .item-wrap .item {
    width: 155px;
    margin-bottom: 20px;
  }
}

.snspg-sec5-wrap .inner .content-wrap .content .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.snspg-sec5-wrap .inner .content-wrap .content .item-wrap .item .text .date {
  font-size: 14px;
}

.snspg-sec5-wrap .inner .content-wrap .content .item-wrap .item .text .title {
  font-size: 12px;
  line-height: 1.3;
}

.snspg-sec6-wrap {
  display: none;
  background: #faf6ee;
}

.snspg-sec6-wrap .inner {
  margin-top: 200px;
  padding: 150px 0 150px 0;
}

@media only screen and (max-width: 767px) {
  .snspg-sec6-wrap .inner {
    margin-top: 50px;
    padding: 65px 0 65px 0;
  }
}

.snspg-sec6-wrap .inner .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .snspg-sec6-wrap .inner .content-wrap .content .item-wrap {
    width: 335px;
    margin-top: 50px;
  }
}

.snspg-sec6-wrap .inner .content-wrap .content .item-wrap .item {
  position: relative;
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 0 20px;
  padding-top: 24.445%;
}

@media only screen and (max-width: 767px) {
  .snspg-sec6-wrap .inner .content-wrap .content .item-wrap .item {
    width: 335px;
    padding-top: 56.5%;
  }
  .snspg-sec6-wrap .inner .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.snspg-sec6-wrap .inner .content-wrap .content .item-wrap .item video, .snspg-sec6-wrap .inner .content-wrap .content .item-wrap .item iframe, .snspg-sec6-wrap .inner .content-wrap .content .item-wrap .item img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
