@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Sans+JP&display=swap");
section#sale-section {
  margin-top: 50px;
}
section#sale-section #sale-popup {
  position: fixed;
  bottom: 5vh;
  left: 10vw;
  z-index: 99;
  width: 160px;
  height: 120px;
  -webkit-animation-name: anime;
          animation-name: anime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
section#sale-section #sale-popup:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes anime {
  from {
    transform: translateY(-4vh);
  }
  50% {
    transform: translateY(3vh);
  }
  to {
    transform: translateY(-4vh);
  }
}
@keyframes anime {
  from {
    transform: translateY(-4vh);
  }
  50% {
    transform: translateY(3vh);
  }
  to {
    transform: translateY(-4vh);
  }
}
@media screen and (max-width: 1024px) {
  section#sale-section #sale-popup {
    position: fixed;
    bottom: 7vh;
    left: 3vw;
    width: 130px;
    height: 100px;
    z-index: 9999;
  }
}
section#sale-section #sale-popup.UpMove {
  -webkit-animation: UpAnime2 0.5s forwards;
          animation: UpAnime2 0.5s forwards;
}
section#sale-section #sale-popup.DownMove {
  -webkit-animation: DownAnime2 0.5s forwards;
          animation: DownAnime2 0.5s forwards;
}
section#sale-section #sanmonban-popup {
  position: fixed;
  bottom: 5vh;
  left: 20vw;
  z-index: 99;
  width: 160px;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  section#sale-section #sanmonban-popup {
    position: fixed;
    bottom: 7vh;
    left: 15vw;
    width: 130px;
    height: 100px;
    z-index: 9999;
  }
}
section#sale-section #sanmonban-popup.UpMove {
  -webkit-animation: UpAnime2 0.5s forwards;
          animation: UpAnime2 0.5s forwards;
}
section#sale-section #sanmonban-popup.DownMove {
  -webkit-animation: DownAnime2 0.5s forwards;
          animation: DownAnime2 0.5s forwards;
}
@-webkit-keyframes UpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime2 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime2 {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
@keyframes DownAnime2 {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
section#sale-section #slider-area2 {
  display: block;
  position: relative;
  margin: auto;
  width: 85vw;
  height: auto;
  background: linear-gradient(rgba(255, 255, 255, 0.6901960784), rgba(255, 255, 255, 0.6901960784)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20xp;
  z-index: 1;
}
section#sale-section #slider-area2 p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  color: black;
  font-family: "Hiragino Sans", "Yu Gothic UI", serif;
  font-weight: 600;
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  section#sale-section #slider-area2 {
    display: block;
    position: relative;
    top: auto;
    width: auto;
    right: auto;
  }
  section#sale-section #slider-area2 p {
    top: 3px;
    color: black;
    font-weight: 600;
    font-size: 18px;
  }
}
section#sale-section #slider-area2 .slider-3 .slick-next {
  right: 0;
}
section#sale-section #slider-area2 .slider-3 .slick-next::before {
  left: 20px;
}
section#sale-section #slider-area2 .slider-3 .slick-prev {
  left: 0;
}
section#sale-section #slider-area2 .slider-3 .slick-prev::before {
  border-width: 0 0 3px 3px !important;
  right: 22px;
}
section#sale-section #slider-area2 .slider-3 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
section#sale-section #slider-area2 .slider-3 .slick-arrow::before {
  content: "";
  display: block;
  margin: 0 -8px;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 38%;
  transform: rotate(45deg);
}
section#sale-section #slider-area2 .slider-3 .slick-list .slick-track {
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  section#sale-section #slider-area2 .slider-3 .slick-list .slick-track {
    padding: 10px;
  }
}
section#sale-section #slider-area2 .slider-3 .slick-list .slick-track.slick-current {
  transform: scale(1.2);
  opacity: 1;
}
section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slide-img {
  transition: all 0.6s ease 0.4s;
  opacity: 1;
  box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slide-img {
    margin: 5vw;
  }
}
section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slick-slide {
  /*margin: 0 60px;*/
  padding: 0 0;
  position: relative;
}
section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slick-slide img {
  display: block;
  width: 100%;
  height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slick-slide img {
    width: 86vw;
    width: auto;
    height: auto;
    max-height: 300px;
  }
}
section#sale-section #slider-area2 .dots-3 {
  display: none;
}
section#sale-section #slider-area2 .dots-3 .slick-dots li {
  display: inline-block;
}
section#sale-section #slider-area2 .dots-3 .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
section#sale-section #slider-area2 .dots-3 .slick-dots li.slick-active button {
  background: #0a467d;
}
@media screen and (max-width: 1024px) {
  section#sale-section #slider-area2 {
    display: block;
    position: relative;
    top: auto;
    width: auto;
    right: auto;
  }
  section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slide-img {
    margin: 5vw;
  }
  section#sale-section #slider-area2 .slider-3 .slick-list .slick-track .slick-slide img {
    z-index: 99998;
    width: 86vw;
    width: auto;
    height: auto;
    max-height: 300px;
  }
}

html {
  font-size: 100%;
}
html body {
  background: #ffffff url(../img/back/wasi4.webp);
  background-size: 30%;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-family: "NotoSansJP-Regular", serif;
  padding: 0;
  margin: 0;
}
html body #container {
  overflow-x: hidden;
}
html body #container main {
  display: block;
}
html body #container main #top-slider-section {
  padding-bottom: 0px;
}
html body #container main section {
  padding-bottom: 38px;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  p, a {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

span {
  display: inline-block;
}

.wf-hannari {
  font-family: "Hina Mincho", serif;
}

.slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100vw;
}

