@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #eee;
  font-style: italic;
}
.mgL135 {
  margin-left: 135px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

*:focus {
  outline: none;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

/*
*********************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@font-face {
  font-family: "rankfont";
  src: url("https://iliosmile.itembox.design/item/company/css/fonts/ITCEDSCR.TTF");
}
.eng {
  font-family: titlefont;
  font-family: "Cookie", cursive;
  font-family: "Playball", cursive;
  font-family: "Great Vibes", cursive;
  font-family: "Niconne", cursive;
  font-family: "en";
  font-style: italic;
  font-size: 26px;
}

.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
#sidebarLeft {
  display: flex;
  position: fixed;
  top: 500px;
  left: -150px;
  padding: 5px 10px;
  z-index: 888;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px; /*
	box-shadow:-3px 3px 3px #999;*/
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  opacity: 0.6;
  -webkit-opacity: 0.6;
}
#sidebarLeft ul {
  display: flex;
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 18px;
}
#sidebarLeft ul li {
  list-style: none;
  width: 24px;
  margin: 0 10px;
  text-align: center;
  transform: rotate(90deg);
}
#sidebarLeft ul li a {
  color: #777;
}
#sidebarLeft ul li a:hover {
  color: #17a73e;
}
.follow {
  position: relative;
  padding: 4px 0 0 80px;
  color: #555;
  font-size: 12px;
  letter-spacing: 1em;
}
.follow:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #555;
}
.green {
  color: #16a83d;
  font-weight: bold;
}
.reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.flex01 {
  display: flex;
  display: -webkit-flex;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f58 {
  font-size: 58px;
}
.link01 {
  text-decoration: none;
  color: #1aaa40;
}
/*loading
***********************************************************************/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999;
}
#loader {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  height: 200px;
  margin-top: -100px;
  text-align: center;
  color: #ccc;
  z-index: 9999999;
}
#loderText {
  line-height: 5em;
}
#title {
  display: block;
  color: #00a848;
  font-size: 72px;
  font-weight: bold;
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 56px;
  color: #b18034;
  font-weight: normal;
  font-family: titlefont;
  font-family: "Cookie", cursive;
  font-family: "Playball", cursive;
  font-family: "Great Vibes", cursive;
  font-family: "Niconne", cursive;
  font-family: "en";
}
#main {
  position: relative;
  max-height: 806px;
  text-align: center;
  font-size: 28px;
  overflow: hidden;
  background: #111;
}
#mainText {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  padding: 23% 0 0;
  color: #fff;
  line-height: 1.4em;
  z-index: 2;
}
#mainText h2,
#mainText h3 {
  margin: 0 0 10px;
  font-weight: normal;
}

.linkBtn01 {
  padding: 3px 10px;
  background: none;
  border: solid 1px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.linkBtn01 a {
  color: #fff;
  text-decoration: none;
}
#l_products,
#contactInner,
#conceptInner,
#companyInner {
  width: 740px;
  margin: 0 auto;
  padding: 40px 0;
}
.fadeImg slider {
  background: #000;
}

/*
.fadeImg img {
	width: 100%;
	opacity: 0.5;
}*/

.fadeImg li {
  list-style: none !important;
}
.sliderInner {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
/*#sliderPhoto001 {
	background: url("https://iliosmile.itembox.design/item/company/images/main001.jpg")0 0 no-repeat;
	background-size: cover;
	opacity: 0.5;
	-webkit-opacity: 0.5;
}
#sliderPhoto002 {
	background: url("https://iliosmile.itembox.design/item/company/images/main002.jpg")0 0 no-repeat;
	background-size: cover;
	opacity: 0.5;
	-webkit-opacity: 0.5;
}*/
#sliderPhoto003 {
  background: url("https://iliosmile.itembox.design/item/company/images/main003.jpg") 0 0 no-repeat;
  background-size: cover;
  opacity: 0.5;
  -webkit-opacity: 0.5;
}
/*info
******************************************************************************************/
#information {
  position: relative;
  margin: 0 auto;
  height: 150px; /*
	background: #f5f5f5;*/
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ccc), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ccc), color-stop(0.75, #ccc), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
}
#informationInner {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  top: -50px;
  left: 0;
  right: 0;
  width: 806px;
  margin: 0 auto;
  padding: 50px 0 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(240, 240, 240, 0.3);
  -webkit-box-shadow: 5px 5px 0 rgba(240, 240, 240, 0.3);
  z-index: 222;
}
#informationInner h2 {
  width: 30%;
  margin: 0;
  line-height: 2em;
}
#information ul {
  width: 70%;
  overflow: hidden;
}
#information li {
  list-style: none;
  line-height: 1.7em;
  overflow: hidden;
}
#information ul time {
  float: left;
  width: 17%;
  color: #777;
}
#information ul .infoText {
  margin: 0 0 0 17%;
  color: #777;
}
#information ul .infoText a {
  color: #18a83f;
  text-decoration: none;
}
#information ul .infoText a:hover {
  border-bottom: dotted 1px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
