@charset "UTF-8";
/* ======================
        commmon
====================== */
section .section-container .section-ttl h2 {
  position: relative;
  font-weight: 300;
  font-family: 'Kalam', cursive;
  margin-bottom: 30px;
  font-size: 7.5vw;
  line-height: 1;
  padding-left: 20px;
  margin-top: 0;
  text-align: left;
  /* 
              	&:before{
              		content: "";
              		position: absolute;
              		bottom: 10px;
              		left: 0;
              		display: block;
              		width: 100%;
              		height: 12px;
              		background-color: rgba(0,0,0,0.1);
              		border-radius: 30px;
              	}
              	span{
              		font-family: 'Noto Sans JP', sans-serif;
              		font-size: 1.2rem;
              		display: block;
              		display: inline-block;
              		margin-left: 15px;
              		margin-top: 5px;
              		font-weight: 400;
              		vertical-align: middle;
              		&:before{
              			content: "- ";
              		}
              		&:after{
              			content: " -";
              		}
              	}
   */ }

@media screen and (max-width: 768px) {
  section .section-container .section-ttl h2 {
    text-align: center;
    padding-left: 0;
    line-height: 2.6rem;
    font-size: 4rem;
    margin-bottom: 30px; }
  section .section-container .section-ttl h2:before {
    display: none; }
  section .section-container .section-ttl h2 span {
    display: block;
    font-size: 1.1rem; } }
/* ======================
		header
====================== */
.nav-overflow {
  overflow: hidden; }

header {
  /*overlay*/ }
header nav .button {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
  font-size: 30px; }
header .button .btn-open, header .button .btn-close {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
header .button .btn-open span, header .button .btn-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #999999;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
header .button .btn-close {
  top: 15px; }
header .btn-open span:nth-child(1) {
  top: 0px; }
header .btn-open span:nth-child(2), header .btn-open span:nth-child(3) {
  top: 14px; }
header .btn-open span:nth-child(4) {
  top: 28px; }
header .btn-close span:nth-child(1), header .btn-close span:nth-child(4) {
  top: 18px;
  width: 0% !important;
  left: 50% !important; }
header .btn-close span:nth-child(2) {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important; }
header .btn-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important; }
header .overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  z-index: 99; }
header .overlay .nav-container {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh; }
header .overlay .nav-container .nav-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
header .overlay .nav-container .nav-contents .nav-block {
  width: 50%; }
header .overlay .nav-container .nav-contents .nav-block.link {
  width: 40%; }
header .overlay .nav-container .nav-contents .nav-block.link ul li {
  text-align: right; }
header .overlay .nav-container .nav-contents .nav-block.link ul li a {
  display: inline-block;
  padding: 10px 30px;
  font-size: 2.5rem;
  font-weight: 100; }
header .overlay .nav-container .nav-contents .nav-block.image img {
  margin-left: 0; }

@media screen and (max-width: 768px) {
  header {
    /*overlay*/ }
  header nav .button {
    top: 10px;
    right: 20px; }
  header .overlay .nav-container .nav-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  header .overlay .nav-container .nav-contents .nav-block {
    width: 90%;
    margin: 0 auto; }
  header .overlay .nav-container .nav-contents .nav-block.link {
    width: 90%;
    margin: 0 auto; }
  header .overlay .nav-container .nav-contents .nav-block.link ul li {
    text-align: left; }
  header .overlay .nav-container .nav-contents .nav-block.link ul li a {
    font-size: 2.3rem; } }
/* ======================
		firstview
====================== */
#firstview {
  height: 100vh;
  padding: 0; }
#firstview .section-container {
  height: 100%; }
#firstview .section-container .firstview-contents {
  height: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
#firstview .section-container .firstview-contents .firstview-block.mainttl h1 img {
  width: 100%;
  max-width: 300px; }
#firstview .section-container .firstview-contents .firstview-block.mainttl h1 span {
  display: block;
  font-size: 2.5rem;
  font-weight: 100;
  color: #999; }

@media screen and (max-width: 768px) {
  #firstview .section-container .firstview-contents .firstview-block.mainttl h1 img {
    width: 70%;
    margin: 0 auto; }
  #firstview .section-container .firstview-contents .firstview-block.mainttl h1 span {
    font-size: 1.9rem; } }
/* ======================
		about
====================== */
#about .section-container {
  width: 100%;
  max-width: none; }
#about .section-container .section-ttl h2 {
  color: #8ecf9a; }
#about .section-container .section-ttl h2:before {
  background-color: rgba(50, 190, 80, 0.1); }