.article-title {
  display: none;
}

body #splash {
  display: none;
}
body.blog {
  background: #f3f3f3 url(../img/back/wamoyou.webp);
  background-size: 100px;
}
body.blog #container {
  opacity: 0; /*はじめは透過0に*/
  position: relative;
  z-index: 1;
}
body.blog #splash {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f3f3f3 url(../img/back/wamoyou.webp);
  background-size: 100px;
  z-index: 99999999;
  text-align: center;
  color: #fff;
}
body.blog #splash #splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
body.blog #splash #splash-logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}
body.blog .splashbg1,
body.blog .splashbg2 {
  display: none;
}
body.blog.appear {
  background: #f3f3f3 url(../img/back/wasi4.webp);
  background-size: 30%;
}
body.blog.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.blog.appear .splashbg1,
body.blog.appear .splashbg2 {
  display: block;
}
body.blog.appear .splashbg1 {
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  bottom: 50%;
  left: 0;
  transform: scaleY(1);
  background: #f3f3f3 url(../img/back/wamoyou.webp);
  background-size: 100px;
}
@-webkit-keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: translateY(1);
  }
  100% {
    transform-origin: top;
    transform: translateY(-50vh);
  }
}
@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: translateY(1);
  }
  100% {
    transform-origin: top;
    transform: translateY(-50vh);
  }
}
body.blog.appear .splashbg2 {
  -webkit-animation-name: PageAnime2;
          animation-name: PageAnime2;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 0;
  transform: scaleY(1);
  background: #f3f3f3 url(../img/back/wamoyou.webp);
  background-size: 100px;
}
@-webkit-keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: translateY(1);
  }
  100% {
    transform-origin: bottom;
    transform: translateY(50vh);
  }
}
@keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: translateY(1);
  }
  100% {
    transform-origin: bottom;
    transform: translateY(50vh);
  }
}

#header {
  /*fixedで上部固定*/
  background: linear-gradient(rgba(255, 255, 255, 0.6705882353), rgba(255, 255, 255, 0.6705882353)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 94px;
  z-index: 2999;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  #header {
    display: none;
  }
}
#header #header_container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1720px;
  padding: 8px 32px 0;
  width: 100%;
}
#header #header_container #g-nav {
  display: block;
}
#header #header_container #g-nav ul {
  display: flex;
  padding: 0 0 0 5%;
  font-weight: 600;
}
#header #header_container #g-nav ul li {
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
  margin: 0 5px;
}
#header #header_container #g-nav ul li::after {
  display: inline-block;
  content: "";
  background-color: black;
  width: 1px;
  height: 12px;
  margin-left: 10px;
}
#header #header_container #g-nav ul li:last-child::after {
  content: none;
}
#header #header_container .site-title {
  display: flex;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#header #header_container .site-title img {
  height: 45px;
}
#header #header_container #utility-navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  font-size: 0.8rem;
}
#header #header_container #utility-navi li {
  text-align: center;
}
#header #header_container #utility-navi li:first-child {
  background: linear-gradient(rgba(0, 0, 0, 0.7803921569), rgba(0, 0, 0, 0.7803921569)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
}
#header #header_container #utility-navi li:last-child {
  background: rgba(0, 35, 87, 0) url(../img/back/wamoyou.webp);
  background-size: 100px;
}
#header #header_container #utility-navi li img {
  width: 35%;
}
#header #header_container #utility-navi li span {
  display: block;
}
#header #header_container #utility-navi li a {
  color: #fff;
  padding: 13px 0;
  display: block;
  width: 100px;
  margin: 3px;
}
#header #header_container #utility-navi li + #header #header_container #utility-navi li {
  border-left: 1px solid #999;
}

.openbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999999;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    border: 1px solid rgb(255, 255, 255);
    background: #192678 url(../img/back/wamoyou.webp);
    background-size: 100px;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
  }
  .openbtn span:nth-of-type(1), .openbtn span:nth-of-type(3) {
    height: 1px;
    background: rgb(255, 255, 255);
    width: 62%;
    left: 10px;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .active .openbtn span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
    left: 9px;
    font-size: 0.55rem;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
  }
  .active .openbtn span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn span:nth-of-type(3) {
    top: 41px;
  }
  .active .openbtn span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

