@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #232323;
  background: #ffffff;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
}

body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f1f0ed;
}

.line {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.line p {
  width: 10%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 100vh;
}

a {
  color: #274064;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#l-main {
  overflow: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
}

.mincho {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: 500 !important;
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

/*=============== ローでイング =================*/
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}

.loader.off {
  display: block;
}

.loader-bg1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #203452;
  top: 0;
  left: 0;
  -webkit-animation: load-fade 0.6s ease-out 2s forwards;
          animation: load-fade 0.6s ease-out 2s forwards;
}

@media all and (max-width: 639px) {
  .loader-bg1 {
    -webkit-animation: load-tate 1s ease-out 1.8s forwards;
            animation: load-tate 1s ease-out 1.8s forwards;
  }
}

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

@keyframes load-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
  }
}

@keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
  }
}

#splash_logo {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 639px) {
  #splash_logo {
    top: 40%;
  }
}

@-webkit-keyframes anime-paper {
  0% {
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes anime-paper {
  0% {
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.svgall {
  width: 200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 639px) {
  .svgall {
    width: 140px;
  }
}

@-webkit-keyframes logo-t-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#splash_logo {
  -webkit-animation: anime-aut 0.5s linear 1.8s forwards;
          animation: anime-aut 0.5s linear 1.8s forwards;
}

@media all and (max-width: 639px) {
  #splash_logo {
    -webkit-animation: anime-aut 0.5s linear 1s forwards;
            animation: anime-aut 0.5s linear 1s forwards;
  }
}

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

@keyframes anime-aut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
  stroke-dasharray: 50;
  -webkit-animation: symble-anime 1.4s linear 0.2s forwards;
          animation: symble-anime 1.4s linear 0.2s forwards;
}

@-webkit-keyframes symble-anime {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 150;
  }
}

@keyframes symble-anime {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 150;
  }
}

.cls-1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
}

#kondosyoten .cls-2 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #kondosyoten .cls-2 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#symblemark .cls-2 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #symblemark .cls-2 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#symble .cls-2 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #symble .cls-2 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#tokushima_japan .cls-1 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #tokushima_japan .cls-1 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#line .cls-2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
  stroke-dasharray: 0;
  -webkit-animation: symble-anime 1.4s linear 0.2s forwards;
          animation: symble-anime 1.4s linear 0.2s forwards;
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
    stroke-width: 0;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}

@-webkit-keyframes logo-t-anime2 {
  0% {
    opacity: 0;
    stroke-width: 100;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}

@keyframes logo-t-anime2 {
  0% {
    opacity: 0;
    stroke-width: 100;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}

/* header
----------------------------------*/
@-webkit-keyframes load-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#l-header {
  width: 100%;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 auto;
  padding: 0;
  opacity: 0;
  -webkit-animation: load-bg 1s ease-out 1.6s forwards;
          animation: load-bg 1s ease-out 1.6s forwards;
}

@media all and (max-width: 1367px) {
  #l-header {
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  #l-header {
    width: calc(100% - 0%);
    padding: 20px 0 10px;
  }
}

#l-header.is-fixed {
  right: auto;
  position: fixed;
  padding: 0;
  background-color: transparent;
  z-index: 101;
}

#l-header.is-fixed:before {
  display: none;
}

#l-header.is-fixed .head-right {
  display: none;
}

#l-header.is-fixed .head-right_tel a {
  color: #203452;
  position: relative;
}

#l-header.is-fixed .head-right_tel a:hover img {
  opacity: 0.6;
}

#l-header.is-fixed .inner #logo {
  position: absolute;
  top: 25px;
  left: 50px;
  margin: 0 auto;
  z-index: 101;
}

#l-header.is-fixed .inner #logo .logo2 {
  display: block;
}

#l-header.is-fixed .inner #logo .logo1 {
  display: none;
}

@media all and (max-width: 1367px) {
  #l-header.is-fixed .inner #logo {
    left: 0;
    right: 0;
  }
}

@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner #logo {
    width: 200px;
  }
}

@media all and (max-width: 639px) {
  #l-header.is-fixed .inner #logo {
    width: 180px;
  }
}

#l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#l-header .inner {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}

#l-header .inner #logo {
  width: 290px;
  margin: 0 auto;
  position: absolute;
  left: 5%;
  top: 40px;
}

@media all and (max-width: 1680px) {
  #l-header .inner #logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  #l-header .inner #logo {
    position: inherit;
    top: auto;
    padding: 0 0 4px 20px;
    right: auto;
    left: 0;
    margin: 10px auto 0 20px;
    width: 230px;
    padding: 0;
  }
}

#l-header .inner #logo .logo1 {
  display: block;
}

#l-header .inner #logo .logo2 {
  display: none;
}

#header_nav {
  position: relative;
  margin: 0 5% 0 auto;
  text-align: center;
  z-index: 100;
}

#header_nav ul {
  margin: 40px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header_nav ul li {
  position: relative;
}

#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.8rem;
  padding: 10px 20px;
  color: #fff;
}

#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
}

#header_nav ul li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header_nav ul li a:after {
  position: absolute;
  content: "";
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}

@media all and (max-width: 1100px) {
  #header_nav ul li a:after {
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}

#header_nav ul li a:hover, #header_nav ul li a.active {
  color: #235aad;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
  color: #fff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#header_nav ul li a:hover:before, #header_nav ul li a.active:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -10px;
}

#header_nav ul li .sub-menu {
  display: none;
  border-top: 0;
  display: none;
  margin: 0;
  position: absolute;
  width: 260px;
  top: 60px;
  left: 12px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  padding: 20px;
}

#header_nav ul li .sub-menu li {
  width: 100%;
  margin: 0 auto 5px;
  background-color: #203452;
  padding: 10px 15px 10px 30px;
  margin-bottom: 4px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

#header_nav ul li .sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#header_nav ul li .sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#header_nav ul li .sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#header_nav ul li .sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#header_nav ul li .sub-menu li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#header_nav ul li .sub-menu li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#header_nav ul li .sub-menu li:before {
  display: none;
}

#header_nav ul li .sub-menu li a {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  padding: 0;
  text-shadow: none;
  text-align: left;
}

#header_nav ul li .sub-menu li:hover {
  background-color: #979797;
}

#header_nav ul li:hover .sub-menu, #header_nav ul li.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: visible;
}

#header_nav ul li:hover .sub-menu li, #header_nav ul li.active .sub-menu li {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-animation: opacityAnime 1s 0.1s forwards;
          animation: opacityAnime 1s 0.1s forwards;
}

#header_nav ul li:hover .sub-menu li:nth-child(2), #header_nav ul li.active .sub-menu li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#header_nav ul li:hover .sub-menu li:nth-child(3), #header_nav ul li.active .sub-menu li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#header_nav ul li:hover .sub-menu li:nth-child(4), #header_nav ul li.active .sub-menu li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#header_nav ul li:hover .sub-menu li:nth-child(5), #header_nav ul li.active .sub-menu li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#header_nav ul li:hover .sub-menu li:nth-child(6), #header_nav ul li.active .sub-menu li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#header_nav ul li:hover .sub-menu li:nth-child(7), #header_nav ul li.active .sub-menu li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#header_nav ul li:hover .header_link, #header_nav ul li.active .header_link {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: relative;
}

#header_nav ul li:hover .header_link:before, #header_nav ul li.active .header_link:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: -6px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(35, 90, 173, 0.4);
  z-index: -1;
}

#header_nav ul li:hover .header_link.type2:before, #header_nav ul li.active .header_link.type2:before {
  background-color: rgba(174, 190, 206, 0.4);
}

#header_nav ul li:hover .header_link.type3:before, #header_nav ul li.active .header_link.type3:before {
  background-color: rgba(235, 97, 42, 0.4);
}

#header_nav ul li:hover .header_link.type4:before, #header_nav ul li.active .header_link.type4:before {
  background-color: rgba(216, 181, 78, 0.4);
}

@media all and (max-width: 1680px) {
  #header_nav {
    margin: 120px auto 0;
  }
  #header_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 1480px) {
  #header_nav ul li a {
    font-size: 1.4rem;
  }
  #header_nav ul li a span {
    font-size: 1.2rem;
  }
  #header_nav ul li.type-contact {
    margin-left: 10px;
  }
}

@media all and (max-width: 1367px) {
  #header_nav {
    text-align: center;
    width: 100%;
  }
  #header_nav ul {
    margin: 40px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header_nav ul li a {
    font-size: 1.4rem;
  }
}

#header_nav.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

#header_nav.DownMove {
  display: none;
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

#header_nav.DownMove ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 auto;
}

#header_nav.DownMove ul li {
  position: relative;
}

#header_nav.DownMove ul li a {
  padding: 22px 20px;
  background-color: transparent;
  color: #333;
}

#header_nav.DownMove ul li a:after {
  display: none;
}

#header_nav.DownMove ul li:hover, #header_nav.DownMove ul li.active {
  color: #235aad;
}

#header_nav.DownMove ul li:hover a, #header_nav.DownMove ul li.active a {
  color: #235aad;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
}

#header_nav.DownMove ul li:hover a:after, #header_nav.DownMove ul li.active a:after {
  display: none;
}

#header_nav.DownMove ul li:hover a span, #header_nav.DownMove ul li.active a span {
  color: #fff;
}

#header_nav.DownMove ul li:hover .sub-menu a, #header_nav.DownMove ul li.active .sub-menu a {
  background-color: transparent;
  color: #fff;
}

@media all and (max-width: 1367px) {
  #header_nav.DownMove ul {
    margin: 60px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header_nav.DownMove ul li a {
    font-size: 1.3rem;
  }
}

@-webkit-keyframes opacityAnime {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes opacityAnime {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* nav
----------------------------------*/
#nav-toggle {
  display: block;
  position: fixed;
  top: 50px;
  right: 10px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

#nav-toggle:before {
  position: absolute;
  content: "";
  left: -19px;
  top: -22px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
  border: 4px solid #203452;
}

#nav-toggle > div {
  position: relative;
  width: 35px;
}

#nav-toggle > div > p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
  font-size: 11px;
  text-align: center;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
  width: 90%;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
  width: 80%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}

@media all and (max-width: 896px) {
  #nav-toggle {
    top: 30px;
    right: 20px;
  }
  #nav-toggle:before {
    left: -4px;
    top: -9px;
  }
}

@media all and (max-width: 639px) {
  #nav-toggle {
    top: 20px;
    right: 20px;
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#sp_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#sp_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 330px;
  padding-bottom: 15px;
  margin: 0 auto;
}

