@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
}

/* --------------------------------------
pc_header sp_header
----------------------------------------- */
#pc_header,
#sp_header {
  position: relative;
  z-index: 20;
}

#pc_header {
  display: none;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ccc;
}
#pc_header > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 50px;
  margin: 0 auto;
}
#pc_header img {
  width: 100%;
  display: block;
}

/* pc_header */
#sp_header {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0 3px;
  background: #fff;
  border-bottom: solid 1px #ccc;
}

#sp_header a {
  display: block;
}

#sp_header a img {
  display: block;
  width: 224px;
  margin: 0 auto;
}

/* sp_header */
@media screen and (min-width: 641px) {
  #pc_header {
    display: block;
  }
  #sp_header {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .ttl_small {
    font-size: 22px !important;
  }
  .ttl_smalls {
    font-size: 16px !important;
  }
  .ttl_small_pc {
    font-size: 18px !important;
  }
  .pc_mb_0 {
    margin-bottom: 0 !important;
  }
  .pc_mt_70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .ttl_small {
    font-size: 14px !important;
  }
  .ttl_smalls {
    font-size: 10px !important;
  }
  .sp_small {
    font-size: 10px !important;
  }
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
/* --------------------------------------
SP public
----------------------------------------- */
@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 640px) {
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
}
/* --------------------------------------
PC public
----------------------------------------- */
@media screen and (min-width: 641px) {
  #pc_header {
    display: block;
  }
  #sp_header {
    display: none;
  }
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
}
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

