@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.61111088vw;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.header--left {
  display: flex;
  gap: 3.1249998vw;
  align-items: center;
}
.header--logo {
  width: 12.01388812vw;
  position: relative;
  display: block;
}
.header--logo:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.0541666632vw;
  height: 3.95833308vw;
  background-color: black;
  right: -1.3888888vw;
  top: -0.3472222vw;
}
.header--logo2 {
  width: 12.22222144vw;
  display: block;
}
.header--right {
  width: 11.916665904vw;
  height: 11.916665904vw;
  background-color: #ed6c00;
  color: #fff;
  line-height: 1.6923076923;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
  font-size: 0.90277772vw;
  padding-top: 2.29166652vw;
  padding-left: 2.29166652vw;
  box-sizing: border-box;
  position: relative;
}
.header--right img {
  position: absolute;
  width: 0.805555504vw;
  top: 8.81944388vw;
  left: 7.6388884vw;
}

.circle {
  width: 16.11111008vw;
  height: 16.11111008vw;
  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.80555544vw;
  line-height: 1.2692307692;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 1.80555544vw;
  color: #fff;
  font-weight: 900;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fv {
  position: relative;
  padding-top: 20.833332vw;
}
.fv--tit {
  position: absolute;
  left: 2.7777776vw;
  top: 5.5555552vw;
  width: 79.93055044vw;
  z-index: 5;
}
.fv--slider {
  display: none;
}
.fv .circle {
  top: 9.30555496vw;
  left: 14.51388796vw;
  position: absolute;
}
.fv .circle img {
  animation: initial;
}

.kick {
  position: relative;
  padding-bottom: 4.5138886vw;
  z-index: 5;
}
.kick--tit {
  font-size: 4.37499972vw;
  font-weight: 900;
  letter-spacing: -0.062em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
  margin-top: 0vw;
}
.kick--txt {
  font-size: 1.3888888vw;
  line-height: 1.95;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.0416666vw;
  transform: skewY(-10.8deg);
}
.kick--hu {
  position: absolute;
  width: 24.23610956vw;
  top: -8.54166612vw;
  left: 0.6944444vw;
}

.sta {
  position: relative;
  color: #fff;
  transform: skewY(-10.8deg);
  background-color: #e8b279;
  padding-top: 6.38888848vw;
  padding-bottom: 33.6805534vw;
  z-index: 1;
}
.sta:before {
  content: "";
  background-color: #fff;
  width: 0.06944444vw;
  height: 100%;
  position: absolute;
  top: 11.1111104vw;
  left: 8.3333328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sta:after {
  content: "";
  background-color: #fff;
  width: 0.06944444vw;
  height: 100%;
  position: absolute;
  top: 11.1111104vw;
  right: 8.3333328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sta--content {
  position: relative;
  transform: skewY(10.8deg);
  z-index: 10;
}
.sta .circle {
  top: -2.63888872vw;
  left: 7.22222176vw;
  position: absolute;
  width: 20.41666536vw;
  height: 20.41666536vw;
}
.sta .circle--tit {
  font-size: 2.4305554vw;
  line-height: 1.3142857143;
}
.sta--tit {
  font-size: 2.538194282vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
}
.sta--txt {
  font-size: 1.652777672vw;
  line-height: 1.95;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.0416666vw;
  transform: skewY(-10.8deg);
}
.sta--hu {
  position: absolute;
  width: 22.2222208vw;
  top: -20.41666536vw;
  right: 6.944444vw;
}
.sta--pic {
  width: 57.15277412vw;
  display: block;
  margin: -2.7777776vw auto 0;
}
.sta--menus {
  position: relative;
  margin-top: 10.416666vw;
}
.sta--menu {
  position: absolute;
  top: 7.49999952vw;
  left: 16.87499892vw;
  width: 12.01388812vw;
  z-index: 2;
}
.sta--menu--txt {
  margin-top: 0.90277772vw;
  font-size: 0.83333328vw;
  line-height: 1.4166666667;
}
.sta--menub {
  display: block;
  width: 33.3333312vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sta--menub--pic {
  position: relative;
  z-index: 3;
}
.sta--menub--tit {
  width: 22.29166524vw;
  position: absolute;
  top: -9.09722164vw;
  left: calc((100% - 22.29166524vw) / 2);
  z-index: 5;
}
.sta--menub--hu {
  width: 23.6111096vw;
  position: absolute;
  top: -9.7222216vw;
  left: -8.74999944vw;
  z-index: 2;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.sta--menuc {
  width: 15.9722212vw;
  position: absolute;
  top: 2.0833332vw;
  right: 14.2361102vw;
  font-weight: 900;
}
.sta--menuc--circle {
  display: block;
  width: 13.5416658vw;
}
.sta--menuc--txt {
  font-size: 1.062499932vw;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  margin-top: 2.4305554vw;
}
.sta--menuc--txt2 {
  font-weight: 500;
  font-size: 1.18055548vw;
  letter-spacing: 0em;
  line-height: 1.2078431373;
  margin-top: 1.0416666vw;
}
.sta--menuc--txt2 strong {
  font-size: 1.77083322vw;
}
.sta .slider-frame {
  overflow: hidden;
  position: relative;
  margin-top: -1.0416666vw;
  z-index: 3;
}
.sta .slider-group {
  width: 71.11110656vw; /* 写真3枚分 */
  animation: slideright 24s linear infinite;
}
.sta--menu2 {
  position: relative;
  margin-top: 7.9861106vw;
}
.sta--menu2 .sta--menu {
  top: 8.74999944vw;
  right: 18.88888768vw;
  left: auto;
  width: 11.8055548vw;
}
.sta--menu2 .sta--menub {
  width: 31.52777576vw;
}
.sta--menu2 .sta--menub--hu {
  width: 20.55555424vw;
  position: absolute;
  top: -4.1666664vw;
  left: auto;
  right: -9.3749994vw;
}
.sta--menu2 .sta--menuc {
  width: 16.6666656vw;
  right: auto;
  left: 15.55555456vw;
  top: -3.26388868vw;
}
.sta--menu2 .sta--menuc--txt {
  letter-spacing: -0.1em;
}
.sta--menu2 .sta--menuc--txt.two {
  margin-top: 1.736111vw;
}

.sw {
  position: relative;
  color: #fff;
  transform: skewY(-10.8deg);
  background-color: #ff9100;
  padding-top: 15.2777768vw;
  padding-bottom: 31.249998vw;
  z-index: 2;
}
.sw:before {
  content: "";
  background-color: #fff;
  width: 0.06944444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  left: 8.3333328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.sw:after {
  content: "";
  background-color: #fff;
  width: 0.06944444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  right: 8.3333328vw;
  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: -53.4722188vw;
  width: 100%;
  left: 0;
}
.sw .slider-frame2 .slider-group2 {
  width: 58.3333296vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}
.sw .circle {
  top: -2.63888872vw;
  left: 7.22222176vw;
  position: absolute;
  width: 20.41666536vw;
  height: 20.41666536vw;
}
.sw .circle--tit {
  font-size: 2.4305554vw;
  line-height: 1.3142857143;
}
.sw--tit {
  font-size: 2.538194282vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
}
.sw--txt {
  font-size: 1.652777672vw;
  line-height: 1.95;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.0416666vw;
  transform: skewY(-10.8deg);
}
.sw--hu {
  position: absolute;
  width: 25.20833172vw;
  top: -8.680555vw;
  right: 18.7499988vw;
}
.sw--pic {
  width: 63.8888848vw;
  display: block;
  margin: -2.7777776vw auto 0;
}
.sw--menus {
  position: relative;
  margin-top: 6.5972218vw;
}
.sw--menu {
  position: absolute;
  top: 8.05555504vw;
  left: 17.7083322vw;
  width: 12.8472214vw;
  z-index: 2;
}
.sw--menu--txt {
  margin-top: 0.90277772vw;
  font-size: 0.83333328vw;
  line-height: 1.4166666667;
}
.sw--menub {
  display: block;
  width: 33.26388676vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sw--menub--pic {
  position: relative;
  z-index: 3;
}
.sw--menub--hu {
  position: absolute;
  width: 25.20833172vw;
  top: -8.680555vw;
  right: 18.7499988vw;
  z-index: 2;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.sw--menuc {
  width: 16.11111008vw;
  position: absolute;
  top: 1.24999992vw;
  right: 15.55555456vw;
  font-weight: 900;
}
.sw--menuc--circle {
  display: block;
  width: 13.5416658vw;
}
.sw--menuc--txt {
  font-size: 1.062499932vw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  margin-top: 2.4305554vw;
}
.sw--menuc--txt2 {
  font-weight: 500;
  font-size: 1.18055548vw;
  letter-spacing: 0em;
  line-height: 1.2078431373;
  margin-top: 1.0416666vw;
}
.sw--menuc--txt2 strong {
  font-size: 1.77083322vw;
}
.sw .slider-frame {
  overflow: hidden;
  position: relative;
  margin-top: -4.5138886vw;
  z-index: -1;
}
.sw .slider-group {
  width: 53.40277436vw; /* 写真3枚分 */
  animation: slideright 24s linear infinite;
}
.sw--menu2 {
  position: relative;
  margin-top: 12.152777vw;
}
.sw--menu2 .sw--menu {
  top: 8.54166612vw;
  right: 19.30555432vw;
  left: auto;
  width: 12.01388812vw;
}
.sw--menu2 .sw--menub {
  width: 29.527775888vw;
}
.sw--menu2 .sw--menub--hu {
  width: 28.847220376vw;
  position: absolute;
  top: -9.86111048vw;
  left: auto;
  right: -12.63888808vw;
}
.sw--menu2 .sw--menuc {
  width: 18.7499988vw;
  right: auto;
  left: 13.888888vw;
  top: 1.0416666vw;
}
.sw--menu2 .sw--menuc--txt {
  letter-spacing: -0.1em;
}
.sw--menu2 .sw--menuc--txt.two {
  margin-top: 1.736111vw;
}
.sw .slider-frame2 {
  overflow: hidden;
  position: relative;
  margin-top: 2.22222208vw;
}
.sw .slider-group2 {
  width: 70.55555104vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}

.noo {
  position: relative;
  color: #fff;
  transform: skewY(-10.8deg);
  background-color: #fa9f99;
  padding-top: 11.1111104vw;
  padding-bottom: 3.472222vw;
  z-index: 2;
}
.noo:before {
  content: "";
  background-color: #fff;
  width: 0.06944444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  left: 8.3333328vw;
  display: block;
  z-index: 0;
  transform: skewY(10.8deg);
}
.noo:after {
  content: "";
  background-color: #fff;
  width: 0.06944444vw;
  height: 100%;
  position: absolute;
  top: 0vw;
  right: 8.3333328vw;
  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;
  position: relative;
  z-index: 2;
  margin-top: -2.7777776vw;
}
.noo .slider-frame2.top {
  margin-top: 0;
  position: absolute;
  top: -41.666664vw;
  width: 100%;
  left: 0;
  z-index: -1;
}
.noo .slider-group2 {
  width: 52.7777744vw; /* 写真3枚分 */
  animation: slide 24s linear infinite;
}
.noo .slider-group2.two {
  width: 59.44444064vw;
}
.noo .circle {
  top: -2.63888872vw;
  left: 7.22222176vw;
  position: absolute;
  width: 20.41666536vw;
  height: 20.41666536vw;
}
.noo .circle--tit {
  font-size: 2.4305554vw;
  line-height: 1.3142857143;
}
.noo--tit {
  font-size: 2.538194282vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  text-align: center;
  transform: skewY(-10.8deg);
}
.noo--txt {
  font-size: 1.652777672vw;
  line-height: 1.95;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 1.0416666vw;
  transform: skewY(-10.8deg);
}
.noo--hu {
  position: absolute;
  width: 22.2222208vw;
  top: -4.65277748vw;
  right: 6.944444vw;
}
.noo--pic {
  width: 55.27777424vw;
  display: block;
  margin: -1.3888888vw 0 0 23.40277628vw;
}
.noo--menus {
  position: relative;
  margin-top: 7.9861106vw;
}
.noo--menu {
  position: absolute;
  top: 10.13888824vw;
  left: 17.7083322vw;
  width: 12.4999992vw;
  z-index: 2;
}
.noo--menu--txt {
  margin-top: 0.90277772vw;
  font-size: 0.83333328vw;
  line-height: 1.4166666667;
}
.noo--menub {
  display: block;
  width: 33.3333312vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.noo--menub--pic {
  position: relative;
  z-index: 3;
}
.noo--menub--hu {
  width: 25.62499836vw;
  position: absolute;
  top: -6.2499996vw;
  left: -6.2499996vw;
  z-index: 2;
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}
.noo--menuc {
  width: 17.36111vw;
  position: absolute;
  top: -1.0416666vw;
  right: 13.888888vw;
  font-weight: 900;
}
.noo--menuc--circle {
  display: block;
  width: 13.5416658vw;
}
.noo--menuc--txt {
  font-size: 1.062499932vw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  margin-top: 2.4305554vw;
}
.noo--menuc--txt2 {
  font-weight: 500;
  font-size: 1.18055548vw;
  letter-spacing: 0em;
  line-height: 1.2078431373;
  margin-top: 1.0416666vw;
}
.noo--menuc--txt2 strong {
  font-size: 1.77083322vw;
}
.noo .slider-frame {
  overflow: hidden;
  position: relative;
  margin-top: -2.7777776vw;
  z-index: 2;
}
.noo .slider-group {
  width: 44.6180527vw; /* 写真3枚分 */
  animation: slideright 24s linear infinite;
}
.noo--menu2 {
  position: relative;
  margin-top: 13.1944436vw;
}
.noo--menu2 .noo--menu {
  top: 9.7222216vw;
  right: 15.2777768vw;
  left: auto;
  width: 13.1944436vw;
}
.noo--menu2 .noo--menub {
  width: 33.12499788vw;
}
.noo--menu2 .noo--menub--hu {
  width: 25.6944428vw;
  position: absolute;
  top: -6.80555512vw;
  left: auto;
  right: -7.77777728vw;
}
.noo--menu2 .noo--menuc {
  width: 16.6666656vw;
  right: auto;
  left: 17.36111vw;
  top: -4.1666664vw;
}
.noo--menu2 .noo--menuc--txt {
  letter-spacing: -0.1em;
}
.noo--menu2 .noo--menuc--txt.two {
  margin-top: 1.736111vw;
}

@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-box {
  width: 72.36110648vw;
  margin: 3.472222vw auto 0;
  padding-bottom: 4.1666664vw;
  border-bottom: 0.06944444vw solid #000;
}
.footer-banner {
  display: block;
  width: 61.66666272vw;
}
.footer--content {
  padding-top: 4.1666664vw;
  padding-bottom: 4.8611108vw;
  position: relative;
  z-index: 5;
}
.footer-txt0 {
  font-size: 1.0416666vw;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.3888888vw;
}
.footer--txt {
  font-size: 0.83333328vw;
  text-align: center;
}
.footer--logo {
  display: block;
  width: 16.6666656vw;
  margin: 1.3888888vw auto 0;
}
.footer--logo2 {
  position: absolute;
  width: 17.15277668vw;
  right: 4.72222192vw;
  bottom: 4.5138886vw;
}

@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: 2.5%;
    top: -125px;
    width: 95%;
    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);
    padding-top: 130px;
    padding-bottom: 455px;
    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 100px;
  }
  .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 {
    margin-top: 20px;
    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: -100px;
    left: 150px;
    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: 160px;
  }
  .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 {
    margin-top: 20px;
    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: -130px;
    left: auto;
    right: 150px;
    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: 10px auto 0;
    text-align: center;
    width: 330px;
  }
  .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);
    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: -576px;
    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: 100px;
  }
  .sw--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .sw--menu--txt {
    margin-top: 20px;
    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: -110px;
    left: 150px;
    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: 100px;
  }
  .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 {
    margin-top: 20px;
    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: -120px;
    left: auto;
    right: 150px;
    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);
    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: 0px auto 0;
  }
  .noo--menus {
    position: relative;
    margin-top: 100px;
  }
  .noo--menu {
    width: 308px;
    position: relative;
    top: auto;
    left: auto;
    font-weight: 900;
    margin: 25px auto 0;
    z-index: 2;
  }
  .noo--menu--txt {
    margin-top: 20px;
    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: -90px;
    left: 150px;
    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: 100px;
  }
  .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 {
    margin-top: 20px;
    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: -110px;
    left: auto;
    right: 150px;
    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;
    padding-top: 20px;
  }
  .footer-box {
    width: 330px;
    margin: 30px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .footer-banner {
    display: block;
    width: 300px;
    margin-left: -10px;
  }
  .footer--content {
    padding-top: 20px;
    padding-bottom: 37px;
    position: relative;
    z-index: 5;
  }
  .footer-txt0 {
    font-size: 10px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .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 */