@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (min-device-width: 1025px) {
  body {
    min-width: 280px;
  }
}

#lifeGreen {
  font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 667px) {
  #lifeGreen {
    padding: 100px 0 0;
  }
}

.green-edge {
  font-weight: bold;
  filter: dropshadow(color=#000000,offX= 0,offY=-1) dropshadow(color=#000000,offX= 1,offY= 0) dropshadow(color=#000000,offX= 0,offY= 1) dropshadow(color=#000000,offX=-1,offY= 0);
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
  text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 0 1px 0, #000 0 -1px 0, #000 -1px 0 0, #000 1px 0 0;
}

/* volタイトル縁の中の色 */
.green-vol01 .green-edge {
  color: #fff7a2;
}
.green-vol02 .green-edge {
  color: #c8f5ff;
}
.green-vol03 .green-edge {
  color: #c7f4d7;
}
.green-vol04 .green-edge {
  color: #ffd5d7;
}

/* 背景 縦ボーダー 薄緑 */
.green-border--viridian {
  background-image: linear-gradient(90deg, #eff8f6 20%, #ecf7f4 20%, #ecf7f4 50%, #ecf7f4 50%, #ecf7f4 70%, #eff8f6 70%, #eff8f6);
  background-size: 12px 12px;
}
@media screen and (min-width: 668px) {
  .green-border--viridian {
    background-size: 22px 22px;
  }
}

/* 各vol 写真の背景ボーダー */
.green-border--vol01::after,
.green-vol01 .green-detail--section01 {
  background-image: linear-gradient(135deg, transparent 25%, #faf9e7 25%, #faf9e7 50%, transparent 50%, transparent 75%, #faf9e7 75%, #faf9e7);
}
.green-border--vol02::after,
.green-vol02 .green-detail--section01 {
  background-image: linear-gradient(135deg, transparent 25%, #eef7fb 25%, #eef7fb 50%, transparent 50%, transparent 75%, #eef7fb 75%, #eef7fb);
}
.green-border--vol03::after,
.green-vol03 .green-detail--section01 {
  background-image: linear-gradient(135deg, transparent 25%, #e8f4eb 25%, #e8f4eb 50%, transparent 50%, transparent 75%, #e8f4eb 75%, #e8f4eb);
}
.green-border--vol04::after,
.green-vol04 .green-detail--section01 {
  background-image: linear-gradient(135deg, transparent 25%, #fbf0f0 25%, #fbf0f0 50%, transparent 50%, transparent 75%, #fbf0f0 75%, #fbf0f0);
}

.green-fb {
  margin: 6px auto 0;
  padding: .2% 0 6%;
  width: 92%;
  text-align: center;
  background-image: linear-gradient(to right, #fee5e5, #f5feda);
}
@media screen and (min-width: 668px) {
  .green-fb {
    margin: auto;
    padding: 19px 0 40px;
    width: 858px;
  }
}

.green-fb--lead {
  font-size: 13.4px;
  font-size: 3.6vw;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 667px) {
  .green-fb--lead {
    margin: 1em 0;
  }
}
@media screen and (min-width: 668px) {
  .green-fb--lead {
    font-size: 19px;
  }
}

.green-fb--lead span {
  display: inline-block;
  font-size: 1.6em;
}
@media screen and (min-width: 668px) {
  .green-fb--lead span {
    font-size: 30px;
  }
}

.green-fb--lead span:nth-of-type(1) {
  -webkit-transform: rotateZ(-13deg);
  transform: rotateZ(-13deg);
}
.green-fb--lead span:nth-of-type(2) {
  -webkit-transform: rotateZ(13deg);
  transform: rotateZ(13deg);
}

.green-fb--link {
  position: relative;
  display: block;
  margin: 3% auto 0;
  padding: 8px 5% 8px 25%;
  width: 50%;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: rgba(42,91,159,1);
  border: 1px solid #000;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  box-shadow: 0 2px 0 0 #000;
}
@media screen and (max-width: 320px) {
  .green-fb--link {
    padding: 8px 0 8px 22%;
    width: 58%;
  }
}
@media screen and (min-width: 668px) {
  .green-fb--link {
    margin: 16px auto 0;
    padding: 4px 0 12px;
    width: 380px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #000;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    box-shadow: 0 1px 0 0 #000;
		transition: background .4s;
  }
}

.green-fb--link::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 30px;
  background: url(../images/fb_logo.gif) no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 667px) {
  .green-fb--link::before {
    position: absolute;
    top: 7px;
    left: 17%;
  }
}
@media screen and (max-width: 320px) {
  .green-fb--link::before {
    left: 12%;
  }
}
@media screen and (min-width: 668px) {
.green-fb--link::before {
    margin: 0 .5em 0 0;
    width: 19px;
    height: 20px;
    background-size: 19px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

.green-fb--link::after {
	content: "";
	position: absolute;
  top: 15px;
	right: 10px;
	display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
@media screen and (min-width: 668px) {
  .green-fb--link::after {
    top: 12px;
    right: 7px;
  }
}
@media screen and (max-width: 350px) {
  .green-fb--link::after {
    right: 3px;
  }
}
@media screen and (max-width: 319px) {
  .green-fb--link::after {
    display: none;
  }
}

@media screen and (min-width: 668px) {
  .green-fb--link:hover {
    text-decoration: none;
    background: rgba(42,91,159,.7);
  }
}

.green-fb--link:link,
.green-fb--link:visited {
  color: #fff;
}

.green-fb--link br {
  line-height: 1;
}
@media screen and (min-width: 668px) {
  .green-fb--link br {
    display: none;
  }
}

.green-sns {
  list-style: none;
  margin: 5% 0 0 4%;
  padding: 0;
}
@media screen and (min-width: 668px) {
  .green-sns {
    margin: 30px auto 0;
    width: 858px;
  }
}

.green-sns::after {
  content: "";
  display: block;
  clear: both;
}

.green-sns li {
  float: left;
}

.green-sns li + li {
  margin: 0 0 0 2%;
}
@media screen and (min-width: 668px) {
  .green-sns li + li {
    margin: 0 0 0 15px;
  }
}

.green-sns li * {
  vertical-align: top!important;
}

.green-cooperates {
  margin: 10.8% 4% 0;
  text-align: right;
}
@media screen and (min-width: 668px) {
  .green-cooperates {
    margin: 65px auto 0;
    padding: 0 0 50px;
    width: 960px;
  }
}

.green-cooperates p {
  color: #000;
}
@media screen and (min-width: 668px) {
  .green-cooperates p {
    font-size: 14px;
  }
}

.green-cooperates p:nth-of-type(2) {
  margin: 11px 0 4px;
}
@media screen and (min-width: 668px) {
  .green-cooperates p:nth-of-type(2) {
    margin: 14px 0 6px;
  }
}

.green-cooperates--link a:link,
.green-cooperates--link a:visited {
  color: #000;
}
@media screen and (max-width: 667px) {
	.green-cooperates--link a:link {
    text-decoration: underline;
  }
}

@media screen and (max-width: 667px) {
  #breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 668px) {
	#breadcrumbs {
    margin: 0;
	}
}

@media screen and (max-width: 667px) {
  #breadcrumbs-bottom {
    margin: 36px 4% 0;
    text-align: left;
  }
}
@media screen and (min-width: 668px) {
	#breadcrumbs-bottom {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  #breadcrumbs-bottom ul {
	  padding: 0;
  }
}

@media screen and (max-width: 667px) {
  #breadcrumbs-bottom li {
	  display: inline;
    font-size: 72%;
  }
}

@media screen and (max-width: 667px) {
  #breadcrumbs-bottom li + li {
	  margin: 0 2px 0 5px;
  }
}

#breadcrumbs-bottom li a,
#breadcrumbs-bottom li a:link,
#breadcrumbs-bottom li a:visited {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 667px) {
  #breadcrumbs-bottom li span {
    margin: 0 0 0 8px;
  }
}

@media screen and (max-width: 667px) {
  #breadcrumbs-bottom li strong {
    color: #000;
  }
}

.green-foot {
  margin: 20px 0;
  padding: 18px 0;
  text-align: center;
  background: #122546;
}
@media screen and (min-width: 668px) {
  .green-foot {
    display: none;
  }
}

.green-foot a {
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
}

.green-foot a:hover {
  text-decoration: none;
}

.green-foot img {
  margin: 0 12px 0 0;
  width: 18px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-device-width: 1025px) {
  .headerA {
    width: 100%;
  }
}

#footerSp {
  width: inherit!important;
}

@media screen and (max-width: 667px) {
	#lifeGreen .onlyPC {
		display: none;
	}
}
@media screen and (min-width: 668px) {
	#lifeGreen .onlySP {
		display: none;
	}
}