#main-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  #main-nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }
  #main-nav #g-nav-m #g-nav-m-list {
    display: none; /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #main-nav #g-nav-m.panelactive {
    width: 100%;
    height: 100vh;
  }
  #main-nav #g-nav-m.panelactive #g-nav-m-list {
    display: block; /*クラスが付与されたら出現*/
  }
  #main-nav #g-nav-m.panelactive ul {
    opacity: 1;
  }
  #main-nav #g-nav-m ul {
    opacity: 0; /*はじめは透過0*/
    position: absolute;
    z-index: 999;
    top: 10%;
    margin: auto;
    width: 100vw;
    text-align: center;
    display: block;
  }
  #main-nav #g-nav-m ul li {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes gnaviAnime {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #main-nav #g-nav-m ul li a {
    color: rgb(255, 255, 255);
    display: block;
    padding: 15px;
    position: relative;
    transition: all 0.3s;
  }
  #main-nav .circle-bg {
    position: fixed;
    z-index: 99999;
    /*丸の形*/
    width: 100vw;
    height: 100vh;
    background: #192678 url(../img/back/wamoyou.webp);
    background-size: 100px;
    /*丸のスタート位置と形状*/
    bottom: -100vh;
    transition: all 1s; /*0.6秒かけてアニメーション*/
  }
  #main-nav .circle-bg.circleactive {
    transform: translateY(-100vh);
  }
  #main-nav dl {
    background: #192678;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    display: none;
    transition: all 0.5s;
    opacity: 0;
    padding: 10px 0;
  }
  #main-nav dl a {
    font-size: 1.2rem;
    color: #fff;
  }
  #main-nav dl.telactive {
    display: block;
    position: fixed;
    z-index: 999999;
    bottom: 30px;
    left: 20%;
    width: 60%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    opacity: 1;
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  #main-nav dl.telactive dt {
    font-size: 0.8rem;
  }
  #main-nav dl dt a {
    font-size: 1.5vw;
  }
}

main {
  display: block;
}
main section#title-label {
  display: none;
}
@media screen and (max-width: 1024px) {
  main section#title-label {
    padding-bottom: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: 45vh;
    z-index: 9999;
    width: 100%;
  }
  main section#title-label #title {
    z-index: 999;
    margin: auto;
    height: 60vh;
    transform: translateY(-50%);
  }
  main section#title-label #title img {
    height: 60vh;
  }
  main section#title-label .scrolldown1 {
    position: absolute;
    left: 50%;
    top: 36vh;
    height: 25vh;
    top: inherit;
    bottom: 0;
    z-index: 999;
  }
  main section#title-label .scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 100px;
    opacity: 0;
    background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    -webkit-animation: pathmove 2.4s ease-in-out infinite;
            animation: pathmove 2.4s ease-in-out infinite;
  }
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 100px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 100px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }
}
main section#top-slider-section #top-slider {
  position: relative;
  padding: 94px 0 0 0;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  main section#top-slider-section #top-slider {
    display: none;
    position: relative;
    padding: 0;
    margin-bottom: 70px;
    height: auto;
  }
}
main section#top-slider-section #top-slider #top-slider-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-container-main {
  overflow: visible !important;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-container-main .swiper-wrapper .swiper-slide-main {
  opacity: 0.4;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-container-main .swiper-wrapper .swiper-slide-main.swiper-slide-active {
  opacity: 1;
  transition: all 0.5s;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-container-main .swiper-wrapper .swiper-slide-main picture img {
  width: 100%;
  height: auto;
  max-width: 900px;
  max-height: 550px;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-pagination {
  margin: -15px auto 0;
  width: 100%;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 10px;
  background: #dcdddd !important;
}
main section#top-slider-section #top-slider #top-slider-inner .swiper-pagination-bullet-active {
  background: #b5b4b5 !important;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 {
  width: calc(100vw - 440px);
  margin: 0 auto;
  position: relative;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-container-main {
  overflow: visible !important;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-container-main .swiper-wrapper .swiper-slide-main {
  opacity: 0.4;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-container-main .swiper-wrapper .swiper-slide-main.swiper-slide-active {
  opacity: 1;
  transition: all 0.5s;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-container-main .swiper-wrapper .swiper-slide-main picture img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-pagination {
  margin: -15px auto 0;
  width: 100%;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 10px;
  background: #dcdddd !important;
}
main section#top-slider-section #top-slider #top-slider-inner_kiji0 .swiper-pagination-bullet-active {
  background: #b5b4b5 !important;
}
main section#top-slider-section-m {
  display: none;
}
@media screen and (max-width: 1024px) {
  main section#top-slider-section-m {
    display: block;
    top: 0;
    height: 100vh;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  main section#top-slider-section-m #slider-area .slider-item {
    height: 100vh !important;
  }
  main section#top-slider-section-m #slider-area .dots-3 {
    display: none;
  }
}
main #news {
  left: 0;
  background-color: rgba(255, 255, 255, 0.822);
  z-index: 800;
  height: auto;
  width: 37%;
  padding: 40px;
  position: absolute;
  top: 82vh;
}
@media screen and (max-width: 1024px) {
  main #news {
    display: none;
    left: auto;
    background-color: rgb(255, 255, 255);
    z-index: 800;
    /* height: auto; */
    margin: auto;
    width: 90%;
    padding: 40px;
    position: relative;
    top: 0px;
  }
}
main #news .whatsnew a:hover {
  background-color: #FFF450 !important;
}

