/* --------------------------
   Default Styling
----------------------------- */

*,*::before, *::after{
	box-sizing: border-box;
}

html{
	scroll-bihavior: smooth;
}

body {
	background: #FCEF7E;
	color: #121212;
	font: 100%/1.5;
	  font-family: "Zen Kaku Gothic New", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	position: relative;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.1;
	font-weight: normal;
}

ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

p{
	line-height: 1.0;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

a:hover,
a:focus{
	transition: .5s;
}

a.clear:hover,
a.clear:focus{
	transition: .5s;
        opacity: 0.3;
}

a, input, textarea{
	transition: all 0.15s ease-in-out;
}

input[type="submit"]:hover{
	cursol: pointer;
}


.dsp_sp{
	display: none;
}

@media screen and (max-width: 768px){
.dsp_sp{
	display: block;
}

}

/*　装飾 */
/* 文字の上に点 */
.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}


/*PCで電話がかからないようにする*/

@media (min-width: 969px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* wow.jsに必要　*/
.box {
  animation-fill-mode: forwards;
}


body.preload .wow.fadeIn {
	opacity: 0 !important;
}


/*Reusable Classes--*/

.wrap{
  width: 1280px;
  margin: 0 auto;
}


@media screen and (max-width: 1280px){
.wrap{
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}


@media screen and (max-width: 768px){
.wrap{
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}


.button-primary,
.button-secondary{
	display: inline-block;
	padding: 10px 15px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;

}



.social-links{
	display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
}

.social-links li+li{
	margin-left: 20px;
}



/* font */
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/*-----------------------------
	 Header(MVContents)
------------------------------- */




/*--------------------------
	Contents01
---------------------------*/

.Contents01{
	width: 1280px;
	padding: 0 0 150px 0;
	margin: 0 auto;
}


/*-------------------------------
	Contents02
--------------------------------*/

.Contents02{
	width: 1280px;
	padding-bottom: 300px;
	margin: 0 auto;
}

/*-------------------------------
	Contents03
--------------------------------*/

.Contents03{
	width: 1280px;
	padding-bottom: 300px;
	margin: 0 auto;
}

/*-------------------------------
	Contents04
--------------------------------*/

.Contents04{
	width: 1280px;
	padding-bottom: 300px;
	margin: 0 auto;
}

/*-------------------------------
	Contents05
--------------------------------*/

.Contents05{
	width: 1280px;
	padding-bottom: 120px;
	margin: 0 auto;
}


