@charset "UTF-8";

/*共通部分
----------------------*/
html{
  font-size: 100%;
}
body{
    font-family: 'Playfair Display', serif;
    color: #432;
    margin: 0;
    background-color: #fff;
}
a {
  text-decoration: none;
}
img{
  max-width: 100%;
}
.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
.wrapper2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
.font {
  font-family: 'Playfair Display', serif;
}
.mobile {
  display: none;
}
@media(max-width:800px){
.pc {
  display: none;
}
.mobile {
  display: inline
}
.wrapper2 {
  padding-left: 0;
  padding-right: 0;
}
}
.italic {
  font-style: italic;
}
@media(max-width:800px){
.mobile-margin {
  margin-top: -28px;
}
}
/* ↓ヘッダー------------------------------------------------*/
.header {
  height: 60px;
  margin-bottom: 10px;
  background-color: #000;
}
.header p {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0;
  font-family: 'Playfair Display', serif;
}
.header .wrapper  {
  display: flex;
}
.header img {
  padding-top: 7.5px;
  height: 45px;
}
/* ↓ヘッダー(res)-------------------------------------------*/
@media (max-width: 800px) {
.header img {
  margin-top: 7.5px;
  height: 35px;
}
.header p {
  margin-top: 11px;
  font-size: 1.6rem;
}
}
/* ↑ヘッダー(res)-------------------------------------------*/
/* ↑ヘッダー------------------------------------------------*/
.nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2.5px;
  text-align: center;
  z-index: 5;
  width: 100%;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}
.nav a {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  text-align: center;
  border-right: solid 0.1rem #f71663;
}
.nav .nav-right {
  border-right: none;
}
.nav a:hover {
  color: #ccc;
}

/*↓ハンバーガーメニュー-----------------------*/
#navArea {
  display: none;
}
/*============
nav
=============*/

@media screen and (max-width:800px) {
  #navArea {
    display: inline;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
    background-color: #aaa;
  }
  nav .inner {
    margin-top: 80px;
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #f71663;
  }
  nav .inner ul li a {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding: 1em;
    font-family: 'Playfair Display', serif;
    transition-duration: 0.2s;
    text-align: center;
  }
  nav .inner ul li a:hover {
    background: #FFFFF0;
  }
  nav {
    left: -100vw;
    width: 100vw;
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 3%;
    width: 35px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}
/*↑ハンバーガーメニュー---------------------------------------*/
/*↓ホーム-----------------------*/

.h1 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  background-color: #f71663;
}
.h1 h1 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.n2-section-smartslider {
  margin-top: 30px;
}
.concept-wall {
  margin-top: 30px;
  margin-bottom: -10px;
  position: relative;
}
.concept-sentence {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(170, 170, 170, 0.5);
  width: 45%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.concept-sentence .title {
  font-size: 2rem;
}
.gray1 {
  margin-top: 0px;
  background-color: #ccc;
  padding: 30px;
}
.gray1 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
.onion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.short {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.long {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.long a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 13rem;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 4px;
  border: solid 2px #777;
}
.short a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 13rem;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 4px;
  border: solid 2px #777;
}
.long a:hover {
  color: #aaa;
}
.short a:hover {
  color: #aaa;
}
.gray2 {
  background-color: #aaa;
  padding: 30px;
}
.gray2 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
.picture-grid {
  grid-gap: 5px;
  display: grid;
  grid-template-columns :repeat(auto-fit, minmax(280px,1fr));
}
.insta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ccc;
  color: #000;
}
.insta p {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
/*↓ホーム(res)-----------------------*/
@media (max-width:800px) {
.head-img img {
  margin-top: -20px;
}
.wrapper h1 {
  font-size: 1.2rem;
}
.concept-wall {
  margin-top: 2px;
}
.onion img {
  margin-top: 30px;
  margin-bottom: 10px;
}
.onion {
  grid-gap: 2px;
  grid-template-columns: 1fr;
}
.gray1 {
  padding: 30px 2px;
}
.gray1 h2 {
  margin-bottom: -10px;
  font-size: 1.4rem;
}
.short {
  display: block;
}
.long {
  display: block;
}
.short a {
margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.9rem;
}
.long a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.9rem;
}
.concept-wall {
  margin-bottom: 0;
}
.concept-sentence {
  position: static;
  width: auto;;
  margin-top: -10px;
  font-size: 0.8rem;
}
.concept-sentence .title {
  font-size: 1rem;
}
.gray2 {
  padding: 20px 2px;
}
.gray2 h2 {
  font-size: 1.4rem;
}
.picture-grid {
  grid-gap: 2px;
  display: grid;
  grid-template-columns :repeat(auto-fit, minmax(160px,1fr));
}
.insta p {
  font-size: 1.4rem;
  font-weight: 600;
}
}
/*↑ホーム(res)-----------------------*/
/*↑ホーム-----------------------*/