section#service {
  position: relative;
  text-align: center;
  padding: 0;
}
section#service #service-header {
  background: #f3f3f3 url(../img/back/wamoyou.webp);
  background-size: 100px;
  color: #fff;
  width: 90%;
  min-width: 1295px;
  padding: 50px 15px 100px 15px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section#service #service-header {
    background-size: 30%;
  }
}
section#service #service-header h2 {
  padding-bottom: 0.5em;
  font-size: 1.7em;
}
section#service .service-area {
  display: flex;
  background: linear-gradient(rgba(255, 255, 255, 0.7333333333), rgba(255, 255, 255, 0.7333333333)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 70px;
  width: 1000px;
  position: relative;
  top: -65px;
  left: 10%;
  z-index: 2;
  height: auto;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  section#service .service-area {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
}
section#service .service-area p {
  margin: 15px 0 0 0;
  box-sizing: border-box;
  font-family: "Hina Mincho", serif;
  font-size: 1em;
}
section#service .service-area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 128px;
  box-sizing: border-box;
}
section#service .service-area #insho {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 30px;
  font-weight: 600;
}
section#service .service-area #insho ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
section#service .service-area #insho ul li {
  opacity: 0;
  width: 48%;
  background-color: white;
  z-index: 3;
}
section#service .service-area #insho ul li .btnlinestretches {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
section#service #sonota {
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: auto;
  min-width: 198px;
  margin-left: 1vw;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(rgba(10, 42, 109, 0.8705882353), rgba(10, 42, 109, 0.8705882353)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
}
section#service #sonota ul {
  padding: 20px;
}
section#service #sonota ul li {
  margin: auto 0;
  line-height: 24px;
  text-align: left;
  font-size: 15px;
  position: relative;
}
section#service #sonota ul li:not(:last-child)::before {
  content: "● ";
  font-size: 0.6em;
  color: white;
}
section#service #sonota ul li:last-child {
  margin-top: 5px;
  line-height: 1.2em;
}
section#service #sonota ul li:last-child::before {
  content: "※ ";
  font-size: 1em;
  color: white;
}

@media screen and (max-width: 1024px) {
  section#service #service-header {
    width: 100vw;
    min-width: 100vw;
  }
  section#service .service-area {
    background: linear-gradient(rgba(255, 255, 255, 0.7333333333), rgba(255, 255, 255, 0.7333333333)), url(../img/back/wamoyou_siro.webp);
    background-size: 100px;
    padding: 5vh;
    width: 90%;
    position: relative;
    top: -65px;
    left: auto;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    display: block;
  }
  section#service .service-area img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 30vw;
    min-width: 239px;
    height: 150px;
    box-sizing: border-box;
  }
  section#service .service-area ul {
    display: block !important;
  }
  section#service .service-area ul li {
    width: 100%;
  }
  section#service .service-area #insho {
    justify-content: space-around;
  }
  section#service .service-area #insho ul {
    width: min(70vw, 300px);
  }
  section#service .service-area #insho ul li {
    opacity: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    z-index: 3;
  }
  section#service #sonota {
    height: auto;
    display: flex;
  }
  section#service #sonota .fclear {
    clear: both;
  }
  section#service #sonota ul li {
    float: left;
    font-size: 16px;
    width: auto;
    margin-right: 25px;
  }
  section#service #sonota ul li:not(:last-child)::before {
    content: "● ";
    font-size: 0.6em;
    color: white;
  }
  section#service #sonota ul li:last-child::before {
    content: "※ ";
    font-size: 0.6em;
    color: white;
  }
}
section#message {
  position: relative;
  width: 100%;
}
section#message .message-area {
  display: flex;
  height: 500px;
  margin-bottom: 70px;
  flex-direction: row-reverse;
}
section#message .message-area .message-img {
  height: 550px;
  width: 61vw;
}
section#message .message-area .message-img img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  height: 550px;
  width: 61vw;
}
section#message .message-area .message-img .caption {
  position: absolute;
  bottom: 10px;
  right: 24px;
  color: white;
  font-size: 23px;
  filter: drop-shadow(4px 4px 4px black);
  font-family: "Noto Sans JP", serif;
}
section#message .message-area .message-content {
  /*grid-area: 1 / 1 / 2 / 2;*/
  color: white;
  padding: 40px 40px;
  right: 2vw;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(rgba(83, 17, 0, 0.8705882353), rgba(46, 9, 0, 0.8705882353)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
  height: 550px;
}
section#message .message-area .message-content .message-box {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
section#message .message-area .message-content .message-box h3, section#message .message-area .message-content .message-box p, section#message .message-area .message-content .message-box .message-btn {
  height: 475px;
  letter-spacing: 0.1em;
}
section#message .message-area .message-content .message-box p {
  line-height: 2;
  height: auto;
  margin: 10px 13px 0 0;
}
section#message .message-area .message-content .message-box h3 {
  font-size: 1.7em;
  line-height: 1.5;
  width: auto;
}