#about .section-container .about-contents .about-block {
  /* 
  				&.member{
  					@include flex;
  					@include justifyContent(sa);
  					.member-block{
  						width: 20%;
  						text-align: center;
  						.image{
  							margin-bottom: 10px;
  							img{
  								width: 80%;
  								margin: 0 auto;
  							}
  						}
  						.text{
  							font-weight: 100;
  							text-align: center;
  							.cat{
  								font-size: 0.8rem;
  							}
  							.name{
  								font-size: 1.2rem;
  							}
  							.sns{
  								.sns-block{
  									display: inline-block;
  									a{
  										padding: 0 5px;
  										i{}
  									}
  									&.instagram{
  										a{
  											i{}
  										}
  									}
  									&.twitter{
  										a{
  											i{}
  										}
  									}
  								}
  							}
  						}
  					}
  				}
   */ }
#about .section-container .about-contents .about-block.profile {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-bottom: 40px; }
#about .section-container .about-contents .about-block.profile .profile-block {
  width: 55%; }
#about .section-container .about-contents .about-block.profile .profile-block.image {
  z-index: 0;
  position: relative; }
#about .section-container .about-contents .about-block.profile .profile-block.image img {
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 1; }
#about .section-container .about-contents .about-block.profile .profile-block.image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 188, 212, 0.5);
  top: 80px;
  left: 60px;
  z-index: -1; }
#about .section-container .about-contents .about-block.profile .profile-block.text {
  width: 40%;
  margin-top: 15px;
  margin-left: 5%;
  padding: 0 30px; }
#about .section-container .about-contents .about-block.profile .profile-block.text h3 {
  font-size: 4.5rem;
  font-weight: 100;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 30px; }
#about .section-container .about-contents .about-block.profile .profile-block.text h3 span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px; }
#about .section-container .about-contents .about-block.profile .profile-block.text p {
  line-height: 2; }

@media screen and (max-width: 1500px) {
  #about .section-container .about-contents .about-block.profile .profile-block.text h3 span {
    display: block;
    margin-top: 5px; } }
@media screen and (max-width: 1200px) {
  #about .section-container .about-contents .about-block.profile .profile-block.image:before {
    height: 70%;
    top: 40px;
    left: 30px; }
  #about .section-container .about-contents .about-block.profile .profile-block.text {
    margin-left: 3%; } }
@media screen and (max-width: 768px) {
  #about .section-container .about-contents .about-block.profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0; }
  #about .section-container .about-contents .about-block.profile .profile-block {
    width: 100%; }
  #about .section-container .about-contents .about-block.profile .profile-block.image img {
    width: calc(100% - 10px); }
  #about .section-container .about-contents .about-block.profile .profile-block.image:before {
    width: calc(100% - 10px);
    top: 40px;
    left: 10px;
    height: 100%; }
  #about .section-container .about-contents .about-block.profile .profile-block.text {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0; }
  #about .section-container .about-contents .about-block.profile .profile-block.text h3 {
    text-align: center;
    font-size: 3.5rem; }
  #about .section-container .about-contents .about-block.profile .profile-block.text h3 span {
    font-size: 0.8rem;
    color: #999999; }
  #about .section-container .about-contents .about-block.member {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  #about .section-container .about-contents .about-block.member .member-block {
    width: 48%; }
  #about .section-container .about-contents .about-block.member .member-block .text .cat {
    margin-bottom: 10px; }
  #about .section-container .about-contents .about-block.member .member-block .text .name {
    font-size: 1.1rem; } }
/* ======================
		news
====================== */
#news .section-container {
  width: 100%;
  max-width: none; }
#news .section-container .section-ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px; }
#news .section-container .section-ttl h2 {
  color: rgba(233, 143, 143, 0.4); }
#news .section-container .section-ttl h2:before {
  background-color: rgba(210, 52, 52, 0.1); }
#news .section-container .news-contents {
  position: relative;
  z-index: 0; }
#news .section-container .news-contents .news-block.posts {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
#news .section-container .news-contents .news-block.posts .post {
  width: 30%; }
#news .section-container .news-contents .news-block.posts .post a .image {
  margin-bottom: 5px;
  overflow: hidden; }
#news .section-container .news-contents .news-block.posts .post a .image img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#news .section-container .news-contents .news-block.posts .post a .text {
  font-weight: 400; }
#news .section-container .news-contents .news-block.posts .post a .text .date {
  margin-bottom: 10px; }
#news .section-container .news-contents .news-block.posts .post a:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#news .section-container .news-contents .news-block.btn {
  margin-top: 50px; }
#news .section-container .news-contents .news-block.bottom {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 360px;
  padding: 0%;
  bottom: -5%;
  background-color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 768px) {
  #news .section-container .news-contents .news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #news .section-container .news-contents .news-block.posts .post {
    width: 100%;
    margin-bottom: 15px; } }
