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

body {
  line-height: 1;
  width: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

main {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

.sp {
  display: none !important;
}

@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .l-container {
    width: 350px;
    margin: 0 auto;
    position: relative;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

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

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

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

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 3.611088vw;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.header--left {
  display: flex;
  gap: 3.12498vw;
  align-items: center;
}
.header--logo {
  width: 12.013812vw;
  position: relative;
  display: block;
}
.header--logo:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.05416632vw;
  height: 3.958308vw;
  background-color: black;
  right: -1.38888vw;
  top: -0.34722vw;
}
.header--logo2 {
  width: 12.222144vw;
  display: block;
}
.header--right {
  width: 11.9165904vw;
  height: 11.9165904vw;
  background-color: #ed6c00;
  color: #fff;
  line-height: 1.6923076923;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
  font-size: 0.902772vw;
  padding-top: 2.291652vw;
  padding-left: 2.291652vw;
  box-sizing: border-box;
  position: relative;
}
.header--right img {
  position: absolute;
  width: 0.8055504vw;
  top: 8.819388vw;
  left: 7.63884vw;
}

.circle {
  width: 16.111008vw;
  height: 16.111008vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.circle img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: rotateAnimation 5s linear infinite;
}
.circle--tit {
  font-size: 1.805544vw;
  line-height: 1.2692307692;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 1.805544vw;
  color: #fff;
  font-weight: 900;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fv {
  position: relative;
  padding-top: 20.8332vw;
}
.fv--tit {
  position: absolute;
  left: 30.416472vw;
  top: 3.680532vw;
  width: 52.77744vw;
  z-index: 5;
}
.fv--slider {
  display: none;
}
.fv .circle {
  top: 9.305496vw;
  left: 14.513796vw;
  position: absolute;
}
.fv .circle img {
  animation: initial;
}

.kick {
  position: relative;
  padding-bottom: 4.51386vw;
  z-index: 5;
}
.kick--tit {
  font-size: 5.55552vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
  margin-top: -0.555552vw;
}
.kick--txt {
  font-size: 1.38888vw;
  line-height: 1.95;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.04166vw;
  transform: skewY(-10.8deg);
}
.kick--hu {
  position: absolute;
  width: 22.430412vw;
  top: -3.194424vw;
  left: 4.16664vw;
}

.sta {
  position: relative;
  color: #fff;
  transform: skewY(-10.8deg);
  background-color: #ff9100;
  padding-top: 6.388848vw;
  padding-bottom: 24.027624vw;
  z-index: 1;
}
.sta:before {
  content: "";
  background-color: #fff;
  width: 0.069444vw;
  height: 100%;
  position: absolute;
  top: 11.11104vw;
  left: 8.33328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sta:after {
  content: "";
  background-color: #fff;
  width: 0.069444vw;
  height: 100%;
  position: absolute;
  top: 11.11104vw;
  right: 8.33328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sta--content {
  position: relative;
  transform: skewY(10.8deg);
  z-index: 10;
}
.sta .circle {
  top: -2.638872vw;
  left: 7.222176vw;
  position: absolute;
  width: 20.416536vw;
  height: 20.416536vw;
}
.sta .circle--tit {
  font-size: 2.43054vw;
  line-height: 1.3142857143;
}
.sta--tit {
  font-size: 2.5381782vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
}
.sta--txt {
  font-size: 1.6527672vw;
  line-height: 1.95;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.04166vw;
  transform: skewY(-10.8deg);
}
.sta--hu {
  position: absolute;
  width: 22.22208vw;
  top: -20.416536vw;
  right: 6.9444vw;
}
.sta--pic {
  width: 57.152412vw;
  display: block;
  margin: -4.86108vw auto 0;
}
.sta--menus {
  position: relative;
  margin-top: 10.4166vw;
}
.sta--menu {
  position: absolute;
  top: 0vw;
  left: 16.874892vw;
  width: 12.013812vw;
  z-index: 2;
}
.sta--menu--txt {
  margin-top: 0.902772vw;
  font-size: 0.833328vw;
  line-height: 1.4166666667;
}
.sta--menub {
  display: block;
  width: 33.33312vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sta--menub--pic {
  position: relative;
  z-index: 3;
}
.sta--menub--tit {
  width: 22.291524vw;
  position: absolute;
  top: -9.097164vw;
  left: calc((100% - 22.291524vw) / 2);
  z-index: 5;
}
.sta--menub--hu {
  width: 23.402628vw;
  position: absolute;
  top: -13.749912vw;
  left: -5.138856vw;
  z-index: 2;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.sta--menuc {
  width: 15.97212vw;
  position: absolute;
  top: -7.916616vw;
  right: 14.23602vw;
  font-weight: 900;
}
.sta--menuc--circle {
  display: block;
  width: 13.54158vw;
}
.sta--menuc--txt {
  font-size: 1.0624932vw;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  margin-top: 2.43054vw;
}
.sta--menuc--txt2 {
  font-weight: 500;
  font-size: 1.180548vw;
  letter-spacing: 0em;
  line-height: 1.2078431373;
  margin-top: 1.04166vw;
}
.sta--menuc--txt2 strong {
  font-size: 1.770822vw;
}
.sta .slider-frame {
  overflow: hidden;
  position: relative;
  margin-top: 3.888864vw;
  z-index: 3;
}
.sta .slider-group {
  width: 66.110688vw; /* 写真3枚分 */
  animation: slideright 24s linear infinite;
}
.sta--menu2 {
  position: relative;
  margin-top: 4.16664vw;
}
.sta--menu2 .sta--menu {
  top: 14.23602vw;
  right: 18.888768vw;
  left: auto;
  width: 12.013812vw;
}
.sta--menu2 .sta--menub {
  width: 31.527576vw;
}
.sta--menu2 .sta--menub--hu {
  width: 19.79154vw;
  position: absolute;
  top: 0.34722vw;
  left: auto;
  right: -9.02772vw;
}
.sta--menu2 .sta--menuc {
  width: 17.361vw;
  right: auto;
  left: 14.513796vw;
  top: 1.04166vw;
}
.sta--menu2 .sta--menuc--txt {
  letter-spacing: -0.1em;
}
.sta--menu2 .sta--menuc--txt.two {
  margin-top: 1.7361vw;
}

.sw {
  position: relative;
  color: #fff;
  transform: skewY(-10.8deg);
  background-color: #ff92a5;
  padding-top: 6.388848vw;
  padding-bottom: 28.610928vw;
  z-index: 2;
}
.sw:before {
  content: "";
  background-color: #fff;
  width: 0.069444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  left: 8.33328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sw:after {
  content: "";
  background-color: #fff;
  width: 0.069444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  right: 8.33328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sw--content {
  position: relative;
  transform: skewY(10.8deg);
  z-index: 10;
}
.sw .slider-frame2 {
  overflow: hidden;
  z-index: 5;
}
.sw .slider-frame2.top {
  position: absolute;
  top: -29.16648vw;
  width: 100%;
  left: 0;
}
.sw .slider-frame2 .slider-group2 {
  width: 70.555104vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}
.sw .circle {
  top: -2.638872vw;
  left: 7.222176vw;
  position: absolute;
  width: 20.416536vw;
  height: 20.416536vw;
}
.sw .circle--tit {
  font-size: 2.43054vw;
  line-height: 1.3142857143;
}
.sw--tit {
  font-size: 2.5381782vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
}
.sw--txt {
  font-size: 1.6527672vw;
  line-height: 1.95;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.04166vw;
  transform: skewY(-10.8deg);
}
.sw--hu {
  position: absolute;
  width: 22.22208vw;
  top: -4.652748vw;
  right: 6.9444vw;
}
.sw--pic {
  width: 60.7635vw;
  display: block;
  margin: -2.77776vw auto 0;
}
.sw--menus {
  position: relative;
  margin-top: 2.08332vw;
}
.sw--menu {
  position: absolute;
  top: 11.45826vw;
  left: 18.74988vw;
  width: 12.708252vw;
  z-index: 2;
}
.sw--menu--txt {
  margin-top: 0.902772vw;
  font-size: 0.833328vw;
  line-height: 1.4166666667;
}
.sw--menub {
  display: block;
  width: 33.124788vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sw--menub--pic {
  position: relative;
  z-index: 3;
}
.sw--menub--hu {
  width: 25.624836vw;
  position: absolute;
  top: -6.111072vw;
  left: -12.708252vw;
  z-index: 2;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.sw--menuc {
  width: 13.54158vw;
  position: absolute;
  top: 1.249992vw;
  right: 15.555456vw;
  font-weight: 900;
}
.sw--menuc--circle {
  display: block;
  width: 13.54158vw;
}
.sw--menuc--txt {
  font-size: 1.0624932vw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  margin-top: 2.43054vw;
}
.sw--menuc--txt2 {
  font-weight: 500;
  font-size: 1.180548vw;
  letter-spacing: 0em;
  line-height: 1.2078431373;
  margin-top: 1.04166vw;
}
.sw--menuc--txt2 strong {
  font-size: 1.770822vw;
}
.sw .slider-frame {
  overflow: hidden;
  position: relative;
  margin-top: 4.027752vw;
  z-index: 2;
}
.sw .slider-group {
  width: 61.041276vw; /* 写真3枚分 */
  animation: slideright 24s linear infinite;
}
.sw--menu2 {
  position: relative;
  margin-top: 7.777728vw;
}
.sw--menu2 .sw--menu {
  top: 11.527704vw;
  right: 19.583208vw;
  left: auto;
  width: 12.013812vw;
}
.sw--menu2 .sw--menub {
  width: 30.20814vw;
}
.sw--menu2 .sw--menub--hu {
  width: 24.722064vw;
  position: absolute;
  top: -4.86108vw;
  left: auto;
  right: -8.6805vw;
}
.sw--menu2 .sw--menuc {
  width: 13.54158vw;
  right: auto;
  left: 19.44432vw;
  top: 1.04166vw;
}
.sw--menu2 .sw--menuc--txt {
  letter-spacing: -0.1em;
}
.sw--menu2 .sw--menuc--txt.two {
  margin-top: 1.7361vw;
}
.sw .slider-frame2 {
  overflow: hidden;
  position: relative;
  margin-top: 2.222208vw;
}
.sw .slider-group2 {
  width: 70.555104vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}

.noo {
  position: relative;
  color: #fff;
  transform: skewY(-10.8deg);
  background-color: #ff9100;
  padding-top: 6.388848vw;
  z-index: 2;
}
.noo:before {
  content: "";
  background-color: #fff;
  width: 0.069444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  left: 8.33328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.noo:after {
  content: "";
  background-color: #fff;
  width: 0.069444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  right: 8.33328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.noo--content {
  position: relative;
  transform: skewY(10.8deg);
  z-index: 5;
}
.noo .slider-frame2 {
  overflow: hidden;
  z-index: 5;
}
.noo .slider-frame2.top {
  position: absolute;
  top: -32.63868vw;
  width: 100%;
  left: 0;
}
.noo .slider-group2 {
  width: 59.37462vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}
.noo .circle {
  top: -2.638872vw;
  left: 7.222176vw;
  position: absolute;
  width: 20.416536vw;
  height: 20.416536vw;
}
.noo .circle--tit {
  font-size: 2.43054vw;
  line-height: 1.3142857143;
}
.noo--tit {
  font-size: 2.5381782vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
}
.noo--txt {
  font-size: 1.6527672vw;
  line-height: 1.95;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.04166vw;
  transform: skewY(-10.8deg);
}
.noo--hu {
  position: absolute;
  width: 22.22208vw;
  top: -4.652748vw;
  right: 6.9444vw;
}
.noo--pic {
  width: 55.277424vw;
  display: block;
  margin: -5.55552vw 0 0 23.402628vw;
}
.noo--menus {
  position: relative;
  margin-top: 2.08332vw;
}
.noo--menu {
  position: absolute;
  top: 9.02772vw;
  left: 18.541548vw;
  width: 11.527704vw;
  z-index: 2;
}
.noo--menu--txt {
  margin-top: 0.902772vw;
  font-size: 0.833328vw;
  line-height: 1.4166666667;
}
.noo--menub {
  display: block;
  width: 33.33312vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.noo--menub--pic {
  position: relative;
  z-index: 3;
}
.noo--menub--hu {
  width: 25.624836vw;
  position: absolute;
  top: -6.24996vw;
  left: -6.24996vw;
  z-index: 2;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.noo--menuc {
  width: 13.54158vw;
  position: absolute;
  top: 1.249992vw;
  right: 15.416568vw;
  font-weight: 900;
}
.noo--menuc--circle {
  display: block;
  width: 13.54158vw;
}
.noo--menuc--txt {
  font-size: 1.0624932vw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  margin-top: 2.43054vw;
}
.noo--menuc--txt2 {
  font-weight: 500;
  font-size: 1.180548vw;
  letter-spacing: 0em;
  line-height: 1.2078431373;
  margin-top: 1.04166vw;
}
.noo--menuc--txt2 strong {
  font-size: 1.770822vw;
}
.noo .slider-frame {
  overflow: hidden;
  position: relative;
  margin-top: 2.43054vw;
  z-index: 2;
}
.noo .slider-group {
  width: 63.263484vw; /* 写真3枚分 */
  animation: slideright 24s linear infinite;
}
.noo--menu2 {
  position: relative;
  margin-top: 5.90274vw;
}
.noo--menu2 .noo--menu {
  top: 8.6805vw;
  right: 15.902676vw;
  left: auto;
  width: 12.013812vw;
}
.noo--menu2 .noo--menub {
  width: 33.124788vw;
}
.noo--menu2 .noo--menub--hu {
  width: 25.69428vw;
  position: absolute;
  top: -6.805512vw;
  left: auto;
  right: -7.777728vw;
}
.noo--menu2 .noo--menuc {
  width: 13.54158vw;
  right: auto;
  left: 18.40266vw;
  top: -2.847204vw;
}
.noo--menu2 .noo--menuc--txt {
  letter-spacing: -0.1em;
}
.noo--menu2 .noo--menuc--txt.two {
  margin-top: 1.7361vw;
}
.noo .slider-frame2 {
  overflow: hidden;
  position: relative;
  margin-top: 2.222208vw;
  z-index: 5;
}
.noo .slider-group2 {
  width: 59.930172vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideright {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(170%);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
.footer {
  position: relative;
  z-index: 2;
}
.footer--content {
  padding-top: 9.02772vw;
  padding-bottom: 4.86108vw;
  position: relative;
  z-index: 5;
}
.footer--txt {
  font-size: 0.833328vw;
  text-align: center;
}
.footer--logo {
  display: block;
  width: 16.66656vw;
  margin: 1.38888vw auto 0;
}
.footer--logo2 {
  position: absolute;
  width: 17.152668vw;
  right: 4.722192vw;
  bottom: 4.51386vw;
}

@media (max-width: 575px) {
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 5;
  }
  .header--left {
    display: block;
    gap: 0px;
  }
  .header--logo {
    width: 140.8px;
    position: absolute;
    top: 43px;
    left: 128px;
  }
  .header--logo:after {
    position: absolute;
    display: none;
  }
  .header--logo2 {
    width: 83.4px;
  }
  .header--right {
    width: 255px;
    height: 29px;
    background-color: #ed6c00;
    color: #fff;
    line-height: 1.6923076923;
    font-feature-settings: "palt";
    letter-spacing: 0.09em;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    gap: 7.37px;
    padding-left: 22px;
  }
  .header--right.sp {
    display: flex !important;
  }
  .header--right img {
    display: block;
    position: initial;
    width: 8.9px;
  }
  .circle {
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .circle img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: rotateAnimation 5s linear infinite;
  }
  .circle--tit {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    position: relative;
    z-index: 5;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
  }
  @keyframes rotateAnimation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .fv {
    position: relative;
    padding-top: 0px;
    margin-top: 207px;
  }
  .fv--tit {
    position: absolute;
    left: -62px;
    top: -175px;
    width: 455px;
    z-index: 5;
  }
  .fv--slider {
    display: block;
  }
  .fv .circle {
    top: 13px;
    left: 165px;
    position: absolute;
  }
  .fv .circle img {
    animation: initial;
  }
  .kick {
    position: relative;
    padding-bottom: 100px;
    z-index: 5;
  }
  .kick--tit {
    font-size: 43px;
    font-weight: 900;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";
    text-align: center;
    transform: skewY(-10.8deg);
    margin-top: -30px;
  }
  .kick--txt {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 25px;
    transform: skewY(-10.8deg);
  }
  .kick--hu {
    position: absolute;
    width: 162px;
    top: -90px;
    left: 240px;
  }
  .sta {
    position: relative;
    color: #fff;
    transform: skewY(-10.8deg);
    background-color: #ff9100;
    padding-top: 130px;
    padding-bottom: 305px;
    z-index: 1;
  }
  .sta:before {
    display: none;
  }
  .sta:after {
    display: none;
  }
  .sta--content {
    position: relative;
    transform: skewY(10.8deg);
    z-index: 10;
  }
  .sta .circle {
    top: -231px;
    left: 88px;
    position: absolute;
    width: 207px;
    height: 207px;
  }
  .sta .circle img {
    width: 100%;
  }
  .sta .circle--tit {
    font-size: 23px;
    line-height: 1.2173913043;
  }
  .sta--tit {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";
    text-align: center;
    transform: skewY(-10.8deg);
  }
  .sta--txt {
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 8px;
    transform: skewY(-10.8deg);
  }
  .sta--hu {
    position: absolute;
    width: 162px;
    top: -527px;
    left: 240px;
  }
  .sta--pic {
    width: 100%;
    display: block;
    margin: -15px auto 0;
  }
  .sta--menus {
    position: relative;
    margin-top: 30px;
  }
  .sta--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .sta--menu--txt {
    position: absolute;
    margin-top: 0px;
    top: 80px;
    left: 13.75px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .sta--menub {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .sta--menub--pic {
    position: relative;
    z-index: 3;
  }
  .sta--menub--hu {
    width: 262px;
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 2;
    animation-name: decoSwing;
    animation-duration: 2400ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
  }
  .sta--menuc {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    font-weight: 900;
    margin: -40px auto 0;
    z-index: 3;
  }
  .sta--menuc--circle {
    display: block;
    margin: 0 auto;
    width: 257px;
  }
  .sta--menuc--txt {
    font-size: 15px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    margin-top: 10px;
    text-align: center;
  }
  .sta--menuc--txt2 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 5px;
  }
  .sta--menuc--txt2 strong {
    font-size: 22px;
  }
  .sta .slider-frame {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    z-index: 3;
  }
  .sta .slider-group {
    width: 609px; /* 写真3枚分 */
    animation: slideright 24s linear infinite;
  }
  .sta--menu2 {
    position: relative;
    margin-top: 60px;
  }
  .sta--menu2 .sta--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .sta--menu2 .sta--menu--txt {
    position: absolute;
    margin-top: 0px;
    top: 80px;
    left: 13.75px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .sta--menu2 .sta--menub {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .sta--menu2 .sta--menub--pic {
    position: relative;
    z-index: 3;
  }
  .sta--menu2 .sta--menub--hu {
    width: 281px;
    position: absolute;
    top: -3px;
    left: auto;
    right: -55px;
    z-index: 2;
    animation-name: decoSwing;
    animation-duration: 2400ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
  }
  .sta--menu2 .sta--menuc {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    font-weight: 900;
    margin: -40px auto 0;
    z-index: 3;
  }
  .sta--menu2 .sta--menuc--circle {
    display: block;
    margin: 0 auto;
    width: 257px;
  }
  .sta--menu2 .sta--menuc--txt {
    font-size: 15px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    margin-top: 10px;
    text-align: center;
  }
  .sta--menu2 .sta--menuc--txt2 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 5px;
  }
  .sta--menu2 .sta--menuc--txt2 strong {
    font-size: 22px;
  }
  .sw {
    position: relative;
    color: #fff;
    transform: skewY(-10.8deg);
    background-color: #ff92a5;
    padding-top: 130px;
    padding-bottom: 375px;
    z-index: 1;
  }
  .sw:before {
    display: none;
  }
  .sw:after {
    display: none;
  }
  .sw--content {
    position: relative;
    transform: skewY(10.8deg);
    z-index: 10;
  }
  .sw--content .slider-frame2 {
    overflow: hidden;
    z-index: 5;
  }
  .sw--content .slider-frame2.top {
    position: absolute;
    top: -396px;
    width: 100%;
    left: 0;
  }
  .sw--content .slider-frame2.top .slider-group2 {
    width: 648px; /* 写真3枚分 */
    animation: slide 24s linear infinite;
  }
  .sw .circle {
    top: -231px;
    left: 88px;
    position: absolute;
    width: 207px;
    height: 207px;
  }
  .sw .circle img {
    width: 100%;
  }
  .sw .circle--tit {
    font-size: 23px;
    line-height: 1.2173913043;
  }
  .sw--tit {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";
    text-align: center;
    transform: skewY(-10.8deg);
  }
  .sw--txt {
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 8px;
    transform: skewY(-10.8deg);
  }
  .sw--hu {
    position: absolute;
    width: 285px;
    top: -25px;
    left: -30px;
  }
  .sw--pic {
    width: 100%;
    display: block;
    margin: -15px auto 0;
  }
  .sw--menus {
    position: relative;
    margin-top: 30px;
  }
  .sw--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .sw--menu--txt {
    position: absolute;
    margin-top: 0px;
    top: 90px;
    left: 3.75px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .sw--menub {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .sw--menub--pic {
    position: relative;
    z-index: 3;
  }
  .sw--menub--hu {
    position: absolute;
    width: 285px;
    top: 30px;
    left: -30px;
    animation-name: decoSwing;
    animation-duration: 2400ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
  }
  .sw--menuc {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    font-weight: 900;
    margin: -40px auto 0;
    z-index: 3;
  }
  .sw--menuc--circle {
    display: block;
    margin: 0 auto;
    width: 257px;
  }
  .sw--menuc--txt {
    font-size: 15px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    margin-top: 10px;
    text-align: center;
  }
  .sw--menuc--txt2 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 5px;
  }
  .sw--menuc--txt2 strong {
    font-size: 22px;
  }
  .sw .slider-frame {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    z-index: 3;
  }
  .sw .slider-group {
    width: 609px; /* 写真3枚分 */
    animation: slideright 24s linear infinite;
  }
  .sw--menu2 {
    position: relative;
    margin-top: 60px;
  }
  .sw--menu2 .sw--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .sw--menu2 .sw--menu--txt {
    position: absolute;
    margin-top: 0px;
    top: 90px;
    left: 18.75px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .sw--menu2 .sw--menub {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .sw--menu2 .sw--menub--pic {
    position: relative;
    z-index: 3;
  }
  .sw--menu2 .sw--menub--hu {
    width: 294px;
    position: absolute;
    top: 32px;
    left: auto;
    right: -40px;
    z-index: 2;
    animation-name: decoSwing;
    animation-duration: 2400ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
  }
  .sw--menu2 .sw--menuc {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    font-weight: 900;
    margin: -40px auto 0;
    z-index: 3;
  }
  .sw--menu2 .sw--menuc--circle {
    display: block;
    margin: 0 auto;
    width: 257px;
  }
  .sw--menu2 .sw--menuc--txt {
    font-size: 15px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    margin-top: 10px;
    text-align: center;
  }
  .sw--menu2 .sw--menuc--txt2 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 5px;
  }
  .sw--menu2 .sw--menuc--txt2 strong {
    font-size: 22px;
  }
  .noo {
    position: relative;
    color: #fff;
    transform: skewY(-10.8deg);
    background-color: #ff9100;
    padding-top: 130px;
    padding-bottom: 48px;
    z-index: 1;
  }
  .noo:before {
    display: none;
  }
  .noo:after {
    display: none;
  }
  .noo--content {
    position: relative;
    transform: skewY(10.8deg);
    z-index: 10;
  }
  .noo--content .slider-frame2 {
    overflow: hidden;
    z-index: 5;
  }
  .noo--content .slider-frame2.top {
    position: absolute;
    top: -526px;
    width: 100%;
    left: 0;
  }
  .noo--content .slider-frame2.top .slider-group2 {
    width: 684px; /* 写真3枚分 */
    animation: slide 24s linear infinite;
  }
  .noo .circle {
    top: -231px;
    left: 88px;
    position: absolute;
    width: 207px;
    height: 207px;
  }
  .noo .circle img {
    width: 100%;
  }
  .noo .circle--tit {
    font-size: 23px;
    line-height: 1.2173913043;
  }
  .noo--tit {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.1em;
    font-feature-settings: "palt";
    text-align: center;
    transform: skewY(-10.8deg);
  }
  .noo--txt {
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 8px;
    transform: skewY(-10.8deg);
  }
  .noo--hu {
    position: absolute;
    width: 279px;
    top: -15px;
    left: -55px;
  }
  .noo--pic {
    width: 100%;
    display: block;
    margin: -30px auto 0;
  }
  .noo--menus {
    position: relative;
    margin-top: 30px;
  }
  .noo--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .noo--menu--txt {
    position: absolute;
    margin-top: 0px;
    top: 90px;
    letter-spacing: 0em;
    left: 18.75px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .noo--menub {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .noo--menub--pic {
    position: relative;
    z-index: 3;
  }
  .noo--menub--hu {
    position: absolute;
    width: 279px;
    top: -15px;
    left: -55px;
    animation-name: decoSwing;
    animation-duration: 2400ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
  }
  .noo--menuc {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    font-weight: 900;
    margin: -40px auto 0;
    z-index: 3;
  }
  .noo--menuc--circle {
    display: block;
    margin: 0 auto;
    width: 257px;
  }
  .noo--menuc--txt {
    font-size: 15px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    margin-top: 10px;
    text-align: center;
  }
  .noo--menuc--txt2 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 5px;
  }
  .noo--menuc--txt2 strong {
    font-size: 22px;
  }
  .noo .slider-frame {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    z-index: 3;
  }
  .noo .slider-group {
    width: 583px; /* 写真3枚分 */
    animation: slideright 24s linear infinite;
  }
  .noo--menu2 {
    position: relative;
    margin-top: 60px;
  }
  .noo--menu2 .noo--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .noo--menu2 .noo--menu--txt {
    position: absolute;
    margin-top: 0px;
    top: 90px;
    left: 18.75px;
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .noo--menu2 .noo--menub {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .noo--menu2 .noo--menub--pic {
    position: relative;
    z-index: 3;
  }
  .noo--menu2 .noo--menub--hu {
    width: 294px;
    position: absolute;
    top: 32px;
    left: auto;
    right: -40px;
    z-index: 2;
    animation-name: decoSwing;
    animation-duration: 2400ms;
    animation-timing-function: steps(2, end);
    animation-iteration-count: infinite;
  }
  .noo--menu2 .noo--menuc {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    font-weight: 900;
    margin: -40px auto 0;
    z-index: 3;
  }
  .noo--menu2 .noo--menuc--circle {
    display: block;
    margin: 0 auto;
    width: 257px;
  }
  .noo--menu2 .noo--menuc--txt {
    font-size: 15px;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    margin-top: 10px;
    text-align: center;
  }
  .noo--menu2 .noo--menuc--txt2 {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0em;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 5px;
  }
  .noo--menu2 .noo--menuc--txt2 strong {
    font-size: 22px;
  }
  .noo .slider-frame2 {
    overflow: hidden;
    z-index: 5;
    margin-top: 44px;
  }
  .noo .slider-frame2 .slider-group2 {
    width: 552px; /* 写真3枚分 */
    animation: slideright 24s linear infinite;
  }
  @keyframes slide {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes slideright {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes decoSwing {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(25deg);
    }
  }
  .footer {
    position: relative;
    z-index: 2;
  }
  .footer--content {
    padding-top: 47px;
    padding-bottom: 37px;
    position: relative;
    z-index: 5;
  }
  .footer--txt {
    font-size: 10px;
    text-align: center;
  }
  .footer--logo {
    display: block;
    width: 136px;
    margin: 17px 0 0 45px;
  }
  .footer--logo2 {
    position: absolute;
    width: 120px;
    right: 65px;
    bottom: 38px;
  }
}/*# sourceMappingURL=style.css.map */