@media screen and (max-width: 1024px) {
  section#message {
    display: block;
    position: relative;
  }
  section#message .message-area {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  section#message .message-area .message-img {
    height: 64vw;
    width: 100vw;
    background-color: rgb(86, 34, 15);
  }
  section#message .message-area .message-img img {
    height: auto;
    width: 100vw;
    left: auto;
  }
  section#message .message-area .message-img .caption {
    top: 0;
    right: 24px;
    font-size: clamp(15px, 5vw, 25px);
  }
  section#message .message-area .message-content {
    display: block;
    justify-content: center;
    padding: 4vh 0 6vh 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 0;
  }
  section#message .message-area .message-content .message-box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80vw;
  }
  section#message .message-area .message-content .message-box h3, section#message .message-area .message-content .message-box p, section#message .message-area .message-content .message-box .message-btn {
    writing-mode: horizontal-tb;
    text-orientation: upright;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.5;
    width: 80vw;
  }
  section#message .message-area .message-content .message-box p {
    line-height: 2;
    margin: 18px 0 0 0;
  }
  section#message .message-area .message-content .message-box h3 {
    margin-left: 0px;
  }
  section#message .message-area .message-content .message-box .message-btn {
    text-align: center;
  }
  section#message .message-area .message-content .message-box .message-btn .btn {
    margin: 3vh 0;
    padding: 8px 0;
    width: 80vw;
    left: 0vw;
  }
}
section#message2 {
  position: relative;
  width: 100%;
}
section#message2 .message2-area {
  display: flex;
  height: 500px;
  margin-bottom: 70px;
}
section#message2 .message2-area .message2-img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 56vw;
}
section#message2 .message2-area .message2-img img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  height: 550px;
  width: 56vw;
}
section#message2 .message2-area .message2-content {
  color: white;
  padding: 40px 40px;
  left: 2vw;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(rgba(0, 17, 112, 0.8705882353), rgba(1, 7, 41, 0.9)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
  height: 550px;
}
section#message2 .message2-area .message2-content .message2-box {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
section#message2 .message2-area .message2-content .message2-box h3, section#message2 .message2-area .message2-content .message2-box p, section#message2 .message2-area .message2-content .message2-box .message2-btn {
  height: 475px;
  letter-spacing: 0.1em;
}
section#message2 .message2-area .message2-content .message2-box h3 {
  font-size: 1.7em;
  line-height: 1.5;
  width: auto;
}
section#message2 .message2-area .message2-content .message2-box p {
  line-height: 2;
  margin: 0 0 0px 0.5vw;
  height: auto;
}

@media screen and (max-width: 1024px) {
  section#message2 {
    padding: 0;
    display: block;
    height: auto;
  }
  section#message2 .message2-area {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  section#message2 .message2-area .message2-img {
    height: 64vw;
    width: 100vw;
    background-color: rgb(15, 22, 86);
  }
  section#message2 .message2-area .message2-img img {
    height: auto;
    width: 100vw;
    left: auto;
  }
  section#message2 .message2-area .message2-content {
    display: block;
    justify-content: center;
    padding: 4vh 0 6vh 0;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
  }
  section#message2 .message2-area .message2-content .message2-box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80vw;
  }
  section#message2 .message2-area .message2-content .message2-box .kaigyoutyousei {
    margin-right: auto;
    margin-left: 7.5vw;
    display: block;
  }
  section#message2 .message2-area .message2-content .message2-box h3, section#message2 .message2-area .message2-content .message2-box p, section#message2 .message2-area .message2-content .message2-box .message2-btn {
    writing-mode: horizontal-tb;
    text-orientation: upright;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.5;
    width: 80vw;
  }
  section#message2 .message2-area .message2-content .message2-box h3 {
    letter-spacing: 0px;
    width: 85vw;
    margin-left: 0px;
  }
  section#message2 .message2-area .message2-content .message2-box p {
    line-height: 2;
    margin: 18px 0 0 0;
  }
  section#message2 .message2-area .message2-content .message2-box .message2-btn {
    text-align: center;
  }
  section#message2 .message2-area .message2-content .message2-box .message2-btn .btn {
    margin: 3vh 0;
    padding: 8px 0;
    width: 80vw;
    left: 0vw;
  }
}
section.tenpo {
  position: relative;
  padding: 0 70px;
  margin: 100px 0 100px 0;
  z-index: 55;
}
@media screen and (max-width: 1024px) {
  section.tenpo {
    display: block;
    padding: 0;
  }
}
section.tenpo .tenpo-area {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area {
    display: block;
  }
}
section.tenpo .tenpo-area .tenpo-left-img {
  width: 45%;
  border: rgba(158, 65, 65, 0) 2px solid;
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-left-img {
    width: 100%;
    padding: 0;
    border: none;
  }
}
section.tenpo .tenpo-area .tenpo-left-img .slick-slider .oujiTen-img, section.tenpo .tenpo-area .tenpo-left-img .slick-slider .mamiTen-img {
  width: 110%;
  height: clamp(200px, 27vw, 385px);
  right: 10%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-left-img .slick-slider .oujiTen-img, section.tenpo .tenpo-area .tenpo-left-img .slick-slider .mamiTen-img {
    width: 100%;
    height: auto;
    right: auto;
  }
}
section.tenpo .tenpo-area .tenpo-left-img .oujiMap-img, section.tenpo .tenpo-area .tenpo-left-img .mamiMap-img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-left-img .oujiMap-img, section.tenpo .tenpo-area .tenpo-left-img .mamiMap-img {
    display: none;
  }
}
section.tenpo .tenpo-area .tenpo-left-img .oujiMap-img img, section.tenpo .tenpo-area .tenpo-left-img .mamiMap-img img {
  right: -2vw;
  top: 4vw;
  position: absolute;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.3882352941);
}
section.tenpo .tenpo-area .tenpo-content {
  width: 45%;
  z-index: 555;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-content {
    width: 100%;
  }
}
section.tenpo .tenpo-area .tenpo-content .tenpo-content-text {
  margin-bottom: 2vw;
  display: block;
  color: white;
  padding: 20px;
  position: relative;
  left: -2vw;
  background: linear-gradient(rgba(139, 48, 48, 0.8901960784), rgba(107, 33, 33, 0.8901960784)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-content .tenpo-content-text {
    display: block;
    left: 0;
  }
}
section.tenpo .tenpo-area .tenpo-content .tenpo-content-text h3 {
  font-size: 2em;
  margin-bottom: 24px;
  position: relative;
  font-family: "HannariMincho-Regular", serif;
}
section.tenpo .tenpo-area .tenpo-content .tenpo-content-text h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
}
section.tenpo .tenpo-area .tenpo-content .tenpo-content-text a {
  color: white;
}
section.tenpo .tenpo-area .tenpo-content .tenpo-content-text p {
  font-size: 1em;
  margin-top: 1vh;
  line-height: 1.5em;
  font-family: "NotoSansJP-Regular", serif;
}
section.tenpo .tenpo-area .tenpo-content .map {
  margin-top: 30px;
  width: 100%;
  height: 446px;
  overflow: hidden;
  border: #9e4141 2px solid;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-content .map {
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
    margin-bottom: -20px;
  }
}
section.tenpo .tenpo-area .tenpo-content .map .map_frame {
  overflow: hidden;
  height: 417px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-content .map .map_frame {
    height: 80vh;
    padding: 0px;
  }
}
section.tenpo .tenpo-area .tenpo-content .map .map_frame iframe {
  width: 100%;
  height: 571px;
  margin-top: -152px;
}
@media screen and (max-width: 1024px) {
  section.tenpo .tenpo-area .tenpo-content .map .map_frame iframe {
    margin-top: 0px;
    width: 100%;
    height: 80vh;
  }
}

