main {
  padding-top: 8.23vw;
}

.txt-a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: 1s;
}
.txt-a span {
  transition: 1s;
  display: flex;
  color: #000000;
  text-decoration: underline;
  -webkit-text-decoration-color: #D20B1B;
          text-decoration-color: #D20B1B;
  text-underline-offset: 0.4vw;
  text-decoration-thickness: 2px;
}
.txt-a svg {
  display: flex;
  width: 1.875vw;
  height: 1.875vw;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  gap: 1vw;
}
.txt-a:hover span {
  color: #D20B1B;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 75px;
  }
  .txt-a {
    gap: 5px;
  }
  .txt-a span {
    text-underline-offset: 6px;
    font-size: 16px;
  }
  .txt-a svg {
    display: flex;
    width: 20px;
    height: 20px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .slider-box {
  position: relative;
  height: 46.5104166667vw;
}
section#mv_area .slider-box .mv-slider {
  width: 100%;
  height: 100%;
}
section#mv_area .slider-box .swiper-slide a {
  width: 100%;
  height: 100%;
}
section#mv_area .slider-box:after {
  background: url(../img/wave.webp) center no-repeat;
  background-size: cover;
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5vw;
  width: 100%;
  height: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .slider-box {
    position: relative;
    height: 72vw;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area {
  position: relative;
}
section#news_area .inner {
  padding: 4.4791666667vw 0 0;
}
section#news_area .txt-h2 {
  line-height: 1;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
section#news_area .txt-h2 span {
  display: block;
  line-height: 1;
  padding-bottom: 0.5vw;
}
section#news_area .txt-h2 img {
  width: auto;
  height: 1.8229166667vw;
}
section#news_area .list-box {
  margin-top: 2.34375vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
section#news_area .list-box .txt-d {
  line-height: 1;
  transition: 1s;
}
section#news_area .list-box .txt-c {
  background: #D20B1B;
  color: #ffffff;
  border: solid 1px #D20B1B;
  box-sizing: border-box;
  width: 7.2916666667vw;
  height: 1.8229166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2604166667vw;
  transition: 1s;
}
section#news_area .list-box .txt-h3 {
  line-height: 1.3em;
  transition: 1s;
}
section#news_area .list-box a {
  display: flex;
  align-items: center;
  color: #000000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5625vw 1.05vw;
  gap: 1.5625vw;
  border-bottom: solid 1px #909090;
  position: relative;
}
section#news_area .list-box a:hover .txt-d {
  color: #D20B1B;
}
section#news_area .list-box a:hover .txt-c {
  background: #ffffff;
  color: #D20B1B;
}
section#news_area .list-box a:hover .txt-h3 {
  color: #D20B1B;
}
section#news_area .list-box a:hover svg {
  right: 0;
}
section#news_area .list-box a:hover svg path {
  fill: #D20B1B;
}
section#news_area .list-box li {
  width: 100%;
}
section#news_area .list-box li:first-child a {
  border-top: solid 1px #909090;
}
section#news_area .txt-a {
  justify-content: flex-end;
  margin-right: 0;
  margin-top: 2.8125vw;
}

@media screen and (max-width: 767px) {
  section#news_area {
    position: relative;
  }
  section#news_area .inner {
    padding: 50px 0 0;
  }
  section#news_area .txt-h2 {
    font-size: 22px;
    gap: 10px;
  }
  section#news_area .txt-h2 span {
    padding-bottom: 0;
  }
  section#news_area .txt-h2 img {
    width: auto;
    height: 25px;
  }
  section#news_area .list-box {
    margin-top: 30px;
  }
  section#news_area .list-box .txt-d {
    font-size: 13px;
  }
  section#news_area .list-box .txt-c {
    width: 140px;
    height: 25px;
    border-radius: 5px;
    font-size: 12px;
  }
  section#news_area .list-box .txt-h3 {
    width: 100%;
    font-size: 14px;
  }
  section#news_area .list-box a {
    flex-wrap: wrap;
    padding: 15px 10px;
    gap: 10px;
  }
  section#news_area .txt-a {
    margin-top: 40px;
  }
}
/*==========================================================================
section#whois_area
========================================================================== */
section#whois_area {
  position: relative;
  padding-top: 5.2083333333vw;
  padding-bottom: 12.03125vw;
}
section#whois_area:after {
  content: "";
  background: #F6F4ED;
  width: 100%;
  height: 25vw;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