/* ======================
		performance
====================== */
#performance .section-container .section-ttl h2 {
  color: rgba(151, 109, 228, 0.4); }
#performance .section-container .section-ttl h2:before {
  background-color: rgba(120, 50, 210, 0.1); }
#performance .section-container .performance-contents a.performance-block {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px;
  position: relative;
  z-index: 2; }
#performance .section-container .performance-contents a.performance-block .image {
  width: 48%; }
#performance .section-container .performance-contents a.performance-block .text {
  width: 48%;
  position: relative;
  margin-top: 20px; }
#performance .section-container .performance-contents a.performance-block .text .date {
  margin-left: 50px; }
#performance .section-container .performance-contents a.performance-block .text .performance-ttl {
  position: relative;
  margin-left: 50px;
  display: inline-block;
  font-weight: 300;
  /* 
  						&:before{
  							content: "「";
  							position: absolute;
  							left: -30px;
  							top: -10px;
  						}
  						&:after{
  							content: "」";
  							position: absolute;
  							right: -30px;
  							bottom: -10px;
  						}
   */ }
#performance .section-container .performance-contents a.performance-block .text .performance-ttl .subttl {
  font-size: 1.5rem; }
#performance .section-container .performance-contents a.performance-block .text .performance-ttl .mainttl {
  font-size: 2rem; }
#performance .section-container .performance-contents a.performance-block .text .btn {
  position: absolute;
  bottom: 30px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#performance .section-container .performance-contents a.performance-block .text .btn p {
  font-size: 1rem;
  padding: 20px 40px;
  display: inline-block;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#performance .section-container .performance-contents a.performance-block .text .btn p:after, #performance .section-container .performance-contents a.performance-block .text .btn p:before {
  content: '';
  position: absolute;
  background-color: rgba(113, 156, 235, 0);
  border-color: rgba(113, 156, 235, 0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #333;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#performance .section-container .performance-contents a.performance-block .text .btn p:after {
  transform: translate(3px, 3px); }
#performance .section-container .performance-contents a.performance-block .text .btn p:before {
  transform: translate(-3px, -3px); }
#performance .section-container .performance-contents a.performance-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1; }
#performance .section-container .performance-contents a.performance-block:nth-child(odd):before {
  content: "";
  left: 0; }
#performance .section-container .performance-contents a.performance-block:nth-child(odd) .btn {
  left: 50px; }
#performance .section-container .performance-contents a.performance-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
#performance .section-container .performance-contents a.performance-block:nth-child(even):before {
  content: "";
  right: 0; }
#performance .section-container .performance-contents a.performance-block:nth-child(even) .text .date {
  text-align: right;
  margin-left: 0;
  margin-right: 50px; }
#performance .section-container .performance-contents a.performance-block:nth-child(even) .text .performance-ttl {
  float: right;
  margin-left: 0;
  margin-right: 50px; }
#performance .section-container .performance-contents a.performance-block:nth-child(even) .text .btn {
  right: 50px; }
#performance .section-container .performance-contents a.performance-block:last-child {
  margin-bottom: 0; }
#performance .section-container .performance-contents a.performance-block:hover {
  opacity: 1; }
#performance .section-container .performance-contents a.performance-block:hover .text .btn {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#performance .section-container .performance-contents a.performance-block:hover .text .btn p {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#performance .section-container .performance-contents a.performance-block:hover .text .btn p:after, #performance .section-container .performance-contents a.performance-block:hover .text .btn p:before {
  z-index: -1;
  background-color: rgba(113, 156, 235, 0.6);
  border-color: rgba(113, 156, 235, 0.6);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#performance .section-container .performance-contents a.performance-block:hover:before {
  content: "";
  width: 100%;
  background-color: white;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

