@charset 'UTF-8';
/* ==========================================================================
 *
 * Mobile
 *
 * -------------------------------------------------------------------------- */
body {
  background-color: white;
  color: rgba(0, 0, 0, .95);
  font-size: 16px;
  line-height: 1.5rem;
  position: relative;
}

a {
  color: rgba(0, 0, 0, .95);
}
a.btn {
  display: inline-block;
  font-size: 10px;
  padding: .375rem 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  white-space: nowrap;
}
a span {
  margin-left: .375rem;
}

.bold {
  font-weight: bold;
}

.pc {
  display: none;
}

::-moz-selection {
  background-color: rgba(12, 146, 186, .2);
  color: rgba(0, 0, 0, .95);
}

::selection {
  background-color: rgba(12, 146, 186, .2);
  color: rgba(0, 0, 0, .95);
}

::-moz-selection {
  background-color: rgba(12, 146, 186, .2);
  color: rgba(0, 0, 0, .95);
}

/* contents */
#contents {
  opacity: 0;
}
#contents.active {
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.swiper-container {
  margin: auto;
  width: 100%;
}

.promo {
  margin-bottom: .375rem;
}
.promo img {
  width: 100%;
}

.thumbs .swiper-slide {
  opacity: .5;
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.title {
  border-bottom: 4px solid rgba(0, 0, 0, .95);
  margin: 0 .75rem .75rem;
  padding: 1.5rem 0 .75rem;
}

h2 {
  color: rgba(0, 0, 0, .95);
  font-size: 18px;
  letter-spacing: .3em;
  text-align: center;
}

.brand-list {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 0; 

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.brand-list li {
  margin-bottom: 2%;
  width: 25%;
}
@media only screen and (min-width: 1030px) {
.brand-list li {
  margin-bottom: 2%;
  width: 20%;
}
}
.brand-list img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

a.link {
  font-size: 10px;
  letter-spacing: .3em;
  margin-left: .75rem;
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 0; 

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-list li {
  margin-bottom: 2%;
  width: 49%;
}
.news-list li:nth-child(5) {
  display: none;
}
.news-list a {
  display: block;
}

.instagram-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.instagram-list li {
  margin-bottom: 2%;
  width: 49%;
}
.instagram-list a {
  display: block;
}

#about {
margin-top:1rem;
  background-color: #0c92ba;
}
#about .title {
  border-color: #fff;
}
#about h2 {
  color: #fff;
}
#about img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
#about .copy {
  padding: 1.5rem .75rem;
  width: 80%;
}
#about .map {
  padding: 1.5rem 3rem;
}
#about p {
  color: #fff;
  padding: 0 .75rem;
}
#about .btn {
  background-color: #fff;
  color: #0c92ba;
  letter-spacing: .3em;
  margin: 1.5rem .75rem;
}

.cm {
  margin-bottom: 4%;
  /*padding-top: 56.25%;*/
  position: relative;
  width: 100%;
}
.cm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cm a{
	display: block;
	position: relative;
}

