@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}

.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block;
}

/* breakpoint only layout */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/* over
============================================================ */
.m-over {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 769px) {
  .m-over:hover {
    opacity: .8;
  }
}

a.m-over {
  color: inherit;
  text-decoration: none;
}

button.m-over {
  outline: none;
  color: inherit;
  text-decoration: none;
}

/* icon
============================================================ */
.m-icon {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.m-icon:before, .m-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}

/* btn
============================================================ */
.m-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg,rgb(254,172,99),rgb(239,150,186));
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.m-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-100%) skew(45deg);
  transform: translateX(-100%) skew(45deg);
  z-index: -1;
}

.m-btn:before {
  background: #fe5f9b;
}

.m-btn:hover:before {
  -webkit-transform: translate(0) skew(45deg);
  transform: translate(0) skew(45deg);
}

a.m-btn {
  color: #fff;
  text-decoration: none;
}

button.m-btn {
  outline: none;
  color: #fff;
  text-decoration: none;
}

/* m-moviebox
============================================================ */
.m-moviebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 3px solid #4379cb;
}

.m-moviebox > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================
/* laytout
============================================================ */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33vw;
  }
}

body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #525252;
  font-size: 1.6rem;
  line-height: 1.7;
  background-attachment: fixed;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  background: #faf8f2;
}

@media screen and (min-width: 769px) {
/*  body {
    min-width: 1024px;
  }*/
}

@media screen and (max-width: 768px) {
  body {
    min-width: 375px;
    font-size: 2.8rem;
  }
}

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

/* wrapper
============================================================ */
.l-wrapper {
  position: relative;
  overflow: hidden;
  background: #faf8f2;
}

/* sns
============================================================ */
.l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-sns .m-icon:before {
  background-size: 100% auto;
  background-position-y: top;
}

.l-sns .m-icon:after {
  opacity: 0;
  background-size: 100% auto;
  background-position-y: bottom;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.l-sns a:hover .m-icon:after {
  opacity: 1;
}


.l-sns .icon-twitter:before, .l-sns .icon-twitter:after {
  background-image: url(../img/icon-x.png);
}

.l-sns .icon-insta:before, .l-sns .icon-insta:after {
  background-image: url("../img/icon-insta.png");
}

.l-sns .icon-fb:before, .l-sns .icon-fb:after {
  background-image: url("../img/icon-fb.png");
}

.l-sns .icon-youtube:before, .l-sns .icon-youtube:after {
  background-image: url("../img/icon-youtube.png");
}

.l-sns .icon-note:before, .l-sns .icon-note:after {
  background-image: url("../img/icon-note.png");
}


/* header
============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .l-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header__logo .main {
    width: 19.5rem;
    margin: 0 2rem;
  }
  .l-header__logo .sub {
    width: 38.8rem;
  }
  .l-header__sns {
    margin-left: auto;
  }
  .l-header__sns li + li {
    margin-left: 1.5rem;
  }
  .l-header__sns a {
    font-size: 3.2rem;
  }
  .l-header__contact {
    margin-left: 2rem;
  }
  .l-header__contact .m-btn {
    width: 25.7rem;
    height: 8rem;
  }
	.l-header__contact .m-btn span {
		line-height: 0;
	}
  .l-header__contact .m-btn img {
    width: 15.1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  .l-header__contact .m-btn {
    width: 20rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header__logo .main {
    width: 19.5rem;
    margin: 0 2rem;
  }
  .l-header__logo .sub {
    display: none;
  }
  .l-header__sns {
    margin-left: auto;
  }
  .l-header__sns li + li {
    margin-left: 1rem;
  }
  .l-header__sns a {
    font-size: 3.2rem;
  }
  .l-header__contact {
    margin-left: 3rem;
  }
  .l-header__contact .m-btn {
    width: 25.7rem;
    height: 10rem;
  }
	.l-header__contact .m-btn span {
		line-height: 0;
	}
  .l-header__contact .m-btn img {
    width: 18.1rem;
  }
}

@media screen and (max-width: 580px) {
	.l-header__logo a {
		width: 90%;
	}
}

/* container
============================================================ */
/* footer
============================================================ */
.l-footer {
  background: #f0ebdd;
}

.l-footer__logo {
  display: flex;
	align-items: center;
	width: 100%;
}

.l-footer__logo > li:first-child {
	width: 160px;
	min-width: 160px;
	margin-right: 1em;
}

.l-footer__logo > li:nth-child(2) {
	width: 46%;
	max-width: 510px;
	margin-top: 1%;
}

.l-footer__logo > li:nth-child(3) {
	margin-left: auto;
}

.l-footer__logo .ft_sns_area li {
    display: inline-block;	
}

.l-footer .l-copyright {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #F17298;
}

.zenryoku {
	text-align: center;
	margin-top: 6rem;
	color: #525252;
	font-weight: bold;
}
.zenryoku img {
	width: 240px;
}
.zenryoku_color {
	filter: invert(82%) sepia(39%) saturate(2487%) hue-rotate(355deg) brightness(100%) contrast(95%);
	transition: filter 0.5s;
}
.zenryoku_color:hover {
	filter: invert(33%) sepia(7%) saturate(4690%) hue-rotate(178deg) brightness(93%) contrast(90%);
}

@media screen and (min-width: 769px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 11rem;
    padding: 0 3rem;
  }
  /*.l-footer__logo {
    width: 67rem;
  }*/
  /*.l-footer .l-sns li + li {
    margin-left: 1.5rem;
  }*/
  .l-footer .l-sns a {
    font-size: 3.2rem;
  }
  .l-footer .l-copyright {
    padding: .25rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 2.5rem;
  }

	.l-footer__logo {
		flex-direction: column;
	}
	
	.l-footer__logo > li:first-child {
		width: 60%;
		margin-right: 0;
		min-width: 300px;
	}
	
	.l-footer__logo > li:nth-child(2) {
		width: 88%;
		min-width: min-content;
		margin-top: 0;
		margin-left: 0;
	}
	.l-footer__logo > li:nth-child(3) {
		margin-top: 6rem;
		margin-left: 0;
	}
	
  .l-footer .l-sns {
    margin: 4rem auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer .l-sns li + li {
    /*margin-left: 3rem;*/
  }
  .l-footer .l-sns a {
    font-size: 7rem;
  }
  .l-footer .l-copyright {
    padding: .5rem;
    font-size: 2rem;
  }
  .l-footer__logo {
  	padding-top: 4rem;
  }
}

/* l-loading
============================================================ */
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #315996;
}

