@charset "utf-8";


/************************

CONTENTS SETTING

************************/

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	margin: 3em auto;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
table tr:first-child {
	background: rgba(94,129,173,1.00);
	color: #FFF;
}
table tr td:first-child {
	background: rgba(94,129,173,0.20);
}

.left {float: left;}
.right { float: right;}


/************************

TOP PAGE SETTING

************************/
.kv {
	max-width: 1300px;
	margin: auto;
}

.bnr_earthsaver {
	width: 900px;
	margin: auto;
	background: url("../images/common/bg_bnr_earthsaver.png") no-repeat ;
	background-size: 100%;
	min-height: 280px;
	text-align: center;
	color: #FFF;
	padding-top: 90px;
}

.bg_sky {
	background: url("../images/contents/bg_introduction.png") no-repeat;
	background-size: 100% 100%;
}

.introduction .bg_sky .img_box {
	max-width: 50%;
	margin-right: 5%;
	float: left;
}
.introduction .introduction_box {
	padding-top: 80px;
	background: url("../images/contents/img_book.jpg") no-repeat ;
	background-size: 220px;
	background-position: 100% 100px;
}
.introduction p {
	margin-bottom: 1.5rem;
}

.feature {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	margin: 5.0rem auto;
}
.feature ul {
	align-items: center;
	width: 50%;
}
.feature li {
	margin-bottom: 1.5rem;
}

.feature h3 { 
	text-align: center;
	background: url("../images/common/img_head_subttl.png") no-repeat;
	background-size: 100%;
	padding-top: 40px;
}

.character {
	background: url("../images/contents/bg_character.jpg") no-repeat;
	background-size: cover;
	padding: 5.0rem 0;
}

.slide_box {
	width: 100%;
	margin: 30px auto 0;
	background: transparent;
}

.slideC img {
	width: 75%;
	margin: 0 auto 1.5rem;
}

.slideC li {
	padding: 20px;
	border-radius: 15px;
	background: url("../images/contents/img_chara_line.jpg") no-repeat #fdfdfd;
	background-size: 100%;
	background-position: 50% 50%;
    height: 380px
}
.slideC .txt_l {
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.concept {
	background: url("../images/contents/bg_concept.jpg") no-repeat;
	background-size: cover;
	padding: 5.0rem 0;
	color: #FFF;
}

.concept .container {
	margin-bottom: 5.0rem;
}

.concept .txt_l { margin-bottom: 1.5rem;}

.concept .feature h3 { 
	text-align: center;
	background: url("../images/common/img_head_subttl_w.png") no-repeat;
	background-size: 100%;
	padding-top: 40px;
}

.earthsaver {
	padding: 5.0rem 0;
}

.es_list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	gap:2.5%;
}

.es_list ul {
	width: 23%;
	justify-content: space-between;
	margin: 3.0rem 0 0;
	background:url("../images/common/icon_bottom.png") no-repeat center bottom #fff;
	background-size: 50px;
	padding-bottom: 50px;
	border-radius: 30px;
	position: relative;
}

.es_list ul :after {
    position: absolute;
    border: 0.5px solid #a59776;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
	border-radius: 20px;
}

.es_list ul:hover {
	background:url("../images/common/icon_bottom.png") no-repeat center bottom rgba(165,151,117,0.30);
	color: #FFF;
	background-size: 50px;
}

.es_list a:hover {
	opacity: 1.0;
	color: #333;
	
}

.es_list li {
	width: 80%;
	margin: 0 auto 5px;
}

.es_list img {
	border-radius: 20px;
	margin-top: 10%;
}

.es_list .caption {
	text-align: center;
	color: #a59776;
	font-size: 0.8rem;
	font-family: "Shippori Mincho", serif;
	padding-top: 30px;
}

.es_list .name {
	text-align: center;
	font-size: 1.2rem;
}
.es_list .en {
	text-align: center;
	font-size: 0.8rem;
	font-family: "Shippori Mincho", serif;
}

.es_list ul .img_box {
    position: relative;
}
.es_list ul .img_box::after {
	width: 50px;
    top: auto;
    bottom: -30px;
	left: 39%;	
	border: none;
    z-index: 500;
    content: url("../images/common/icon_pendant_S.png");
}

.auther_list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	gap:10%;
}

.auther_list ul {
	width: 26.5%;
	justify-content: space-between;
	margin: 3.0rem 0 0;
	position: relative;
	text-align: center;
}
.auther_list .name {
	text-align: center;
	font-size: 1.7rem;
}
.auther_list li {
	margin-bottom: 10px;
}


#purchase .img_box {
	width: 45%;
	margin-right: 5%;
	float: left;
}

#purchase .caption_box {
	max-width: 50%;
	float: left;
}