#sp_btn ul li {
  padding: 0 5px;
}

#sp_btn ul li a {
  display: block;
  padding: 7px 30px;
  text-align: center;
  background: #fefefe;
  color: #203452;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}

#sp_btn ul li a span {
  display: block;
  font-size: 13px;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  color: #111;
}

#sp_btn ul li a.sp_btn_icon {
  background: transparent;
  width: 40px;
  padding: 7px 0;
}

#sp-nav {
  background: #203452;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#sp-nav .inner {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

#sp-nav .inner .head-nav-logo {
  text-align: center;
  width: 340px;
  margin: 0px auto 30px;
}

#sp-nav .inner .head-nav-detail {
  border-top: 1px solid #ddd;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sp-nav .inner .head-nav-detail a {
  margin: 0 2%;
  -webkit-transform: 0.4s;
          transform: 0.4s;
}

#sp-nav .inner .head-nav-detail a:hover {
  opacity: 0.4;
  -webkit-transform: 0.4s;
          transform: 0.4s;
}

#sp-nav .inner .head-nav-detail .txt a {
  display: inline-block;
}

#sp-nav .inner .photo {
  height: 90%;
  border-radius: 0 0 50px 0;
  overflow: hidden;
}

#sp-nav .inner .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sp-nav .inner .txtarea {
  padding: 50px 50px 0;
}

#sp-nav .inner .txtarea-inner {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding: 50px 40px;
  height: 100%;
}

@media all and (max-width: 896px) {
  #sp-nav .inner {
    display: block;
  }
  #sp-nav .inner .photo {
    width: 84%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
  }
  #sp-nav .inner .txtarea {
    padding: 50px 50px 0;
    width: 100%;
    margin: 0 auto;
  }
  #sp-nav .inner .head-nav-logo {
    width: 100px;
  }
  #sp-nav .inner .head-nav-detail {
    border-top: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sp-nav .inner .head-nav-detail a {
    margin: 0 2%;
    -webkit-transform: 0.4s;
            transform: 0.4s;
  }
  #sp-nav .inner .head-nav-detail a:hover {
    opacity: 0.4;
    -webkit-transform: 0.4s;
            transform: 0.4s;
  }
  #sp-nav .inner .head-nav-detail .txt a {
    display: inline-block;
  }
}

@media all and (max-width: 639px) {
  #sp-nav .inner {
    height: 100vh;
  }
  #sp-nav .inner .head-nav-logo {
    text-align: center;
    width: 80px;
    margin-bottom: 0px;
  }
  #sp-nav .inner .photo {
    max-height: 100%;
    height: 30%;
    margin: 0 auto 0 0;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sp-nav .inner .txtarea {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 50px 30px 0;
    border-radius: 20px 20px 0 0;
  }
  #sp-nav .inner .txtarea-inner {
    padding: 70px 15px 50px;
    border-radius: 20px 20px 0 0;
  }
  #sp-nav .inner .head-nav-detail {
    border-top: 1px solid #ddd;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0px;
    width: 80%;
  }
  #sp-nav .inner .head-nav-detail a {
    margin: 0 1%;
    padding: 0;
  }
}

#sp-nav a {
  display: block;
  color: #232323;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-weight: 600;
}

#sp-nav a span {
  display: block;
  color: #203452;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

#sp-nav a:hover {
  color: #235aad;
}

#sp-nav a:active {
  color: #203452;
}

#sp-nav .dropdown {
  display: none;
}

#sp-nav ul {
  list-style: none;
  max-width: 300px;
  margin: 0 auto 40px;
}

#sp-nav ul li {
  width: 100%;
  margin: 0 auto 10px 0;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  text-align: left;
}

#sp-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#sp-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#sp-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#sp-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#sp-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#sp-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media all and (max-width: 896px) {
  #sp-nav ul {
    overflow-y: auto;
    max-width: 100%;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #sp-nav ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}

@media all and (max-width: 639px) {
  #sp-nav ul {
    display: block;
    max-width: 200px;
    text-align: left;
    margin: 12% auto 0;
  }
  #sp-nav ul li {
    width: 100%;
    margin: 0 auto 5%;
  }
  #sp-nav ul li a {
    font-size: 12px;
    padding: 0;
  }
  #sp-nav ul li a span {
    font-size: 10px;
  }
  #sp-nav ul li a:hover {
    color: #235aad;
  }
  #sp-nav ul li a:active {
    color: #203452;
  }
}

/* open */
.open {
  overflow: hidden;
}

.open #sp-nav {
  visibility: visible;
  opacity: 1;
  z-index: 990;
}

.open #sp-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 110;
}

#page-top a {
  display: block;
  background: #235aad;
  -webkit-box-shadow: #235aad;
          box-shadow: #235aad;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
}

@media all and (max-width: 639px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

.slide-img {
  overflow: hidden;
  width: 90%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  border-radius: 100px 100px 0 0;
}

.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media all and (max-width: 1680px) {
  .slide-img {
    margin-top: 210px;
    height: 76vh;
  }
}

@media all and (max-width: 1100px) {
  .slide-img {
    height: 80vh;
  }
}

@media all and (max-width: 896px) {
  .slide-img {
    height: 70vh;
    margin-top: 130px;
  }
}

@media all and (max-width: 639px) {
  .slide-img {
    height: 56vh;
    border-radius: 30px 30px 0 0;
    margin-top: 110px;
    max-height: 380px;
    min-height: 380px;
  }
}

#slide-wrap {
  position: relative;
  margin: 0px auto 0px;
  background-color: #203452;
  padding-bottom: 50px;
}

#slide-wrap .slide-box {
  opacity: 1;
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0%;
  left: 0;
  margin: 0 auto;
}

#slide-wrap .slide-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-animation: bg-anime 0.8s ease-in 1s forwards;
          animation: bg-anime 0.8s ease-in 1s forwards;
  z-index: 100;
}

@media all and (max-width: 639px) {
  #slide-wrap {
    padding-bottom: 20px;
  }
}

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

@keyframes bg-anime {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes catch-anime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes catch-anime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

@keyframes catch-anime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.catch {
  z-index: 1;
  position: absolute;
  margin: 0px auto 0 0;
  bottom: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.catch .catch-symble {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 570px;
}

.catch .catch-logo {
  margin: 0 auto;
  text-align: center;
}

.catch.on {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

@media all and (max-width: 1680px) {
  .catch {
    bottom: 22%;
  }
  .catch .catch-symble {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .catch .catch-logo {
    max-width: 300px;
  }
}

@media all and (max-width: 1100px) {
  .catch .catch-symble {
    max-width: 280px;
  }
  .catch .catch-logo {
    max-width: 300px;
  }
}

@media all and (max-width: 639px) {
  .catch .catch-symble {
    max-width: 140px;
    margin: 0 auto 20px;
  }
  .catch .catch-logo {
    max-width: 180px;
  }
}

/* footer
----------------------------------*/
footer {
  padding: 100px 0 50px;
  position: relative;
  background-color: #203452;
  margin-top: -8px;
}

@media all and (max-width: 639px) {
  footer {
    padding: 50px 0 0 0;
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  width: calc(100% - 40px);
  padding: 0px 10px 10px;
  margin: 0 auto;
}

#l-footer .mtitle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -80px;
}

#l-footer .inner {
  margin: 0 auto 0;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  padding: 0px;
}

#l-footer .flogobox {
  width: 100%;
  margin: 0 auto 10px;
}

#l-footer .fbox {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media all and (max-width: 896px) {
  #l-footer .inner {
    display: block;
  }
  #l-footer .flogobox {
    width: 100%;
    margin-bottom: 20px;
  }
  #l-footer .fbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 30px 0px;
    font-size: 1.1rem;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  margin: 0px auto 20px;
}

.footer_navi ul {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}

@media all and (max-width: 1100px) {
  .footer_navi ul li {
    padding: 0px;
  }
}

.footer_navi ul li a {
  color: #ffffff;
  font-size: 1.3rem;
  position: relative;
  padding: 0 20px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #b4b4b4;
}

.footer_navi ul li a span {
  display: none;
}

.footer_navi ul li a:hover {
  color: #a59a6a;
}

.footer_navi ul li a:hover:before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.footer_navi ul li .sub-menu {
  margin-top: 10px;
  display: block;
}

.footer_navi ul li .sub-menu li {
  margin: 0;
  width: 100%;
  padding-left: 30px;
}

.footer_navi ul li .sub-menu a {
  padding: 0px;
}

.footer_navi ul li .sub-menu a:before {
  position: absolute;
  content: "";
  left: -14px;
  top: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  background-color: transparent;
}

.footer_navi ul li .dropdown {
  display: none;
}

.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.flogo {
  margin: 0 auto 50px;
  min-height: 0;
  text-align: center;
  max-width: 410px;
}

@media all and (max-width: 639px) {
  .flogo {
    margin: 0 auto 30px;
    width: 30%;
  }
}

.copyright {
  padding: 12px 0;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: white;
}

@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding-bottom: 75px;
  }
}

/* loading mask
----------------------------------*/
.mask-img {
  mask-image: url("../img/topMessage-logo.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/topMessage-logo.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto;
}

/* contents
----------------------------------*/
#main {
  float: left;
  width: 76%;
}

@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}

@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* btn
----------------------------------*/
.btn {
  margin: 40px auto 0;
  text-align: center;
}

.btn a {
  margin: 0 auto;
  display: block;
  width: 300px;
  position: relative;
  background-color: #203452;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 0px;
  z-index: 1;
  letter-spacing: 5px;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #203452;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 360%;
  top: -130%;
  left: 0;
  right: 0;
  background: url(../img/topgreet-logo.png) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 10px;
}

.btn a:hover:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.4;
}

.btn a:hover:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
}

@media all and (max-width: 639px) {
  .btn a {
    width: 94%;
    padding: 8px 20px;
    font-size: 1.4rem;
  }
}

.btn01--footer a {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #235aad;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #235aad;
  position: relative;
  overflow: hidden;
}

.btn01--footer a:before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.btn01--footer a span {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn01--footer a:hover:before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}

.btn01--footer a:hover span {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #235aad;
}

@media all and (max-width: 639px) {
  .btn01--footer a {
    width: 94%;
    padding: 8px 20px;
    font-size: 1.4rem;
  }
}

/* page-title
----------------------------------*/
.page-titleBox {
  background-color: #203452;
  padding: 130px 100px 0px;
}