/*
@include mix.mb{section.tenpo{//モバイル
	padding: 0 10vw;
	p{
		line-height: 1.5em;
		font-size: 1.2em;
	  }



	#tenpo-header{
		background: #f3f3f3 url(../img/back/wasi3-hanten.webp);
		background-size: 30%;
		left: -15%;
		width: 130%;
		padding: 15px 0;
		z-index: 1;
		position: relative;
		margin-bottom: 50px;
		#tenpo-font-img{
			height: 3em;
			width: 55vw;
			animation-delay: 0.3s;
			z-index: 299;
			margin-bottom: 0;
			filter: brightness(0) invert(1);
		  }
		}


	.tenpo-area{




		.tenpo-left-img{


			position: relative;
			.slick-slider{
				.oujiTen-img,.mamiTen-img{
					width: 100%;
					height: auto;
					right: auto;

				  }

			}
			.oujiMap-img,.mamiMap-img{
				display: none;

			  }
		}
		.tenpo-content{

			width: 100%;
			  }
			p,h3{
				margin: 1vh 6vw 2vh 5vw;
			}
			.map {
				width: 100%;
				height: 446px;
				overflow: visible;
				height: auto;
				iframe {
					margin-top: auto;
					width: 100%;
					height: 80vh;
				  }
			  }

		}
	  }

}

*/
section#contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 0 auto 100px auto;
  padding: 30px;
  text-align: center;
  color: #192678;
}
@media screen and (max-width: 1024px) {
  section#contact {
    margin: 0 auto 100px auto;
    padding: 5vh 3vw;
    width: 94%;
  }
}
section#contact .line2 {
  background-image: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, rgba(255, 255, 255, 0.8235294118) 5px, rgba(255, 255, 255, 0.8235294118) 12px);
  padding: 10px;
}
section#contact .line2::before, section#contact .line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background-color: #192678;
}
section#contact .line2::before {
  top: 0;
  right: 0;
}
section#contact .line2 .contact-text-t {
  display: flex;
  flex-direction: column;
  width: 55vw;
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  section#contact .line2 .contact-text-t {
    width: 80vw;
    min-width: auto;
  }
}
section#contact .line2 .contact-text-t .toiawase-t {
  font-size: min(3vw, 30px);
  color: white;
  width: auto;
  font-family: "Noto Sans JP", serif;
  background-color: #192678;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  position: relative;
  padding: 0.5vw;
  margin: 10px 20px auto 20px;
  z-index: 299;
}
@media screen and (max-width: 1024px) {
  section#contact .line2 .contact-text-t .toiawase-t {
    font-size: max(3vw, 20px);
  }
}
section#contact .line2 .contact-text-t .tel {
  display: flex;
  align-items: center;
  color: #192678;
  margin-bottom: 7px;
}
section#contact .line2 .contact-text-t .tel::after, section#contact .line2 .contact-text-t .tel::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #192678;
}
section#contact .line2 .contact-text-t .tel::after {
  margin-left: 1rem;
}
section#contact .line2 .contact-text-t .tel::before {
  margin-right: 1rem;
}
section#contact .line2 .contact-text-t .tel a {
  font-size: min(9vw, 60px);
  color: #192678;
}
@media screen and (max-width: 1024px) {
  section#contact .line2 .contact-text-t .tel {
    margin-top: 0.5vh;
  }
  section#contact .line2 .contact-text-t .tel a {
    font-size: max(9vw, 12px);
  }
}
section#contact .line2 .contact-text-t .mail {
  font-family: "Noto Sans JP", serif;
  margin: -2vh 0 0.5vh 0;
}
section#contact .line2 .contact-text-t .mail a {
  font-size: min(30px, 4vw);
  color: #192678;
}
@media screen and (max-width: 1024px) {
  section#contact .line2 .contact-text-t .mail a {
    font-size: max(10px, 4vw);
    margin: 10px 0 0 0;
  }
}
section#contact .line2 .contact-text-t .time {
  color: #192678;
  font-family: "Noto Sans JP", serif;
  font-size: min(30px, 4vw);
}
@media screen and (max-width: 1024px) {
  section#contact .line2 .contact-text-t .time {
    font-size: max(10px, 4vw);
  }
}