#purchase .caption_box .btn { margin: 0;}

#purchase .caption_box .btn li {
	margin: 1.5rem 0;
}

.themesong_list{
	display:flex;
	width:70%;
	margin: 0 auto;
	justify-content: space-between;
}
.themesong_list .artist{
	width:48%;
}
.themesong_list .artist h3{
	font-size: 1.5rem;
}
	
@media screen and (max-width: 767px) {
.themesong_list{
	display:block;
	width:70%;
	margin: 0 auto;
}
.themesong_list .artist{
	width:100%;
	padding-bottom:30px;
}
.themesong_list .artist h3{
	font-size: 15px;
	padding-top:10px
}
}

/************************

FORM SETTING

************************/
#form {
	padding-top: 3.0rem;
}
#form .bnr_earthsaver {
	min-height: 200px;
}


/************************

EARTH SAVER SINGLE SETTING

************************/

.es_single {
	width: 100%;
	display: block;
}

.es_single ul {
	width: 100%;
	max-width: 650px;
	justify-content: space-between;
	margin: 3.0rem auto;
	background:url("../images/common/icon_bottom.png") no-repeat center bottom #fff;
	background-size: 50px;
	padding-bottom: 50px;
	border-radius: 30px;
	position: relative;
}

.es_single ul :after {
    position: absolute;
    border: 0.5px solid #a59776;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
	border-radius: 20px;
}

.es_single li {
	width: 80%;
	margin: 0 auto 5px;
}

.es_single img {
	border-radius: 20px;
	margin-top: 10%;
}

.es_single .caption {
	text-align: center;
	color: #a59776;
	font-size: 0.8rem;
	font-family: "Shippori Mincho", serif;
	padding-top: 50px;
}

.es_single .name {
	text-align: center;
	font-size: 1.5rem;
}
.es_single ul .img_box {
    position: relative;
}
.es_single ul .img_box::after {
	width: 50px;
    top: auto;
    bottom: -50px;
	left: 43.50%;	
	border: none;
    z-index: 500;
    content: url("../images/common/icon_pendant.png");
}

.es_single div.icon::after {
	display: none;
}
.es_single .content {
	padding-bottom: 3.0rem;
}
.es_single .content dt {
	text-align: center;
	color: #333;
	font-size: 0.8rem;
	font-family: "Shippori Mincho", serif;
	padding-top: 30px;
	margin-bottom: 10px;
}
.es_single .content dd {
	text-align: center;
}

/************************

NEWS 

************************/  

.news_list ul {
    border-bottom: 1px dotted #332808;
    padding: 2rem 0 1.5rem 100px;
    background:url("../images/common/icon_pendant.png") no-repeat;
	background-size: 50px;
     background-position:0 3.0rem;
}
.news_list ul:last-child {
    border: none;
}

.news_single {
    background: url("../images/common/img_head_subttl.png") no-repeat center bottom;
	background-size: 50%;
    padding:3.0rem 0 8.0rem;
}

.news_single h3 {
    margin: 1.0rem auto;
}

/************************

PRIVACY POLICY

************************/

#policy h3 {
    margin-top: 3.0rem;
}

#policy ol {
    margin: 1.5rem auto;
}
#policy ol li {
    margin:0 auto 1rem 3.0rem;
    padding-left: 10px;
    list-style-type : decimal;
}
#policy strong {
    font-weight: bold;
    font-size: 1.1rem;
}
#policy p {
    margin-bottom: 1.0rem;
}