@media all and (max-width: 639px) {
  .page-titleBox {
    padding: 130px 20px 0px;
  }
}

.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto 0;
  border-radius: 50px 50px 0 0;
}

.page-title.type1 {
  background: url(../img/page-title01.jpg) no-repeat center 100%/cover;
}

.page-title.type2 {
  background: url(../img/page-title02.jpg) no-repeat center 100%/cover;
}

.page-title.type3 {
  background: url(../img/page-title03.jpg) no-repeat center 0%/cover;
}

.page-title.type4 {
  background: url(../img/page-title04.jpg) no-repeat center 100%/cover;
}

.page-title.type5 {
  background: url(../img/page-title05.jpg) no-repeat center 100%/cover;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  opacity: 0.4;
}

.page-title .inner {
  margin: 0 auto;
  padding: 80px 0 80px;
  max-width: 1200px;
  overflow: hidden;
}

.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  margin: 0 auto;
  -webkit-animation: page-leadanime 1s ease-out 2.4s forwards;
          animation: page-leadanime 1s ease-out 2.4s forwards;
  opacity: 0;
}

.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  font-size: 3rem;
}

.page-title .inner .page-lead .ja {
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.3rem;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .page-title .inner .page-lead .eng {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1680px) {
  .page-title {
    margin: 50px auto 0px;
  }
}

@media all and (max-width: 1100px) {
  .page-title {
    margin: 80px auto 0px;
  }
}

@media all and (max-width: 896px) {
  .page-title {
    margin: 0px auto 0px;
  }
}

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

@keyframes page-leadanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
  background-color: #fff;
}

.tbl th,
.tbl td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.tbl th {
  color: #fff;
  background: #203452;
  width: 25%;
}

.tbl th span {
  font-size: 1.4rem;
}

.tbl td {
  vertical-align: middle;
}

.tbl td.num {
  width: 10%;
  max-width: 200px;
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 25%;
    text-align: left;
    font-size: 1.2rem;
  }
  .tbl th,
  .tbl td {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .tbl td.num {
    width: 20%;
    max-width: 200px;
    min-width: 40px;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 18%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.ggmap.type-top {
  padding-bottom: 18%;
}

@media all and (max-width: 639px) {
  .ggmap.type-top {
    margin-bottom: 4px;
  }
}

@media all and (max-width: 1100px) {
  .ggmap {
    padding-bottom: 28%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery-list
----------------------------------*/
.gallerarea {
  max-width: 1500px;
  margin: 0 auto 30px;
  padding: 40px;
  background-color: #fff;
}

@media all and (max-width: 639px) {
  .gallerarea {
    padding: 40px 20px;
  }
}

.gallery-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-list li {
  width: 22%;
  margin: 0 1% 20px;
  border: 1px solid #363636;
  padding: 10px;
  background-color: #fff;
}

.gallery-list li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-list li .txt {
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .gallery-list li {
    width: 98%;
    margin-bottom: 10px;
  }
  .gallery-list li img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-list li .txt {
    font-size: 1.5rem;
  }
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}

.blogbox {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
}

.blogbox .blogbox__title {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  color: #203452;
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .blogbox .blogbox__title {
    font-size: 1.4rem;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-wrap * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-wrap > li {
  width: 23%;
  margin: 0 1% 20px;
  position: relative;
  padding: 15px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ddd;
}

@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 31%;
  }
}

@media all and (max-width: 896px) {
  .blog-wrap > li {
    width: 48%;
  }
}

.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .blog-wrap li .blog-img {
    width: 100%;
  }
  .blog-wrap li .blog-detail {
    width: 100%;
    padding: 10px;
  }
  .blog-wrap li .blog-txt {
    padding: 10px 0;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.blog-cat {
  background-color: #235aad;
  color: #fff;
  font-size: 13px;
  display: none;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-date {
  width: 100px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #595959;
  font-size: 12px;
  position: relative;
}

.blog-date:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: -5px;
  background-color: #ddd;
}

.blog-date2 {
  color: #0b111b;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}

.blog-txt {
  line-height: 1.5;
  color: #333;
  font-size: 1.7rem;
  padding-top: 10px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}

.pages .page_next a,
.pages .page_prev a {
  color: #203452;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}

.category_nav li a:hover {
  background: #f4f4f4;
}

.category_nav li:last-child a {
  border-bottom: none;
}

.prv dt {
  color: #203452;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.blog-month {
  margin-bottom: 10px;
}

.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #a59a6a;
}

@media all and (max-width: 639px) {
  .blog-month ul li {
    margin-left: 20px;
  }
}

.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}

.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

.blog-month ul li a:hover {
  color: #203452;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  padding: 10px 30px;
  z-index: 101;
  margin: 0px auto 0px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #203452;
}

.breadcrumb li {
  display: inline;
  color: #fff;
}

.breadcrumb li a {
  color: #d8b54e;
}

.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    left: 20px;
    padding: 8px 20px;
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}

.form dl dt span,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  color: #fff;
  background: #203452;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  position: relative;
  top: -2px;
}

.form dl dt span.nini {
  background: #d8b54e;
  color: #604C3F;
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 10px;
  padding-top: 13px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}

.form dl dd.type1 p {
  display: inline;
}

.form dl dd.type1 .w20 {
  width: 20%;
}

@media all and (max-width: 896px) {
  .form dl dd.type1 .w20 {
    width: 30%;
  }
}

.form dl dd.type1 .w30 {
  width: 30%;
}

@media all and (max-width: 639px) {
  .form dl dd.type1.type1-name .w30 {
    width: 48%;
  }
}

.form dl dd.type1 .w60 {
  width: 60%;
}

.form dl dd:last-child {
  border-bottom: none;
}

.form .textarea,
.form textarea {
  border: 0;
  padding: 12px 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ffffff;
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
  background: #f9fcff;
  -webkit-box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
          box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form .textarea04 {
  width: 70%;
  margin-right: 1%;
}

.form .select_arrow {
  position: relative;
}

.form .select_arrow::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10.5px solid #203452;
  content: "";
  position: absolute;
  right: 9px;
  top: 42px;
  width: 0;
}

@media all and (max-width: 639px) {
  .form .select_arrow::before {
    top: 30px;
  }
}

.form .form-contents {
  background: transparent;
  padding: 0;
}

.form .form-contents dl {
  margin-bottom: 0;
}

.form .form-pattern-1 dt:not(.pattern-exclusion) {
  padding-top: 10px;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) input.textarea {
  height: 40px;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) .textarea {
  border-radius: 0;
  border: none;
}

.form button,
.form .form-pattern-1 .submit-btn {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #363636;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #363636;
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
  background: #fff;
  color: #363636;
}

.form .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
  background: #363636;
}

.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}

.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #203452;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #203452;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
          box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}

.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}

.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #203452;
  border-bottom: 3px solid #203452;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media all and (max-width: 639px) {
  .form label.checkbox_text:after {
    margin-top: -18px;
  }
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
          box-shadow: 41px 0px #eee;
}

.form input[type="text"],
.form textarea {
  font-size: 14px;
}

@media all and (max-width: 639px) {
  .form input[type="text"],
  .form textarea {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -5px;
  }
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.thanks {
  padding: 40px;
  border: 1px solid #203452;
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

.thanks .btn04 {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .thanks {
    max-width: 100%;
    padding: 30px 20px;
  }
  .thanks p.t-m50 {
    margin-top: 0;
  }
  .thanks p.b-m50 {
    margin-bottom: 20px;
  }
  .thanks p.tcenter.sp-left {
    text-align: left;
  }
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 1200px;
  margin: 20px auto 0;
}

.mtitle_small {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #604C3F;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #203452;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #604C3F;
  font-weight: 600;
  padding: 10px 10px 10px 20px;
}

.mtitle_small2:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 0;
}

.mtitle_small2:after {
  content: "";
  background-color: #838383;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 2px;
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -4%;
}

@media all and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
  font-weight: 600;
}

.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 10px;
}

.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media all and (max-width: 896px) {
  .gallery_ul > li {
    width: 48%;
  }
}

@media all and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
  color: #604C3F;
}

@media all and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

/*アンカーリンク*/
.anchor-link {
  margin: 100px auto 0;
}

.anchor-link .anchorbox {
  margin: 0 20px;
  width: 380px;
}

@media all and (max-width: 639px) {
  .anchor-link .anchorbox {
    width: 100%;
    margin: 0 auto;
  }
}

.anchor-link .anchorbox a {
  display: block;
}