#information li:nth-child(n + 5) {
  display: none;
}
#information .inner {
  padding-bottom: 12px;
}
.infoBtn {
  width: 180px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
  padding-bottom: 23px;
}
.infoBtn a {
  color: #777;
  text-decoration: none;
}
.infoBtn a:link,
.infoBtn a:visited {
  border: solid 1px;
  padding: 2% 0;
  display: block;
}
.infoBtn a:hover,
.infoBtn a:active {
  opacity: 0.8;
}
.infoBox {
  padding: 15px;
  color: #333;
}
.infoBoxInner {
  padding: 10px;
}

.infoBox ul {
  margin: 0 0 18px;
}
.noneList li {
  list-style: none;
}
.infoTitle01 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: double 5px #16a83d;
  background: #16a83d;
}

/*concept
*******************************************************************************************/
#l_concept {
  background: url("https://iliosmile.itembox.design/item/company/css/images/main_bg.jpg") center 0 fixed no-repeat;
  background-size: cover;
}
#l_concept dl img {
  width: 100%;
}
#conceptMain {
  width: 740px;
  margin: 0 auto;
}
.boxTitle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-times: center;
  margin: 0 0 30px;
}
.boxTitle h2 {
  width: 270px;
  height: 205px;
  margin: 0;
  padding: 50px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #17a73e;
  border: double 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 1.5em;
}
.boxTitle h3 {
  width: 750px;
  padding: 0 0 0 30px;
  color: #17a73e;
  font-size: 28px;
  line-height: 1.7em;
}
.boxTitle h3 .tokoton {
  position: absolute;
  font-size: 34px;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
}
.boxTitle h3 .tokoton:before {
  content: "・・・・";
  position: absolute;
  top: -20px;
}
#conceptMain p {
  margin: 0 0 40px;
}
.concept {
  display: flex;
  display: -webkit-flex;
}
.concept dt {
  width: 40%;
}
#l_concept .concept dt img {
  width: 80%;
  margin: 6% 10%;
  border: solid 5px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.concept dd {
  width: 70%;
}
#conceptTitle {
  /*
	width:806px;*/
  margin: 0 auto 50px;
  padding: 0;
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px -1px 0 rgba(255, 255, 255, 0.6);
  background: url("https://iliosmile.itembox.design/item/company/css/images/main_bg2.jpg") center 0 fixed no-repeat;
  background-size: cover; /*
	border:dotted 3px #fff;
	border-radius:50%;
	-webkit-border-radius:50%;*/
}
#conceptTitleInner {
  padding: 350px 0 250px; /*
  	background: rgba(255,255,255,0.6);*/
}
#conceptTitle span {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.59), -1px -1px 0 rgba(255, 255, 255, 0.6);
}
#conceptTitle h2 {
  margin: 0;
  padding: 50px 0;
  color: #fff;
  font-size: 64px;
}
#conceptTitle span:before {
  content: "「";
  margin: 0 10px 0 0;
  color: #fff;
  text-shadow: none;
}
#conceptTitle span:after {
  content: "」";
  margin: 0 0 0 10px;
  color: #fff;
  text-shadow: none;
}
#conceptTitle dl {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  width: 600px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
}
#conceptTitle dl dt {
  width: 30%;
}
#conceptTitle dl dd {
  width: 70%;
  padding: 20px;
  line-height: 3em;
}
#anxiety {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 0 50px;
  line-height: 1.5em;
}
.anxietyTitle {
  margin: 0 0 5px;
  text-align: center;
  color: #17a73e;
  letter-spacing: 1em;
}
.puzzBlock01 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  width: 49%;
  color: #17a73e;
}
.puzzBlock01:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -50px;
  border: 15px solid transparent;
  border-top: 15px solid #17a73e;
}
#anxiety .puzzBlock01 dt,
#anxiety .puzzBlock01 dd {
  padding: 0 2%;
  border: solid 1px #17a73e;
}
#anxiety .puzzBlock01 dt:nth-child(1) {
  width: 20%;
  color: #fff;
  background: #17a73e;
  border-bottom: none;
}
#anxiety .puzzBlock01 dd:nth-child(2) {
  width: 80%;
  padding: 0 2%;
  border-bottom: none;
}
#anxiety .puzzBlock01 dt:nth-child(3) {
  width: 8%;
  background: none;
  border-right: none;
}
#anxiety .puzzBlock01 dd:nth-child(4) {
  width: 92%;
  color: #000;
  font-size: 13px;
}
#anxiety02 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 1.5em;
}
#l_concept .anxiety {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  margin: 0 0 40px;
  border: solid 1px #17a73e;
}
#l_concept .anxiety h3 {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 38px 10px 0;
  top: -26px;
  left: 0;
  right: 0;
  color: #17a73e;
  text-align: center;
  background: #fff;
  border: solid 1px #17a73e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 1.4em;
}
#l_concept .anxiety h3:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  border: 15px solid transparent;
  border-top: 15px solid #17a73e;
}
#l_concept .anxiety dl {
  display: block;
  width: 50%;
}
#l_concept .anxiety dl dt {
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
  color: #fff;
  letter-spacing: 1em;
  background: #17a73e;
}
#l_concept .anxiety dl dd {
  width: 100%;
  padding: 0 0 0 40px;
  font-size: 25px;
  color: #17a73e;
  line-height: 1.4em;
}
#l_concept .anxiety .second dt,
#l_concept .anxiety .second dd {
  padding: 0 0 0 100px;
}
#merit {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 60px;
  color: #17a73e;
  border: solid 2px #17a73e;
  line-height: 2em;
}
#merit li {
  list-style: none;
  width: 25%;
  padding: 2% 1%;
  text-align: center;
  border-right: solid 1px #17a73e;
  font-size: 14px;
}
#merit li:last-child {
  border: none;
}
#merit li p {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2em;
}
#merit li p span {
  font-size: 18px;
  line-height: 1em;
}