.cm-list {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cm-list li {
  margin-bottom: 4%;
  width: 48%;
}
 .cm-list li a,
 .cm-list li span {
  	position: relative;
	padding-top:56.25%;
	display:block;
  }
.cm-list li img,
.cm-list li iframe {
    position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  }
  
.cm a,
.cm-list a{
	overflow:hidden;
}
  
.cm a:hover,
.cm-list a:hover{
	opacity:1;
}
.cm a:after,
.cm-list a:after{
	content:"";
	position: absolute;
	top:50%;
	left:50%;
	z-index:1;
	background:url(../images/top/ico_arrow@2x.png) no-repeat 0 0;
	background-size:cover;
	width:63px;
	height:63px;
	margin-top:-31.5px;
	margin-left:-31.5px;
	transition:all 0.3s;
}


.cm a img,
.cm-list a img{
	transition:all 0.4s ease-out;
}


.cm a:hover img,
.cm-list a:hover img{
	transform:scale(1.1);
}

.cm a:hover::after,
.cm-list a:hover::after{
	opacity:0.6;
}


.contact {
  background: url(../images/top/contact_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 1.5rem;
  width: 100%;
}

.contact-info {
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 1.5rem;
  text-align: center;
}
.contact-info .btn {
  background-color: rgba(0, 0, 0, .95);
  color: #fff;
  display: block;
  font-size: 14px;
  margin-top: .375rem;
}

/* ==========================================================================
 *
 * Desktop
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 1030px) {
  a:hover {
    opacity: .8;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /* contents */
  #contents {
    margin: auto;
    max-width: 1280px;
  }
  .thumbs img {
    cursor: pointer;
  }
  .title {
    border-bottom-width: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 .75rem 1.5rem;
    padding: 4.5rem 0 .75rem; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  h2 {
    font-size: 24px;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-list {
    -webkit-flex-basis: 750px;
    flex-basis: 750px; 
    -ms-flex-preferred-size: 750px;
  }
  .brand-list a {
    opacity:0.7;
	transition: all 0.4s;
  }
  .brand-list a:hover {
    opacity:1;
  }
  .brand-list img:hover {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; 

    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .brand-img {
    padding: 3rem 0; 
	text-align: center;
    -webkit-flex-basis: 530px;
    flex-basis: 530px;
    -ms-flex-preferred-size: 530px;
  }
  .news-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news-list li {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 19.5%;/*24.5%*/
  }
  .news-list li:nth-child(5) {
    display: inline;
  }
  .news-list a {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
  }
  .news-list a img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  }
  
  
  .news-list a:hover {
    opacity: 1;
  }
  .news-list dl {
    background-color: rgba(0, 0, 0, .25);
    opacity: 0;
    padding: 3rem .75rem;
    position: absolute;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .news-list dl:hover {
    opacity: 1;
  }
  .news-list dt {
    border-bottom: 4px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .3em;
    margin-bottom: 3rem;
    padding: .1875rem .75rem;
  }
  .news-list dd {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.25rem;
  }
  .news-list dd.clamp {
    height: 4.5rem;
    overflow: hidden;
  }
  span.btn {
    display: inline-block;
    font-size: 10px;
    padding: .375rem 1.5rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    white-space: nowrap;
    color: rgba(0, 0, 0, .95);
  }
  .news-list .btn {
    background-color: #fff;
    display: inline-block;
    margin-top: 1.5rem;
  }
  .instagram-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .instagram-list li {
    width: 19.5%;
  }
  #about {
    background-color: inherit;
    position: relative;
    height: 640px;
  }
  #about .title {
    border-color: rgba(0, 0, 0, .95);
    display: inline-block;
    padding-right: 6rem;
  }
  #about h2 {
    color: rgba(0, 0, 0, .95);
  }
  #about img {
    position: absolute;
    right: 0; 

    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  #about .copy {
    padding: 0;
    position: absolute;
    top: 7.5rem;
    left: 55%;
    width: 36.85%;
  }
  #about .map {
    padding: 0;
    position: absolute;
    top: 4.5rem;
    left: 15%;
	width: 33.05%;
  }
  #about p {
    color: rgba(0, 0, 0, .95);
    font-size: 22px;
    line-height: 2.25rem;
    padding: 0;
    position: absolute;
    bottom:0;
    left: 55%;
    width: 42%;
	text-align: justify;
  	text-justify: inter-ideograph;
  }
  #about .btn {
    display: none;
  }
  .about-nav {
    padding: 0 .75rem;
  }
  .about-nav li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .3em;
    padding: .75rem 0;
  }
  .about-nav li::before {
    content: '▷';
    margin-right: .5em;
  }
  .about-nav a {
    text-decoration: none;
  }
  .cm {
    margin-bottom: 1.5rem;
  }
  .cm-list li {
    margin-bottom: 2.25rem;
    width: 23%;
  }
 
  .cm-list img:hover {
    opacity: .8;
  }
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12rem 1.5rem 1.5rem; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact .photo {
    width: 30%;
  }
  .contact-info {
    font-size: 18px;
    line-height: 1.875rem;
    padding: 1.5rem;
    width: 36%;
  }
  .contact-info .btn {
    display: block;
    font-size: 16px;
    margin: .375rem auto 0;
    padding: .75rem;
    width: 80%;
  }
}