@media screen and (max-width: 767px) {
	
	
/************************

TOP PAGE SETTING

************************/
.kv {
	max-width: 100%;
	margin: auto;
}

.bnr_earthsaver {
	width: 90%;
	margin: auto;
	background: url("../images/common/bg_bnr_earthsaver_sp.png") no-repeat ;
	background-size: 100%;
	min-height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 30px;
}	

.bnr_earthsaver .txt_ttl {
	line-height: 1.2;
}
.bnr_earthsaver .txt_caption {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
	
.bg_sky {
	background: url("../images/contents/bg_introduction.png") no-repeat;
	background-size: 200% 100%;
}

.introduction .bg_sky .img_box {
	max-width: 100%;
	margin-right: 0%;
	float: none;
}
.introduction .introduction_box {
	padding-top: 20px;
	background: none;
	text-align: center;	
}

.introduction .introduction_box .img_box {
	width: 75%;
	margin: auto;
}

.feature {
	display: block;
	gap: 0;
	margin: 5.0rem auto;
}
.feature ul {
	align-items: center;
	width: 100%;
}

.character {
	background: url("../images/contents/bg_character.jpg") no-repeat;
	background-size: cover;
	padding: 7.5rem 0 5.0rem;
}

.slide_box {
	width: 80%;
	margin: 30px auto 5% 10%;
	background: transparent;
}

.slideCsp img {
	width: 70%;
	margin: 0 auto 1.0rem;
}

.slideCsp li {
	padding: 20px 15px;
	border-radius: 15px;
	background: url("../images/contents/img_chara_line.jpg") no-repeat #fdfdfd;
	background-size: 100%;
	background-position: 50% 50%;
    height: 350px;
}

.slideCsp .txt_l {
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.concept {
	background: url("../images/contents/bg_concept.jpg") no-repeat;
	background-size: cover;
	padding: 7.5rem 0;
	color: #FFF;
}

.earthsaver {
	padding: 3.5rem 0;
}

.es_list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	gap:2.0%;
}

.es_list ul {
	width: 49%;
	justify-content: space-between;
	margin: 1.5rem 0 0;
	background:url("../images/common/icon_bottom.png") no-repeat center bottom #fff;
	background-size: 30px;
	padding-bottom: 30px;
	border-radius: 20px;
	position: relative;
}

.es_list ul :after {
    position: absolute;
    border: 0.5px solid #a59776;
    content: "";
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
	border-radius: 15px;
}

.es_list li {
	width: 85%;
	margin: 0 auto 5px;
	letter-spacing: normal;
}

.es_list img {
	border-radius: 15px;
	margin-top: 10%;
}
.es_list .caption {
	text-align: center;
	color: #a59776;
	font-size: 0.5rem;
	font-family: "Shippori Mincho", serif;
	padding-top: 15px;
}

.es_list .name {
	text-align: center;
	font-size: 1.0rem;
}
.es_list .en {
	text-align: center;
	font-size: 0.6rem;
	font-family: "Shippori Mincho", serif;
}

.es_list ul .img_box {
    position: relative;
}
    
.es_list ul .img_box::after {
	width: 50px;
    top: auto;
    bottom: -20px;
	left: 40.50%;	
	border: none;
    z-index: 500;
    content: url("../images/common/icon_pendant_SS.png");
}
	
.auther_list {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	gap:5%;
}

.auther_list ul {
	width: 75%;
	justify-content: space-between;
	margin: 0 auto 1.5rem;
	position: relative;
	text-align: center;
}
.auther_list .name {
	text-align: center;
	font-size: 1.3rem;
}
.auther_list li {
	margin-bottom: 10px;
}


#purchase .img_box {
	width: 80%;
	margin-right: 0;
	float: none;
	margin: 1.5rem auto;
}

#purchase .caption_box {
	max-width: 100%;
	float: none;
	margin: auto;
}

#purchase .caption_box .btn { margin: 0;}

#purchase .caption_box .btn li {
	margin: 1.5rem 0;
}

/************************

FORM SETTING

************************/

#form .bnr_earthsaver {
	min-height: 100px;
}
	
/************************

SINGLE SETTING

************************/


.es_single ul {
	width: 90%;
	justify-content: space-between;
	margin: auto;
	background:url("../images/common/icon_bottom.png") no-repeat center bottom #fff;
	background-size: 50px;
	padding-bottom: 50px;
	border-radius: 30px;
	position: relative;
}

.es_single ul :after {
    position: absolute;
    border: 0.5px solid #a59776;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
	border-radius: 20px;
}

.es_single li {
	width: 85%;
	margin: 0 auto 5px;
}

.es_single img {
	border-radius: 20px;
	margin-top: 10%;
}

.es_single .caption {
	text-align: center;
	color: #a59776;
	font-size: 0.8rem;
	font-family: "Shippori Mincho", serif;
	padding-top: 30px;
}

.es_single .name {
	text-align: center;
	font-size: 1.5rem;
}


.es_single ul .img_box::after {
	width: 50px;
    top: auto;
    bottom: -30px;
	left: 40.50%;	
	border: none;
    z-index: 500;
    content: url("../images/common/icon_pendant_S.png");
}
.es_single .content dt {
	text-align: center;
	color: #333;
	font-size: 0.8rem;
	font-family: "Shippori Mincho", serif;
	padding-top: 30px;
	margin-bottom: 10px;
}
.es_single .content dd {
	text-align: center;
}
	
/************************

NEWS 

************************/    
    
.news_list ul {
    padding: 1rem 0 1.5rem 40px;
    background:url("../images/common/icon_pendant.png") no-repeat left top ;
	background-size: 30px;
    background-position:0 1.0rem;
}    

.news_single {
    background: url("../images/common/img_head_subttl.png") no-repeat center bottom;
	background-size: 100%;
    padding:0rem 0 4.0rem;
}
    
.news_single h3 {
    margin: 1.5rem auto 2.0rem;
}
}