#conceptBottom {
  text-align: center;
  color: #17a83e;
}

#conceptBottom p {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
}
#conceptBottom p span {
  position: relative;
}
#conceptBottom p span:before {
  content: "・・・・・・・・";
  position: absolute;
  top: -18px;
}
#conceptBottom p:first-child {
  width: 70%;
  margin: 0 auto 0;
  padding: 15px 0;
}
#conceptBottom p:nth-child(2) {
  position: relative;
  font-size: 46px;
  color: #17a83e;
}
#conceptBottom p:nth-child(2):before {
  content: "＼";
  position: absolute;
  top: 45px;
  left: 50px;
  font-size: 120px;
  font-weight: normal;
}
#conceptBottom p:nth-child(2):after {
  content: "／";
  position: absolute;
  top: 45px;
  right: 50px;
  font-size: 120px;
  font-weight: normal;
}
/*prroducts
*******************************************************************************************/
#l_products {
  width: 100%;
  padding: 0;
  background: #fff url("https://iliosmile.itembox.design/item/company/css/images/shopping_bg001.png") 0 0 fixed no-repeat;
  background-size: cover;
}
#productsInner {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.5);
}
#productsInner ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 806px;
  margin: 0 auto;
}
#productsInner ul li {
  list-style: none;
  padding: 1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#productsInner ul li img {
  width: 100%;
  border: solid 2px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}
#productsInner ul li a img:hover {
  box-shadow: 3px 3px 3px #2d1616;
  -webkit-box-shadow: 3px 3px 3px #2d1616;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
/*company
*******************************************************************************************/
#l_company {
  min-height: 806px;
  font-size: 18px;
  background: #ccc url("https://iliosmile.itembox.design/item/company/css/images/company_bg.png") center 0 fixed no-repeat;
  background-size: cover;
  line-height: 1.7em;
}
.tabs {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 20px;
}
.tabs li {
  list-style: none;
  margin: 10px;
}
.tab {
  position: relative;
  top: 1px;
  width: 20%;
  padding: 3px 2px;
  color: #555;
  text-align: center;
  background: #e7e7e7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  line-height: 1.5em;
  cursor: pointer;
}
#companyInner dl dt i {
  margin: 0 15px 0 0;
}
#l_company dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#l_company dl dt {
  width: 25%;
  padding: 10px;
  border-bottom: dotted 1px #999;
}
#l_company dl dd {
  width: 75%;
  padding: 10px;
  border-bottom: dotted 1px #999;
}
#l_company dl dd ul li {
  margin: 0;
}