body {
  display: none;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wrapper a {
  text-decoration: none;
}

/* opここから */
.op-wrap {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: #251e1d;
  -webkit-animation: opAnimBox ease-in-out forwards;
          animation: opAnimBox ease-in-out forwards;
  -webkit-animation-duration: 24.6s;
          animation-duration: 24.6s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* op1 */
  /* op2 */
}
.op-wrap img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.op-wrap .op--block {
  width: 100%;
  max-width: 1600px;
  height: 86vh;
  position: absolute;
  top: 2vh;
  left: 0;
  right: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.op-wrap .op--block .img-fit {
  overflow: hidden;
}
.op-wrap .op--block .img-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.op-wrap .op--block .str {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}
.op-wrap .op--block .str span {
  height: 26%;
  display: block;
}
.op-wrap .op--block .str img {
  height: 100%;
  width: auto;
}
.op-wrap .op--block .img-wrap-flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.op-wrap .op--block .slide-side::before, .op-wrap .op--block .slide-side::after {
  -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background: #251e1d;
  content: "";
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.op-wrap .op--block .slide-side::before {
  -webkit-animation-name: slide-side-before;
          animation-name: slide-side-before;
  top: 0;
  bottom: 55%;
}
.op-wrap .op--block .slide-side::after {
  -webkit-animation-name: slide-side-after;
          animation-name: slide-side-after;
  top: 55%;
  bottom: 0;
}
.op-wrap .op-1 {
  -webkit-animation: op1Anim ease-in-out forwards;
          animation: op1Anim ease-in-out forwards;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.op-wrap .op-1 .slide-side {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.op-wrap .op-1 .slide-side::before {
  bottom: 58%;
}
.op-wrap .op-1 .slide-side::after {
  top: 58%;
}
.op-wrap .op-1 .img-fit {
  height: 42%;
}
.op-wrap .op-1 .img-fit img {
  height: 100%;
}
.op-wrap .op-1 .str-wrap {
  height: 16%;
}
.op-wrap .op-1 .str-wrap .str {
  -webkit-animation: blur 2s ease both;
          animation: blur 2s ease both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.op-wrap .op-1 .str-wrap .str span {
  height: 32%;
  width: 100%;
  text-align: center;
}
.op-wrap .op-2 {
  -webkit-animation: opAnim ease-in-out forwards;
          animation: opAnim ease-in-out forwards;
  -webkit-animation-duration: 6.6s;
          animation-duration: 6.6s;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  opacity: 1;
}
.op-wrap .op-2 .str-wrap {
  -webkit-animation: op2-str 7s ease-in-out 5.6s both;
          animation: op2-str 7s ease-in-out 5.6s both;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 20%;
}
.op-wrap .op-2 .str-wrap .str span {
  -webkit-animation: blur 1s ease 6s both;
          animation: blur 1s ease 6s both;
}
.op-wrap .op-2 .anim-1st {
  -webkit-animation: fade-in-out 3s ease-in-out 6s forwards;
          animation: fade-in-out 3s ease-in-out 6s forwards;
  height: 65%;
  top: 30%;
  position: relative;
  opacity: 0;
}
.op-wrap .op-2 .anim-1st .photo {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.op-wrap .op-2 .slide-side {
  -webkit-animation: fade-in 0.2s ease both;
          animation: fade-in 0.2s ease both;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.op-wrap .op-2 .slide-side::before, .op-wrap .op-2 .slide-side::after {
  display: none;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.op-wrap .op-2 .slide-side::before {
  bottom: 60%;
}
.op-wrap .op-2 .slide-side::after {
  top: 60%;
}
.op-wrap .op-2 .slide-side .img-fit {
  height: 40%;
  overflow: hidden;
}
.op-wrap .op-2 .slide-side .img-fit img {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  height: 100%;
  width: 100%;
  -o-object-position: 50%;
     object-position: 50%;
}
.op-wrap .op-2 .slide-side .img-fit:nth-of-type(1) img {
  -webkit-animation: slide-zoom 2s 8.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: slide-zoom 2s 8.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.op-wrap .op-2 .slide-side .img-fit:nth-of-type(3) img {
  -webkit-animation: slide-zoom 2s 9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: slide-zoom 2s 9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.op-wrap .op-3 .img-wrap-flex .img-wrap-flex, .op-wrap .op-4 .img-wrap-flex .img-wrap-flex {
  height: 40%;
}
.op-wrap .op-3 .img-wrap-flex .img-wrap-flex .img-fit, .op-wrap .op-4 .img-wrap-flex .img-wrap-flex .img-fit {
  height: 50%;
}
.op-wrap .op-3 .img-wrap-flex .img-wrap-flex .img-fit img, .op-wrap .op-4 .img-wrap-flex .img-wrap-flex .img-fit img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.op-wrap .op-3 .img-wrap-flex .img-wrap-flex .img-fit:nth-of-type(1), .op-wrap .op-4 .img-wrap-flex .img-wrap-flex .img-fit:nth-of-type(1) {
  margin: 0 auto 0 0;
}
.op-wrap .op-3 .img-wrap-flex .img-wrap-flex .img-fit:nth-of-type(2), .op-wrap .op-4 .img-wrap-flex .img-wrap-flex .img-fit:nth-of-type(2) {
  margin: 0 0 0 auto;
}
.op-wrap .op-3 {
  -webkit-animation: opAnim 5.4s ease-in-out forwards;
          animation: opAnim 5.4s ease-in-out forwards;
  opacity: 0;
}
.op-wrap .op-3 .img-fit {
  -webkit-animation: fade-in 1s ease-in forwards;
          animation: fade-in 1s ease-in forwards;
  opacity: 0;
}
.op-wrap .op-3 .str-wrap {
  height: 20%;
}
.op-wrap .op-3 .str span {
  margin: 0;
  padding: 0;
  height: 26%;
  text-align: center;
  -webkit-animation: blur 1s ease both;
          animation: blur 1s ease both;
  opacity: 0;
}
.op-wrap .op-4 {
  -webkit-animation: opAnim 5.4s ease-in-out forwards;
          animation: opAnim 5.4s ease-in-out forwards;
  opacity: 0;
}
.op-wrap .op-4 .img-fit {
  opacity: 0;
}
.op-wrap .op-4 .str-wrap {
  height: 20%;
}
.op-wrap .op-4 .str span {
  margin: 0;
  padding: 0;
  height: 26%;
  text-align: center;
  -webkit-animation: blur 1s ease both;
          animation: blur 1s ease both;
  opacity: 0;
}
.op-wrap .op-3 {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.op-wrap .op-3 .fade-1 .img-fit:nth-of-type(1) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.op-wrap .op-3 .fade-1 .img-fit:nth-of-type(2) {
  -webkit-animation-delay: 13.3s;
          animation-delay: 13.3s;
}
.op-wrap .op-3 .fade-2 .img-fit:nth-of-type(1) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.op-wrap .op-3 .fade-2 .img-fit:nth-of-type(2) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.op-wrap .op-3 .str span:nth-of-type(1) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.op-wrap .op-3 .str span:nth-of-type(2) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.op-wrap .op-3 .str span:nth-of-type(3) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.op-wrap .op-4 {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.op-wrap .op-4 .fade-1 .img-fit:nth-of-type(1) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: slideTop 1s ease-in forwards;
          animation: slideTop 1s ease-in forwards;
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.op-wrap .op-4 .fade-1 .img-fit:nth-of-type(2) {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-animation: slideRight 1s ease-in forwards;
          animation: slideRight 1s ease-in forwards;
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.op-wrap .op-4 .fade-2 .img-fit:nth-of-type(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: slideLeft 1s ease-in forwards;
          animation: slideLeft 1s ease-in forwards;
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.op-wrap .op-4 .fade-2 .img-fit:nth-of-type(2) {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-animation: slideBottom 1s ease-in forwards;
          animation: slideBottom 1s ease-in forwards;
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.op-wrap .op-4 .str span:nth-of-type(1) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.op-wrap .op-4 .str span:nth-of-type(2) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.op-wrap .op-4 .str span:nth-of-type(3) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}

@-webkit-keyframes opAnimBox {
  0% {
    opacity: 1;
    visibility: visible;
  }
  5% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes opAnimBox {
  0% {
    opacity: 1;
    visibility: visible;
  }
  5% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes op1Anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes op1Anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opAnim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opAnim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide-side-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slide-side-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slide-side-after {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide-side-after {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slide-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes op2-str {
  0% {
    top: 5%;
  }
  40% {
    top: 5%;
  }
  55% {
    top: 40%;
  }
  100% {
    top: 40%;
  }
}
@keyframes op2-str {
  0% {
    top: 5%;
  }
  40% {
    top: 5%;
  }
  55% {
    top: 40%;
  }
  100% {
    top: 40%;
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 641px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
  .op-wrap {
    min-width: 1024px;
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
  .op-wrap .op--block {
    height: 90vh;
    width: 96%;
    top: 3vh;
    margin: auto;
  }
  .op-wrap .op--block .str {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .op-wrap .op--block .str span {
    height: 26%;
  }
  .op-wrap .op-1 {
    -webkit-animation-duration: 6.6s;
            animation-duration: 6.6s;
  }
  .op-wrap .op-1 .str {
    flex-direction: column;
  }
  .op-wrap .op-1 .str span {
    height: 36%;
  }
  .op-wrap .op-1 .img-fit:nth-of-type(1) img {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
  .op-wrap .op-1 .img-fit.bottom img {
    -o-object-position: 50% 65%;
       object-position: 50% 65%;
  }
  .op-wrap .op-2 {
    -webkit-animation: opAnim ease-in-out forwards;
            animation: opAnim ease-in-out forwards;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    display: flex;
    justify-content: space-between;
  }
  .op-wrap .op-2 .anim-1st {
    height: 100%;
    width: 40%;
    top: 0;
    -webkit-animation: fade-in 2s ease-in-out forwards;
            animation: fade-in 2s ease-in-out forwards;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  .op-wrap .op-2 .anim-1st .photo {
    height: 100%;
    width: 100%;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .op-wrap .op-2 .img-wrap-flex {
    width: 58%;
  }
  .op-wrap .op-2 .slide-side {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
    width: 58%;
    height: 100%;
    right: 0;
    left: auto;
  }
  .op-wrap .op-2 .slide-side .img-fit {
    height: 42%;
  }
  .op-wrap .op-2 .slide-side .img-fit img {
    height: 100%;
  }
  .op-wrap .op-2 .slide-side .img-fit:nth-of-type(1) img {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }
  .op-wrap .op-2 .slide-side .img-fit:nth-of-type(3) img {
    -webkit-animation-delay: 8.5s;
            animation-delay: 8.5s;
  }
  .op-wrap .op-2 .slide-side::before, .op-wrap .op-2 .slide-side::after {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  .op-wrap .op-2 .slide-side::before {
    bottom: 58%;
  }
  .op-wrap .op-2 .slide-side::after {
    top: 58%;
  }
  .op-wrap .op-2 .str-wrap {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .op-wrap .op-2 .str-wrap .str {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .op-wrap .op-2 .str-wrap .str span {
    -webkit-animation: blur 1s ease both;
            animation: blur 1s ease both;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }
  .op-wrap .op-2 .str-wrap .str span:nth-of-type(1) {
    width: 100%;
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }
  .op-wrap .op-2 .str-wrap .str span:nth-of-type(2) {
    -webkit-animation-delay: 8.2s;
            animation-delay: 8.2s;
  }
  .op-wrap .op-2 .str-wrap .str span:nth-of-type(3) {
    -webkit-animation-delay: 8.6s;
            animation-delay: 8.6s;
  }
  .op-wrap .op-3 .img-wrap-flex, .op-wrap .op-4 .img-wrap-flex {
    height: 100%;
  }
  .op-wrap .op-3 .img-wrap-flex .img-wrap-flex, .op-wrap .op-4 .img-wrap-flex .img-wrap-flex {
    flex-direction: row;
    height: 42%;
  }
  .op-wrap .op-3 .img-wrap-flex .img-wrap-flex .img-fit, .op-wrap .op-4 .img-wrap-flex .img-wrap-flex .img-fit {
    width: 50%;
    height: 100%;
  }
  .op-wrap .op-3 .img-wrap-flex .img-wrap-flex .img-fit img, .op-wrap .op-4 .img-wrap-flex .img-wrap-flex .img-fit img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
  }
  .op-wrap .op-3 .str-wrap, .op-wrap .op-4 .str-wrap {
    height: 16%;
  }
  .op-wrap .op-3 .str-wrap .str span, .op-wrap .op-4 .str-wrap .str span {
    height: 30%;
  }
  .op-wrap .op-3 .str-wrap .str span:nth-of-type(1), .op-wrap .op-4 .str-wrap .str span:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .op-wrap .op-3 {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  .op-wrap .op-3 .fade-1 .img-fit:nth-of-type(1) {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  .op-wrap .op-3 .fade-1 .img-fit:nth-of-type(2) {
    -webkit-animation-delay: 12.3s;
            animation-delay: 12.3s;
  }
  .op-wrap .op-3 .fade-2 .img-fit:nth-of-type(1) {
    -webkit-animation-delay: 12.8s;
            animation-delay: 12.8s;
  }
  .op-wrap .op-3 .fade-2 .img-fit:nth-of-type(2) {
    -webkit-animation-delay: 13s;
            animation-delay: 13s;
  }
  .op-wrap .op-3 .str-wrap .str span:nth-of-type(1) {
    -webkit-animation-delay: 12.6s;
            animation-delay: 12.6s;
  }
  .op-wrap .op-3 .str-wrap .str span:nth-of-type(2) {
    -webkit-animation-delay: 12.8s;
            animation-delay: 12.8s;
  }
  .op-wrap .op-3 .str-wrap .str span:nth-of-type(3) {
    -webkit-animation-delay: 13s;
            animation-delay: 13s;
  }
  .op-wrap .op-4 {
    -webkit-animation-delay: 17s;
            animation-delay: 17s;
  }
  .op-wrap .op-4 .fade-1 .img-fit:nth-of-type(1) {
    -webkit-animation-delay: 17.4s;
            animation-delay: 17.4s;
  }
  .op-wrap .op-4 .fade-1 .img-fit:nth-of-type(2) {
    -webkit-animation-delay: 17.8s;
            animation-delay: 17.8s;
  }
  .op-wrap .op-4 .fade-2 .img-fit:nth-of-type(1) {
    -webkit-animation-delay: 18s;
            animation-delay: 18s;
  }
  .op-wrap .op-4 .fade-2 .img-fit:nth-of-type(2) {
    -webkit-animation-delay: 17.6s;
            animation-delay: 17.6s;
  }
  .op-wrap .op-4 .str-wrap .str span:nth-of-type(1) {
    -webkit-animation-delay: 17.6s;
            animation-delay: 17.6s;
  }
  .op-wrap .op-4 .str-wrap .str span:nth-of-type(2) {
    -webkit-animation-delay: 17.8s;
            animation-delay: 17.8s;
  }
  .op-wrap .op-4 .str-wrap .str span:nth-of-type(3) {
    -webkit-animation-delay: 18s;
            animation-delay: 18s;
  }
  @-webkit-keyframes op2-str {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes op2-str {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/* opここまで */
#sp_header {
  -webkit-animation: ctsAnim ease-in-out forwards;
          animation: ctsAnim ease-in-out forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #333;
  -webkit-animation: ctsAnim ease-in-out forwards;
          animation: ctsAnim ease-in-out forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes ctsAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ctsAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.container .headWrap {
  width: 100%;
  height: 98%;
}
.container .header {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "imgA imgB imgC imgD imgE imgF" "imgG imgG imgG imgG imgG imgG" "imgH imgI imgJ imgJ imgK imgL";
}
.container .header .grid-item {
  position: relative;
  width: 100%;
  aspect-ratio: 20/17;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
}
.container .header .grid-item.shown {
  opacity: 1;
}
.container .header .grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.container .header .grid-item.imgG {
  grid-area: imgG;
  aspect-ratio: 125/88;
}
.container .header .grid-item.imgJ {
  grid-area: imgJ;
  background: #251e1d;
  text-align: center;
  aspect-ratio: 40/17;
}
.container .header .grid-item h1 {
  position: absolute;
  bottom: 8%;
  text-align: center;
}
.container .header .grid-item h1 img {
  width: 94%;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
.container .header .grid-item h1 img:nth-of-type(1) {
  width: 80%;
  margin-bottom: 2%;
}
.container .header .grid-item .logo {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.container .lead {
  background: linear-gradient(to bottom, #f8f6ed 96%, #fff);
  font-weight: 700;
  line-height: 2;
  padding: 3em 1.5em 100px;
}
.container section {
  margin-top: -60px;
  padding-bottom: 90px;
  padding-top: 60px;
  position: relative;
  width: 100%;
}
.container section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(wave-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.container .round .outer {
  position: relative;
  width: min(80%, 720px);
  margin: auto;
  z-index: 3;
  padding: 24px 0;
  border: 4px solid #fff;
  background: #1285c5;
}
.container .round .outer::before {
  top: -35px;
  left: -60px;
  clip: rect(40px, auto, auto, 40px);
  -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
          clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
}
.container .round .outer::after {
  top: -35px;
  right: -60px;
  clip: rect(40px, 40px, auto, auto);
  -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 100%, 0, 0);
          clip-path: rectangle(0, 50%, 50%, 100%, 100%, 0, 0);
}
.container .round .inner {
  position: relative;
  border: 4px solid #fff;
  padding: 0 10px;
  margin: 0 -20px;
  border-width: 0 4px;
  background: #1285c5;
  z-index: 3;
}
.container .round .inner::before {
  bottom: -56px;
  left: -44px;
  clip: rect(auto, auto, 40px, 44px);
  -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
          clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
}
.container .round .inner::after {
  bottom: -56px;
  right: -44px;
  clip: rect(auto, 36px, 40px, auto);
  -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
          clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}
.container .round .outer::before, .container .round .outer::after, .container .round .inner::before, .container .round .inner::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 20px solid #1285c5;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 4px #fff;
}
.container h2 {
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  margin-bottom: 40px;
}
.container h2 img {
  width: 82%;
}
.container .Cts {
  position: relative;
  width: min(100%, 1000px);
  margin: auto;
  padding-top: 40px;
  background: #fff;
}
.container .Cts p {
  text-indent: 1em;
  width: min(86%, 800px);
  margin: auto;
  line-height: 1.8;
}
.container .Cts p span {
  letter-spacing: 0;
}
.container .Cts p + p {
  margin-top: 1.5em;
}
.container .flexWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .flexWrap .prof {
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
  padding: 1.5em 0;
  background: #f8f6ed;
}
.container .flexWrap .prof > div {
  width: 86%;
  margin: 0 auto 2em;
  position: relative;
}
.container .flexWrap .prof > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1285c5;
  left: 5px;
  top: 5px;
}
.container .flexWrap .prof > div img {
  position: relative;
}
.container .flexWrap .prof p {
  text-indent: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e5da8;
}
.container .flexWrap .prof p span {
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}
.container .flexWrap .prof p:nth-of-type(3) {
  color: #333;
  font-weight: 400;
}
.container .flexWrap .prof p + p {
  margin-top: 0.5em;
}
.container .flexWrap.photo {
  margin-bottom: 40px;
}
.container .flexWrap.photo img {
  width: 90%;
}
.container .flexWrap.photo img:nth-of-type(2) {
  order: 2;
}
.container .flexWrap.photo p {
  order: 1;
  text-indent: 0;
  font-size: 13px;
  line-height: 1.5;
  margin: 1em;
  padding: 0.5em;
  border: 1px dotted #1285c5;
}
.container .slideArea {
  margin-top: -20px;
  opacity: 0;
}
.container .slideArea .outer {
  width: min(86%, 920px);
  border: 1px solid #1285c5;
  background: #f8f6ed;
  padding: 20px 0;
}
.container .slideArea .outer::before {
  top: -40px;
  left: -60px;
  clip: rect(40px, auto, auto, 40px);
  -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
          clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
}
.container .slideArea .outer::after {
  top: -40px;
  right: -59px;
  clip: rect(40px, 40px, auto, auto);
  -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 100%, 0, 0);
          clip-path: rectangle(0, 50%, 50%, 100%, 100%, 0, 0);
}
.container .slideArea .inner {
  border: 1px solid #1285c5;
  border-width: 0 1px;
  background: #f8f6ed;
  z-index: 3;
}
.container .slideArea .inner::after {
  bottom: -60px;
  right: -40px;
  clip: rect(auto, 40px, 40px, auto);
  -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
          clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}
.container .slideArea .outer::before, .container .slideArea .outer::after, .container .slideArea .inner::before, .container .slideArea .inner::after {
  content: "";
  position: absolute;
  border: 20px solid #f8f6ed;
  box-shadow: inset 0 0 0 1px #1285c5;
}
.container .slideWrap {
  padding: 4% 2%;
}
.container .slideWrap .item-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(98%, 900px);
  margin: auto;
}
.container .slideWrap .item-thumb a {
  display: block;
  aspect-ratio: 7/5;
  width: calc(20% - 3px);
  height: auto;
  position: relative;
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}
.container .slideWrap .item-thumb a.active img, .container .slideWrap .item-thumb a.current img, .container .slideWrap .item-thumb a.slick-current img {
  opacity: 1;
}
.container .slideWrap .item-thumb a.active::before, .container .slideWrap .item-thumb a.current::before, .container .slideWrap .item-thumb a.slick-current::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 5px solid #ff1d25;
  border-radius: 8px;
  box-sizing: border-box;
}
.container .slideWrap .item-thumb a.active {
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
  -webkit-animation: selected 0.4s backwards;
          animation: selected 0.4s backwards;
}
.container .slideWrap .item-thumb a:nth-of-type(n+6) {
  margin-top: 5px;
}
.container .slideWrap .item-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.container .slideWrap .bx-wrapper {
  margin: 20px auto 0;
}
.container .slideWrap .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
}
.container .slideWrap .bx-wrapper .bx-prev, .container .slideWrap .bx-wrapper .bx-next {
  top: 27%;
}
.container .slideWrap .bx-wrapper .bx-prev {
  left: -16px;
  background: url(control.png) no-repeat 0 0;
  background-size: 64px 32px;
}
.container .slideWrap .bx-wrapper .bx-next {
  right: -16px;
  background: url(control.png) no-repeat -32px 0;
  background-size: 64px 32px;
}
.container .slideWrap .bx-wrapper .item-main .bx-controls-direction a {
  top: 20%;
}
.container .slideWrap .item-main {
  position: relative;
}
.container .slideWrap .item-main > div {
  position: relative;
  background: #fff;
  padding: 2em 1em;
}
.container .slideWrap .item-main > div::before, .container .slideWrap .item-main > div::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-size: 30px 10px;
  background-image: repeating-conic-gradient(from 0deg, #eff9ff 0deg 90deg, #a2d1e5 90deg 180deg);
  background-repeat: repeat-x;
  top: 0;
  left: 0;
}
.container .slideWrap .item-main > div::after {
  bottom: 0;
  top: auto;
}
.container .slideWrap .item-title {
  font-weight: 900;
}
.container .slideWrap .item-title p {
  font-size: min(4.3vw, 18px);
  padding: 0 5px;
}
.container .slideWrap .item-title p span {
  display: block;
  font-size: 70%;
  letter-spacing: -0.05em;
}
.container .slideWrap .item-title p:nth-of-type(2) {
  font-size: 96%;
}
.container .slideWrap .item-title p:nth-of-type(1) {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #1285c5;
  position: relative;
}
.container .slideWrap .item-title p:nth-of-type(1)::before, .container .slideWrap .item-title p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -5px;
  bottom: -5px;
  background: #1285c5;
  border-radius: 50%;
}
.container .slideWrap .item-title p:nth-of-type(1)::after {
  left: auto;
  right: -5px;
}
.container .slideWrap .item-desc {
  font-size: 14px;
  line-height: 1.8;
}
.container .slideWrap .item-img-box {
  text-align: center;
  margin: 1.5em 0;
}
.container .slideWrap .item-img-box p.note {
  font-size: 12px;
  margin-top: 0.5em;
  letter-spacing: 0;
}
.container .slideWrap .item-img {
  position: relative;
  width: 100%;
  text-align: center;
  height: auto;
  aspect-ratio: 29/21;
}
.container .slideWrap .item-img .img-fit {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 29/21;
  transition: 0.3s;
}
.container .slideWrap .item-img .img-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .slideWrap .item-img .img-fit.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.container .slideWrap .item-img .img-fit.active:nth-of-type(1) {
  z-index: 10;
}
.container .slideWrap a.linkBtn {
  border: 1px solid #1285c5;
  display: block;
  text-align: center;
  font-size: min(4vw, 14px);
  font-weight: 700;
  color: #1285c5;
  width: 12em;
  padding: 0.2em;
  margin: 10px auto 0;
  border-radius: 50px;
  transition: 0.3s;
}
.container .slideWrap a.linkBtn span {
  font-size: 86%;
  margin-left: 5px;
}
.container .slideWrap a.linkBtn:hover {
  background: #1285c5;
  color: #fff;
}
.container .slideWrap .item-below {
  display: flex;
  flex-direction: column-reverse;
}
.container .slideWrap .item-ico {
  display: flex;
  flex-direction: column-reverse;
}
.container .slideWrap .item-ico div {
  position: relative;
}
.container .slideWrap .item-ico div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -0.5em;
  top: -0.5em;
  background: #fd8f00;
  border-radius: 20px;
}
.container .slideWrap .item-ico div p {
  font-size: 14px;
  position: relative;
  padding: 0.5em 1.2em 1.5em 1em;
  border: 2px solid #e35a24;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
}
.container .slideWrap .item-ico div p::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 20%;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  height: 15px;
  width: 15px;
  border-left: 2px solid #e35a24;
  background: #fff;
}
.container .slideWrap .item-ico img {
  width: 60%;
  margin: 10px auto;
}
.container .slideWrap .shop {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.container .slideWrap .shop img {
  width: 56%;
  display: block;
  margin: 2em 0 0 auto;
}
.container .slideWrap .shop p {
  position: absolute;
  bottom: 0.5em;
  left: 10%;
  padding: 0.2em 0.5em;
  background: #fff;
  border: 1px dotted #e35a24;
  font-size: 13px;
}
.container .slideWrap .item03 .item-img-box, .container .slideWrap .item04 .item-img-box, .container .slideWrap .item06 .item-img-box, .container .slideWrap .item08 .item-img-box {
  margin: 1em 0 1.5em;
}
.container .slideWrap .item03 .img-fit, .container .slideWrap .item04 .img-fit, .container .slideWrap .item06 .img-fit, .container .slideWrap .item08 .img-fit {
  position: absolute;
}
.container .slideWrap .item03 .img-fit:nth-of-type(1), .container .slideWrap .item04 .img-fit:nth-of-type(1), .container .slideWrap .item06 .img-fit:nth-of-type(1), .container .slideWrap .item08 .img-fit:nth-of-type(1) {
  -webkit-transform-origin: 20% 20%;
          transform-origin: 20% 20%;
}
.container .slideWrap .item03 .img-fit:nth-of-type(2), .container .slideWrap .item04 .img-fit:nth-of-type(2), .container .slideWrap .item06 .img-fit:nth-of-type(2), .container .slideWrap .item08 .img-fit:nth-of-type(2) {
  -webkit-transform-origin: 80% 100%;
          transform-origin: 80% 100%;
}
.container .slideWrap .item03 .img-fit.active, .container .slideWrap .item04 .img-fit.active, .container .slideWrap .item06 .img-fit.active, .container .slideWrap .item08 .img-fit.active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.container .slideWrap .item04 .item-title p, .container .slideWrap .item06 .item-title p, .container .slideWrap .item07 .item-title p {
  line-height: 1.3;
}
.container .slideWrap .item04 .item-title p span, .container .slideWrap .item06 .item-title p span, .container .slideWrap .item07 .item-title p span {
  display: inline;
}
.container .slideWrap .item03 .img-fit:nth-of-type(1), .container .slideWrap .item04 .img-fit:nth-of-type(1), .container .slideWrap .item06 .img-fit:nth-of-type(1) {
  width: 60%;
  top: 0;
  left: 0;
}
.container .slideWrap .item03 .img-fit:nth-of-type(2), .container .slideWrap .item04 .img-fit:nth-of-type(2), .container .slideWrap .item06 .img-fit:nth-of-type(2) {
  width: 60%;
  right: 0;
  bottom: 0;
}
.container .slideWrap .item03 .shop img, .container .slideWrap .item04 .shop img {
  margin: 2em auto 0 0;
}
.container .slideWrap .item03 .shop p, .container .slideWrap .item04 .shop p {
  left: 30%;
}
.container .slideWrap .item03 .img-fit {
  aspect-ratio: 18/13;
}
.container .slideWrap .item03 .img-fit:nth-of-type(1) {
  width: 60%;
}
.container .slideWrap .item03 .img-fit:nth-of-type(2) {
  width: 60%;
}
.container .slideWrap .item04 .item-img {
  aspect-ratio: 29/20;
}
.container .slideWrap .item04 .img-fit {
  aspect-ratio: 29/19;
}
.container .slideWrap .item04 .img-fit:nth-of-type(1) {
  width: 70%;
}
.container .slideWrap .item04 .img-fit:nth-of-type(2) {
  width: 70%;
}
.container .slideWrap .item05 .img-fit img {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.container .slideWrap .item06 .item-img {
  aspect-ratio: 29/20;
}
.container .slideWrap .item06 .img-fit:nth-of-type(1) {
  aspect-ratio: 43/32;
  width: 60%;
  z-index: 1;
}
.container .slideWrap .item06 .img-fit:nth-of-type(2) {
  aspect-ratio: 17/13;
  width: 70%;
}
.container .slideWrap .item06 .img-fit.active:nth-of-type(2) {
  z-index: 10;
}
.container .item07 .item-img, .container .item07 .item-img .img-fit {
  aspect-ratio: 145/96;
}
.container .item08 .img-fit:nth-of-type(1) {
  width: 56%;
  top: 0;
  left: 0;
}
.container .item08 .img-fit:nth-of-type(2) {
  aspect-ratio: 17/12;
  width: 70%;
  right: 0;
  bottom: 0;
}
.container .item10 .img-fit {
  position: absolute;
}
.container .item10 .img-fit:nth-of-type(1) {
  width: 65%;
  right: 0;
  left: auto;
}
.container .item10 .img-fit:nth-of-type(2) {
  width: 55%;
  left: 0;
  bottom: 0;
}

.footWrap {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.footWrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(wave-sp.png), linear-gradient(to bottom, #fff 60%, #f8f6ed);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.5;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(86%, 800px);
  margin: auto;
  background: #fff;
  position: relative;
  padding-bottom: 2em;
}
.footer a {
  display: block;
  color: #0e5da8;
}
.footer a.logoLink {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer a.logoLink img {
  background: #251e1d;
  width: 60%;
  padding: 6px 0;
}
.footer a.logoLink.link2 img {
  background: #fff;
  padding: 0;
}
.footer a p {
  position: relative;
  display: inline;
  font-size: 90%;
}
.footer a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1285c5;
}
.footer p {
  text-align: center;
  margin: 1em auto;
}
.footer p:nth-of-type(1) {
  margin-bottom: 1em;
}
.footer p.info {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 40px;
}
.footer .disable-auto-tel a[href^="tel:"] {
  text-decoration: none;
  display: inline;
}

@-webkit-keyframes selected {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg) scale(1.2);
            transform: rotate(-5deg) scale(1.2);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes selected {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg) scale(1.2);
            transform: rotate(-5deg) scale(1.2);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
  #pc_header {
    -webkit-animation: ctsAnim ease-in-out forwards;
            animation: ctsAnim ease-in-out forwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .container .headWrap {
    background: #f8f6ed;
  }
  .container .header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    gap: 3px 3px;
    grid-template-areas: "imgA imgG imgG imgG imgG imgB" "imgC imgG imgG imgG imgG imgD" "imgE imgG imgG imgG imgG imgF" "imgH imgI imgJ imgJ imgK imgL";
  }
  .container .header .grid-item.imgG {
    aspect-ratio: 199/127;
  }
  .container .lead {
    padding-bottom: 140px;
  }
  .container .lead p {
    width: 630px;
    margin: auto;
  }
  .container section {
    margin-top: -120px;
    padding-top: 130px;
  }
  .container section::before {
    background-image: url(wave.png);
  }
  .container section.sec3 {
    margin-top: -60px;
    padding-bottom: 40px;
  }
  .container h2 {
    margin-bottom: 40px;
  }
  .container h2 img {
    padding: 12px 0;
  }
  .container .Cts p {
    line-height: 2;
  }
  .container .flexWrap {
    display: block;
    width: 800px;
    margin: 60px auto;
    position: relative;
  }
  .container .flexWrap .prof {
    width: 360px;
    margin: 0;
    position: absolute;
    right: -60px;
  }
  .container .flexWrap .prof p {
    line-height: 1.5;
  }
  .container .flexWrap .text {
    width: 430px;
  }
  .container .flexWrap .text p {
    width: 100%;
  }
  .container .flexWrap.reverse .prof {
    left: -60px;
    right: auto;
  }
  .container .flexWrap.reverse .text {
    margin: 0 0 0 auto;
  }
  .container .flexWrap.photo {
    width: 864px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .container .flexWrap.photo img {
    width: calc(50% - 1px);
  }
  .container .flexWrap.photo img + img {
    margin-left: 2px;
  }
  .container .flexWrap.photo p {
    order: 3;
    font-size: 14px;
    margin: 1em auto 0;
    padding: 1em;
  }
  .container .slideArea .outer {
    padding: 40px 0;
  }
  .container .slideArea .outer::before {
    top: -80px;
    left: -120px;
    clip: rect(80px, auto, auto, 80px);
  }
  .container .slideArea .outer::after {
    top: -80px;
    right: -120px;
    clip: rect(80px, 80px, auto, auto);
  }
  .container .slideArea .inner {
    padding: 0 40px;
    margin: 0 -41px;
  }
  .container .slideArea .inner::before {
    bottom: -120px;
    left: -80px;
    clip: rect(auto, auto, 80px, 80px);
  }
  .container .slideArea .inner::after {
    bottom: -120px;
    right: -80px;
    clip: rect(auto, 80px, 80px, auto);
  }
  .container .slideArea .outer::before, .container .slideArea .outer::after, .container .slideArea .inner::before, .container .slideArea .inner::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border: 40px solid #f8f6ed;
  }
  .container .slideWrap {
    padding: 20px 0;
    width: 880px;
    margin: auto;
  }
  .container .slideWrap .item-thumb {
    display: flex;
  }
  .container .slideWrap .item-thumb img {
    aspect-ratio: 3/2;
  }
  .container .slideWrap .item-thumb a:nth-of-type(n+6) {
    margin-top: 0;
  }
  .container .slideWrap .item-thumb a {
    width: 10%;
  }
  .container .slideWrap .item-thumb a img {
    width: 98%;
  }
  .container .slideWrap .item-thumb a:hover {
    cursor: pointer;
  }
  .container .slideWrap .flexBox {
    display: flex;
  }
  .container .slideWrap .bx-wrapper {
    margin: 0 auto;
  }
  .container .slideWrap .bx-wrapper .bx-viewport {
    padding-top: 20px;
  }
  .container .slideWrap .bx-wrapper .bx-controls-direction a {
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 100px 50px;
    transition: opacity 0.3s;
  }
  .container .slideWrap .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.7;
  }
  .container .slideWrap .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -25px;
    background-position: 0 0;
  }
  .container .slideWrap .bx-wrapper .bx-controls-direction a.bx-next {
    right: -25px;
    background-position: -50px 0;
  }
  .container .slideWrap .item-main::before, .container .slideWrap .item-main::after {
    position: absolute;
    content: "";
    height: 15px;
    background-size: 50px 15px;
  }
  .container .slideWrap .item-main > div {
    padding: 50px 1em 10px;
  }
  .container .slideWrap .item-above, .container .slideWrap .item-below {
    justify-content: space-between;
    width: 810px;
    margin: auto;
  }
  .container .slideWrap .item-above.half .item-img-box, .container .slideWrap .item-below.half .item-img-box {
    width: 314px;
    margin: 0;
    position: relative;
    z-index: 30;
  }
  .container .slideWrap .item-above.half .item-info-box, .container .slideWrap .item-below.half .item-info-box {
    width: 470px;
  }
  .container .slideWrap .item-above.full, .container .slideWrap .item-below.full {
    flex-wrap: wrap;
  }
  .container .slideWrap .item-above.full .item-title, .container .slideWrap .item-below.full .item-title {
    width: 100%;
  }
  .container .slideWrap .item-below {
    flex-direction: row;
  }
  .container .slideWrap .item-title p {
    font-size: 27px;
  }
  .container .slideWrap .item-title p span {
    font-size: 18px;
  }
  .container .slideWrap .item-title p:nth-of-type(1) {
    line-height: 1.2em;
  }
  .container .slideWrap .item-title p:nth-of-type(2) {
    font-size: 21px;
  }
  .container .slideWrap .item-desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 1em;
  }
  .container .slideWrap .item-img {
    margin-top: 0;
    aspect-ratio: 1/1;
  }
  .container .slideWrap .item-img .img-fit {
    aspect-ratio: 1/1;
    transition: 0.3s;
    -webkit-transform-origin: 44% 70%;
            transform-origin: 44% 70%;
  }
  .container .slideWrap .item-img .img-fit:hover {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }
  .container .slideWrap .item-img .img-fit:nth-of-type(1):hover {
    z-index: 10;
  }
  .container .slideWrap .item-img img {
    cursor: pointer;
  }
  .container .slideWrap .item-ico {
    width: 500px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .container .slideWrap .item-ico img {
    width: 162px;
  }
  .container .slideWrap .item-ico div {
    width: calc(100% - 220px);
  }
  .container .slideWrap .item-ico div::before {
    left: auto;
    top: auto;
    right: -0.5em;
    bottom: -0.5em;
  }
  .container .slideWrap .item-ico div p {
    padding: 1.5em 1.2em 1.5em 1.8em;
  }
  .container .slideWrap .item-ico div p::after {
    top: 20%;
    left: -20px;
    border-left: 0;
    width: 24px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    border-bottom: 2px solid #e35a24;
  }
  .container .slideWrap .shop {
    width: 274px;
  }
  .container .slideWrap .shop img {
    width: 190px;
    margin: 2em 0 0 auto;
  }
  .container .slideWrap .shop p {
    left: 0;
  }
  .container .slideWrap .item03 .img-fit:nth-of-type(1), .container .slideWrap .item04 .img-fit:nth-of-type(1), .container .slideWrap .item06 .img-fit:nth-of-type(1), .container .slideWrap .item08 .img-fit:nth-of-type(1) {
    -webkit-transform-origin: 20% 20%;
            transform-origin: 20% 20%;
  }
  .container .slideWrap .item03 .img-fit:nth-of-type(2), .container .slideWrap .item04 .img-fit:nth-of-type(2), .container .slideWrap .item06 .img-fit:nth-of-type(2), .container .slideWrap .item08 .img-fit:nth-of-type(2) {
    -webkit-transform-origin: 70% 100%;
            transform-origin: 70% 100%;
  }
  .container .slideWrap .item03 .img-fit:hover, .container .slideWrap .item04 .img-fit:hover, .container .slideWrap .item06 .img-fit:hover, .container .slideWrap .item08 .img-fit:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .container .slideWrap .item03 .item-img {
    aspect-ratio: 37/31;
  }
  .container .slideWrap .item03 .img-fit {
    aspect-ratio: 62/45;
  }
  .container .slideWrap .item03 .img-fit:nth-of-type(1) {
    width: 70%;
  }
  .container .slideWrap .item03 .img-fit:nth-of-type(2) {
    width: 70%;
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
  .container .slideWrap .item03 a.linkBtn {
    font-size: 12px;
    margin: 3px auto 0;
  }
  .container .slideWrap .item03 .shop {
    width: 274px;
  }
  .container .slideWrap .item03 .shop img {
    margin: 2em 0 0 auto;
  }
  .container .slideWrap .item03 .shop p {
    left: 0;
  }
  .container .slideWrap .item04 .item-img-box {
    order: 2;
    width: 288px;
    margin: 0;
  }
  .container .slideWrap .item04 .item-img {
    margin-top: 0;
    aspect-ratio: 144/107;
  }
  .container .slideWrap .item04 .img-fit {
    aspect-ratio: 29/21;
  }
  .container .slideWrap .item04 .img-fit:nth-of-type(1) {
    width: 72%;
    -webkit-transform-origin: 36% 20%;
            transform-origin: 36% 20%;
  }
  .container .slideWrap .item04 .img-fit:nth-of-type(1):hover {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .container .slideWrap .item04 .img-fit:nth-of-type(2) {
    -webkit-transform-origin: 90% 100%;
            transform-origin: 90% 100%;
  }
  .container .slideWrap .item04 .img-fit:nth-of-type(2):hover {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .container .slideWrap .item04 .item-info-box {
    width: 490px;
  }
  .container .slideWrap .item04 .item-below {
    flex-direction: row-reverse;
  }
  .container .slideWrap .item04 .item-ico {
    flex-direction: row-reverse;
  }
  .container .slideWrap .item04 .item-ico div::before {
    left: -0.5em;
    right: auto;
  }
  .container .slideWrap .item04 .item-ico div p {
    padding: 1.5em 1.8em 1.5em 1.2em;
  }
  .container .slideWrap .item04 .item-ico div p::after {
    left: auto;
    right: -20px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .container .slideWrap .item04 .shop img {
    margin: 0.5em auto 0 0;
  }
  .container .slideWrap .item05 .item-title p:nth-of-type(1) {
    font-size: 25px;
  }
  .container .slideWrap .item05 .item-desc {
    margin-top: 0.5em;
    line-height: 1.8;
  }
  .container .slideWrap .item06 .item-img-box {
    width: 288px;
    margin: 0;
  }
  .container .slideWrap .item06 .item-img {
    margin-top: 14px;
  }
  .container .slideWrap .item06 .item-desc {
    margin-top: 0;
  }
  .container .slideWrap .item06 .img-fit:nth-of-type(1) {
    width: 60%;
    -webkit-transform-origin: 20% 45%;
            transform-origin: 20% 45%;
  }
  .container .slideWrap .item06 .img-fit:nth-of-type(1):hover {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  .container .slideWrap .item06 .img-fit:nth-of-type(2) {
    aspect-ratio: 17/11;
    width: 70%;
    -webkit-transform-origin: 87% 95%;
            transform-origin: 87% 95%;
  }
  .container .slideWrap .item06 .img-fit:nth-of-type(2):hover {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    z-index: 2;
  }
  .container .slideWrap .item06 .img-fit:nth-of-type(2) img {
    -o-object-position: 40% 80%;
       object-position: 40% 80%;
  }
  .container .slideWrap .item06 .item-info-box {
    width: 490px;
  }
  .container .slideWrap .item06 .shop img {
    margin: 0.5em 0 0 auto;
  }
  .container .slideWrap .item07 .item-title p span {
    display: block;
  }
  .container .slideWrap .item07 .item-img-box {
    width: 306px;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .container .slideWrap .item07 .item-img-box .item-img, .container .slideWrap .item07 .item-img-box .item-img .img-fit {
    aspect-ratio: 157/102;
  }
  .container .slideWrap .item07 .item-desc {
    margin-top: 0;
  }
  .container .slideWrap .item07 .item-info-box {
    width: 470px;
  }
  .container .slideWrap .item07 a.linkBtn {
    margin-bottom: 0;
  }
  .container .slideWrap .item07 .shop img {
    margin-top: 1em;
  }
  .container .slideWrap .item07 .img-fit {
    -webkit-transform-origin: 25% 70%;
            transform-origin: 25% 70%;
  }
  .container .slideWrap .item07 .img-fit:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .container .slideWrap .item08 .img-fit {
    aspect-ratio: 17/12;
  }
  .container .slideWrap .item08 .img-fit:nth-of-type(1) {
    width: 70%;
  }
  .container .slideWrap .item08 .img-fit:nth-of-type(2) {
    width: 84%;
    -webkit-transform-origin: 70% 100%;
            transform-origin: 70% 100%;
  }
  .container .slideWrap .item08 .img-fit:nth-of-type(2):hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .container .slideWrap .item10 .item-title p:nth-of-type(1) {
    line-height: 1em;
  }
  .container .slideWrap .item10 .img-fit {
    position: absolute;
  }
  .container .slideWrap .item10 .img-fit:nth-of-type(1) {
    aspect-ratio: 134/101;
    width: 85%;
    -webkit-transform-origin: 70% 10%;
            transform-origin: 70% 10%;
  }
  .container .slideWrap .item10 .img-fit:nth-of-type(1):hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .container .slideWrap .item10 .img-fit:nth-of-type(2) {
    aspect-ratio: 7/5;
    width: 66%;
    -webkit-transform-origin: 20% 100%;
            transform-origin: 20% 100%;
  }
  .container .slideWrap .item10 .img-fit:nth-of-type(2):hover {
    -webkit-transform: scale(1.66);
            transform: scale(1.66);
  }
  .container .slideWrap .item10 .shop img {
    margin: 1em 0 0 auto;
  }
  .footWrap {
    padding-bottom: 3%;
  }
  .footWrap::before {
    background: url(wave.png), linear-gradient(to bottom, #fff 60%, #f8f6ed);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom 20px, center bottom 0;
  }
  .footer {
    margin-bottom: 220px;
  }
  .footer .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 700px;
    margin: 0 auto;
  }
  .footer .flex > div {
    width: 300px;
  }
  .footer .flex > div:nth-of-type(2) {
    padding-top: 22px;
  }
  .footer a.logoLink {
    margin-bottom: 3em;
    transition: 0.3s;
  }
  .footer a.logoLink img {
    width: 250px;
    margin: 6px 0;
    padding: 10px 0;
  }
  .footer a.logoLink:hover {
    opacity: 0.7;
  }
  .footer a.logoLink.link2 img {
    width: 230px;
    margin: 0;
    padding: 0;
  }
  .footer a p::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    transition: 0.3s;
  }
  .footer a p:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}