.l-loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-loading__item {
  width: 26.2rem;
  -webkit-animation: 2s linear infinite both blink;
  animation: 2s linear infinite both blink;
}

.l-loading__item svg {
  width: 26.2rem;
  height: 10.18057rem;
  fill: #fff;
}

body.loading {
  position: fixed;
  width: 100%;
  z-index: 1;
}

body.loading .l-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

body.loading-out {
  position: static;
  width: auto;
  z-index: auto;
}

body.loading-end .l-wrapper {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ============================================================
/* main
============================================================ */
/* inview
============================================================ */
.inview-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.inview-fadeUp.inviewed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* sec-inner
============================================================ */
.sec-inner {
  max-width: 108rem;
  margin: 0 auto;
}


/* about
============================================================ */
.about-sugomachi {
	margin-top: 80px;
}
.about-sugomachi ul {
	background-color: #fff;
	border-radius: 300px;
	padding: 20px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-sugomachi ul li:first-child {
	min-width: 309px;
	margin-right: 10px;
}
.about_txt01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffa100;
	margin-bottom: 10px;
}
.about_txt02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #f17298;
	border-radius: 300px;
	text-align: center;
	margin-bottom: 10px;
}
.about_txt03 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f17298;
	padding: 0 2%;
}

@media screen and (max-width: 769px) {
	.about-sugomachi ul {
		flex-direction: column;
		border-radius: 60px;
		margin: 0 3%;
		padding: 20px 40px 40px 40px;
	}
}