@media screen and (max-width: 1200px) {
  #performance .section-container .performance-contents a.performance-block .text .date {
    margin-left: 20px; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl {
    margin-left: 20px;
    /* 
    						&:before{
    						}
    						&:after{
    						}
     */ }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl .subttl {
    font-size: 1.3rem;
    margin-bottom: 10px; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl .mainttl {
    font-size: 1.4rem; }
  #performance .section-container .performance-contents a.performance-block .text .btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 50px; } }
@media screen and (max-width: 768px) {
  #performance .section-container .section-ttl h2 {
    font-size: 15vw; }
  #performance .section-container .performance-contents a.performance-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #performance .section-container .performance-contents a.performance-block .image {
    width: 100%; }
  #performance .section-container .performance-contents a.performance-block .text {
    width: 100%;
    margin-top: 10px; }
  #performance .section-container .performance-contents a.performance-block .text .date {
    margin-left: 0;
    margin-bottom: 10px; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl {
    margin-left: 0; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl .subttl {
    margin-bottom: 5px; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl .mainttl {
    font-size: 1.2rem; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl:before {
    display: none; }
  #performance .section-container .performance-contents a.performance-block .text .performance-ttl:after {
    display: none; }
  #performance .section-container .performance-contents a.performance-block .text .btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px; }
  #performance .section-container .performance-contents a.performance-block .text .btn p {
    font-size: 0.8rem;
    padding: 15px 40px; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .image {
    width: 100%; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text {
    width: 100%;
    margin-top: 10px; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .date {
    margin-left: 0;
    margin-bottom: 10px;
    text-align: left; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .performance-ttl {
    margin-left: 0;
    float: none; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .performance-ttl .subttl {
    margin-bottom: 5px; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .performance-ttl .mainttl {
    font-size: 1.2rem; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .performance-ttl:before {
    display: none; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .performance-ttl:after {
    display: none; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px; }
  #performance .section-container .performance-contents a.performance-block:nth-child(even) .text .btn p {
    font-size: 0.8rem;
    padding: 15px 40px; } }
/* ======================
		goods
====================== */
#goods .section-container .section-ttl h2 {
  color: rgba(233, 143, 143, 0.4); }
#goods .section-container .goods-contents .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
#goods .section-container .goods-contents .swiper-container .swiper-wrapper a.swiper-slide img {
  max-height: 550px; }

/* ======================
		contact
====================== */
/* ======================
		footer
====================== */
footer {
  padding: 50px 0;
  margin: 15px; }
footer p {
  text-align: center; }
footer .footer-contents .menu ul {
  text-align: center; }
footer .footer-contents .menu ul li {
  display: inline-block; }
footer .footer-contents .menu ul li a {
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.2rem; }
footer .footer-contents .sns ul {
  text-align: center; }
footer .footer-contents .sns ul li {
  display: inline-block; }
footer .footer-contents .sns ul li a {
  display: inline-block;
  padding: 10px; }

/* ==============================
		background image
============================== */
.bg-image {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none; }
.bg-image:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center; }
.bg-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6); }

#bg-01.bg-image:before {
  content: "";
  background-image: url(https://onneto.tokyo/images/bg/blue-bg.jpg); }

#bg-02.bg-image:before {
  content: "";
  background-image: url(https://onneto.tokyo/images/bg/green-bg.jpg); }

#bg-03.bg-image:before {
  content: "";
  background-image: url(https://onneto.tokyo/images/bg/red-bg.jpg); }

#bg-04.bg-image:before {
  content: "";
  background-image: url(https://onneto.tokyo/images/bg/purple-bg.jpg); }

#bg-05.bg-image:before {
  content: "";
  background-image: url(https://onneto.tokyo/images/bg/yellow-bg.jpg); }

#bg-06.bg-image:before {
  content: "";
  background-image: url(https://onneto.tokyo/images/bg/blue-bg.jpg); }

@media screen and (max-width: 768px) {
  #bg-01.bg-image:before {
    content: "";
    background-image: url(https://onneto.tokyo/images/bg/-bg.jpg); }

  #bg-02.bg-image:before {
    content: "";
    background-image: url(https://onneto.tokyo/images/bg/-bg.jpg); }

  #bg-03.bg-image:before {
    content: "";
    background-image: url(https://onneto.tokyo/images/bg/-bg.jpg); } }
/* ======================
		news-post
====================== */
#news-post .section-container .section-ttl h2 {
  color: #e98f8f; }
#news-post .section-container .section-ttl h2:before {
  background-color: rgba(210, 52, 52, 0.1); }
#news-post .section-container .news-post-contents .news-post-block.main {
  width: 70%;
  margin: 0 auto;
  max-width: 940px; }
#news-post .section-container .news-post-contents .news-post-block.main .post-header .date p {
  margin-bottom: 0; }
#news-post .section-container .news-post-contents .news-post-block.main .post-header .ttl h3 {
  font-weight: 300;
  text-align: left;
  margin-top: 0; }
#news-post .section-container .news-post-contents .news-post-block.main .post-header .thumbnail img {
  width: 80%;
  margin: 0 auto; }
#news-post .section-container .news-post-contents .news-post-block.main .post-container {
  margin-top: 50px; }
#news-post .section-container .news-post-contents .news-post-block.main .post-container img {
  width: 80%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  #news-post .section-container .news-post-contents .news-post-block.main {
    width: 90%;
    max-width: none; }
  #news-post .section-container .news-post-contents .news-post-block.main .post-header .ttl h3 {
    font-size: 1.3rem; }
  #news-post .section-container .news-post-contents .news-post-block.main .post-header .thumbnail img {
    width: 100%; }
  #news-post .section-container .news-post-contents .news-post-block.main .post-container img {
    width: 100%; } }
