﻿@charset "utf-8";

/***********************************
html&body
************************************/
html {
	overflow-y:scroll
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-feature-settings:"palt";
	color: 333;
	font-size: 14px;
  font-weight: 500;
  opacity: 0;
}

/*スマホの文字サイズ自動変更無効*/
html,body {
	-webkit-text-size-adjust:100%;
	height:auto;
}

rt {
  /*display: none;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

/*ruby[data-ruby] {
  position:relative;
}

ruby[data-ruby]::before {
  font-family: 'Noto Sans JP', sans-serif;
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1em;
  right: -2em;
  text-align:center;
  font-size: 16px;
  line-height: 16px;  
}
*/

/***********************************
Link Setting
************************************/
a:link,a:visited,a:active {
  color: #333;
}

a:hover {
	opacity:.5;
}

/*ページトップコントローラー*/
#topcontrol {
  display: block;
  background-image: url("../images/scrollTopControl_arrow.svg");
  background-position: center center;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-color: #cccccc;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  height: 60px;
  width: 60px;
  position:relative;
  transition: all 1s ease-out;
}

#topcontrol:hover {
opacity: .5 !important;
}


/***********************************
main container
************************************/
#mainContainer {
  min-width: 1200px;
  width: 100%;
}

img {
  width: 100%;
}

.in-box {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
	display: block;
}

/*セリアのお店をさがすボタン*/
.find_store {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    text-align: center;
    margin-bottom: 50px;
    justify-content: center;

}

.find_store a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    text-decoration: none;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    position: relative;
    color: #fff;
    background-color: #8fc100;
    text-decoration: none;
    width: 700px;
    box-shadow: 0px 5px 8px -7px rgba(0,0,0,0.9);
    line-height: 1;

}

.find_store a span {
    display: inline-block;
    background-image: url("../images/logo_seria.png");
    background-size: 100px 76px;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 50px 0 35px 120px;
    line-height: 1;
}

/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .find_store a span {
    padding: 20px 0 25px 120px;
}
/* 古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .find_store a span {
		padding: 20px 0 25px 120px;
	}
}

/*ショップサイトボタン*/
.shop_store {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.shop_store a {
  padding: 20px 0 20px 0;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  line-height: 20px;
  position:relative;
  color: #fff;
  background-color: #653800;
  text-decoration: none;
  text-align: center;
  width: 400px;
  box-shadow: 0px 5px 8px -7px rgba(0,0,0,0.9);
  font-family: 'Noto Sans JP', sans-serif !important;
}

/*セリアのお店をさがすボタン*/
.pdf_btn {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
  text-align: center;
  margin-bottom: 50px;
}

.pdf_btn a {
  padding: 40px 0 30px 0;
  display: inline-block;
  font-size: 40px;
  text-decoration: none;
  border-radius: 100px;
	 -moz-border-radius: 100px;
	 -webkit-border-radius: 100px;
	 -khtml-border-radius: 100px;	  
  line-height: 60px;
  position:relative;
  color: #653800;
  background-color: #fff100;
  text-decoration: none;
  width: 700px;
  box-shadow: 0px 5px 8px -7px rgba(0,0,0,0.9);
  position: relative;
}

.pdf_btn a span {
	display: inline-block;
  padding-left: 80px;
  position: relative;
}

.pdf_btn a span::before {
  background-color: #653800;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 25px;
  bottom: 17px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  background-image: url("../../images/this_year_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/*セリアのお店をさがすボタン*/
.kids_btn {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
  text-align: center;
}

.kids_btn a {
  padding: 25px 0 70px 0;
  display: inline-block;
  font-size: 30px;
  text-decoration: none;
  border-radius: 70px;
	 -moz-border-radius: 70px;
	 -webkit-border-radius: 70px;
	 -khtml-border-radius: 70px;	  
  line-height: 60px;
  position: relative;
  color: #1e9046;
  background-color: #fff;
  text-decoration: none;
  width: 700px;
  box-shadow: 0px 3px 14px -7px rgba(0,0,0,1);
  background-image: url("../images/logo_kids.png");
  background-size: 202px auto;
  background-repeat: no-repeat;
  background-position: bottom 20px center;
}

.kids_btn a span {
	display: inline-block;
  background-size: 70px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}


/***********************************
header
************************************/
header {
	font-size: 0;
	line-height: 0;
	position: relative;
	width: 100%;
	z-index: 1;
	top: 0;
	transition: all .5s ease-out;
}

header h1 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 370px;
}

header .in-box {
  width: calc(100% - 80px) !important;
  height: 100px;
}

/*nav*/
header nav {
	display: block;
	position: absolute;
	right: 130px;
	top: 0;
	font-size: 17px;
	line-height: 100px;
  font-family: 'Noto Sans JP', sans-serif;
}

header nav ul {
	display: block;
  position: relative;
  overflow: hidden;
}

header nav ul li {
	display: block;
  float: left;
  padding-right: 35px;
}

header nav ul li a {
  text-decoration: none;
  color: #653800 !important;
}

#home header nav ul li:first-child {
	/* display: none !important; */
}

/*snsBox*/
header #snsBox {
	/* display: none !important; */
	position: absolute;
	right: 0;
	top:24px;
}

header #snsBox li {
	float: left;
	padding-right: 20px;
  width: 50px;
}

header #snsBox li:last-child {
	padding-right: 0;
}

header #snsBox li img {
  width: 100%;
}


/***********************************
contentWrap
************************************/
#contentWrap {
  /* margin-top: 100px; */
}


/***********************************
footer
************************************/
footer {
	width: 100%;
	text-align: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;  
}

footer ul {
	display: block;
  margin-bottom: 40px;
}

footer ul li {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 12px;
  line-height: 12px;  
  border-right: 1px solid #333;
}

footer ul li:last-child {
  border-right: none;
}

#home footer ul li:first-child {
	display: none !important;
}

footer ul li a {
	text-decoration: none;
}

footer small {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #653800;
	font-size: 10px;
	line-height: 30px;
}

footer small p {
	width: 1000px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