/* sec-mv
============================================================ */
@-webkit-keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-12deg) translate3d(0, -50%, 0);
    transform: rotate(-12deg) translate3d(0, -50%, 0);
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(-12deg) translate3d(100%, -50%, 0);
    transform: rotate(-12deg) translate3d(100%, -50%, 0);
    opacity: 0;
  }
  51% {
    opacity: 0;
    -webkit-transform: rotate(-12deg) translate3d(-100%, -50%, 0);
    transform: rotate(-12deg) translate3d(-100%, -50%, 0);
  }
  52% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-12deg) translate3d(0, -50%, 0);
    transform: rotate(-12deg) translate3d(0, -50%, 0);
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-12deg) translate3d(0, -50%, 0);
    transform: rotate(-12deg) translate3d(0, -50%, 0);
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(-12deg) translate3d(100%, -50%, 0);
    transform: rotate(-12deg) translate3d(100%, -50%, 0);
    opacity: 0;
  }
  51% {
    opacity: 0;
    -webkit-transform: rotate(-12deg) translate3d(-100%, -50%, 0);
    transform: rotate(-12deg) translate3d(-100%, -50%, 0);
  }
  52% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-12deg) translate3d(0, -50%, 0);
    transform: rotate(-12deg) translate3d(0, -50%, 0);
    opacity: 1;
  }
}

.sec-mv {
  position: relative;
  
  overflow: hidden;
  background-image: url("../img/img-mv_background.png"),linear-gradient(180deg, rgb(119,197,240), rgb(186,230,255));
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-animation: zoom1 45s 1;
  animation: zoom1 45s 1;
  animation-fill-mode: forwards;
}

.sec-mv2 {
  position: relative;
  
  overflow: hidden;
  background-image: linear-gradient(180deg, rgb(119,197,240), rgb(186,230,255));
  background-repeat: no-repeat;
  background-position: top center;
}

.bgtest1 {
	position: absolute;
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
	background-image: url("../img/back_cloud1.png");
	background-repeat: repeat-x;
	animation: slideback2 250s infinite linear 0.5s both;
}
.bgtest2 {
	position: absolute;
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
	background-image: url("../img/back_cloud2.png");
	background-repeat: repeat-x;
	animation: slideback2 120s infinite linear 0.5s both;
}
.bgtest3 {
	position: absolute;
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
	background-image: url("../img/back_cloud3.png");
	background-repeat: repeat-x;
	animation: slideback2 80s infinite linear 0.5s both;
}


@keyframes zoom1 {
	0% {
		background-size:100%;
	}
	100% {
		background-size: 120%;
	}
}
@keyframes zoom2 {
	0% {
		background-size: 150%;
	}
	100% {
		background-size: 180%;
	}
}
@keyframes slideback {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(100%);
	}
}
@keyframes slideback2 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 1920px 0;
	}
}


.sec-mv-inner {
	position: relative;
}
.sec-mv-inner .mv_tit_pc {
	position: absolute;
	width: 53%;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.sec-mv-inner .mv_ph_sp {
	display: none;
}
.sec-mv-inner .mv_tit_sp {
	display: none;
}
.sec-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .28;
}

.sec-mv__bg__item {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: 20s linear infinite forwards slide;
  animation: 20s linear infinite forwards slide;
}

.sec-mv__bg__item svg {
  fill: #000916;
}

.sec-mv__bg__item:nth-child(2) {
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.sec-mv .sec-inner {
  position: relative;
}

.sec-mv__ttl .sub, .sec-mv__ttl .main {
  display: block;
}

.sec-mv__cast {
  position: relative;
  width: 100%;
  z-index: 0;
}

.sec-mv__cast:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  background: rgba(49, 89, 150, 0.8);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
}