#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
}
#cf-tbl table tr {
  border-bottom: 1px solid #d0d5d8;
  /* 入力項目を見やすく */
}
#cf-tbl table tr th, #cf-tbl table tr td {
  padding-left: 10px;
  padding-top: 0.2em;
  padding-bottom: 0.4em;
  text-align: left;
  vertical-align: middle;
  border-width: 1px;
}
@media screen and (max-width: 1024px) {
  #cf-tbl table tr th, #cf-tbl table tr td {
    padding-left: 0px;
    width: 100% !important;
    display: block;
  }
}
#cf-tbl table tr th {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  #cf-tbl table tr th {
    padding-top: 15px;
  }
}
#cf-tbl table tr th .required { /*「必須」文字デザイン*/
  font-size: 0.8em;
  padding: 2px 8px;
  background: #F57500;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}
#cf-tbl table tr th .optional { /*「任意」文字デザイン*/
  font-size: 0.8em;
  padding: 2px 8px;
  border: solid 1px #000000;
  color: #000;
  border-radius: 3px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  #cf-tbl table tr td {
    padding-bottom: 1em !important;
  }
}
#cf-tbl table tr td input.wpcf7-form-control.wpcf7-text,
#cf-tbl table tr td textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 4px 18px;
  margin-right: 10px;
  margin-top: 4px;
  background-color: white;
}
#cf-tbl table tr td textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
#cf-tbl table tr td .wpcf7-form-control-wrap {
  display: block;
  /* エラーメッセージを見やすく */
}
#cf-tbl table tr td .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  pointer-events: none;
  top: 8px;
  width: 100%;
  display: inline;
}
#cf-tbl table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
#cf-tbl p {
  margin: 15px auto 0;
  text-align: center;
}
#cf-tbl p.privacy-policy-link :hover {
  color: #b22222;
  border-bottom: none;
}
#cf-tbl p.privacy-policy-link a {
  border-bottom: solid 1px #000000;
}
#cf-tbl p span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important; /*項目ごとの余白を調整*/
}
@media screen and (max-width: 1024px) {
  #cf-tbl p span.wpcf7-list-item {
    margin: 0 !important;
  }
}
#cf-tbl p span.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
#cf-tbl p span.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  border-right: 4.5px solid #ffaa56;
  border-bottom: 3px solid #ffaa56;
  content: "";
  display: block;
  height: 22px;
  left: 9px;
  margin-top: -16px;
  position: absolute;
  top: 19px;
  transform: rotate(45deg);
  width: 9px;
}
#cf-tbl p span.wpcf7-list-item-label { /*項目の色や文字サイズ*/
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
#cf-tbl p span.wpcf7-list-item-label:before { /*チェックボックスの枠*/
  content: "";
  border: 1px solid #ccc;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 13px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#cf-tbl p span.wpcf7-list-item-label:hover {
  color: #b22222;
}
#cf-tbl #cf7-btn { /* 「送信する」ボタン */
  display: block;
  padding: 12px 0px 14px 0px;
  background: #f3f3f3 url(../img/back/wasi3-hanten.webp);
  background-size: 30%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 32px;
}
#cf-tbl #cf7-btn:hover {
  background: #fff280;
}
#cf-tbl #cf7-btn:hover input {
  color: #000000;
}
#cf-tbl #cf7-btn > input {
  text-align: center;
}
#cf-tbl #cf7-btn .wpcf7-form-control {
  color: #ffffff;
}
#cf-tbl #cf7-btn .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  left: 9px;
  top: 9px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#cf-tbl .wpcf7-response-output.wpcf7-validation-errors {
  position: absolute;
  pointer-events: none;
  top: 8px;
  width: 100%;
  display: inline;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

footer {
  background: #f3f3f3 url(../img/back/wamoyou.webp);
  background-size: 100px;
  position: relative;
  text-align: center;
  height: 80px;
  color: #fff;
}
footer .fwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  align-items: center;
}
footer .fwrap .f-nav {
  display: inline-block;
}
footer .fwrap .f-nav li {
  color: white;
  display: inline;
}
footer .fwrap .f-nav li a {
  color: white;
}
footer .fwrap .f-nav li a:hover {
  color: rgb(251, 255, 0);
}

/*投稿ページ*/
.single main {
  display: block;
  position: relative;
  padding: 150px 0 50px 0;
}

.single #single-wrap {
  margin: 0 auto;
  width: 1000px;
}

/*========= 固有ページ===============*/
body.page main {
  margin: 0 auto;
  width: 1000px;
  padding: 150px 0 100px 0;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
  body.page main {
    width: 92vw;
    margin: 5vh auto;
    padding: 3vh 3vw;
  }
}

body.page main .text {
  padding: 10px;
}

body.page.text h2 {
  margin-top: 100px;
}

.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 90vh; /*スライダー全体の縦幅を90vhにする*/
}
@media screen and (max-width: 1024px) {
  .slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 100vh; /*スライダー全体の縦幅を90vhにする*/
  }
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 90vh; /*各スライダー全体の縦幅を90vhにする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (max-width: 1024px) {
  .slider-item {
    width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh; /*各スライダー全体の縦幅を90vhにする*/
    background-repeat: no-repeat; /*背景画像をリピートしない*/
    background-position: center; /*背景画像の位置を中央に*/
    background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
  }
}