.anchor-link .anchorbox a:hover {
  opacity: 0.7;
  -webkit-filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
          filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

/*photoギャラリー*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery li {
  width: 24%;
  margin: 0 calc(1% + (1% / 3)) 25px 0;
}

.gallery li:nth-child(4n) {
  margin-right: 0;
}

.gallery li a {
  background: rgba(241, 235, 221, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 0px;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}

/* common content
----------------------------------*/
.mainContents {
  margin: 0 auto;
  position: relative;
}

.mainContents .mainContents__inner {
  padding: 100px 40px 100px;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mainContents .mainContents__inner.inner--w1200 {
  max-width: 1200px;
}

.mainContents .mainContents__title {
  margin-bottom: 40px;
}

.mainContents .mainContents__title .eng {
  display: block;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  font-size: 3rem;
}

.mainContents .mainContents__title .ja {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  font-size: 2rem;
}

.mainContents .mainContents__title.title--center {
  text-align: center;
}

.mainContents .mainContents__title.title--icon {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.mainContents .mainContents__title.title--icon:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  background: url(../img/title-icon.png) no-repeat;
  background-size: cover;
}

.mainContents .mainContents__txt {
  font-size: 1.6rem;
  font-weight: bold;
}

.mainContents .mainContents__txt.txt--main {
  line-height: 2.6;
}

.mainContents .mainContents__maintxt {
  font-size: 2rem;
  font-weight: bold;
}

.mainContents .mainContents__maintxt.txt--main {
  line-height: 2.6;
}

.mainContents .mainContents__picktxt span {
  background-color: #235aad;
  padding: 4px 15px;
  color: #fff;
  display: inline-block;
}

@media all and (max-width: 896px) {
  .mainContents .mainContents__title {
    font-size: 1.6rem;
  }
  .mainContents .mainContents__title .eng {
    font-size: 1.8rem;
  }
  .mainContents .mainContents__title .ja {
    font-size: 1.6rem;
  }
  .mainContents .mainContents__txt {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .mainContents .mainContents__txt.txt--main {
    line-height: 2;
  }
}

@media all and (max-width: 639px) {
  .mainContents .mainContents__inner {
    padding: 50px 15px;
  }
  .mainContents .mainContents__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .mainContents .mainContents__title .eng {
    font-size: 1.6rem;
  }
  .mainContents .mainContents__title .ja {
    font-size: 1.4rem;
  }
  .mainContents .mainContents__txt {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .mainContents .mainContents__txt.txt--main {
    line-height: 1.8;
  }
  .mainContents .mainContents__maintxt {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .mainContents .mainContents__maintxt.txt--main {
    line-height: 2.6;
  }
}

.mainContents__noren {
  position: relative;
}

.mainContents__noren:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 180%;
  top: -90%;
  left: 0;
  right: 0;
  background: url(../img/bg-noren.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.mainContents--bglogo {
  position: relative;
  z-index: 1;
}

.mainContents--bglogo:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 240%;
  top: -40%;
  left: -20%;
  right: 0;
  margin: 0 auto;
  background: url(../img/bg-logo.png) no-repeat;
  background-size: cover;
  mix-blend-mode: darken;
  pointer-events: none;
  z-index: -1;
  background-attachment: fixed;
}

@media all and (max-width: 639px) {
  .mainContents--bglogo:before {
    background-attachment: initial;
  }
}

/* top content
----------------------------------*/
.topNews {
  position: relative;
  z-index: 1;
  background-color: #203452;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topNews .topNews__inner {
  width: 100%;
  margin: 20px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topNews .topNews__title {
  max-width: 300px;
  width: 15%;
}

.topNews .topNews__title .eng {
  color: #fff;
}

.topNews .topNews__title .ja {
  color: #fff;
}

@media all and (max-width: 639px) {
  .topNews .topNews__title.flex-20 {
    width: 100%;
  }
  .topNews .topNews__inner {
    margin: 10px auto 30px;
    width: 90%;
  }
}

.topNews__list {
  width: 83.4%;
  border-top: 1px solid #ddd;
}

.topNews__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.topNews__list li .data {
  max-width: 150px;
  width: 20%;
  text-align: center;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
}

.topNews__list li .txt {
  width: 80%;
  padding-left: 20px;
  color: #fff;
}

@media all and (max-width: 896px) {
  .topNews__list li .data {
    font-size: 12px;
  }
  .topNews__list li .txt {
    font-size: 12px;
  }
}

@media all and (max-width: 639px) {
  .topNews__list {
    width: 100%;
  }
  .topNews__list li .data {
    font-size: 10px;
  }
  .topNews__list li .txt {
    font-size: 10px;
  }
}

.topGreet {
  position: relative;
  z-index: 1;
  margin: 100px auto;
}

.topGreet:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 300px;
  left: -20%;
  bottom: -20%;
  background-color: #a59a6a;
  z-index: -1;
}

.topGreet:after {
  position: absolute;
  content: "";
  width: 560px;
  height: 380px;
  bottom: -10%;
  right: -50px;
  margin: 0 auto;
  background: url(../img/topgreet-logo.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.topGreet .topGreet__photo {
  border: 4px solid #203452;
  border-left: none;
  width: 40%;
}

.topGreet .topGreet__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border: 4px solid #f1f0ed;
  border-left: none;
}

.topGreet .topGreet__txtArea {
  position: relative;
  padding: 40px 20px 40px 190px;
  z-index: 1;
  width: 60%;
}

.topGreet .topGreet__txtArea .mainContents__title {
  position: relative;
  z-index: 1;
}

.topGreet .topGreet__txtArea .mainContents__title .eng {
  font-size: 7rem;
  color: #203452;
  text-shadow: 3px 3px #fff, 4px 4px 0 #5d6f77, 4px 2px 0 #5d6f77, 2px 4px 0 #5d6f77, 2px 2px 0 #5d6f77;
}

.topGreet .topGreet__txt {
  position: relative;
}

.topGreet .topGreet__txt .main {
  background-color: #fff;
  padding: 5px 20px;
  border: 1px solid #a59a6a;
}

@media all and (max-width: 1367px) {
  .topGreet:after {
    width: 390px;
    height: 264px;
    bottom: -30%;
  }
  .topGreet .topGreet__txtArea {
    padding: 40px 20px 40px 50px;
  }
  .topGreet .topGreet__txtArea .mainContents__title .eng {
    font-size: 4rem;
  }
}

@media all and (max-width: 896px) {
  .topGreet:before {
    width: 120%;
    height: 290px;
    left: -20%;
    bottom: -26%;
  }
  .topGreet:after {
    width: 340px;
    height: 230px;
  }
  .topGreet .topGreet__txtArea {
    padding: 40px 30px;
  }
  .topGreet .topGreet__txtArea .mainContents__title .eng {
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .topGreet {
    margin: 50px auto;
  }
  .topGreet:after {
    width: 250px;
    height: 170px;
    bottom: -15%;
  }
  .topGreet .topGreet__photo {
    width: 90%;
  }
  .topGreet .topGreet__txtArea {
    padding: 30px 0px;
    width: 90%;
    margin: 0 auto;
  }
  .topGreet .topGreet__txtArea .mainContents__title .eng {
    font-size: 1.6rem;
  }
}

.topMessase {
  position: relative;
}

.topMessase .topMessase__inner {
  margin: 0px auto 0;
  position: relative;
}

.topMessase .topMessase__inner:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 240%;
  top: -40%;
  left: -20%;
  right: 0;
  margin: 0 auto;
  background: url(../img/bg-logo.png) no-repeat;
  background-size: cover;
  mix-blend-mode: darken;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  pointer-events: none;
}

.topMessase .topMessase__inner.anime-on:before {
  -webkit-animation: bg-animeon 1s ease-out 0s forwards;
          animation: bg-animeon 1s ease-out 0s forwards;
}

.topMessase .topMessase__bgarea {
  position: relative;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  z-index: 1;
}

.topMessase .topMessase__bgarea li {
  width: 20%;
}

.topMessase .topMessase__txtArea {
  margin: 100px auto;
  position: relative;
  z-index: 1;
}

.topMessase__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 50px auto 0;
  position: relative;
}

.topMessase__map .map__box {
  position: relative;
}

.topMessase__map .map__box .map__box__txt {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.topMessase__map .map__box .map__box__txt span {
  position: relative;
}

.topMessase__map .map__box .map__box__txt span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  top: 5px;
  left: -20px;
  border-top: 16px solid #203452;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.topMessase__map .map__figure {
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
  position: relative;
}

.topMessase__map .map__detail {
  max-width: 700px;
}

.topMessase__map .map__detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

.topMessase__map .map__detail li {
  width: 48%;
  margin: 0 4% 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topMessase__map .map__detail li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.topMessase__map .map__detail li .list__num {
  padding: 0 4px;
  color: #fff;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

.topMessase__map .map__detail li .list__num:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -4px;
  right: 0px;
  top: -3px;
  margin: 0 auto;
  background-color: #203452;
  border-radius: 50px;
  z-index: -1;
}

.topMessase__map .map__detail li .list__txt {
  padding-left: 15px;
}

@media all and (max-width: 896px) {
  .topMessase__map {
    width: 90%;
  }
  .topMessase__map .map__figure {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .topMessase__map {
    width: 90%;
  }
  .topMessase__map .map__detail ul {
    padding: 20px;
    border-radius: 10px;
  }
  .topMessase__map .map__detail li {
    width: 48%;
    margin: 0 4% 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topMessase__map .map__detail li:nth-child(2n) {
    margin: 0 0 6px 0;
  }
  .topMessase__map .map__detail li .list__num {
    font-size: 1.2rem;
  }
  .topMessase__map .map__detail li .list__num:before {
    width: 24px;
    height: 24px;
    left: -2px;
    right: 0px;
    top: -1px;
  }
  .topMessase__map .map__detail li .list__txt {
    padding-left: 5px;
    font-size: 10px;
  }
}

#map-linkarea {
  position: absolute;
  left: -76px;
  right: 0;
  top: 40px;
  margin: 0 auto;
  text-align: center;
  max-width: 538px;
}

@media all and (max-width: 896px) {
  #map-linkarea {
    left: -38px;
    right: 0;
    top: 20px;
    margin: 0 auto;
    text-align: center;
    max-width: 538px;
    width: 76%;
  }
}

#map-linkarea .cls-1 {
  opacity: 0.45;
}

#map-linkarea .cls-1,
#map-linkarea .cls-2 {
  fill: #f9f9f9;
}

#map-linkarea .cls-1:hover,
#map-linkarea .cls-2:hover {
  fill: #a59a6a;
}

#map-linkarea .cls-3 {
  fill: #231815;
  font-family: KinutaMaruminShinanoStdN-R-90ms-RKSJ-H, "Kinuta MaruminShinano StdN";
  font-size: 12px;
  stroke: #000;
  stroke-width: 0;
}

#map-linkarea .cls-2 {
  stroke: #f9f9f9;
  stroke-miterlimit: 10;
  stroke-width: 2.09px;
}

#map-linkarea .cls-4 {
  letter-spacing: -0.08em;
  fill: #231815;
  font-family: KinutaMaruminShinanoStdN-R-90ms-RKSJ-H, "Kinuta MaruminShinano StdN";
  font-size: 12px;
  stroke: #000;
  stroke-width: 0;
}

.maplink {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 896px) {
  .maplink {
    width: 100%;
  }
}

.topRanking {
  position: relative;
  margin: 200px auto 100px;
  z-index: 2;
}

.topRanking:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100px;
  left: 0;
  background: url(../img/bg-mokume.jpg) repeat-x;
  background-size: 1000px;
}