/*↓フッター-----------------------*/
footer {
  color: #fff;
  margin-top: 50px;
  background-color: #000;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-left p {
  font-size: 0.7rem;
  color: #fff;
}
.footer-left a {
  color: #fff;
}
.footer-left a:hover {
  color: #ccc;
}
.footer-left .rich {
  font-size: 1.1rem;
}
.footer-center {
  margin-top: 15px;
  text-align: center;
}
.footer-center .font2 a {
  color: #fff;
  border-bottom: dotted 0.1rem #fff;
}
.footer-center .font2 a:hover{
  color: #555;
}
.sns-logo {
  margin-top: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.sns-logo img {
  width: 40px;
}
.footer-right {
  margin-top: 70px;
  margin-left: auto;
  margin-right: 10px;
}
.footer-right img {
  width: 80px;
}
/*↓フッター(res)-----------------------*/
@media (max-width:800px) {
.footer-grid {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.footer-right {
  display: none;
}
.footer-center p {
  font-size: 0.7rem;
}
}

/*↑フッター(res)-----------------------*/
/*↑フッター-----------------------*/

/*↓About-----------------------*/
.About1 {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  border-bottom: solid 0.2rem #f71663;
}
.About1 .title {
  font-size: 2.5rem;
  text-shadow: 4px 4px 1px #ccc;
}
.About1 img {
  width: 40%;
  padding: 5px;
}
.About2 {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  border-bottom: solid 0.2rem #f71663;
}
.About2 img {
  width: 40%;
  padding: 5px;
}
.About2 .title {
  font-size: 2.5rem;
  text-shadow: 4px 4px 1px #ccc;
}
.About-img {
  display: inline;
  width: 100%;
  text-align: center;
}
.About-img img{
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sub {
  font-size: 1.3rem;
  border-bottom: solid 0.1rem #000;
}
/*↓About(res)-----------------------*/
@media (max-width:800px){
.About1 {
  font-size: 0.9rem;
  display: block;
}
.About1 img {
  width: auto;
  padding: 0;
  padding-top: 10px;
}
.About1 .title {
  font-size: 1.8rem;
  text-shadow: 3px 3px 1px #ccc;
}
.About2 {
  font-size: 0.9rem;
  display: block;
}
.About2 img {
  width: auto;
  padding: 0;
  padding-top: 10px;
}
.About2 .title {
  font-size: 1.8rem;
  text-shadow: 3px 3px 1px #ccc;
}

}

/*↑About(res)-----------------------*/
/*↑About-----------------------*/


/*↓Products-----------------------*/
.Products-img img{
  width: 100%;
}
.Products-wall {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #000;
  margin-top: 25px;
  padding-bottom: 25px;
}
.Products-c {
  margin-top: 50px;
  color: #fff;
  padding: 10px;
}
.Products-c .title {
  font-size: 2.5rem;
  padding-left: 10%;
}
.Products-c .Products-sub {
  text-align: center;
  align-items: center;
  font-size: 1.2rem;
}
.Products-c .Products-sub2 {
  border-bottom: solid 0.1rem #fff;
}
.Products-c p {
  font-size: 1.1rem;
  padding-left: 10%;
  padding-right: 10%;
}
.Products-grid {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.Products-grid .musi {
  width: 20px;
}
.Products-grid .Products-grid-c2 {
  text-align: center;
}
.Products-grid .Products-grid-c p {
  margin-top: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.Products-grid .Products-grid-c2 a {
  font-size: 1rem;
  color: #fff;
  border-bottom: dotted 0.2rem #fff;
}
.Products-grid .Products-grid-c2 a:hover {
  color: #ccc;
}
.Product-wall {
  background-color: #000;
  margin-top: 25px;
  padding-bottom: 25px;
}
.Product-title {
  background-color: #FF8D2C;
  color: #fff;
  font-size: 2rem;
  padding-left: 2%;
  margin-bottom: 10px;
}
.Product-title2 {
  background-color: #A5346A;
  color: #fff;
  font-size: 2rem;
  padding-left: 2%;
  margin-bottom: 10px;
}
.Product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.Product-grid img {
  width: 90%;
  height: auto;
  margin: 20px;
  margin-top: 40px;
}
.Product-description {
  color: #fff;
}
.Product-description .title {
  font-size: 1.5rem;
  text-align: center;
}
.border {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 0.2rem #f71663;
}
.comparison {
  margin-top:10px;
  padding-top: 10px;
  text-align: center;
}
.comparison h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.comparison-grid {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.comparison-grid p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 570;
}
.comparison-grid img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.border2 {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 0.15rem #f71663;
}
/*↓Products(res)-----------------------*/
@media(max-width:800px){
.Products-wall {
  margin-top: 0px;
}
.Products-c .title {
  font-size: 1.8rem;
  padding-left: 0;
}
.Products-c p {
  font-size: 0.9rem;
  padding-left: 0;
  padding-right: 0;
}
.Products-grid {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  grid-gap: 5px;
  grid-template-columns: 1fr;
}
.Products-grid .musi {
  width: 15px;
}
.Products-grid .Products-grid-c2 a {
  font-size: 0.9rem;
  border-bottom: dotted 0.12rem #fff;
}
.Products-grid .Products-grid-c p {
  font-size: 1.4rem;
}
.Product-wall {
  background-color: #000;
  margin-top: 0px;
  padding-bottom: 25px;
}
.Product-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.Product-title2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.Product-grid {
  display: block;
}
.Product-grid img {
  width: 100%;
  height: auto;
  margin: 0px;
  margin-top: 0px;
}
.Product-description {
  padding-left: 2%;
}
.Product-description .title {
  font-size: 1.3rem;
}
.comparison h3 {
  font-size: 1.2rem;
}
.comparison-grid {
  max-width: auto;
}
.comparison-grid p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.comparison-grid img {
  max-width: 150px;
}
}
/*↑Products(res)-----------------------*/
/*↑Products-----------------------*/


/*↓Programs-----------------------*/
.Programs-wall {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #ccc;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.Programs-wall img {
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20%;
  margin-right: 20%;
}
/*↓Programs(res)-----------------------*/
@media (max-width:800px) {
.Programs-wall {
  font-size: 0.9rem;
  margin-top: 0;
}
.Programs-wall img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
}
/*↑Programs(res)-----------------------*/
/*↑Programs-----------------------*/

/*↓Gallery-----------------------*/
.Gallery-wall {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #ddd;
  margin-top: 30px;
  padding-bottom: 25px;
}
.Gallery-img img{
  width: 100%;
}
.Gallery-grid {
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
  grid-template-columns :repeat(auto-fit, minmax(160px,1fr));
  grid-gap: 1px;
}
.Aboutx {
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  margin-top: 50px;
  border-top: solid 0.2rem #f71663;
  border-bottom: solid 0.2rem #f71663;
}
.Aboutx .title {
  font-size: 1.5rem;
  text-shadow: 3px 3px 1px #ccc;
}
.Aboutx .About-c .sub {
  font-size: 1.2rem;
}
.event-wall1 {
  background-image: url(../images/S__544718898.jpg);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.event-wall2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.event-title {
  font-size: 2rem;
  text-align: center;
  text-shadow: 4px 4px 1px #ccc;
}
.event-grid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(140px,1fr));
}
/*↓Gallery(res)-----------------------*/
@media (max-width:800px) {
.Gallery-wall {
  margin-top: 0;
}
.Gallery-grid {
  grid-template-columns :repeat(auto-fit, minmax(140px,1fr));
}
.Aboutx {
  font-size: 0.8rem;
  display: block;
}
.Aboutx .About-c .sub {
  font-size: 1rem;
}
.Aboutx .title {
  font-size: 1.1rem;
  text-shadow: 2px 2px 1px #ccc;
}
.event-wall2 {
  padding-bottom: 20px;
}
.event-title {
  font-size: 1.7rem;
  text-shadow: 3px 3px 1px #ccc;
}
.event-grid {
  width: 98%;
}
/*↓ギャラリーの拡大-----------------------------------------------*/
.lb {
    display: flex;
    position: fixed;
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

}

.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0vw;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 75%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}
/*↑ギャラリーの拡大-----------------------------------------------*/
/*↑Gallery(res)-----------------------*/
/*↑Gallery-----------------------*/


/*↓Long Short-----------------------*/
.ls-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns :repeat(auto-fit, minmax(200px,1fr));
  grid-gap: 1px;
  padding: 3px;
}
.ls-grid .wall {
  background-color: #000;
  padding: 4px;
  text-align: center;
}
.ls-grid .wall p {
  color :#fff;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.ls-grid .wall a {
  color :#fff;
  font-size: 0.85rem;
  border-bottom: 0.15rem dotted #f71663;
}
.ls-grid .wall a:hover {
  color: #ccc;
}
.flex {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.ls-grid .wall .flex img {
  margin-top: 5px;
  width: 14px;
  height: 14px;
}
/*↓Gallery(res)-----------------------*/
@media (max-width:800px) {

}
/*↑Gallery(res)-----------------------*/
/*↑Gallery-----------------------*/