/*contact
***********************************************************************/
.button {
  padding: 1em;
  margin: 0 auto;
  color: #fff;
  background: #17a73e;
  border-bottom: solid 6px #0e6624;
  border-radius: 9px;
  width: 500px;
  height: 60px;
  text-align: center;
}

.button p {
  margin: 0;
  padding: 0;
}

/*map
***********************************************************************/
#l_access {
  margin-top: 20px;
}

#ilioMap {
  height: 500px;
}
/*nav
*************************************************************************/

/* sub menus */
.slide ul li ul {
  position: absolute;
  width: 100%;
  left: -3000px;
  display: none;
  visibility: hidden;
  background: #555;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
.slide ul li ul li {
  display: list-item;
  float: none;
}
.slide ul li ul li ul {
  top: 0;
}
.slide ul li ul li a {
  font: normal 13px Verdana;
  width: 160px;
  padding: 5px;
  margin: 0;
  border-top-width: 0;
  border-bottom: 1px solid gray;
}
.cb-header {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
  background: #fff;
  opacity: 0.9;
  z-index: 999;
}
/*fade
*******************************************************************************/
.fadeOp {
  visibility: visible !important;
  -webkit-animation-name: fadeOp;
  -ms-animation-name: fadeOp;
  animation-name: fadeOp;
  -webkit-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  visibility: visible !important;
  -webkit-animation-name: fadeUp;
  -ms-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeLeft {
  visibility: visible !important;
  -webkit-animation-name: fadeLeft;
  -ms-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeRight {
  visibility: visible !important;
  -webkit-animation-name: fadeRight;
  -ms-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/*sp
*******************************************************************************/
@media screen and (max-width: 1000px) {
  #wrap {
    width: 100vw;
    overflow: hidden;
    margin-left: -20px;
  }
}
@media screen and (max-width: 812px) {
  #contactInner .brNone br {
    display: inherit;
  }
  .svg {
    width: 90%;
    margin: 0 auto 50px;
  }
  #loderText img {
    width: 80%;
  }
  #global-nav {
    display: none;
  }
  h2 {
    margin: 0 0 20px;
    font-size: 38px;
  }
  #sidebarLeft {
    display: flex;
    position: fixed;
    top: auto;
    left: -50px;
    bottom: 80px;
    padding: 0;
    z-index: 999;
  }
  .follow {
    display: none;
  }

  .sliderInner {
    padding: 100% 0 0;
  }
  /*#sliderPhoto001 {
	background: url("https://iliosmile.itembox.design/item/company/css/images/main001_sp.png") center 0 no-repeat;
	background-size: cover;
}
#sliderPhoto002 {
	background: url("https://iliosmile.itembox.design/item/company/css/images/main002_sp.png") center 0 no-repeat;
	background-size: cover;
}*/
  #sliderPhoto003 {
    background: url("https://iliosmile.itembox.design/item/company/css/images/main003_sp.png") center 0 no-repeat;
    background-size: cover;
  }
  #mainInner {
    width: 100%;
  }
  #contactInner,
  #conceptInner,
  #companyInner {
    width: 100%;
    padding: 40px 0;
  }
  #l_products {
    width: 100%;
    background-position: -50px 0;
    background-attachment: inherit;
  }
  #mainText {
    width: 80%;
    margin: 0 auto;
    top: 0;
  }
  #mainText h2,
  #mainText h3 {
    font-size: 16px;
    line-height: 1.5em;
  }
  #mainText h2 img {
    width: 90%;
  }
  #mainText .eng {
    font-size: 16px;
    font-weight: normal;
  }
  #information {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #information li:nth-child(n + 3) {
    display: none;
  }
  #informationInner {
    position: absolute;
    display: block;
    top: -50px;
    left: 0;
    right: 0;
    width: 96%;
    padding: 10px 5%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 3px #f0f0f0;
    -webkit-box-shadow: 3px 3px 3px #f0f0f0;
    z-index: 222;
  }
  .infoBtn a:link,
  .infoBtn a:visited {
    padding: 0;
    font-size: 12px;
  }

  .infoBox {
    padding: 5px;
    font-size: 14px;
  }
  .infoBoxInner {
    padding: 5px;
  }
  .noneList li {
    list-style: none;
  }
  .infoTitle01 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: double 5px #16a83d;
    background: #16a83d;
  }

  #l_concept {
    padding: 0 2%;
  }
  #conceptTitleInner {
    padding: 50px 0 50px;
  }
  #conceptTitle {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 0;
    color: #fff;
    text-shadow: 1px 1px 0 #511516, -1px 1px 0 #ca7f4e, 1px -1px 0 #ca7f4e, -1px -1px 0 #ca7f4e;
    background: rgba(255, 255, 255, 0.3);
    background: url("https://iliosmile.itembox.design/item/company/css/images/main_bg2.jpg") center 0 no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  #conceptTitle img {
    width: 40% !important;
  }
  #conceptTitle h2 {
    padding: 5px;
    font-size: 30px;
  }
  #conceptTitle dl {
    width: 90%;
  }
  #conceptTitle dl {
    display: block;
    font-size: 16px;
  }
  #conceptTitle dl dt,
  #conceptTitle dl dd {
    text-align: center;
    width: 100%;
  }
  #conceptTitle dl dd {
    padding: 5px;
    line-height: 2em;
  }
  #conceptMain {
    width: 100%;
    font-size: 14px;
  }
  .boxTitle {
    display: block;
    margin: 0 0 20px;
  }
  .boxTitle h2 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-top: double 6px;
    border-bottom: double 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 1.5em;
  }
  .boxTitle h2 br {
    display: none;
  }
  .boxTitle h3 {
    width: 100%;
    padding: 0;
    font-size: 20px;
    line-height: 2.2em;
  }
  .boxTitle h3 .tokoton {
    font-size: 18px;
  }
  .boxTitle h3 .tokoton:before {
    top: -15px;
  }
  .mgL135 {
    margin-left: 75px;
  }
  .concept {
    display: block;
  }
  #conceptInner {
    width: 100%;
    padding: 20px 0 40px;
  }
  .concept dt,
  .concept dd {
    width: 100%;
  }
  #conceptMain p {
    margin: 0 0 20px;
  }
  #anxiety {
    display: block;
    font-size: 14px;
  }
  #l_concept .anxiety .second dt,
  #l_concept .anxiety .second dd {
    padding: 0;
  }
  .puzzBlock01:before {
    display: none;
  }
  #anxiety dl,
  #l_concept .anxiety dl {
    width: 100%;
    margin: 0 auto 20px;
  }
  #l_concept .anxiety {
    display: block;
  }
  .anxietyTitle {
    letter-spacing: 0.3em;
  }
  #l_concept .anxiety dl dt {
    display: none;
    text-align: center;
    padding: 0;
    letter-spacing: 1em;
  }
  #l_concept .anxiety dl dd {
    padding: 15px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
  }
  #l_concept .anxiety dl dd br {
    display: none;
  }
  #l_concept .anxiety h3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0;
    top: 0;
    color: #fff;
    background: #17a73e;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  #l_concept .anxiety h3 br {
    display: none;
  }
  #l_concept .anxiety h3:after {
    content: none;
  }
  #merit {
    margin: 0 0 20px;
  }
  #merit li p {
    font-size: 36px;
  }
  #merit li p span {
    font-size: 16px;
  }

  #conceptBottom p {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
  }
  #conceptBottom p span {
    position: relative;
  }
  #conceptBottom p span:before {
    content: "・・・・・・・・";
    position: absolute;
    top: -12px;
  }
  #conceptBottom p:first-child {
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 0;
  }
  #conceptBottom p:nth-child(2) {
    position: relative;
    font-size: 34px;
    color: #17a83e;
  }
  #conceptBottom p:nth-child(2):before {
    content: "▼▼▼▼▼▼▼▼";
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: normal;
  }
  #conceptBottom p:nth-child(2):after {
    content: none;
    position: absolute;
    top: 45px;
    right: 50px;
    font-size: 120px;
    font-weight: normal;
  }
  #l_products {
    background: #fff url("https://iliosmile.itembox.design/item/company/css/images/shopping_bg.jpg") 0 0 no-repeat;
    background-attachment: inherit;
    background-size: cover;
  }

  #productsInner ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    width: 100%;
  }
  #productsInner ul li {
    width: 40%;
    margin: 0 5%;
  }
  #productsInner ul li:nth-child(2n) {
    margin: 0 5% 0 0;
  }
  #l_company {
    font-size: 14px;
    background: #ccc url("https://iliosmile.itembox.design/item/company/css/images/company_bg.jpg") center center no-repeat;
    background-attachment: inherit;
    background-size: cover;
  }

  .tab {
    width: 50%;
  }
  #l_company dl {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  #l_company dl dt {
    width: 35%;
  }
  #l_company dl dd {
    width: 65%;
  }
  #merit {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #merit li {
    list-style: none;
    width: 50%;
    padding: 0 1%;
    text-align: center;
    font-size: 14px;
    border-right: solid 1px #17a73e;
    border-bottom: solid 1px #17a73e;
  }
  #merit li:nth-child(2) {
    border-right: none;
  }
  #merit li:nth-child(3) {
    border-bottom: none;
  }
  .btn001 {
    width: 80%;
    height: 60px;
    margin: 5px 1%;
  }
  .btn002 {
    width: 80%;
    height: 60px;
    margin: 5px 1%;
  }
  #l_contact {
    background: none;
  }
  #contactInner dl {
    display: block;
    width: 92%;
  }
  #contactInner dl dt,
  #contactInner dl dd {
    width: 100%;
    line-height: 1.5em;
  }
  #contactInner dl dt {
    padding: 0 20px;
  }
  .hissu:after {
    top: 0;
    right: 20px;
  }
  #contactInner .subText {
    font-size: 14px;
    border-bottom: dotted 1px #555;
    line-height: 1.2em;
  }

  .button {
    width: 86%;
  }

  /*info
**********************************************/
  #information {
    width: 100%;
    font-size: 0.4em;
    box-sizing: border-box;
  }
  .infoBtn {
    width: 60%;
    font-size: 14px;
  }
  #information .container {
    padding: 0 20px;
  }
  #information ul {
    width: 100%;
    padding-bottom: 0;
  }
  #information ul .info_text {
    margin-left: 30%;
  }
  #information ul li {
    margin-bottom: 6px;
    font-size: 14px;
    border-bottom: dotted 1px #ddd;
    line-height: 1.6;
  }
  #information ul time {
    display: block;
    float: none;
  }
  #information ul .infoText {
    margin: 0;
  }

  /*#global-nav
*****************************************************/
  .open #global-nav {
    z-index: 1000;
    visibility: visible;
  }
  #global-nav {
    visibility: hidden;
    position: fixed;
    display: table;
    vertical-align: middle;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  #global-nav ul {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
  }
  #global-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }

  /*nav-list
*********************/
  #global-nav ul li {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-260px);
    transform: scaleX(0) translateX(-260px);
    -webkit-transition: none;
    transition: none;
  }
  .open #global-nav ul li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .open #global-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .open #global-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .open #global-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .open #global-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  /*#nav-bg