.topRanking .topRanking__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.topRanking .ranking__title {
  width: 20%;
  background-color: #203452;
  padding: 100px 20px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.topRanking .ranking__title:before {
  position: absolute;
  content: "";
  width: 96%;
  height: 97%;
  top: 1.5%;
  left: 2%;
  border: 4px solid #fff;
}

.topRanking .ranking__title:after {
  position: absolute;
  content: "";
  width: 560px;
  height: 380px;
  bottom: -10%;
  right: -50px;
  margin: 0 auto;
  background: url(../img/topgreet-logo.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.topRanking .ranking__title .title__inner {
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.topRanking .ranking__title .eng {
  font-size: 5rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.topRanking .ranking__title .ja {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.topRanking .ranking__detail {
  width: 80%;
}

@media all and (max-width: 1480px) {
  .topRanking {
    width: 100%;
  }
  .topRanking .topRanking__inner {
    display: block;
    width: 80%;
  }
  .topRanking .ranking__title {
    width: 100%;
    background-color: #203452;
    padding: 30px 50px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .topRanking .ranking__title:before {
    position: absolute;
    content: "";
    width: 98%;
    height: 94%;
    top: 3%;
    left: 1%;
    border: 4px solid #fff;
  }
  .topRanking .ranking__title:after {
    width: 430px;
    height: 220px;
  }
  .topRanking .ranking__title .title__inner {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .topRanking .ranking__title .eng {
    font-size: 3rem;
    font-family: "Viga", sans-serif;
    font-weight: 300;
  }
  .topRanking .ranking__title .ja {
    font-size: 2rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
  }
  .topRanking .ranking__detail {
    width: 100%;
  }
}

@media all and (max-width: 896px) {
  .topRanking .ranking__title {
    padding: 30px 50px;
  }
  .topRanking .ranking__title:before {
    border: 2px solid #fff;
  }
  .topRanking .ranking__title:after {
    width: 250px;
    height: 130px;
  }
  .topRanking .ranking__title .eng {
    font-size: 2rem;
    font-family: "Viga", sans-serif;
    font-weight: 300;
  }
  .topRanking .ranking__title .ja {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
  }
}

@media all and (max-width: 639px) {
  .topRanking .topRanking__inner {
    width: 90%;
  }
  .topRanking .ranking__title {
    padding: 20px 20px;
  }
  .topRanking .ranking__title:after {
    width: 110px;
    height: 75px;
    bottom: auto;
    top: -10px;
    right: -30px;
  }
  .topRanking .ranking__title .eng {
    font-size: 2rem;
    font-family: "Viga", sans-serif;
    font-weight: 300;
  }
  .topRanking .ranking__title .ja {
    font-size: 1.4rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
  }
}

.ranking__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ranking__list li {
  width: 31%;
  height: 100%;
  margin: 0 1%;
  position: relative;
  padding: 100px 20px 40px;
  background-color: #203452;
}

.ranking__list li:last-child {
  margin: 0;
}

.ranking__list .list__num {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}

.ranking__list .list__txtarea {
  background-color: #fff;
}

.ranking__list .list__txtarea__title {
  background-color: #203452;
  padding: 30px 10px;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
  text-align: center;
}

.ranking__list .list__txtarea__txt {
  padding: 30px;
  font-size: 1.4rem;
}

@media all and (max-width: 1480px) {
  .ranking__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}

@media all and (max-width: 896px) {
  .ranking__list {
    margin-top: 30px;
  }
  .ranking__list li {
    width: 48%;
    height: 100%;
    margin: 0 1%;
    position: relative;
    padding: 60px 20px 40px;
    background-color: #203452;
  }
  .ranking__list li:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  .ranking__list li:last-child {
    margin: 0 1%;
  }
  .ranking__list .list__photo {
    height: 200px;
  }
  .ranking__list .list__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ranking__list .list__txtarea__title {
    padding: 20px 10px;
  }
  .ranking__list .list__txtarea__txt {
    padding: 20px;
    font-size: 1.1rem;
  }
  .ranking__list .list__num {
    width: 110px;
    right: auto;
  }
  .ranking__list .list__num img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 639px) {
  .ranking__list li {
    padding: 40px 8px 15px;
  }
  .ranking__list li:first-child {
    margin: 0 auto 10px;
  }
  .ranking__list li:first-child .list__photo {
    height: 180px;
  }
  .ranking__list .list__photo {
    height: 110px;
  }
  .ranking__list .list__txtarea__title {
    padding: 10px 10px;
    font-size: 1rem;
  }
  .ranking__list .list__txtarea__txt {
    padding: 15px 10px;
    font-size: 10px;
  }
  .ranking__list .list__num {
    width: 73px;
    left: 10px;
  }
}

.option__logo {
  position: relative;
  width: 500px;
  height: 360px;
  margin: 0 auto;
  text-align: center;
}

.logo__bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #c3a349, #203452);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  -webkit-animation: bggradient 10s ease infinite;
          animation: bggradient 10s ease infinite;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes bg-animeon {
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0.8;
  }
}

@keyframes bg-animeon {
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0.8;
  }
}

.topRecommend {
  position: relative;
  padding: 100px 0;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}

.topRecommend .topRecommend__inner {
  background-color: #fff;
  padding: 50px;
}

.topRecommend .topRecommend__title {
  display: inline-block;
  background-color: #203452;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-left: 20px;
}

.topRecommend .topRecommend__title .ja {
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

@media all and (max-width: 896px) {
  .topRecommend .topRecommend__inner {
    padding: 30px;
  }
}

@media all and (max-width: 639px) {
  .topRecommend {
    width: 90%;
    padding: 0 0 50px;
  }
  .topRecommend .topRecommend__inner {
    padding: 20px 15px;
  }
  .topRecommend .topRecommend__title {
    padding: 10px 20px;
    margin-left: 10px;
  }
  .topRecommend .topRecommend__title .ja {
    font-size: 1.4rem;
  }
}

.topRecommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topRecommend__list li {
  width: 18%;
  margin: 20px 2% 0 0;
  border: 1px solid #203452;
  padding: 10px;
}

.topRecommend__list li:nth-child(5n) {
  margin: 20px 0 0 0;
}

.topRecommend__list li .list__txt {
  background-color: #203452;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

@media all and (max-width: 1367px) {
  .topRecommend__list li {
    width: 32%;
    margin: 20px 2% 0 0;
  }
  .topRecommend__list li:nth-child(5n) {
    margin: 20px 2% 0 0;
  }
  .topRecommend__list li:nth-child(3n) {
    margin: 20px 0 0 0;
  }
  .topRecommend__list li .list__txt {
    padding: 8px 14px;
    font-size: 1.2rem;
  }
}

@media all and (max-width: 639px) {
  .topRecommend__list li {
    width: 48%;
    margin: 20px 2% 0 0;
  }
  .topRecommend__list li:nth-child(5n) {
    margin: 20px 2% 0 0;
  }
  .topRecommend__list li:nth-child(3n) {
    margin: 20px 2% 0 0;
  }
  .topRecommend__list li:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .topRecommend__list li:nth-child(2n) .list__txt {
    padding: 6px 10px;
    font-size: 1rem;
  }
}

.topProduct {
  position: relative;
  margin: 100px auto;
}

.topProduct .topProduct__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topProduct .topProduct__title {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 10%;
}

.topProduct .topProduct__title span {
  padding: 50px 15px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  background-color: #203452;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
}

.topProduct .topProduct__photo {
  position: relative;
  width: 70%;
  margin: 0;
  height: 550px;
}

.topProduct .topProduct__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topProduct .topProduct__txtarea {
  width: 30%;
  padding: 50px;
}

.topProduct .topProduct__txtarea .txtarea__subtitle {
  font-family: "Viga", sans-serif;
  font-weight: 300;
  color: #203452;
  opacity: 0.4;
  font-size: 2rem;
}

.topProduct .topProduct__txtarea .txtarea__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.topProduct .topProduct__txtarea .txtarea__detail {
  margin-top: 40px;
}

.topProduct .topProduct__btnarea {
  margin: 20px auto 0;
  max-width: 1000px;
}

.topProduct .topProduct__btnarea .btnarea__link a {
  border-bottom: 2px solid #203452;
  color: #203452;
  position: relative;
  z-index: 1;
  padding: 15px 100px 15px 50px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
}

.topProduct .topProduct__btnarea .btnarea__link a:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #203452;
  z-index: -1;
}

.topProduct .topProduct__btnarea .btnarea__link a:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 28px;
  right: 50px;
  bottom: 24%;
  background: url(../img/title-icon.png) no-repeat;
  background-size: cover;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topProduct .topProduct__btnarea .btnarea__link a:hover {
  color: #fff;
}

.topProduct .topProduct__btnarea .btnarea__link a:hover:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.topProduct .topProduct__btnarea .btnarea__link a:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/title-icon-w.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

@media all and (max-width: 1367px) {
  .topProduct .topProduct__photo {
    width: 50%;
    height: 550px;
  }
  .topProduct .topProduct__txtarea {
    width: 50%;
    padding: 50px 30px;
  }
  .topProduct .topProduct__txtarea .txtarea__detail {
    margin-top: 30px;
  }
  .topProduct .topProduct__btnarea {
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .topProduct .topProduct__btnarea .btnarea__link a {
    padding: 15px 60px 15px 30px;
  }
}

@media all and (max-width: 639px) {
  .topProduct {
    margin: 50px auto;
  }
  .topProduct .topProduct__title {
    left: 10%;
  }
  .topProduct .topProduct__title span {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
  .topProduct .topProduct__photo {
    width: 90%;
    height: 150px;
    margin: 0 auto 0 0;
  }
  .topProduct .topProduct__txtarea {
    width: 90%;
    padding: 30px 20px;
    margin: 20px 0 0 auto;
    background-color: #fff;
  }
  .topProduct .topProduct__txtarea .txtarea__subtitle {
    font-size: 1.6rem;
  }
  .topProduct .topProduct__txtarea .txtarea__title {
    font-size: 1.4rem;
  }
  .topProduct .topProduct__txtarea .txtarea__detail {
    margin-top: 20px;
  }
  .topProduct .topProduct__btnarea {
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .topProduct .topProduct__btnarea .btnarea__link a {
    font-size: 1rem;
    padding: 10px 50px 10px 20px;
  }
  .topProduct .topProduct__btnarea .btnarea__link a:after {
    width: 30px;
    height: 21px;
    right: 30px;
  }
}

.topCompany {
  position: relative;
  margin: 100px auto;
}

.topCompany .topCompany__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topCompany .topCompany__title {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 10%;
}

.topCompany .topCompany__title span {
  padding: 50px 15px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  background-color: #203452;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
}

.topCompany .topCompany__photo {
  position: relative;
  width: 70%;
  margin: 0;
  height: 550px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.topCompany .topCompany__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topCompany .topCompany__txtarea {
  width: 30%;
  padding: 50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.topCompany .topCompany__txtarea .txtarea__subtitle {
  font-family: "Viga", sans-serif;
  font-weight: 300;
  color: #203452;
  opacity: 0.4;
  font-size: 2rem;
}

.topCompany .topCompany__txtarea .txtarea__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.topCompany .topCompany__txtarea .txtarea__detail {
  margin-top: 40px;
}

.topCompany .topCompany__btnarea {
  margin: 20px auto 0;
  max-width: 1000px;
}

.topCompany .topCompany__btnarea .btnarea__link a {
  border-bottom: 2px solid #203452;
  color: #203452;
  position: relative;
  z-index: 1;
  padding: 15px 100px 15px 50px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
}

.topCompany .topCompany__btnarea .btnarea__link a:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #203452;
  z-index: -1;
}

.topCompany .topCompany__btnarea .btnarea__link a:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 28px;
  right: 50px;
  bottom: 24%;
  background: url(../img/title-icon.png) no-repeat;
  background-size: cover;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topCompany .topCompany__btnarea .btnarea__link a:hover {
  color: #fff;
}

.topCompany .topCompany__btnarea .btnarea__link a:hover:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.topCompany .topCompany__btnarea .btnarea__link a:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url(../img/title-icon-w.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

@media all and (max-width: 1367px) {
  .topCompany .topCompany__photo {
    width: 50%;
    height: 550px;
  }
  .topCompany .topCompany__txtarea {
    width: 50%;
    padding: 50px 30px;
  }
  .topCompany .topCompany__txtarea .txtarea__detail {
    margin-top: 30px;
  }
  .topCompany .topCompany__btnarea {
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .topCompany .topCompany__btnarea .btnarea__link a {
    padding: 15px 60px 15px 30px;
  }
}

@media all and (max-width: 639px) {
  .topCompany {
    margin: 50px auto;
  }
  .topCompany .topCompany__title {
    right: 10%;
  }
  .topCompany .topCompany__title span {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
  .topCompany .topCompany__photo {
    width: 90%;
    height: 150px;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .topCompany .topCompany__txtarea {
    width: 90%;
    padding: 30px 20px;
    margin: 20px auto 0 0;
    background-color: #fff;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topCompany .topCompany__txtarea .txtarea__subtitle {
    font-size: 1.6rem;
  }
  .topCompany .topCompany__txtarea .txtarea__title {
    font-size: 1.4rem;
  }
  .topCompany .topCompany__txtarea .txtarea__detail {
    margin-top: 20px;
  }
  .topCompany .topCompany__btnarea {
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .topCompany .topCompany__btnarea .btnarea__link a {
    font-size: 1rem;
    padding: 10px 50px 10px 20px;
  }
  .topCompany .topCompany__btnarea .btnarea__link a:after {
    width: 30px;
    height: 21px;
    right: 30px;
  }
}

.topContact {
  margin: 150px auto 0;
  position: relative;
  z-index: 1;
}

.topContact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -0px;
  left: 0;
  background: url(../img/bg-mokume.jpg) repeat-x;
  background-size: 1000px;
  z-index: -1;
}

.topContact .topContact__inner {
  padding: 100px 20px 0;
  position: relative;
}

.topContact .topContact__txtarea {
  text-align: center;
  padding: 50px;
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  z-index: 2;
  position: relative;
}

.topContact .topContact__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

.topContact .topContact__linkBox a {
  width: 50%;
  padding: 40px 20px;
}

.topContact .topContact__linkBox a i {
  font-size: 4rem;
  color: #203452;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topContact .topContact__linkBox a .linkBox__txt {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.topContact .topContact__linkBox a .linkBox__txt:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: -10px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 10px solid #203452;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.topContact .topContact__linkBox a .linkBox__txt span {
  background-color: rgba(32, 52, 82, 0.4);
  padding: 8px 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.topContact .topContact__linkBox a .linkBox__txt span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #203452;
  border-radius: 50px;
  z-index: -1;
}

.topContact .topContact__linkBox a:hover i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #a59a6a;
}

.topContact .topContact__linkBox a:hover .linkBox__txt span:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.topContact .topContact__ggmap {
  margin-top: -100px;
  background-color: #203452;
}

.topContact .topContact__ggmap iframe {
  width: 100%;
  mix-blend-mode: luminosity;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topContact .topContact__ggmap iframe:hover {
  mix-blend-mode: initial;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 639px) {
  .topContact {
    margin-top: 80px;
  }
  .topContact .topContact__txtarea {
    padding: 20px 15px;
    margin: 30px auto 0;
    border-radius: 10px;
  }
  .topContact .topContact__linkBox {
    margin: 20px auto 0;
  }
  .topContact .topContact__linkBox a {
    width: 50%;
    padding: 20px 10px;
  }
  .topContact .topContact__linkBox a i {
    font-size: 3rem;
  }
  .topContact .topContact__linkBox a .linkBox__txt span {
    padding: 8px 20px;
    font-size: 1rem;
  }
  .topContact .topContact__ggmap {
    margin-top: 10px;
  }
  .topContact .topContact__ggmap iframe {
    height: 330px;
  }
}

/* page content
----------------------------------*/
.product {
  position: relative;
  margin: 100px auto 0;
}

.product .product__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product .product__title {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 10%;
}

.product .product__title span {
  padding: 50px 15px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  background-color: #203452;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
}

.product .product__photo {
  position: relative;
  width: 80%;
  margin: 0;
  height: 440px;
}

.product .product__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .product__txtarea {
  width: 100%;
  padding: 50px 100px;
  max-width: 1000px;
  position: absolute;
  right: 10%;
  bottom: -50px;
  background-color: #fff;
}

.product .product__txtarea .txtarea__subtitle {
  font-family: "Viga", sans-serif;
  font-weight: 300;
  color: #203452;
  opacity: 0.4;
  font-size: 2rem;
}

.product .product__txtarea .txtarea__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.product .product__txtarea .txtarea__detail {
  margin-top: 40px;
}

@media all and (max-width: 1367px) {
  .product .product__photo {
    width: 100%;
    height: 440px;
  }
  .product .product__txtarea {
    width: 65%;
    padding: 50px 30px;
    right: 5%;
  }
  .product .product__txtarea .txtarea__detail {
    margin-top: 30px;
  }
  .product .product__btnarea {
    margin: 20px auto 0;
    max-width: 1000px;
  }
  .product .product__btnarea .btnarea__link a {
    padding: 15px 60px 15px 30px;
  }
}

@media all and (max-width: 639px) {
  .product {
    margin: 50px auto;
  }
  .product .product__title {
    left: 10%;
  }
  .product .product__title span {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
  .product .product__photo {
    width: 90%;
    height: 150px;
    margin: 0 auto 0 0;
  }
  .product .product__txtarea {
    position: initial;
    width: 90%;
    padding: 30px 20px;
    margin: 20px 0 0 auto;
    background-color: #fff;
  }
  .product .product__txtarea .txtarea__subtitle {
    font-size: 1.6rem;
  }
  .product .product__txtarea .txtarea__title {
    font-size: 1.4rem;
  }
  .product .product__txtarea .txtarea__detail {
    margin-top: 20px;
  }
}

.product__ranking {
  max-width: 1200px;
  margin: 100px auto 0;
}

.ranking {
  margin: 50px auto 0;
  background-color: #fff;
  padding: 50px;
}

.ranking .ranking__num {
  font-size: 3rem;
  color: #203452;
  text-align: center;
  border-bottom: 10px;
  border-bottom: 1px solid #203452;
  margin-bottom: 20px;
}

.ranking .ranking__num span {
  font-size: 4rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  padding: 0 8px;
}

.ranking .ranking__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ranking .ranking__box .ranking__photo {
  width: 50%;
}

.ranking .ranking__box .ranking__detail {
  width: 50%;
  padding: 20px 50px;
}

.ranking .ranking__box .ranking__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

.ranking .ranking__box .ranking__price {
  text-align: right;
}

.ranking .ranking__box .ranking__price .main {
  font-size: 2rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.ranking .ranking__box .ranking__price .min {
  color: #555;
  font-size: 1.4rem;
  padding-left: 5px;
}

.ranking .ranking__box .ranking__txtmin {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  padding: 15px;
  margin: 20px auto 10px;
}

.ranking .ranking__box .ranking__txtsub {
  font-size: 1.2rem;
}

@media all and (max-width: 896px) {
  .ranking {
    width: 90%;
    padding: 30px;
  }
  .ranking .ranking__box {
    display: block;
  }
  .ranking .ranking__box .ranking__photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 300px;
  }
  .ranking .ranking__box .ranking__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 20px;
  }
  .ranking .ranking__box .ranking__title {
    font-size: 2rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
  }
  .ranking .ranking__box .ranking__price .main {
    font-size: 1.5rem;
  }
  .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .ranking {
    width: 90%;
    padding: 20px 15px;
  }
  .ranking .ranking__num {
    font-size: 1.8rem;
  }
  .ranking .ranking__num span {
    font-size: 2rem;
  }
  .ranking .ranking__box .ranking__photo {
    height: 200px;
  }
  .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .ranking .ranking__box .ranking__title {
    font-size: 1.4rem;
  }
  .ranking .ranking__box .ranking__price .main {
    font-size: 1.3rem;
  }
  .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

.ranking--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 896px) {
  .ranking--2column {
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  .ranking--2column {
    width: 100%;
    margin: 0 auto;
  }
}

.ranking--2column .ranking {
  width: 49%;
  margin: 50px 2% 0 0;
}

.ranking--2column .ranking:last-child {
  margin: 50px 0 0 0;
}

.ranking--2column .ranking .ranking__num {
  font-size: 3rem;
  color: #203452;
  text-align: center;
  border-bottom: 10px;
  border-bottom: 1px solid #203452;
  margin-bottom: 20px;
}

.ranking--2column .ranking .ranking__num span {
  font-size: 4rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  padding: 0 8px;
}

.ranking--2column .ranking .ranking__box {
  display: block;
}

.ranking--2column .ranking .ranking__box .ranking__photo {
  width: 100%;
  height: 300px;
}

.ranking--2column .ranking .ranking__box .ranking__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ranking--2column .ranking .ranking__box .ranking__detail {
  width: 100%;
  padding: 20px 0px;
}

.ranking--2column .ranking .ranking__box .ranking__title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

.ranking--2column .ranking .ranking__box .ranking__price {
  text-align: right;
}

.ranking--2column .ranking .ranking__box .ranking__price .main {
  font-size: 2rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.ranking--2column .ranking .ranking__box .ranking__price .min {
  color: #555;
  font-size: 1.4rem;
  padding-left: 5px;
}

.ranking--2column .ranking .ranking__box .ranking__txtmin {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  padding: 15px;
  margin: 20px auto 10px;
}

.ranking--2column .ranking .ranking__box .ranking__txtsub {
  font-size: 1.2rem;
}

@media all and (max-width: 896px) {
  .ranking--2column .ranking {
    padding: 30px;
  }
  .ranking--2column .ranking .ranking__box {
    display: block;
  }
  .ranking--2column .ranking .ranking__box .ranking__photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 300px;
  }
  .ranking--2column .ranking .ranking__box .ranking__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ranking--2column .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 20px;
  }
  .ranking--2column .ranking .ranking__box .ranking__title {
    font-size: 2rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
  }
  .ranking--2column .ranking .ranking__box .ranking__price .main {
    font-size: 1.5rem;
  }
  .ranking--2column .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking--2column .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .ranking--2column .ranking {
    width: 90%;
    padding: 20px 15px;
    margin: 20px auto 0;
  }
  .ranking--2column .ranking:last-child {
    margin: 20px auto 0;
  }
  .ranking--2column .ranking .ranking__num {
    font-size: 1.8rem;
  }
  .ranking--2column .ranking .ranking__num span {
    font-size: 2rem;
  }
  .ranking--2column .ranking .ranking__box .ranking__photo {
    height: 200px;
  }
  .ranking--2column .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .ranking--2column .ranking .ranking__box .ranking__title {
    font-size: 1.4rem;
  }
  .ranking--2column .ranking .ranking__box .ranking__price .main {
    font-size: 1.3rem;
  }
  .ranking--2column .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking--2column .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

.ranking--3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 896px) {
  .ranking--3column {
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  .ranking--3column {
    width: 100%;
    margin: 0 auto;
  }
}

.ranking--3column .ranking {
  width: 32%;
  margin: 50px 2% 0 0;
  padding: 30px 20px;
}

.ranking--3column .ranking:last-child {
  margin: 50px 0 0 0;
}

.ranking--3column .ranking .ranking__num {
  font-size: 2rem;
  color: #203452;
  text-align: center;
  border-bottom: 10px;
  border-bottom: 1px solid #203452;
  margin-bottom: 20px;
}

.ranking--3column .ranking .ranking__num span {
  font-size: 3rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  padding: 0 8px;
}

.ranking--3column .ranking .ranking__box {
  display: block;
}

.ranking--3column .ranking .ranking__box .ranking__photo {
  width: 100%;
  height: 250px;
}

.ranking--3column .ranking .ranking__box .ranking__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ranking--3column .ranking .ranking__box .ranking__detail {
  width: 100%;
  padding: 20px 0px;
}

.ranking--3column .ranking .ranking__box .ranking__title {
  font-size: 2rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

.ranking--3column .ranking .ranking__box .ranking__price {
  text-align: right;
}

.ranking--3column .ranking .ranking__box .ranking__price .main {
  font-size: 2rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.ranking--3column .ranking .ranking__box .ranking__price .min {
  color: #555;
  font-size: 1.4rem;
  padding-left: 5px;
}

.ranking--3column .ranking .ranking__box .ranking__txtmin {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  padding: 15px;
  margin: 20px auto 10px;
}

.ranking--3column .ranking .ranking__box .ranking__txtsub {
  font-size: 1.2rem;
}

@media all and (max-width: 896px) {
  .ranking--3column .ranking {
    padding: 30px 20px;
  }
  .ranking--3column .ranking .ranking__box {
    display: block;
  }
  .ranking--3column .ranking .ranking__box .ranking__photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 200px;
  }
  .ranking--3column .ranking .ranking__box .ranking__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ranking--3column .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .ranking--3column .ranking .ranking__box .ranking__title {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
  }
  .ranking--3column .ranking .ranking__box .ranking__price .main {
    font-size: 1.5rem;
  }
  .ranking--3column .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking--3column .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .ranking--3column .ranking {
    width: 90%;
    padding: 20px 15px;
    margin: 20px auto 0;
  }
  .ranking--3column .ranking:last-child {
    margin: 20px auto 0;
  }
  .ranking--3column .ranking .ranking__num {
    font-size: 1.8rem;
  }
  .ranking--3column .ranking .ranking__num span {
    font-size: 2rem;
  }
  .ranking--3column .ranking .ranking__box .ranking__photo {
    height: 200px;
  }
  .ranking--3column .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .ranking--3column .ranking .ranking__box .ranking__title {
    font-size: 1.4rem;
  }
  .ranking--3column .ranking .ranking__box .ranking__price .main {
    font-size: 1.3rem;
  }
  .ranking--3column .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking--3column .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

.ranking--4column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 896px) {
  .ranking--4column {
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  .ranking--4column {
    width: 100%;
    margin: 0 auto;
  }
}

.ranking--4column .ranking {
  width: 23.5%;
  margin: 50px 2% 0 0;
  padding: 30px 20px;
}

.ranking--4column .ranking:last-child {
  margin: 50px 0 0 0;
}

.ranking--4column .ranking .ranking__num {
  font-size: 1.6rem;
  color: #203452;
  text-align: center;
  border-bottom: 10px;
  border-bottom: 1px solid #203452;
  margin-bottom: 20px;
}

.ranking--4column .ranking .ranking__num span {
  font-size: 2rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
  padding: 0 8px;
}

.ranking--4column .ranking .ranking__box {
  display: block;
}

.ranking--4column .ranking .ranking__box .ranking__photo {
  width: 100%;
  height: 200px;
}

.ranking--4column .ranking .ranking__box .ranking__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ranking--4column .ranking .ranking__box .ranking__detail {
  width: 100%;
  padding: 20px 0px;
}

.ranking--4column .ranking .ranking__box .ranking__title {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

.ranking--4column .ranking .ranking__box .ranking__price {
  text-align: right;
}

.ranking--4column .ranking .ranking__box .ranking__price .main {
  font-size: 1.8rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.ranking--4column .ranking .ranking__box .ranking__price .min {
  color: #555;
  font-size: 1.2rem;
  padding-left: 5px;
}

.ranking--4column .ranking .ranking__box .ranking__txtmin {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  padding: 15px;
  margin: 20px auto 10px;
}

.ranking--4column .ranking .ranking__box .ranking__txtsub {
  font-size: 1.2rem;
}

@media all and (max-width: 896px) {
  .ranking--4column .ranking {
    padding: 30px 20px;
  }
  .ranking--4column .ranking .ranking__box {
    display: block;
  }
  .ranking--4column .ranking .ranking__box .ranking__photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 150px;
  }
  .ranking--4column .ranking .ranking__box .ranking__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ranking--4column .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .ranking--4column .ranking .ranking__box .ranking__title {
    font-size: 1.5rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
  }
  .ranking--4column .ranking .ranking__box .ranking__price .main {
    font-size: 1.4rem;
  }
  .ranking--4column .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking--4column .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .ranking--4column .ranking {
    width: 90%;
    padding: 20px 15px;
    margin: 20px auto 0;
  }
  .ranking--4column .ranking:last-child {
    margin: 20px auto 0;
  }
  .ranking--4column .ranking .ranking__num {
    font-size: 1.4rem;
  }
  .ranking--4column .ranking .ranking__num span {
    font-size: 1.8rem;
  }
  .ranking--4column .ranking .ranking__box .ranking__photo {
    height: 150px;
  }
  .ranking--4column .ranking .ranking__box .ranking__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .ranking--4column .ranking .ranking__box .ranking__title {
    font-size: 1.3rem;
  }
  .ranking--4column .ranking .ranking__box .ranking__price .main {
    font-size: 1.2rem;
  }
  .ranking--4column .ranking .ranking__box .ranking__price .min {
    font-size: 1rem;
  }
  .ranking--4column .ranking .ranking__box .ranking__txtsub {
    font-size: 1rem;
  }
}

.product__maintitle {
  margin: 150px auto 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.product__maintitle:before {
  position: absolute;
  content: "";
  width: 90%;
  bottom: -12px;
  background-color: #fff;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.product__maintitle span {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  color: #203452;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 50px 15px;
  border-bottom: 2px solid #203452;
}

@media all and (max-width: 639px) {
  .product__maintitle {
    margin: 70px auto 30px;
  }
  .product__maintitle span {
    font-size: 1.6rem;
    padding: 0 20px 15px;
  }
}

.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media all and (max-width: 896px) {
  .product__list {
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 639px) {
  .product__list {
    width: 100%;
    margin: 0 auto;
  }
}

.product__list li {
  width: 32%;
  margin: 50px 2% 0 0;
  padding: 30px 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.product__list li:nth-child(3n) {
  margin: 50px 0 0 0;
}

.product__list li .list__new {
  position: absolute;
  top: 14px;
  left: -42px;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.product__list li .list__new span {
  background-color: #a59a6a;
  color: #fff;
  padding: 10px 60px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}

.product__list li:last-child {
  margin: 50px 0 0 0;
}

.product__list li .list__box {
  display: block;
}

.product__list li .list__box .list__photo {
  width: 100%;
  height: 250px;
}

.product__list li .list__box .list__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__list li .list__box .list__detail {
  width: 100%;
  padding: 20px 0px;
}

.product__list li .list__box .list__title {
  font-size: 2rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: bold;
}

.product__list li .list__box .list__price {
  text-align: right;
}

.product__list li .list__box .list__price .main {
  font-size: 2rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.product__list li .list__box .list__price .min {
  color: #555;
  font-size: 1.4rem;
  padding-left: 5px;
}

.product__list li .list__box .list__txtmin {
  font-size: 1.2rem;
  background-color: #f3f3f3;
  padding: 15px;
  margin: 20px auto 10px;
}

.product__list li .list__box .list__txtsub {
  font-size: 1.2rem;
}

@media all and (max-width: 896px) {
  .product__list li {
    padding: 30px 20px;
    width: 49%;
    margin: 50px 2% 0 0;
  }
  .product__list li:nth-child(3n) {
    margin: 50px 2% 0 0;
  }
  .product__list li:nth-child(2n) {
    margin: 50px 0 0 0;
  }
  .product__list li .list__box {
    display: block;
  }
  .product__list li .list__box .list__photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 200px;
  }
  .product__list li .list__box .list__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product__list li .list__box .list__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .product__list li .list__box .list__title {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 500;
    font-weight: bold;
  }
  .product__list li .list__box .list__price .main {
    font-size: 1.5rem;
  }
  .product__list li .list__box .list__price .min {
    font-size: 1rem;
  }
  .product__list li .list__box .list__txtsub {
    font-size: 1rem;
  }
}

@media all and (max-width: 639px) {
  .product__list li {
    width: 90%;
    padding: 20px 15px;
    margin: 20px auto 0;
  }
  .product__list li:nth-child(3n) {
    margin: 20px auto;
  }
  .product__list li:nth-child(2n) {
    margin: 20px auto;
  }
  .product__list li .list__box .list__photo {
    height: 200px;
  }
  .product__list li .list__box .list__detail {
    width: 100%;
    padding: 20px 0px;
  }
  .product__list li .list__box .list__title {
    font-size: 1.4rem;
  }
  .product__list li .list__box .ranking__price .main {
    font-size: 1.3rem;
  }
  .product__list li .list__box .ranking__price .min {
    font-size: 1rem;
  }
  .product__list li .list__box .list__txtsub {
    font-size: 1rem;
  }
}

.pageCompany__list {
  max-width: 1200px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.pageCompany__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(141, 141, 141, 0.1);
          box-shadow: 0 0 30px rgba(141, 141, 141, 0.1);
}

.pageCompany__list .list__title {
  width: 140px;
  width: 20%;
  background-color: #ddd;
  padding: 8px 20px;
  font-weight: bold;
}

.pageCompany__list .list__txt {
  padding: 8px 20px;
  width: 86%;
}

@media all and (max-width: 639px) {
  .pageCompany__list .list__title {
    font-size: 1.2rem;
    width: 100px;
    min-width: 100px;
    padding: 8px 10px;
  }
  .pageCompany__list .list__txt {
    margin-left: 0;
    padding: 4px 10px;
    font-size: 1rem;
  }
}

/* flex
----------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 639px) {
  .flex {
    display: block;
  }
}

.flex.w-100 {
  width: 100%;
}

.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.a-first {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex.a-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 1100px) {
  .flex.flex-pro {
    display: block;
  }
}

.flex.flex-pro .flex-30 {
  width: 30%;
}

@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-30 {
    width: 100%;
    margin: 0 auto;
  }
}

.flex.flex-pro .flex-60 {
  width: 60%;
}

@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-60 {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-40 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-48 {
    width: 100%;
    margin: 0 auto;
  }
  .flex.flex-tablet .flex-48.l-m2 {
    margin-left: auto;
  }
  .flex.flex-tablet .flex-48.l-m4 {
    margin-left: auto;
  }
}

.flex.flex-tablet .flex-50 {
  width: 50%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-50 {
    width: 100%;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-56 {
    width: 90%;
    margin: 20px auto 0;
    margin-left: auto;
  }
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-58 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.flex.flex-tablet .flex-60 {
  width: 60%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-60 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex.flex-tablet .flex-70 {
  width: 70%;
}

@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-70 {
    width: 100%;
  }
}

.flex .flex-10 {
  width: 10%;
}

@media all and (max-width: 639px) {
  .flex .flex-10 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-15 {
  width: 15%;
}

@media all and (max-width: 639px) {
  .flex .flex-15 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-18 {
  width: 18%;
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-18 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-20 {
  width: 20%;
}

@media all and (max-width: 639px) {
  .flex .flex-20 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-25 {
  width: 25%;
}

@media all and (max-width: 639px) {
  .flex .flex-25 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-30 {
  width: 30%;
}

@media all and (max-width: 639px) {
  .flex .flex-30 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-36 {
  width: 36%;
}

@media all and (max-width: 639px) {
  .flex .flex-36 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-38 {
  width: 38%;
}

@media all and (max-width: 639px) {
  .flex .flex-38 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-40 {
  width: 40%;
}

@media all and (max-width: 639px) {
  .flex .flex-40 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-48 {
  width: 48%;
}

@media all and (max-width: 639px) {
  .flex .flex-48 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-48.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-48.l-m2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex .flex-48.l-m2.sp-m60 {
    margin-top: 60px;
  }
}

.flex .flex-48.l-m4 {
  margin-left: 4%;
}

@media all and (max-width: 639px) {
  .flex .flex-48.l-m4 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-50 {
  width: 50%;
}

@media all and (max-width: 896px) {
  .flex .flex-50 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-56 {
  width: 56%;
}

.flex .flex-56.l-m4 {
  margin-left: 4%;
}

@media all and (max-width: 896px) {
  .flex .flex-56.l-m4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (max-width: 639px) {
  .flex .flex-56.l-m4 {
    width: 90%;
    margin-left: auto;
  }
}

.flex .flex-58 {
  width: 58%;
}

.flex .flex-58.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-58 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .flex .flex-58.l-m2 {
    margin-left: auto;
  }
}

.flex .flex-60 {
  width: 60%;
}

.flex .flex-60.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-60.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-60.l-m10 {
  margin-left: 10%;
}

@media all and (max-width: 639px) {
  .flex .flex-60.l-m10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 639px) {
  .flex .flex-60 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-68 {
  width: 68%;
}

@media all and (max-width: 639px) {
  .flex .flex-68 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.flex .flex-68.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-68.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex .flex-70 {
  width: 70%;
}

@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%;
  }
}

.flex .flex-78 {
  width: 78%;
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-78 {
    margin-left: auto;
    width: 100%;
  }
}

.flex .flex-88 {
  width: 88%;
}

.flex .flex-88.l-m2 {
  margin-left: 2%;
}

@media all and (max-width: 639px) {
  .flex .flex-88 {
    margin-left: auto;
    width: 100%;
  }
}

.flex .flex-80 {
  width: 80%;
  margin-left: 3%;
}

@media all and (max-width: 639px) {
  .flex .flex-80 {
    margin-left: auto;
    width: 100%;
  }
}

/* slider
----------------------------------*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
  padding: 15px !important;
  height: 200px;
}

.slick-slide img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slick-slide img {
  width: 100%;
  height: 100%;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-prev:before {
  position: absolute;
  content: "";
  color: #000;
  border-right: 20px solid #203452;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 20px;
  height: 10px;
  left: -20px;
  top: 44%;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .slick-prev:before {
    left: -10px;
  }
}

@media all and (max-width: 639px) {
  .slick-prev {
    left: -30px !important;
  }
}

.slick-next:before {
  position: absolute;
  content: "";
  color: #000;
  border-left: 20px solid #203452;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 20px;
  height: 10px;
  right: -20px;
  top: 44%;
  z-index: 1;
}

@media all and (max-width: 639px) {
  .slick-next:before {
    right: -10px;
  }
}

@media all and (max-width: 639px) {
  .slick-next {
    right: -30px !important;
  }
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-track {
  height: 300px;
}

.slide_list {
  position: relative;
  display: none;
  margin: 0px auto 60px;
}

.slide_list li {
  margin-right: 1%;
  border-radius: 0px;
  overflow: hidden;
}

.slide_list li:nth-child(2n) {
  margin-top: 40px;
}

.slide_list li img {
  width: auto;
  height: 300px;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}

.slide_list li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media all and (max-width: 639px) {
  .slide_list li img {
    height: 240px;
  }
}

/* Q and A
----------------------------------*/
.qa-list dl {
  position: relative;
  margin: 30px auto 0;
  cursor: pointer;
  max-width: 1000px;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl:after {
  position: absolute;
  top: 30px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.qa-list .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #3b69e7;
  background: linear-gradient(150deg, #3b69e7 0%, #74d5ff 100%);
  color: #fff;
}

.qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  color: #fff;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background-color: #fff;
}

.qa-list dl dd:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #c32121;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media all and (max-width: 896px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 26px 16px 40px;
    font-size: 12px;
  }
  .qa-list dl dt:before {
    font-size: 14px;
    top: 20px;
    left: 15px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 40px;
    font-size: 10px;
  }
  .qa-list dl dd:before {
    font-size: 14px;
    left: 15px;
    margin-top: 5px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

/*----------------------------------
tab
----------------------------------*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.tab li {
  width: 18%;
  margin-left: 2%;
  background-color: #363636;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #363636;
}

.tab li a {
  color: #fff;
}

.tab li:hover {
  background-color: #fff;
}

.tab li:hover a {
  color: #363636;
}

/*----------------------------------
bg anime
----------------------------------*/
/*印象編　4-9、4-10　背景色が伸びて出現（左から・右から）　*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

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

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

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

/*印象編　4-9 背景色が伸びて出現（左から）*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #203452;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/*印象編　4-9 背景色が伸びて出現（右から）*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*----------------------------------
モーダルウィンドウ
----------------------------------*/
@media all and (max-width: 639px) {
  .modaal-content-container {
    padding: 15px !important;
  }
}

.modaal-container .modaal-close {
  right: 0;
  left: 0;
  top: auto;
  bottom: 50px;
  margin: 0 auto;
  text-align: center;
}

.modal-wrapper {
  display: none;
}

.modalbox .txtarea {
  padding-left: 50px;
}

@media all and (max-width: 896px) {
  .modalbox .txtarea {
    padding-left: 0px;
  }
}

.mainImg {
  margin-bottom: 10px;
  height: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.mainImg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 896px) {
  .mainImg {
    height: 200px;
  }
}

@media all and (max-width: 639px) {
  .mainImg {
    height: 120px;
  }
}

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

.subImg li {
  width: 23%;
  margin: 0 1% 20px;
  height: 100px;
}

.subImg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 896px) {
  .subImg li {
    height: 90px;
    width: 18%;
    margin: 0 1% 20px;
  }
  .subImg li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 639px) {
  .subImg li {
    height: 50px;
    width: 16%;
    margin: 0 1% 20px;
  }
}

.modalarea__title {
  background-color: #203452;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
}

.modalarea__detail .modalarea_detail--title {
  font-weight: bold;
  font-size: 2rem;
  color: #203452;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  margin-top: 20px;
}

.modalarea__detail .modalarea_detail--price {
  text-align: right;
}

.modalarea__detail .modalarea_detail--price .main {
  font-size: 2rem;
  font-family: "Viga", sans-serif;
  font-weight: 300;
}

.modalarea__detail .modalarea_detail--price .min {
  color: #555;
  font-size: 1.4rem;
  padding-left: 5px;
}

.modalarea__detail .modalarea_detail-txt {
  margin-top: 15px;
  font-size: 1.3rem;
}

@media all and (max-width: 639px) {
  .modalarea__detail .modalarea_detail--title {
    font-size: 1.5rem;
  }
  .modalarea__detail .modalarea_detail--price .main {
    font-size: 1.5rem;
  }
  .modalarea__detail .modalarea_detail--price .min {
    font-size: 10px;
  }
  .modalarea__detail .modalarea_detail-txt {
    font-size: 1rem;
  }
}

/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}

@media all and (max-width: 639px) {
  .sponly {
    display: block;
  }
}
