@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
html,body{
  font-family: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	line-height: 2;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #000;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }




header{
  padding-top: 9rem;
  position: relative;
}


nav{
  width: 100%;
  height: 9rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.8s;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h1.logo,
#nav-content .nav-head{
  display: block;
  width: 24.6rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
h1.logo a{
  display: block;
}
nav ul.nav{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 4rem;
}
nav ul.nav > li{
  height: 4.5rem;
  margin-left: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
nav ul.nav li ul{
  width: 13em;
  background: #fff;
  padding: 1em 1.2em;
  position: absolute;
  left: -1.2em;
  top: 4.5rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
nav ul.nav li ul li{
  line-height: 1;
  font-weight: 500;
  padding: 0;
  transition: 0.3s;
}
nav ul.nav li ul li::before{
  content: "- ";
}
nav ul.nav li:hover ul{
  opacity: 1;
  pointer-events: inherit;
}
nav ul.nav li:hover ul li{
  padding: 0.7rem 0;
}
nav ul.nav li a.nav-webshop{
  display: block;
  width: 13.8rem;
  line-height: 5.6rem;
  font-size: 1.6rem;
  text-align: center;
  background: #1486D3;
  color: #fff !important;
}

@media (max-width: 1450px){
h1.logo{
  width: 18rem;
  margin-left: 1.2rem;
}
nav ul.nav{
  margin-right: 1.4rem;
}
nav ul.nav > li {
  margin-left: 1.5rem;
}
nav ul.nav li a.nav-webshop {
  width: 10rem;
  line-height: 5rem;
  font-size: 1.4rem;
}
}


/* nav付加クラス　*/
nav.transform{
  position: fixed;
  z-index: 999;
  animation: nav-anime 0.3s;
}
@keyframes nav-anime {
  from {
  transform: translateY(-9rem);
  opacity: 1;
  }
  to {
  transform: translateY(0);
  opacity: 1;
  }
}


.home-header{
  color: #fff;
  height: calc(100vh - 9rem);
  position: relative;
}
.home-header::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-header img.header-txt{
  width: 62rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17.9rem 0 0 -54rem;
  z-index: 1;
}

.home-header .swiper-topslide{
  height: calc(100vh - 9rem);
  position: relative;
  z-index: 0;
}
.home-header .swiper-topslide .swiper-slide.slide-1{
  background: url(../images/home/slider_1.jpg) center center no-repeat;
  background-size: cover;
}
.home-header .swiper-topslide .swiper-slide.slide-2{
  background: url(../images/home/slider_2.jpg) center center no-repeat;
  background-size: cover;
}
.home-header .swiper-topslide .swiper-slide.slide-3{
  background: url(../images/home/slider_3.jpg) center center no-repeat;
  background-size: cover;
}

.home-header .header-news{
  width: calc( 50% + 54rem );
  height: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #19A1E9;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 1.5rem 0 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-header .header-news .day{
  margin-right: 2.4rem;
}
.home-header .header-news a.view-btn{
  display: block;
  width: 14.8rem;
  line-height: 5rem;
  text-align: center;
  background: #1486D3;
  color: #fff;
  margin-left: auto;
}
.home-header .scroll{
  font-size: 1.2rem;
  width: 12rem;
  text-align: right;
  border-top: 1px solid;
  position: absolute;
  left: 3rem;
  bottom: 4.7rem;
  transform: rotate(-90deg);
  z-index: 1;
}
@media (max-width: 1350px){
.home-header .scroll{
  left: -3.5rem;
}
}


.common-header h2.h2-1{
  margin: 8rem 0 9rem;
}


h2.h2-1{
  position: relative;
  font-size: 6.9rem;
  padding: 0.3em 0 0.1em;
  line-height: 1.2;
  margin-bottom: 5rem;
}
h2.h2-1 b{
  display: block;
  font-size: 18rem;
  line-height: 0.8;
  color: #F2F7FA;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  user-select: none;
  white-space: nowrap;
}
h2.h2-1 span.s-1,
h2.h2-1 span.s-2{
  position: relative;
  z-index: 1;
}
h2.h2-1 span.s-2{
  display: block;
  font-size: 2rem;
}


h3.h3-1{
  font-size: 3rem;
  padding-bottom: 0.7em;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #CECECE;
}


a.btn-1{
  display: block;
  width: 20rem;
  line-height: 6rem;
  text-align: center;
  font-weight: 700;
  background: #1486D3;
  color: #fff;
  margin-top: 6rem;
}
a.btn-1.wh-bk{
  background: #fff;
  color: #000;
}
a.btn-1.wh{
  background: #fff;
  color: #1486D3;
}
a.btn-1.bk{
  background: #000;
  color: #fff;
}


.common-sec{
  padding-bottom: 9rem;
}


#history,#access,
#worth,#flow,#quality,#strengths,#color,
#works{
  margin-top: -9rem;
  padding-top: 9rem;
}


dl.dl-1{
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
dl.dl-1 dt,
dl.dl-1 dd{
  border-bottom: 1px solid #CECECE;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
}
dl.dl-1 dt{
  width: 15%;
  font-weight: 700;
}
dl.dl-1 dd{
  width: 85%;
}


footer{
  background: #E7E8E8;
  color: #08171F;
  padding: 6rem 0 4.5rem;
  overflow: hidden;
}
footer img.footer-logo{
  width: 24.6rem;
  float: left;
}
footer .box-1{
  width: calc(100% - 24.6rem);
  float: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer ul.footer-nav{
  margin-left: 6rem;
}
footer ul.footer-nav li{
  display: block;
  font-size: 1.5rem;
}
footer ul.footer-nav li a{
  color: #08171F;
}
footer ul.footer-nav > li{
  margin-bottom: 1.5rem;
}
footer ul.footer-nav > li > a{
  font-weight: 700;
}
footer ul.footer-nav li ul{
  margin-top: 0.2em;
}
footer ul.footer-nav li ul li a::before{
  content: "- ";
}
footer ul.footer-nav li.bnr-kidsland,
footer ul.footer-nav li.bnr-webshop{
  width: 17rem;
  margin-bottom: 2rem;
}
footer ul.footer-nav li.bnr-webshop a{
  display: block;
  color: #fff;
  background: url(../images/common/bnr-webshop-bg.jpg) center center no-repeat;
  background-size: cover;
  line-height: 6rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
footer ul.footer-nav li.copy{
  font-size: 1.2rem;
  opacity: 0.5;
  letter-spacing: 0.05em;
  text-align: right;
}




/* ヘッダー動き */
.fade-1,.fade-2,.fade-3,.fade-4{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transform: translateY(2rem);
}
.fade-2{
  transform: translateY(2rem);
  transition-delay: 0.5s;
}
.fade-3{
  transform: scale3d(1.1);
  transition-delay: 1s;
}
.fade-4{
  transform: scale3d(1.1);
  transition-delay: 1.5s;
}

.fade-1.load,.fade-2.load,.fade-3.load,.fade-4.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinleft,.fadeinright,.fadeinbottom,.fadeinbig {
  opacity: 0;
  transition: 1s;
}
.fadeinleft {
  transform: translateX(2em);
}
.fadeinright {
  transform: translateX(-2em);
}
.fadeinbottom {
  transform: translateY(2em);
}
.fadeinbig{
	transform: scale3d(1.05);
}

.fadein.scrollin,.fadeinleft.scrollin,.fadeinright.scrollin,.fadeinbottom.scrollin,.fadeinbig.scrollin {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 769px){
.count2.scrollin {
  transition-delay: 0.2s;
}
.count3.scrollin {
  transition-delay: 0.4s;
}
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #1486D3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img{
  width: 24.6rem;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ロードアニメ-下層 */
body.loading-under{
  opacity: 0;
  transition: 1s;
}
body.loading-under.is-slide{
  opacity: 1;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #19A1E9;
}
#pagetop a img {
  width: 16px;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6em; }

.content{
  width: 100%;
	max-width: 1180px;
  padding: 0 50px;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1180px){

html{ font-size: 0.847vw; }

.content{
  padding: 0 4.237%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.4em; }

.content{
	width: 100%;
	padding: 0 4.8%;
}


header{ padding-top: 6.4rem; }
#loading img{ width: 17.2rem; }


nav{
  height: 6.4rem;
}
h1.logo,
#nav-content .nav-head{
  width: 17.2rem;
  height: 6.4rem;
  margin-left: 1.8rem;
}
#nav-drawer {
  position: relative;
  margin-left: auto;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: #1486D3;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 2.8rem;
  background: #fff;
  display: block;
  content: '';
  transition: .3s ease-in-out;
}
#nav-open span{
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#nav-open span:before {
  bottom: 0.9rem;
}
#nav-open span:after {
  bottom: -0.9rem;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: #1486D3;
  color: #fff;
  transition: .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  pointer-events: inherit;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  pointer-events: inherit;
}
#nav-input:checked ~ #nav-open span {
  background: transparent;
}
#nav-input:checked ~ #nav-open span:before {
  background: #fff;
  transform: rotate(-45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open span:after {
  background: #fff;
  transform: rotate(45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open{
  position: fixed;
  top: 0;
  right: 0;
}


/* nav付加クラス　*/
@keyframes nav-anime {
  from {
  transform: translateY(-6.4rem);
  opacity: 1;
  }
  to {
  transform: translateY(0);
  opacity: 1;
  }
}


nav ul.sp-nav{
  margin: 4rem 5%;
}
nav ul.sp-nav > li{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
nav ul.sp-nav li ul{
  margin-top: 0.2em;
}
nav ul.sp-nav li ul li{
  font-size: 1.4rem;
  font-weight: 500;
}
nav ul.sp-nav li ul li::before{
  content: "- ";
}
nav ul.sp-nav li a{ color: #fff; }
nav ul.sp-nav li a.nav-webshop{
  display: block;
  width: 100%;
  line-height: 6rem;
  font-size: 1.8rem;
  text-align: center;
  background: #fff;
  color: #1486D3;
  margin: 3.5rem auto 0;
}


.home-header{
  height: calc(100vh - 6.4rem);
  background: url(../images/home/sp/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
.home-header img.header-txt{
  width: 25.7rem;
  margin: -11.9rem 0 0 -17.3rem;
}
.home-header .header-news{
  width: 95%;
  height: auto;
  display: block;
  padding: 1.5rem 5.3rem 1.5rem 1.7rem;
}
.home-header .header-news .day{
  display: block;
  font-size: 1.8rem;
}
.home-header .header-news a.view-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl; 
}

.home-header .swiper-topslide{
  height: calc(100vh - 6.4rem);
}
.home-header .swiper-topslide .swiper-slide.slide-1{
  background: url(../images/home/slider_1_sp.jpg) center center no-repeat;
  background-size: cover;
}
.home-header .swiper-topslide .swiper-slide.slide-2{
  background: url(../images/home/slider_2_sp.jpg) center center no-repeat;
  background-size: cover;
}
.home-header .swiper-topslide .swiper-slide.slide-3{
  background: url(../images/home/slider_3_sp.jpg) center center no-repeat;
  background-size: cover;
}


.common-header h2.h2-1{
  margin: 5rem 0 6rem;
}


h2.h2-1{
  font-size: 3.6rem;
  padding: 0.3em 0 0;
  margin-bottom: 3rem;
  line-height: 1.4;
}
h2.h2-1 b{
  font-size: 9rem;
}
h2.h2-1 span.s-2{
  font-size: 1.8rem;
}


h3.h3-1{
  font-size: 2.1rem;
  margin-bottom: 3rem;
}


a.btn-1{
  width: 100%;
  font-size: 1.8rem;
  margin-top: 3.5rem;
}


#history,#access,
#worth,#flow,#quality,#strengths,#color,
#works{
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}


dl.dl-1 dt,
dl.dl-1 dd{
  padding: 1.6rem 0;
  font-size: 1.4rem;
}
dl.dl-1 dt{
  width: 26%;
}
dl.dl-1 dd{
  width: 74%;
}


footer{
  padding: 6rem 0 3rem;
}
footer img.footer-logo{
  width: 24.6rem;
  float: unset;
  margin: 0 auto 6rem;
}
footer .box-1{
  width: 100%;
  float: unset;
  display: block;
  column-count: 2;
}
footer ul.footer-nav{
  margin-left: 0;
  display: inline-block;
}
footer ul.footer-nav li{
  font-size: 1.4rem;
}
footer ul.footer-nav > li {
  margin-bottom: 1em;
}
footer ul.footer-nav li.bnr-kidsland,
footer ul.footer-nav li.bnr-webshop{
  width: 16.4rem;
}
footer ul.footer-nav li.bnr-kidsland{
  margin-top: 1rem;
}
footer ul.footer-nav li.bnr-webshop a{
  font-size: 1.7rem;
}
footer ul.footer-nav li.copy{
  font-size: 1.1rem;
}




}/*　スマホここまで */