.sec-mv__ttl .sub,
.sec-mv__ttl .main, .sec-mv__cast {
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.sec-mv__image {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.sec-mv__ttl .main {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.sec-mv__cast {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.sec-mv__image {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

body.loading-end .sec-mv__ttl .sub,
body.loading-end .sec-mv__ttl .main,
body.loading-end .sec-mv__cast {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body.loading-end .sec-mv__image {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .sec-mv__bg__item {
    padding: 0 5rem;
  }
  .sec-mv__bg svg {
    width: 175rem;
    height: 68rem;
  }
  .sec-mv__image {
    width: 74.53704%;
    margin-left: auto;
    margin-right: -12.03704%;
  }
  .sec-mv__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 43.7963%;
    height: 100%;
    padding-bottom: 2.77778%;
    margin-left: 3.24074%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
	
  .sec-mv__cast {
    margin-top: 2rem;
  }
  .sec-mv__cast img {
    width: 86.89218%;
  }
}

@media screen and (max-width: 768px) {
	.sec-mv {
		background-image: url("../img/img-mv_background_sp.png");
		background-size: 180%;
		animation: zoom2 30s 1;
	}
  .sec-mv__bg {
    height: 50%;
  }
  .sec-mv__bg__item {
    width: 200rem;
    padding: 0 5rem;
  }
  .sec-mv__bg svg {
    width: 1400rem;
    height: 77.71429rem;
  }
  .sec-mv__inner {
    position: absolute;
    bottom: 28rem;
    left: 0;
    padding: 0 8rem;
  }
	.sec-mv-inner {
		height: 80vh;
	}
  .sec-mv-inner .mv_ph_pc {
		display: none;
	}
	.sec-mv-inner .mv_tit_pc {
		display: block;
		width: 75%;
		bottom: 11%;
	}
	.sec-mv-inner .mv_ph_sp {
		display: block;
		position: absolute;
		width: 122%;
		max-width: initial;
		bottom: -160px;
		transform: translateX(-7%);
	}
  .sec-mv__cast {
    margin-top: 2rem;
    text-align: center;
  }
  .sec-mv__cast img {
    width: 41.1rem;
  }
}

@media screen and (max-width: 580px) {
	.sec-mv-inner {
		height: 120rem;
	}
	.sec-mv-inner .mv_ph_sp {
		bottom: 10px;
		width: 124%;
	}
	.sec-mv-inner .mv_tit_pc {
		width: 87%;
		bottom: 15%;
	}
}

/* top-info
============================================================ */
.top-info {
	position: relative;
	margin-top: -72px;
	z-index: 999;
}
.top-info::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bt_town_top.png");
	background-repeat: repeat-x;
	background-size: 283px;
	min-height: 57px;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
	from { background-position: 0 0;}
	to { background-position: -283px 0;}
}

.top-info::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bt_wave_bottom.png");
	background-repeat: repeat-x;
	background-size: 160px;
	min-height: 19px;
}
.info-inner {
	background-color: #EF96BB;
}
.info__box {
	max-width: 108rem;
	margin: 0 auto;
	text-align: center;
	padding: 0.1% 0 1.5% 0;
}
.info_pc {
	display: block;
	margin: 1% auto;
}
.info_sp {
	display: none;
}

@media screen and (max-width: 769px) {
	.info__box img {
		width: 92%;
		margin: 4rem auto;
	}
}

@media screen and (max-width: 580px) {
	.top-info::before {
		background-size: 35rem;
		min-height: 45px;
	}
	.top-info::after {
		background-size: 20rem;
	}
	.info__box img {
		width: 96%;
		margin: 3rem auto;
	}

	
}

/* sec-newepi
============================================================ */
.sec-newepi {
	margin-top: 7.5rem;
}

.sec-newepi .sec-inner {
	max-width: 850px;
}

.sec-newepi .movie-wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.sec-newepi .movie-wrap h3 {
	margin-bottom: 1rem;
}

.sec-newepi .movie-wrap iframe {
	width: 100%;
	height: 100%;
	border: 3px solid;
	border-image: linear-gradient(to bottom, #fbc91c, #ffada0) 1;
}

@media screen and (max-width: 580px) {
	.sec-newepi .movie-wrap h3 img {
		height: 33px;
	}
}

/* sec-newest　元のもの
============================================================ */
.sec-newest {
  position: relative;
}

.sec-newest__ttl {
  text-align: center;
  background: linear-gradient(352deg, #4379cb 32%, #315996 32%);
}

@media screen and (min-width: 769px) {
  .sec-newest .sec-inner {
    max-width: 64rem;
  }
  .sec-newest__ttl {
    margin-bottom: .5rem;
  }
  .sec-newest__ttl img {
    width: 15.3rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-newest__ttl {
    margin-bottom: .5rem;
  }
  .sec-newest__ttl img {
    width: 20rem;
  }
}

/* img-arrow
============================================================ */
.img-arrow {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 20px auto;
}

.chevron {
  position: absolute;
  width: 60px;
  height: 6px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffae3a;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@media screen and (max-width: 580px) {
	.img-arrow {
		transform: translateX(-12px);
	}
	
	.sec-archive_ep h3 img {
		height: 55px;
	}
}

/* sec-archive_ep
============================================================ */
.sec-archive_ep {
	margin-top: 40px;
}
.sec-archive_ep h3 {
	margin-bottom: 2rem;
}
.archive_col {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}

.archive_col > * {
	width: calc( 32% );
}

.archive_col > * > *{
	position: relative;
	overflow: hidden;
}

.archive_thum img {
	border: 2px solid #ffd5c6;
}

@media screen and (max-width: 999px) {
	.sec-newepi .sec-inner {
		max-width: 94%;
	}
	.sec-archive_ep .sec-inner {
		max-width: 94%;
	}
}

@media screen and (max-width: 960px) {
	.archive_col > *{
		width: calc( 49% );
	}
	
}

@media screen and (max-width: 580px) {
	.sec-archive_ep {
		margin-top: 60px;
	}
	.archive_col > *{
		width: 100%;
		margin-right: auto;
	}
	
	.archive_col > *:nth-child(3n){
		margin-right: auto;
	}
	
}
.archive_item {
	background-color: #fff;
	padding: 20px 14px;
	border-radius: 20px;
}

.archive_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 100%;
	max-width: 360px;
	margin: 1rem auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	font-size: 18px;
	background: linear-gradient(90deg, rgb(255,173,96),rgb(239,150,187));
	color: #fff;
	border-radius: 100vh;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease .2s;
	-o-transition: ease .2s;
	transition: ease .2s;
}

.archive_item a span {
	position: relative;
	z-index: 3;
}

.archive_item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ff95b4;
	width: 100%;
	height: 100%;
	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.archive_item a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.archive_item a::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	z-index: 3;
}

.archive_item a:hover::after {
	position: relative;
	z-index: 3;
}

.archive_ttl {
	color: #fe5f9b;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	margin-top: 10px;
	padding: 0px 10px 8px 10px;
	text-align: center;
	border-bottom: 1px solid #ada090;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}


.archive_txt {
	font-size: 16px;
	padding: 10px 4px;
	font-weight: 500;
	color: #a5898c;
	font-family: 'Noto Sans JP';
	line-height: 22px;
	letter-spacing: 0.1em;
}

.archive_yt_btn {
	width: 64rem;
	height: 12rem;
	background: linear-gradient(to bottom, #fbc91c 0%, #ffada0 100%);
	border-radius: 100px;
	margin: 8rem auto 0;
	padding: 5px;
	overflow: hidden;
}

.archive_yt_lnk {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 28px;
	font-family: 'Noto Sans JP';
	font-weight: 600;
	color: #ff9600;
	letter-spacing: 0.1em;
	z-index: 800;
}

.archive_yt_btn a {
	transition: .4s;
}

.archive_yt_lnk::after {
	content: '';
	width: 18px;
	height: 18px;
	border-top: 3px solid #ff9600;
	border-right: 3px solid #ff9600;
	transform: rotate(45deg);
	margin-left: 8px;
	position: absolute;
	right: 6%;
	z-index: 5;
	transition: .8s;
}

.archive_yt_btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1%;
	z-index: -1;
	background: linear-gradient(to bottom, #fbc91c 0%, #ffada0 100%);
	width: 101%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
	border-radius: 100px;
}

.archive_yt_btn a:hover {
	color:#fff;
}

.archive_yt_btn a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.archive_yt_lnk:hover::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.archive_bt__txt {
	display: block;
	width: 520px;
	font-size: 24px;
	font-family: 'Noto Sans JP';
	font-weight: 900;
	color: #ff9600;
	text-align: center;
	line-height: 1.25em;
	letter-spacing: 0.05em;
	margin: 2rem auto 0;
}

.town_name {
	font-family: 'Noto Sans JP', sans-selif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.15em;
	color: #f17299;
	text-align: center;
	border-bottom: 3px dashed #f17299;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
.todofuken {
	font-size: 16px;
	background-color: #f17299;
	color: #fff;
	padding: 0 16px;
	border-radius: 100px;
	margin-right: 10px;
}

@media screen and (max-width: 550px) {
	.archive_yt_btn {
		width: 96%;
		height: 16rem;
		padding: 4px;
	}
	.archive_yt_lnk {
		font-size: 24px;
	}
	.archive_bt__txt {
		width: 94%;
		font-size:18px;
		text-align: left;
	}
	.archive_ttl {
		font-size: 20px;
		margin-top: 12px;
	}
	.archive_item a {
		padding: 2rem 4rem 2rem 3rem;
	}
}

/* sec-archives 元のもの
============================================================ */
.sec-archives__ttl {
  position: relative;
}

.sec-archives__ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200vw;
  border-bottom: 1px solid #01327e;
}

.sec-archives__ttl span {
  position: relative;
  display: block;
  text-align: center;
  z-index: 0;
}

.sec-archives__ttl span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(352deg, #4379cb 32%, #315996 32%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}

.sec-archives__item__category {
  font-weight: bold;
  color: #868686;
}

.sec-archives__item__ttl {
  line-height: 1.4;
  font-weight: bold;
  color: #315996;
}

.sec-archives__item__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #315996;
  border: 0.2rem solid #315996;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.sec-archives__item__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  border-top: 1px solid #315996;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.sec-archives__item__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .5em;
  border-style: solid;
  border-width: .3em 0 .3em .5em;
  border-color: transparent;
  border-left-color: #315996;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.img_border {
	border: 1px solid #dedede;
}

.sec-archives__item__btn span {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.sec-archives__item__btn:hover {
  color: #fff;
  background: #315996;
}

.sec-archives__item__btn:hover:before,
.sec-archives__item__btn:hover span {
  -webkit-transform: translateX(0.25em);
  transform: translateX(0.25em);
}

.sec-archives__item__btn:hover:after {
  border-left-color: #fff;
}

.sec-archives__btn {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
}

.sec-archives__btn__logo {
  line-height: 0;
}

.sec-archives__btn__text {
  border-left: 1px solid #01327e;
}

.sec-archives__btn .icon-arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 3em;
  border-bottom: 1px solid;
}

.sec-archives__btn .icon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: .4em;
  border-right: 1px solid;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .sec-archives {
    padding: 0 3rem;
    margin-top: 7.5rem;
    margin-bottom: 16rem;
  }
  .sec-archives__ttl span {
    width: 40rem;
  }
  .sec-archives__ttl img {
    width: 32.3rem;
  }
  .sec-archives__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-archives__list:before, .sec-archives__list:after {
    content: "";
    width: 24%;
    height: 0;
    visibility: hidden;
  }
  .sec-archives__list:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-archives__item {
    width: 24%;
    margin-top: 2.5rem;
  }
  .sec-archives__item.inview-fadeUp:nth-child(4n+2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .sec-archives__item.inview-fadeUp:nth-child(4n+3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .sec-archives__item.inview-fadeUp:nth-child(4n) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .sec-archives__item__inner {
    padding: 1rem 1rem 0;
  }
  .sec-archives__item__category {
    font-size: 1.4rem;
  }
  .sec-archives__item__btn {
    height: 4rem;
    margin-top: 1.5rem;
    margin-left: 6rem;
  }
  .sec-archives__item__btn:before {
    width: 8rem;
    right: calc(100% - 2rem);
  }
  .sec-archives__btn {
    margin: 10rem auto 0;
    width: 53rem;
    height: 8rem;
    font-size: 2.4rem;
    border-radius: .6rem;
  }
  .sec-archives__btn__logo {
    width: 11.6rem;
    margin: 0 1rem;
  }
  .sec-archives__btn__text {
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-archives {
    padding: 0 6rem;
    margin-top: 10rem;
    margin-bottom: 18rem;
  }
  .sec-archives__ttl {
    margin: 0 -3rem;
  }
  .sec-archives__ttl span {
    width: 52rem;
  }
  .sec-archives__ttl img {
    width: 40rem;
  }
  .sec-archives__list {
    margin-top: 4rem;
  }
  .sec-archives__item__inner {
    margin-top: 1rem;
  }
  .sec-archives__item__category {
    font-size: 2.8rem;
  }
  .sec-archives__item__ttl {
    font-size: 3.6rem;
  }
  .sec-archives__item__btn {
    height: 8rem;
    margin-top: 4rem;
    margin-left: 20rem;
    font-size: 3.2rem;
  }
  .sec-archives__item__btn:before {
    width: 26rem;
    right: calc(100% - 6rem);
  }
  .sec-archives__item + .sec-archives__item {
    margin-top: 13rem;
  }
  .sec-archives__btn {
    margin: 18rem auto 0;
    height: 12rem;
    font-size: 3.2rem;
    border-radius: .6rem;
  }
  .sec-archives__btn__logo {
    width: 11.6rem;
    margin: 0 2rem;
  }
  .sec-archives__btn__text {
    padding-left: 2rem;
  }
}

/* sec-sns-x
============================================================ */
.sns-x {
	display: none;
	position: relative;
	background:#faf8f2;
	margin-top: 12rem;
	padding: 19px 0;
	background-image: url("../img/bt_wave_top.png"),url("../img/bt_wave_bottom2.png");
	background-repeat: repeat-x,repeat-x;
	background-position: 0 top, 0 bottom;
	background-size: 16rem;
}

.sns-wrap {
	background-color: #fff;
	padding: 80px 0;
}

@media screen and (max-width: 1080px) {
	.sns-wrap {
		padding: 80px 4%;
	}
	
}

@media screen and (max-width: 960px) {
	.sns-wrap {
		padding: 80px 4%;
	}
	
}

@media screen and (max-width: 760px) {
	.sns-x {
		background-size: 18rem;
	}
	
}

@media screen and (max-width: 550px) {
	.sns-wrap {
		padding: 60px 4%;
	}
	.sns-x {
		padding: 15px 0;
		background-size: 25rem;
	}
	
}

/* sec-report
============================================================ */
.report {
	display: block;
	position: relative;
	background:#faf8f2;
	margin-top: 12rem;
	padding: 19px 0;
	background-image: url("../img/bt_wave_top.png"),url("../img/bt_wave_bottom2.png");
	background-repeat: repeat-x,repeat-x;
	background-position: 0 top, 0 bottom;
	background-size: 16rem;
}

.report-wrap {
	background-color: #fff;
	padding: 80px 0;
}

.loca_report iframe {
	width: 100% !important;
}
.loca_report {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.loca_report li {
	width: 50%;
}

@media screen and (max-width: 1080px) {
	.report-wrap {
		padding: 80px 4%;
	}
	
}

@media screen and (max-width: 960px) {
	.report-wrap {
		padding: 80px 4%;
	}
	
}

@media screen and (max-width: 760px) {
	.report {
		background-size: 18rem;
	}
	.loca_report {
		flex-direction: column;
	}
	.loca_report li {
		width: 100%;
	}
	
}

@media screen and (max-width: 550px) {
	.report-wrap {
		padding: 60px 4%;
	}
	.report {
		padding: 15px 0;
		background-size: 25rem;
	}
	
}

/* sec-sns
============================================================ */
.sec-sns {
  background: #eee;
}

.sec-sns__iframe > iframe {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 769px) {
  .sec-sns {
    padding: 8rem 3rem;
  }
  .sec-sns .sec-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-sns .sec-inner > * {
    width: 32%;
  }
  .sec-sns .sec-inner > *.inview-fadeUp:nth-child(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .sec-sns .sec-inner > *.inview-fadeUp:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .sec-sns__iframe {
    height: 64rem;
  }
  .sec-sns__banners li + li {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-sns {
    padding: 12rem 6rem;
  }
  .sec-sns__iframe {
    margin-bottom: 12rem;
  }
  .sec-sns__banners li + li {
    margin-top: 4rem;
  }
}

/* sec-sugoomachi
============================================================ */
.sugomachi_pc {
	max-width: 108rem;
	margin: 0 auto;
	padding-bottom: 64px;
}
.sugomachi_pc ul {
	display: flex;
	align-items: flex-end;
}
.sugomachi_pc ul li:first-child {
	width: 35%;
}
.sugomachi_pc ul li:nth-child(2) {
	width: 65%;
	text-align: left;
	padding-left: 2%;
}
.sugomachi_sp {
	display: none;
}
.sns-wrap h3 {
	max-width: 108rem;
	margin: 0 auto 40px auto;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #ffb320, #ffa7d0) 1;
	padding-bottom: 6px;
}
.machi_logo {
	max-width: 108rem;
	margin: 0 auto;
	text-align: center;
}
.machi_logo img {
	width: 80%;
}

@media screen and (max-width: 769px) {
	.sugomachi_pc {
		display: none;		
	}
	.sugomachi_sp {
		display: block;
	}
	.sugomachi_sp ul {
		margin-bottom: 64px;
	}
	.sugomachi_sp ul li:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.sugomachi_sp ul li:first-child img {
		width: 90%;
	}
	.machi_logo img {
		width: 95%;
	}
}

@media screen and (max-width: 580px) {
	.sns-wrap h3 img {
		height: 35px;
	}
}

/* sec-contact　
============================================================ */
.sec-contact {
	background-color: #faf8f2;
	padding: 160px 0;
}
.sec-contact .sec-inner h3 ul li {
	display: inline-block;
	vertical-align: middle;
}
.contact_form {
	background-color: #fff;
	margin-top: 20px;
	padding: 60px 100px;
	text-align: left;
	border-radius: 60px;
}
.form_intro {
	padding: 20px 40px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #ffb401;
	border: 4px solid;
	border-image: linear-gradient(to bottom, #ffd02c 0%, #fbb3aa 100%) 1;
	margin-bottom: 40px;
}
.form_tit {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 15px;
	letter-spacing: 0.1em;
}
.form_tit span {
	font-size: 12px;
	background-color: #fd73be;
	color: #fff;
	padding: 0 18px;
	margin-left: 14px;
	letter-spacing: 0.25em;
}
.form_input {
	margin: 0 0 20px;
	padding: 8px 16px;
	background-color: #f6f7f8;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}
.form_input input {
	width: 100%;
}
.form_tel input {
	text-align: center;
	width: 100px;
	margin: 0 0 20px;
	padding: 8px 16px;
	background-color: #f6f7f8;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}
.form_what {
	margin: 10px 0 30px;
	padding: 8px 16px;
}
.form_what ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}
.form_what label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	margin-right: 10px;
}
.form_what label::before,
.form_what label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.form_what label::before {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
}
.form_what label::after {
	background-color: #ffb502;
	border-radius: 50%;
	opacity: 0;
	width: 16px;
	height: 16px;
	left: 7px;
}
.form_what input:checked + label::after {
	opacity: 1;
}

.form_btn {
	text-align: center;
	padding-top: 20px;
}
.form_btn input {
	background-color: #63dddd;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.15em;
	width: 600px;
	height: 80px;
	text-align: center;
	border-radius: 200px;
}
.form_copy {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}
.contact_txt {
	font-size: 13px;
	padding: 20px 30px;
	margin-top: 60px;
	background-color: #fafafa;
}
.contact_txt p:first-child {
	margin-bottom: 20px;
}
.contact_txt a {
	color: #ffb401;
	font-weight: bold;
}
.contact_txt a:hover {
	color: #63dddd;
}
.contact_txt p span {
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.sec-contact {
		padding: 80px 4%;
	}	
}
@media screen and (max-width: 769px) {
	.contact_form {
		padding: 60px 6%;
	}
	.form_intro {
		font-size: 24px;
	}
	.form_btn input {
		width: 100%;
	}	
}
@media screen and (max-width: 550px) {
	.sec-contact {
		margin-top: 60px;
		padding: 40px 4% 80px;
	}
	.sec-contact .sec-inner h3 {
		padding: 0;
		height: 36px;
	}
	.sec-contact .sec-inner h3 ul li:first-child img {
		height: 35px;
	}
	.form_intro {
		padding: 6% 4%;
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.5;
	}
	.form_tel input {
		width: 70px;
	}
	.form_btn input {
		width: 100%;
		height: 60px;
		font-size: 22px;
	}
	.contact_form {
		margin-top: 10px;
		padding: 12% 4%;
		border-radius: 30px;
	}
	.form_input input {
		font-size: 16px;
	}
	.contact_txt {
		margin-top: 40px;
		padding: 4%;
	}
}