section#whois_area .character1 {
  position: absolute;
  top: 3vw;
  left: 6.6145833333vw;
  width: 12.35vw;
  height: 10.5vw;
  transform: rotate(-21deg);
}
section#whois_area .character2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.35vw;
  height: 10.5vw;
  -webkit-animation: walking-across 15s linear infinite;
          animation: walking-across 15s linear infinite;
  display: none;
}
section#whois_area .character3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11vw;
  -webkit-animation: walking-across2 18s linear infinite;
          animation: walking-across2 18s linear infinite;
  z-index: 1;
}
@-webkit-keyframes walking-across {
  0% {
    left: 100%;
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  50% {
    left: 50%;
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-15deg);
  }
  70% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(15deg);
  }
  100% {
    left: -10%;
    transform: rotate(-15deg);
  }
}
@keyframes walking-across {
  0% {
    left: 100%;
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  50% {
    left: 50%;
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-15deg);
  }
  70% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(15deg);
  }
  100% {
    left: -10%;
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes walking-across2 {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: -10%;
  }
}
@keyframes walking-across2 {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: -10%;
  }
}
section#whois_area .inner {
  background: url(../img/bg_whois.webp) center no-repeat;
  background-position: top center;
  background-size: 140%;
  padding-top: 7.8125vw;
}
section#whois_area .txt-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 2.6041666667vw;
}
section#whois_area .txt-h2 img {
  width: auto;
  height: 1.8229166667vw;
}
section#whois_area .txt-h3 {
  width: auto;
  height: 4.5052083333vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
section#whois_area .txt-h3 img {
  width: auto;
}
section#whois_area .cd-box {
  display: flex;
}
section#whois_area .cd-box .img-box {
  width: 36%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-right: -0.7vw;
  transform: rotate(-7deg);
}
section#whois_area .cd-box .txt-box {
  position: relative;
  z-index: 1;
  width: 52.46%;
  box-sizing: border-box;
  border: solid 0.2604166667vw #248C61;
  background: #ffffff;
  border-radius: 0.5208333333vw;
  padding: 1.5625vw 0;
}
section#whois_area .cd-box .txt-box .txt-h4 {
  width: auto;
  height: 2.1354166667vw;
  text-align: center;
  margin-bottom: 0.78125vw;
}
section#whois_area .cd-box .txt-box .txt-h4 img {
  width: auto;
}
section#whois_area .cd-box .txt-box .txt-p {
  text-align: center;
}
section#whois_area .cd-box .txt-box .points {
  display: flex;
  justify-content: center;
  gap: 0.6770833333vw;
  margin-top: 1.05vw;
}
section#whois_area .cd-box .txt-box .points .txt-l {
  padding: 0.37vw 1.5625vw;
  border: solid 0.15625vw #D20B1B;
  box-sizing: border-box;
  min-width: 9.7916666667vw;
  border-radius: 42px;
  line-height: 1;
  color: #D20B1B;
  text-align: center;
}
section#whois_area .list-box {
  margin-top: 5.2083333333vw;
  display: flex;
  justify-content: space-between;
}
section#whois_area .list-box .txt-h5 {
  position: absolute;
  top: -1.6927083333vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.965vw 1.91vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  line-height: 1;
  background: #D20B1B;
  max-height: 65px;
  border-radius: 65px;
}
section#whois_area .list-box .img-box {
  width: auto;
  height: 4.4270833333vw;
  text-align: center;
  margin-bottom: 1.40625vw;
}
section#whois_area .list-box .img-box img {
  width: auto;
}
section#whois_area .list-box .txt-h6 {
  text-align: center;
  margin-bottom: 1.05vw;
  height: 3.45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