*******************/
  #nav-bg {
    content: "";
    width: 2400px;
    height: 2400px;
    margin-right: -1200px;
    margin-top: -1200px;
    top: 40px;
    right: 40px;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0.02);
    transform: scale(0.02);
  }
  .open #nav-bg {
    background: rgba(0, 49, 2, 0.8);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .open #nav-bg:after {
    content: "";
    position: absolute;
    top: 0;
  }
  /* #nav-toggle
*******************/
  #nav-toggle {
    display: block;
    position: fixed;
    right: 18px;
    top: 21px;
    width: 43px;
    height: 30px;
    cursor: pointer;
    padding: 10px 11px;
    z-index: 1001;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    left: 0;
    zoom: 1;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle {
    background: transparent;
  }
  .open #nav-toggle span {
    background: #fff;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }
  /**************************************/
  #top-head.fixed #global-nav ul li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
  }
  #top-head.fixed {
    padding: 5px 0 0;
    background: rgba(255, 255, 255, 0);
  }
  #top-head.fixed .logo {
    display: none;
  }
  #top-head:after {
    content: none;
  }
  #global-nav ul {
    top: 150px;
    left: 10px;
  }
  #global-nav ul li a {
    padding: 10px 30px;
  }
  #global-nav ul li:hover:after {
    bottom: 0;
  }
  #top-head.fixed #global-nav ul li:hover:after {
    bottom: 0;
  }
}