@media screen and (max-width: 1024px) {
  .slick-list {
    overflow: visible !important;
  }
  .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100vw;
  }
}
/* 4-1 ふわっ（下から） */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
  z-index: -555;
}

/* 4-2 パタッ（下へ） */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

/* 4-6 じわっ（ぼかしから出現） */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*4-8 スーッ（枠線が伸びて出現）*/
.lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #192678; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #192678; /* 枠線の色*/
}

.lineTrigger.aka::before,
.lineTrigger.aka::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #9e4141 !important; /* 枠線の色*/
}

/*左右線*/
.line2.aka::before,
.line2.aka::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  background: #9e4141 !important; /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

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

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
機能編 　7-1-33	外の線が伸びる btnlinestretches
===================================*/
/*== 線が伸びる1 */
.btnlinestretches {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #333;
  border: 1px solid #333;
  padding: 20px 10px;
  display: inline-block;
  text-decoration: none;
  height: 100%;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*hoverした際の背景の形状*/
.btnlinestretches:hover {
  background: #333;
  color: #fff;
  border-color: transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  border: solid #333;
  width: 10px;
  height: 10px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}

/*線の位置と形状*/
.btnlinestretches::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #666;
}

/*==================================================
 機能編 9-1-1　縦線が動いてスクロールを促す
===================================*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  top: 36vh;
  height: 25vh;
  top: inherit;
  bottom: 0;
  z-index: 999;
}

body.page-template-sale_base footer {
  background: none;
  background-color: #740400 !important;
  background: linear-gradient(rgba(134, 0, 0, 0.7960784314), rgba(134, 0, 0, 0.8705882353), rgba(97, 0, 0, 0.8705882353)), url(../img/back/wamoyou_siro_han.webp) !important;
  background-size: 100px !important;
}
body.page-template-sale_base .circle-bg, body.page-template-sale_base .openbtn {
  background: linear-gradient(rgba(134, 0, 0, 0.7960784314), rgba(134, 0, 0, 0.7960784314)), url(../img/back/wamoyou_siro_han.webp) !important;
  background-size: 100px !important;
}
body.page-template-sale_base .circle-bg.active, body.page-template-sale_base .openbtn.active {
  background-color: rgba(0, 80, 137, 0) !important;
}
body.page-template-sale_base #main-nav dl {
  background-color: rgba(0, 80, 137, 0) !important;
}
body.page-template-sale_base .bkimg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
body.page-template-sale_base .bkimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-sale_base section.sela-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body.page-template-sale_base section.sela-top .titleimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body.page-template-sale_base section.sela-top .titleimg img {
  position: relative;
  height: auto;
  z-index: 15;
  width: 95vw;
  max-height: 95vh;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-sale_base section.sela-top .hidden-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.page-template-sale_base section.section_product {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-sale_base section.section_product .product {
  text-align: center;
  width: min(90vw, 400px);
  background: linear-gradient(rgba(255, 255, 255, 0.7333333333), rgba(255, 255, 255, 0.7333333333)), url(../img/back/wamoyou_siro_han.webp);
  background-size: 100px;
  margin: 20px auto;
  z-index: 10;
  padding: 20px;
  position: relative;
}
body.page-template-sale_base section.section_product .product .offimg {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 80px;
  height: 80px;
}
body.page-template-sale_base section.section_product .product .product-image {
  padding: 15px;
}
body.page-template-sale_base section.section_product .product .product-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.page-template-sale_base section.section_product .product .product-text .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
  flex-wrap: wrap;
  height: 100%;
}
body.page-template-sale_base section.section_product .product .product-text .title .materialA {
  font-size: min(7vw, 37.5px);
  font-weight: bold;
  margin-right: 0.2em;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  height: min(7vw, 37.5px);
}
body.page-template-sale_base section.section_product .product .product-text .title .materialB {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: min(7vw, 37.5px);
  height: min(7vw, 37.5px);
  color: #a70202;
  border: 2px solid #a70202;
  font-size: min(4.5vw, 24.5px);
  margin-right: 0.5em;
}
body.page-template-sale_base section.section_product .product .product-text .title .materialB > span {
  font-size: 75%;
}
body.page-template-sale_base section.section_product .product .product-text .title .materialB.black {
  display: none;
}
body.page-template-sale_base section.section_product .product .product-text .title .text_set {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #a70202;
  color: #ffffff;
  padding: min(0.8vw, 4px);
  font-size: min(4.5vw, 24.5px);
  margin-top: 5px;
}
body.page-template-sale_base section.section_product .product .product-text .title .text_set::before, body.page-template-sale_base section.section_product .product .product-text .title .text_set::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  background-color: #a70202;
}
body.page-template-sale_base section.section_product .product .product-text .details {
  margin: 15px auto 8px auto;
  font-size: min(4vw, 22px);
  line-height: min(4.5vw, 24.5px);
}
body.page-template-sale_base section.section_product .product .product-text .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: min(4.5vw, 24.5px);
}
body.page-template-sale_base section.section_product .product .product-text .price::after {
  content: "　";
}
body.page-template-sale_base section.section_product .product .product-text .price > span {
  font-weight: 600;
  font-size: min(7vw, 37.5px);
}

/*# sourceMappingURL=style.css.map */