section#whois_area .list-box .txt-p {
  text-align: center;
  position: relative;
}
section#whois_area .list-box li {
  width: 31.2%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 3.3854166667vw 1.8229166667vw 1.3020833333vw;
  position: relative;
  border-radius: 0.5208333333vw;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
section#whois_area .list-box li:nth-child(2) .txt-h5 {
  background: #248C61;
}
section#whois_area .list-box li:nth-child(2) .txt-h6 {
  color: #248C61;
}
section#whois_area .list-box li:nth-child(3) .txt-h5 {
  background: #E55A8B;
}
section#whois_area .txt-a {
  margin: 0;
  margin-top: 3.3854166667vw;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  section#whois_area {
    position: relative;
    padding-top: 120px;
    padding-bottom: 125px;
  }
  section#whois_area .character1 {
    width: 119px;
    height: 100px;
    top: 30px;
    left: 20px;
    transform: rotate(-5deg);
  }
  section#whois_area .character2 {
    width: 119px;
    height: 100px;
  }
  section#whois_area .character3 {
    width: 119px;
    height: 114px;
    -webkit-animation: walking-across2 5s linear infinite;
            animation: walking-across2 5s linear infinite;
  }
  section#whois_area:after {
    height: 50%;
  }
  section#whois_area .inner {
    background: url(../img/bg_whois.webp) center no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 60px;
  }
  section#whois_area .txt-h2 {
    font-size: 22px;
    gap: 10px;
    margin-bottom: 40px;
  }
  section#whois_area .txt-h2 img {
    width: auto;
    height: 25px;
  }
  section#whois_area .txt-h3 {
    height: 42px;
    margin-bottom: 30px;
  }
  section#whois_area .txt-h3 img {
    width: auto;
  }
  section#whois_area .cd-box {
    flex-wrap: wrap;
  }
  section#whois_area .cd-box .img-box {
    width: 80%;
    margin: 0 auto;
  }
  section#whois_area .cd-box .txt-box {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
    border-width: 2px;
  }
  section#whois_area .cd-box .txt-box .txt-h4 {
    height: 26px;
    margin-bottom: 20px;
  }
  section#whois_area .cd-box .txt-box .txt-p {
    font-size: 14px;
    text-align: start;
  }
  section#whois_area .cd-box .txt-box .points {
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  section#whois_area .cd-box .txt-box .points .txt-l {
    font-size: 16px;
    padding: 8px 25px;
    border-width: 1px;
    box-sizing: border-box;
    min-width: 101px;
    border-radius: 42px;
    line-height: 1;
    color: #D20B1B;
    text-align: center;
  }
  section#whois_area .list-box {
    margin-top: 60px;
    flex-wrap: wrap;
  }
  section#whois_area .list-box .txt-h5 {
    position: absolute;
    top: -22px;
    left: 50%;
    padding: 14px 30px;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
  }
  section#whois_area .list-box .img-box {
    width: auto;
    height: 85px;
    margin-bottom: 20px;
  }
  section#whois_area .list-box .txt-h6 {
    margin-bottom: 20px;
    height: initial;
    font-size: 20px;
  }
  section#whois_area .list-box .txt-p {
    font-size: 14px;
  }
  section#whois_area .list-box li {
    width: 100%;
    padding: 50px 20px 30px;
    border-radius: 5px;
  }
  section#whois_area .list-box li:nth-child(n+2) {
    margin-top: 60px;
  }
  section#whois_area .txt-a {
    margin: 0;
    margin-top: 40px;
    margin-left: auto;
  }
}
/*==========================================================================
section#shops_area
========================================================================== */
section#shops_area {
  position: relative;
}
section#shops_area .inner {
  padding: 7.8125vw 0 0;
}
section#shops_area .txt-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 2.6041666667vw;
}
section#shops_area .txt-h2 img {
  width: auto;
  height: 1.8229166667vw;
}
section#shops_area .link-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.78125vw 1.0416666667vw;
}
section#shops_area .link-items .txt-l {
  box-sizing: border-box;
  padding: 0.704vw 1.9010416667vw;
  border: solid 0.15625vw #D20B1B;
  background: #ffffff;
  color: #D20B1B;
  min-width: 8.8541666667vw;
  max-height: 45px;
  line-height: 1;
  border-radius: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
