@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Oswald:wght@600&display=swap');
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
#sl{
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 12px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#sl a {
	text-decoration: none;
	color: #2b2b2b;
}
#sl p {
	margin: 0;
}
#sl　a:hover {
	opacity: 1;
}
#sl .clear{
	clear: both;
}
#sl img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#sl ul,#sl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 768px)  {
	#sl {
		font-size: 11px;
		overflow: hidden;
	}
}
/************************************************************
                main 
************************************************************/
#sl #sl_header  {
	width: 100%;
	background: #f2f2f2;
	padding: 5% 0 3%;
}
#sl .main  {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
}
#sl .main .ttl {
	position: absolute;
    width: 73%;
    top: 0;
    left: 13.5%;
    z-index: 3;
}
@media only screen and (max-width: 768px)  {
	#sl #sl_header {
	   padding: 8% 0 2%;
       margin-bottom: 18%;
    }
   #sl .main  {
	   width: 100%;
    }
    #sl .main .ttl {
	   width: 90%;
       left: 5%;
    }
}
/************************************************************
              #contents itemBox
************************************************************/
#sl #contents {
	width: 1200px;
	margin: 8% auto 5%;
}
#sl #contents section {
	margin: 0 auto 12%;
}
#sl #contents section .title {
	position: relative;
	width: 100%;
	padding-bottom: 1%;
	border-bottom: solid 8px #111;
}
#sl #contents section .title .no {
	width: 100px;
}
#sl #contents section .itemBox {
	display: flex;
	width: 82%;
    margin: 0 auto;
}
#sl #contents section .itemBox .itemBox-img {
	position: relative;
    margin-top: -1%;
    z-index: 2;
}
#sl #contents section .itemBox .itemBox-img img {
	display: block;
	margin: 0 auto;
	width: 80%;
}
#sl #contents section .itemBox .itemBox-tex {
	padding: 5%;
}
#sl #contents section .itemBox .itemBox-tex .itemname {
	width: 460px;
    margin-bottom: 55px;
}
#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner {
	border: solid 1px;
	width: fit-content;
	margin: 0 auto;
    padding: 7%;
}
#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner .tex {
	line-height: 1.0;
	font-size: 13px;
	display: flex;
}
#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner .mb_ {
	margin-bottom: 6%;
}
#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner .tex img {
	width: 18px;
	margin-right: 8px;
}
#sl #contents section .itemBox .itemBox-tex a {
	display: block;
	margin: 10% auto 0;
	color: #fff;
	background: #111;
	text-align: center;
	padding: 2%;
	width: 140px;
	font-size: 15px;
	line-height: 1.2;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
}
@media only screen and (max-width: 768px)  {
	#sl #contents {
        width: 100%;
    }
	#sl #contents section .title {
        padding-bottom: 4%;
        border-bottom: solid 6px #111;
    }
	#sl #contents section .title .no {
        width: 15%;
        margin-left: 1.2%;
    }
   #sl #contents section .title .itemname {
	    position: absolute;
        width: 75%;
        top: -19%;
        left: 19%;
    }
	#sl #contents section .itemBox {
        width: 100%;
		align-items: center;
        justify-content: center;
		margin: 0 0 10%;
    }
	#sl #contents section .itemBox .itemBox-img {
        margin-top: -2%;
        width: 66%;
    }
	#sl #contents section .itemBox .itemBox-img img {
        width: 94%;
    }
	#sl #contents section .itemBox .itemBox-tex {
        padding: 0 3% 0 0;
		margin-top: 7%;
        width: 69%;
    }
	#sl #contents section .itemBox .itemBox-tex a {
        margin: 13% auto 0;
        padding: 3% 0;
        width: 57%;
        font-size: 12px;
    }
	#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner {
        padding: 6% 7%;
    }
	#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner .tex {
        font-size: 10.5px;
		letter-spacing: 0px;
        line-height: 1.7;
		display: flex;
        align-items: flex-start;
    }
    #sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner .mb_ {
	    margin-bottom: 8%;
    }
	#sl #contents section .itemBox .itemBox-tex .itemBox-tex-inner .tex img {
        width: 15px;
        margin-right: 5px;
    }
}