/* ==========================================================================
 *
 * Common Parts ( header, footer )
 *
 * -------------------------------------------------------------------------- */
/* Header */
#header {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .75rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 3; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#logo {
 /* margin-right: .75rem; */
  width:180px;
  height:auto;
}

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
   justify-content: flex-end;
   margin-right: 0.5rem;
}
.lang span {
  font-size: 12px;
  margin: 0 .375rem;
  white-space: nowrap;
  
}
.lang .active {
  opacity: .5;
}
.lang a {
  text-decoration: none;
}

#nav-trigger {
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 20px;
  z-index: 4;
  margin-left:0;
}
#nav-trigger span {
  background-color: rgba(0, 0, 0, .95);
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 24px;
  height: 4px;
  margin-left:0;
}
#nav-trigger span:nth-of-type(1) {
  top: 0;
}
#nav-trigger span:nth-of-type(2) {
  top: 8px;
}
#nav-trigger span:nth-of-type(3) {
  top: 16px;
}
#nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(135deg);
  -ms-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg);
}
#nav-trigger.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  transform: translateX(-24px);
}
#nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#contents {
  position: relative;
  top: 72px;
  z-index: 1;
}

.sp .nav {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, .1);
  opacity: 0;
  position: fixed;
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 70px;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.sp .nav.active {
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  right: 0;
}
.sp .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 18px;
  padding: 1.125rem;
}
.sp .nav a {
  text-decoration: none;
}

@media only screen and (min-width: 1030px) {
  #header {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    max-width: 1280px;
  }
  .pc .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: bold;
  }
  .pc .nav li {
    margin: 0 1.5rem;
  }
  .pc .nav a {
    text-decoration: none;
  }
  .lang {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0; 
    -ms-flex-positive: 0;
  }
}

/* Footer */
#footer {
  padding: 3rem .75rem;
}
#footer h3 {
  border-top: 3px solid rgba(0, 0, 0, .1);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .3em;
  padding-top: 3rem; 
  text-align: center;
}
#footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer .sns li {
  margin: .375rem;
}
#footer .sns li a {
  display:block;
  position: relative;
}
#footer .sns li a:hover {
  opacity:1;
}

#footer .sns li a img {
    transition: all 0.3s;
}

#footer .sns li a img.sns-on {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  opacity:0;
}

#footer .sns li a:hover img.sns-on {
  opacity:1;
}

#footer .sns li a:hover img.sns-def {
  opacity:0;
}


#footer .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .nav li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 33%;
}
#footer .nav a {
  text-decoration: none;
}

.copyright {
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 1030px) {
  #footer h3 {
    text-align: left;
  }
  #footer .brand-list li {
    width: 12%;
  }
  #footer .sns {
    margin-bottom: 3rem;
  }
  #footer .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .nav li {
    padding: 0 1.5rem;
    width: auto;
  }
}

@media (max-width: 480px) {
.cm a:after,
.cm-list a:after{
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}

}
.mv_pc { display: block !important; }
.mv_sp { display: none !important; }
@media (max-width: 480px) {
.mv_pc { display: none !important; }
.mv_sp { display: block !important; }
}


/* ==========================================================================
 *
 * Print
 *
 * -------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  #nav,
  .nav-trigger,
  .nav,
  .sns,
  #pagetop {
    display: none;
  }
  #header {
    position: relative;
  }
  #contents {
    margin: auto;
    width: 172mm;
  }
  #footer::after {
    content: '';
  }
  .noprint {
    display: none !important;
  }
}