section#shops_area .link-items .txt-l:hover {
  background: #D20B1B;
  color: #ffffff;
}
section#shops_area .link-items .txt-l.all {
  background: #D20B1B;
  color: #ffffff;
}
section#shops_area .list-box {
  margin-top: 2.6041666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6041666667vw 3.2%;
}
section#shops_area .list-box .img-box {
  width: 100%;
  /* height: 10.9375vw; */
  height: 13vw;



  margin-bottom: 0.78125vw;
}
section#shops_area .list-box .img-box img {
  border-radius: 0.5208333333vw;
}
section#shops_area .list-box .txt-h3 {
  color: #000000;
}
section#shops_area .list-box li {
  width: 31.2%;
}
section#shops_area .list-box li a {
  display: block;
}
section#shops_area .txt-a {
  margin: 0;
  margin-top: 2.6041666667vw;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  section#shops_area {
    position: relative;
  }
  section#shops_area .inner {
    padding: 60px 0 0;
  }
  section#shops_area .txt-h2 {
    font-size: 22px;
    gap: 10px;
    margin-bottom: 30px;
  }
  section#shops_area .txt-h2 img {
    width: auto;
    height: 25px;
  }
  section#shops_area .link-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  section#shops_area .link-items .txt-l {
    font-size: 14px;
    padding: 8px 25px;
    min-width: 100px;
    border-width: 1px;
  }
  section#shops_area .list-box {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  section#shops_area .list-box .img-box {
    width: 100%;
    /* height: 23vw; */
    height: 27vw;

    
    margin-bottom: 12px;
  }
  section#shops_area .list-box .img-box img {
    border-radius: 5px;
  }
  section#shops_area .list-box .txt-h3 {
    font-size: 14px;
  }
  section#shops_area .list-box li {
    width: 48%;
  }
  section#shops_area .list-box li a {
    display: block;
  }
  section#shops_area .txt-a {
    margin: 0;
    margin-top: 40px;
    margin-left: auto;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  z-index: 1;
}
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
section#contact_area .txt-box {
  width: 50%;
  background: #248C61;
  box-sizing: border-box;
  padding: 3.3854166667vw;
  border-radius: 1.05vw 0 0 1.05vw;
}
section#contact_area .txt-box .txt-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 1.5625vw;
  color: #ffffff;
}
section#contact_area .txt-box .txt-h2 img {
  width: auto;
  height: 1.8229166667vw;
}
section#contact_area .txt-box .txt-p {
  color: #ffffff;
  text-align: center;
}
section#contact_area .txt-box .txt-a {
  margin-top: 1.5625vw;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  color: #248C61;
  background: #ffffff;
  width: 13.0208333333vw;
  height: 3.6458333333vw;
  max-height: 70px;
  border-radius: 70px;
  transition: 1s;
}
section#contact_area .txt-box .txt-a:hover {
  background: #248C61;
  color: #ffffff;
}
section#contact_area .img-box {
  width: 50%;
}
section#contact_area .img-box img {
  border-radius: 0 1.05vw 1.05vw 0;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 60px 0;
  }
  section#contact_area .box {
    flex-wrap: wrap;
  }
  section#contact_area .txt-box {
    width: 100%;
    order: 2;
    background: #248C61;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  section#contact_area .txt-box .txt-h2 {
    font-size: 22px;
    gap: 10px;
    margin-bottom: 20px;
  }
  section#contact_area .txt-box .txt-h2 img {
    width: auto;
    height: 25px;
  }
  section#contact_area .txt-box .txt-p {
    font-size: 14px;
    text-align: start;
  }
  section#contact_area .txt-box .txt-a {
    margin-top: 20px;
    width: 200px;
    height: 50px;
    font-size: 14px;
  }
  section#contact_area .img-box {
    width: 100%;
    order: 1;
    height: 46vw;
  }
  section#contact_area .img-box img {
    border-radius: 10px 10px 0 0;
  }
}
/*# sourceMappingURL=top.css.map */