/************************************************************
             #contents .styling
************************************************************/
#sl #contents section .styling {
	background: linear-gradient(#fff 56%, #D8C7A8 0, #d8c7a7 62.5%, #fff 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	padding-bottom: 6%;
}
#sl #contents section .pink {
	background: linear-gradient(#fff 56%, #d8d8d8 0, #d8d8d8 62.5%, #fff 0);
}
#sl #contents section .blue {
	background: linear-gradient(#fff 56%, #b7cce4 0, #b7cce4 62.5%, #fff 0);
}
#sl #contents section .styling ul {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
#sl #contents section .styling ul li {
	width: 33.3%;
	box-sizing: border-box;
	margin: 0 4%;
}
#sl #contents section .styling ul li:first-of-type {
	transition: 2.5s all 0.3s ease;
}
#sl #contents section .styling ul li:nth-of-type(2) {
	transition: 2.5s all 0.7s ease;
}
#sl #contents section .styling ul li:nth-of-type(3) {
	transition: 2.5s all 1.2s ease;
}
#sl #contents section .styling ul li img {
	width: 96%;
	margin: 0 auto 3%;
}
#sl #contents section .styling ul li .styling-name {
	line-height: 1.8;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 6% 0 7%;
}
#sl #contents section .styling ul li h4 {
	position: relative;
	text-align: center;
	font-size: 23px;
    font-weight: 600;
}
#sl #contents section .styling ul li h4::after {
	content: '';
    width: 25px;
    height: 4px;
    display: inline-block;
    background-color: #111;
    position: absolute;
    bottom: -5px;
    left: 44%;
}
#sl #contents section .styling ul li p {
	font-size: 11px;
}
#sl #contents section .styling ul li a {
	width: 100%;
	border-bottom: solid 1px;
	position: relative;
	font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	display: block;
    margin-top: 6%;
}
#sl #contents section .styling ul li a::after {
	font-family: sans-serif;
	content: '+';
	position: absolute;
	right: 2%;
	bottom: 1%;
	font-weight: 200;
}
@media only screen and (max-width: 768px)  {
	#sl #contents section {
          margin: 0 auto 30%;
    }
	#sl #contents section .styling {
		  display: block;
		  padding-bottom: 8%;
		  background: linear-gradient(#fff 51%, #D8C7A8 0, #d8c7a7 57.5%, #fff 0);
	}
	#sl #contents section .pink {
	     background: linear-gradient(#fff 51%, #d8d8d8 0, #d8d8d8 57.5%, #fff 0);
	}
    #sl #contents section .blue {
	     background: linear-gradient(#fff 51%, #b7cce4 0, #b7cce4 57.5%, #fff 0);
    }
	#sl #contents section .styling ul {width: 100%;}
	#sl #contents section .styling ul li {
          margin: 0 auto;
		  padding: 1.2%;
    }
	#sl #contents section .styling ul li img {
	      width: 92%;
	      margin: 0 auto 3%;
    }
	#sl #contents section .styling ul li h4 {font-size: 20px;}
	#sl #contents section .styling ul li a {
		  margin-top: 10%;
	}
}
/************************************************************
                .btn
************************************************************/
#sl #contents section .btn {
	display: block;
    width: 380px;
    margin: 10% auto 0;
    padding: .5% 0;
    border: solid 2px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
@media only screen and (max-width: 768px)  {
	#sl #contents section .btn {
		display: block;
		width: 72%;
		margin: 18% auto 0;
		padding: .5% 0;
		font-size: 20px;
	}
	
}

/************************************************************
                er
************************************************************/
.f-ja {font-family: 'Noto Sans JP', sans-serif;}
.f-en {
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/************************************************************
                js
************************************************************/
#sl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#sl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/************************************************************
                view
************************************************************/
   #sl .spview {
		display: none;
	}	
	#sl .pcview {
		display: block;
	}
@media only screen and (max-width: 768px)  {
	#sl .spview {
		display: block;
	}	
	#sl .pcview {
		display: none;
	}	
}
