body {
	font-size: 18px;
	background-color: antiquewhite !important;
}

h2 {
	font-size: 29px;
}

.index .features img {
	border-radius: 5px;
}

.swiper-container {
	max-width:640px;
}

.swiper-lazy-preloader {
	margin-top: 60px;
}

.features-image:last-child {
	margin-bottom: 60px;
}

.feature-content {
	margin-bottom: 15px;
}

.swiper-container {
	overflow: visible;
}

.hero-media-image {
	transform: unset;
}

.header-logo-image {
	width: 60px;
}

.features-image {
	margin-top: 32px;
	margin-bottom: 64px;
}

.hero {
	padding-top: 16px;
}

.site-header {
	padding: 10px;
	padding-left: 0;
	box-shadow: 0 -1rem 1rem 1rem rgb(255 255 255);
	background-color: antiquewhite;
}

.site-header::before {
	content: unset;
}

.container {
	padding-left: 24px;
	padding-right: 24px;
}

.hero {
	box-shadow: 0 -1rem 1rem 1rem rgb(0 0 0 / 50%);
}

.hero .container {
	padding: 0;
}

.hero-media-image {
	border-radius: unset;
}

.is-loaded .hero-media-image {
	animation: none;
}

 /*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 4;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 3;
  top  : 0;
  left : 0;
  color: #fff;
  background: #182538;
  text-align: center;
  transition: all 0.6s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

nav.globalMenuSp ul {
  background: #182538;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background: #ccc;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

.globalMenuSp a[target="_blank"]:after {
  margin: 0 0 0 5px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  visibility: unset;
}

.hamburger {
	top: 6px;
	position: absolute;
}

.hamburger span {
	background-color: rosybrown;
}

.header-brand h1 {
	margin-top: 0;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Fredoka One', cursive;
	font-weight: unset;
}

.header-brand h1 a {
	color: rosybrown;
	text-decoration: none;
}

h2:first-of-type {
	margin-top: -16px;
}

.button {
	color: black !important;
}
.button-primary {
	background-color: #d75953;
	color: white !important;
}
.button-primary:hover {
	background-color: #d75953;
	opacity: 0.6;
}

.cta::before {
	background: none;
}

.features.about-design {
	background-image: url(/dist/images/bg2-2.webp);
	background-size: cover;
}

.features.about-design .features-image:first-of-type img {
	margin-left: -24px;
}
.features.about-design .features-image:nth-of-type(2) img{
	margin-right: -24px;
    margin-left: auto;
}

.features-box {
	box-shadow: unset;
	transform: unset;
	max-height: 280px;
	margin: 0;
}

.about-feature h3 {
	background-size: 60px;
	background-repeat: no-repeat;
	padding-left: 70px;
	line-height: 40px;
}

.about-feature .f1 {
	background-image: url('/dist/images/k1.png');
}
.about-feature .f2 {
	background-image: url('/dist/images/k2.png');
}
.about-feature .f3 {
	background-image: url('/dist/images/k3.png');
}

.about-feature .caption {
	font-size: 14px;
}

.features.about-popular {
	background-image: url(/dist/images/bg7.webp);
	background-size: contain;	
}

.feature-icon img {
	width: 75px;
	height: 75px;
}

.user-instagram {
	width:60%;
	margin: 0 auto;
	text-align: center;
}

.user-instagram img {
	pointer-events: none;
	user-select: none; /* CSS3 */
	-webkit-user-select: none; /* Safari、Chromeなど */
}

.user-instagram-hash {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-bottom: 10px;
}

.instagram-icon {
	width: 40px;
	margin: 0 auto;
}

.special-thanks-container {
	height: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.special-thanks {
	display: none;
	text-align: center;
	color: black;
}

.special-thanks a {
	color: black;
	text-decoration: underline;
}

nav.globalMenuSp {
	position: absolute;
	background:unset;
	margin-top: 52px;
}
nav.globalMenuSp.active {
	position: absolute;
}
nav.globalMenuSp ul{
	background-color: antiquewhite;
}
nav.globalMenuSp ul li a {
	color: rosybrown;
    text-align: left;
    padding-left: 24px;
    border-top: 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}


/* contact page */
input, textarea {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.25rem;
    padding: .5rem .75rem;
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    --tw-border-opacity: 1;
    border-color: rgba(226,232,240,var(--tw-border-opacity));
    border-radius: .25rem;
    border: 1px solid #e2e8f0;
    font-size: 18px;
}

input[type="radio"] {
	width: auto;
	margin-right: 5px;
}

form ul {
	list-style: none;
	padding-left: 0;
}
form li {
	padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9em;
}

.contact label {
	margin-right: 10px;
}

.contact .confirm {
	background-color: antiquewhite;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* faq */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #d2cfcf;
}
.qa-list dl:first-child {
    border-top: 1px solid #d2cfcf;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: rosybrown;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: rosybrown;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
	.qa-list dl {
	    position: relative;
	    padding: 15px 40px 15px 10px;
	}
	.qa-list dl::before {
	    top: 20px;
	    right: 20px;
	    width: 7px;
	    height: 7px;
	}
	.qa-list dl dt {
	    padding: 0 0 0 30px;
	    font-size: 14px;
	}
	.qa-list dl dt::before {
	    font-size: 16px;
	    top: 6px;
	    left: 5px;
	    content: 'Q.';
	}
	.qa-list dl dd::before {
	    font-size: 16px;
	    top: 6px;
	    left: 5px;
	    content: 'A.';
	}
	.qa-list dl dd {
	    margin: 10px 0 0;
	    padding: 0 0 0 30px;
	    font-size: 14px;
	}
	.qa-list dl dd p {
	    margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
	    margin-top: 0;
	}
}

/* about */
.about .intro {
	background-image: url(/dist/images/bg5-2.PNG);
	margin-bottom: 30px;
	box-shadow: 0 -1rem 1rem 1rem rgb(0 0 0 / 30%);
}

@media screen and (min-width: 640px) {
	.about .hero-media-image {
		max-width: 640px;
	}
}

.about h2 {
	font-size: 26px;
}

.about main {
	font-size: 16px;
}

.about main li {
	color: rosybrown;
    margin-bottom: 15px;
}

.about main li span {
	color: #6b7a90;
}

.about main ul {
	margin-top: 15px;
	margin-bottom:40px;
}

.about .cta-header img {;
	display: inline;
	width: 80%;
}

.about .scene h2 {
	margin-bottom: 0;
}

.about .features-image img {
	border-radius: 5px;
	width: unset;
}

.scene .cta-header:first-of-type {
	margin-bottom: 80px;
}


/* footer */
@media (min-width: 641px) {
	.footer-links {
		order: unset;
	}
	.footer-brand, .footer-copyright {
	    justify-content: center;
	}
	.footer-brand, .footer-links, .footer-social-links, .footer-copyright {
	    flex: unset;
	    justify-content: center;
	}
}
