﻿@charset "UTF-8";
/*============================================================================================================
-----Setting--------------------------------------------------------------------------------------------------
============================================================================================================*/
/* CSS Document */
/*============================================================================================================
-----Setting--------------------------------------------------------------------------------------------------
============================================================================================================*/
/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
.clear {
  clear: both;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.dblock {
  display: block;
}

.dnone {
  display: none;
}

.clearfix {
  /* For modern browsers */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1001px) {
  body {
    min-width: 1000px;
  }
}

header {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
header img {
  margin-left: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  header img {
    width: 65px;
    margin-left: 7px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 20px;
  }
}

.header_wrapper {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1001px) {
  .header_wrapper {
    width: 100%;
  }
}
.header_wrapper img {
  margin-left: 14px;
}

.white-box {
  background-color: #fff;
  position: relative;
}

.main-visual {
  position: relative;
  text-align: center;
  background-image: url("../img/mv/PC.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 57vw;
  min-height: 570px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .main-visual {
    background-image: url("../img/mv/SP.jpg");
    height: 125vw;
    min-height: auto;
  }
  .main-visual img {
    width: 60%;
  }
}
.main-visual_img {
  width: 100%;
  padding: 8.2% 35%;
  box-sizing: border-box;
  text-align: center;
}

.headline {
  text-align: center;
}
.headline img {
  width: 128px;
  margin-top: 120px;
  margin-bottom: 60px;
  border-bottom: 2px solid #000;
  padding-bottom: 14px;
}
@media screen and (max-width: 750px) {
  .headline img {
    width: 85px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

#concept {
  background-color: #f3f7e9;
}
@media screen and (max-width: 750px) {
  #concept .headline img {
    width: 95px;
  }
}
#concept .concept-box-01 {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #concept .concept-box-01 {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
}
#concept .concept-box-01 .variable-img {
  position: relative;
  background-image: url("../img/concept/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc( 100% - 400px );
  height: 650px;
  float: left;
}
@media screen and (max-width: 750px) {
  #concept .concept-box-01 .variable-img {
    width: calc( 100% + 20px );
    height: 65vw;
    margin: 0 -10px;
    float: none;
    box-sizing: border-box;
  }
}
#concept .concept-box-01 .white-box {
  display: inline-block;
  padding: 70px 61px 74px 57px;
  z-index: 1;
  float: right;
  font-size: 22px;
  line-height: 38px;
  position: absolute;
  top: 80px;
  right: 100px;
}
#concept .concept-box-01 .white-box p:first-child {
  margin-bottom: 25px;
}
#concept .concept-box-01 .white-box .sub {
  width: 355px;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 750px) {
  #concept .concept-box-01 .white-box {
    position: relative;
    right: 0;
    width: 100%;
    padding: 25px 20px;
    float: none;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    margin-top: -20px;
    top: 0;
  }
  #concept .concept-box-01 .white-box p:first-child {
    margin-bottom: 25px;
  }
  #concept .concept-box-01 .white-box .sub {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }
}
#concept .library {
  position: relative;
}
#concept .library .row {
  width: 100%;
}
#concept .library .row .left-column {
  float: left;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .left-column {
    width: 66.66%;
  }
}
@media screen and (min-width: 750px) {
  #concept .library .row .left-column .white-box:after {
    content: '';
    display: block;
    width: 16px;
    height: 26px;
    position: absolute;
    background-image: url(../img/triangular_arrow.png);
    background-size: cover;
    right: -11px;
    top: 50%;
    margin-top: -13px;
  }
}
#concept .library .row .left-column .img {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .left-column .img {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #concept .library .row .left-column.img {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row .left-column.img {
    width: 100%;
  }
}
#concept .library .row .left-column.img-04 {
  padding-bottom: 25%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .left-column.img-04 {
    padding-bottom: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row .left-column.img-04 {
    padding-bottom: 0;
  }
}
#concept .library .row .right-column {
  float: right;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .right-column {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row .right-column {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 750px) {
  #concept .library .row .right-column .white-box:after {
    content: '';
    display: block;
    width: 16px;
    height: 26px;
    position: absolute;
    background-image: url(../img/triangular_arrow.png);
    background-size: cover;
    left: -11px;
    top: 50%;
    margin-top: -13px;
    transform: scale(-1, 1);
  }
}
#concept .library .row .right-column .img {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .right-column .img {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #concept .library .row .right-column.right-66 {
    width: 66.66%;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row .right-column.right-66 {
    width: 100%;
  }
}
#concept .library .row .right-column.img-02, #concept .library .row .right-column.img-06 {
  padding-bottom: 25%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .right-column.img-02, #concept .library .row .right-column.img-06 {
    padding-bottom: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row .right-column.img-02, #concept .library .row .right-column.img-06 {
    padding-bottom: 0;
  }
}
#concept .library .row .white-box {
  width: 50%;
  padding-bottom: 50%;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .white-box {
    width: 50%;
    padding-bottom: 50%;
  }
}
#concept .library .row .white-box_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 184px;
  margin-top: -88px;
  margin-left: -92px;
}
@media screen and (max-width: 750px) {
  #concept .library .row .white-box_text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: auto;
    margin-left: auto;
  }
}
#concept .library .row .white-box_text .sub {
  margin-top: 25px;
  text-align: left;
  font-size: 14px;
  line-height: 23px;
}
#concept .library .row .white-box_text--01 {
  height: 176px;
}
@media screen and (max-width: 750px) {
  #concept .library .row .white-box_text--01 {
    height: auto;
  }
}
#concept .library .row .white-box_text--02 {
  height: 200px;
  margin-top: -100px;
}
@media screen and (max-width: 750px) {
  #concept .library .row .white-box_text--02 {
    height: auto;
    margin-top: auto;
  }
}
#concept .library .row .white-box_text--03 {
  height: 200px;
  margin-top: -100px;
}
@media screen and (max-width: 750px) {
  #concept .library .row .white-box_text--03 {
    height: auto;
    margin-top: auto;
  }
}
#concept .library .row .img {
  padding-bottom: 50%;
}
@media screen and (max-width: 1000px) {
  #concept .library .row .img {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row .img {
    padding-bottom: 0;
  }
}
#concept .library .row .img-01 {
  background-image: url("../img/concept/2.jpg");
}
#concept .library .row .img-02 {
  background-image: url("../img/concept/3.jpg");
}
#concept .library .row .img-03 {
  background-image: url("../img/concept/4.jpg");
}
#concept .library .row .img-04 {
  background-image: url("../img/concept/5.jpg");
}
#concept .library .row .img-05 {
  background-image: url("../img/concept/6.jpg");
}
#concept .library .row .img-06 {
  background-image: url("../img/concept/7.jpg");
}
@media screen and (max-width: 750px) {
  #concept .library .row {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #concept .library .row .left-column {
    float: none;
    width: 100%;
  }
  #concept .library .row .left-column .img {
    width: 100%;
  }
  #concept .library .row .right-column {
    float: none;
    width: 100%;
  }
  #concept .library .row .right-column .img {
    width: 100%;
  }
  #concept .library .row .img {
    height: 60vw;
  }
  #concept .library .row .white-box {
    padding: 25px 20px 35px 20px;
    font-size: 15px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: bold;
  }
  #concept .library .row .white-box .sub {
    margin-top: 20px;
    font-size: 12px;
    width: auto;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  #concept .library .row:last-child .white-box {
    margin-bottom: 40px;
  }
}

#instagram {
  background-color: #ebebeb;
  width: 100%;
  text-align: center;
  padding: 60px 0;
}
#instagram .insta_copy img {
  display: block;
  margin: auto;
  margin-bottom: 35px;
  width: 374px;
}
#instagram .insta_copy img.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  #instagram .insta_copy img.pc {
    display: none;
  }
}
#instagram .insta_copy img.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  #instagram .insta_copy img.sp {
    display: block;
  }
}
#instagram .insta_copy img:first-child {
  margin-bottom: 18px;
  width: 30px;
}
#instagram .link-box {
  position: relative;
  font-size: 14px;
  width: 250px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 37px;
}
@media screen and (max-width: 1200px) {
  #instagram .link-box {
    margin-top: 87px;
  }
}
#instagram .link-box a {
  border: 2px solid #000;
  display: block;
  padding: 13px 0;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.4s;
}
#instagram .link-box a .no-hover {
  visibility: visible;
}
#instagram .link-box a .hover {
  visibility: hidden;
  position: absolute;
}
#instagram .link-box a:hover {
  background-color: black;
  color: #fff;
}
#instagram .link-box a:hover .no-hover {
  visibility: hidden;
}
#instagram .link-box a:hover .hover {
  visibility: visible;
}
@media screen and (max-width: 750px) {
  #instagram .link-box a {
    padding: 10px 30px;
  }
}
#instagram .link-box a .no-hover {
  visibility: visible;
}
#instagram .link-box a .hover {
  visibility: hidden;
}
#instagram .link-box img {
  position: absolute;
  top: calc( 50% - 4.5px );
  right: 15px;
}
@media screen and (max-width: 750px) {
  #instagram .link-box {
    font-size: 12px;
    width: auto;
    display: inline-block;
  }
  #instagram .link-box img {
    width: 5px;
    top: calc( 50% - 2.5px );
  }
}
@media screen and (max-width: 750px) {
  #instagram .link-box {
    margin-top: 37px;
  }
}
#instagram .insta-box {
  width: 190px;
  height: 190px;
}
#instagram .insta-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #instagram .insta-box {
    width: 125px;
    height: 125px;
    overflow: hidden;
  }
}
#instagram .insta_wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #instagram .insta_wrapper {
    width: 796px;
  }
}
@media screen and (max-width: 750px) {
  #instagram .insta_wrapper {
    width: 260px;
  }
}
@media screen and (max-width: 750px) {
  #instagram {
    padding: 40px 0;
  }
  #instagram .insta_wrapper {
    padding: 0 10px;
  }
  #instagram .insta_copy img {
    margin-bottom: 25px;
    width: 248px;
  }
  #instagram .insta_copy img:first-child {
    margin-bottom: 10px;
    width: 20px;
  }
  #instagram .link-box img {
    width: 5px;
  }
}
#instagram .slick-arrow.slick-disabled {
  display: none !important;
}
#instagram .slick-prev, #instagram .slick-next {
  top: 50%;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 874px) {
  #instagram .slick-prev, #instagram .slick-next {
    width: 28px;
    height: 28px;
  }
}
#instagram .slick-prev:before, #instagram .slick-next:before {
  display: none;
}
#instagram .slick-next {
  right: -42px;
  background-image: url(../img/slide_arrow_right.png);
}
@media screen and (min-width: 751px) and (max-width: 1001px) {
  #instagram .slick-next {
    right: -47px;
  }
}
@media screen and (max-width: 874px) {
  #instagram .slick-next {
    right: -14px;
  }
}
#instagram .slick-prev {
  left: -51px;
  z-index: 5;
  background-image: url(../img/slide_arrow_left.png);
}
@media screen and (max-width: 874px) {
  #instagram .slick-prev {
    left: -25px;
  }
}
#instagram .slick-dots {
  width: calc(100% - 8px);
}
@media screen and (max-width: 874px) {
  #instagram .slick-dots {
    width: calc(100% - 8px);
  }
}
#instagram .slick-dots {
  height: 8px;
  bottom: -37px;
}
@media screen and (max-width: 750px) {
  #instagram .slick-dots {
    height: 7px;
    bottom: -12px;
  }
}
#instagram .slick-dots li {
  width: 7px;
  height: 7px;
  padding: 0;
  margin: 0 4px;
}
#instagram .slick-dots li.slick-active button {
  background-color: #010101;
}
#instagram .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background-color: #d3d3d3;
  border-radius: 4px;
}
#instagram .slick-dots li button:before {
  display: none !important;
}
#instagram .slick-dots li button:hover {
  background-color: #010101;
}
#instagram .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#lineup {
  background-color: #faf6e8;
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #lineup {
    padding-bottom: 40px;
  }
}
#lineup h3 {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #lineup h3 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#lineup .headline img {
  margin-bottom: 50px;
  width: 91px;
}
@media screen and (max-width: 750px) {
  #lineup .headline img {
    width: 60px;
    margin-bottom: 25px;
  }
}
#lineup.lineup .lineup_wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  #lineup.lineup .lineup_wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper {
    padding: 0 10px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row:last-of-type {
  margin-bottom: 0;
  margin-top: 75px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row:last-of-type {
    margin-top: 25px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box {
  width: 470px;
  padding: 50px 95px 50px 50px;
  box-sizing: border-box;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box {
    width: 100%;
    margin-top: -20px;
    height: auto;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box a {
    display: block;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    transition: 0.4s;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box a {
    padding: 11px 0;
  }
}

#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .number--01 {
  margin-bottom: 20px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .number--01 {
    width: 34px;
    height: auto;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .number--02 {
  margin-bottom: 20px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .number--02 {
    width: 43px;
    height: auto;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .number--03 {
  margin-bottom: 20px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .number--03 {
    width: 43px;
    height: auto;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_text h4 {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_text h4 {
    font-size: 17px;
    line-height: 1.5;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_text p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 19px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_text p {
    font-size: 13px;
    line-height: 1.5;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link {
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link {
    padding-top: 0;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a {
  transition: 0.4s;
  position: relative;
  padding-right: 16px;
  color: #000;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a:after {
  content: '';
  display: block;
  width: 7px;
  height: 9px;
  background-size: cover;
  background-image: url(../img/lineup_right-arrow--pc.png);
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a:after {
    width: 4px;
    height: 7px;
    background-image: url(../img/lineup_right-arrow--sp.png);
    right: 14px;
    top: 50%;
    margin-top: -3px;
  }
}
@media screen and (min-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a:hover {
    color: #0073bd;
  }
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a:hover:after {
    width: 7px;
    height: 9px;
    background-image: url(../img/lineup_right-arrow--pc_hover.png);
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a p {
  margin: 0;
  line-height: 0;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box .lineup_link a p {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    top: -1.5px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .left-column {
  float: left;
  position: relative;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .left-column.white-box {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .left-column {
    float: none;
  }
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .left-column.white-box {
    margin-top: -20px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .right-column {
  float: right;
  position: relative;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .right-column.img {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .right-column {
    float: none;
  }
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .right-column.img {
    margin-top: 0;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img {
  width: calc( 100% - 470px );
  height: 390px;
  background-position: center;
  background-size: cover;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img img {
  position: absolute;
  right: 30px;
  bottom: -55px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .img {
    width: calc( 100% + 20px );
    margin-left: -10px;
    height: 200px;
  }
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .img img {
    z-index: 1;
    width: 90px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-01 {
  background-image: url("../img/lineup_01.jpg");
  background-position: left center;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-01 img {
  width: 225px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-01 img {
    width: 85px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-02 {
  background-image: url("../img/lineup_03.jpg");
  background-position: right center;
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-02 img {
  width: 204px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-02 img {
    width: 81px;
  }
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-03 {
  background-image: url("../img/lineup_05.jpg");
}
#lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-03 img {
  width: 224px;
}
@media screen and (max-width: 750px) {
  #lineup.lineup .lineup_wrapper .lineup_wrapper_row .img-03 img {
    width: 86px;
  }
}

#store {
  position: relative;
}
#store .headline img {
  width: 83px;
}
@media screen and (max-width: 750px) {
  #store .headline img {
    width: 55px;
  }
}
#store .slick-slide img {
  width: 100%;
}
#store .slick-arrow.slick-disabled {
  display: none !important;
}
#store .slick-prev, #store .slick-next {
  top: 50%;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 750px) {
  #store .slick-prev, #store .slick-next {
    width: 28px;
    height: 28px;
  }
}
#store .slick-prev:before, #store .slick-next:before {
  display: none;
}
#store .slick-next {
  right: 40px;
  background-image: url(../img/slide_arrow_right.png);
}
@media screen and (max-width: 750px) {
  #store .slick-next {
    right: 5px;
  }
}
#store .slick-prev {
  left: 40px;
  z-index: 5;
  background-image: url(../img/slide_arrow_left.png);
}
@media screen and (max-width: 750px) {
  #store .slick-prev {
    left: 5px;
  }
}
#store .slick-dots {
  width: calc(100% - 8px);
}
@media screen and (max-width: 874px) {
  #store .slick-dots {
    width: calc(100% - 8px);
  }
}
#store .slick-dots {
  height: 7px;
  bottom: 31px;
}
@media screen and (max-width: 750px) {
  #store .slick-dots {
    bottom: -13px;
    height: 8px;
  }
}
#store .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
}
@media screen and (max-width: 750px) {
  #store .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}
#store .slick-dots li.slick-active button {
  background-color: #010101;
}
#store .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #d3d3d3;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  #store .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
#store .slick-dots li button:before {
  display: none !important;
}
#store .slick-dots li button:hover {
  background-color: #010101;
}
#store .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#access {
  background-color: #F7F6F7;
  clear: both;
}
#access .left-column {
  float: left;
  background-color: #F7F7F7;
  width: 50%;
  text-align: center;
}
#access .left-column .box {
  display: inline-block;
  text-align: left;
  padding: 139px 0 133px;
}
#access .left-column .box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  #access .left-column .box h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#access .left-column .box p {
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  #access .left-column .box p {
    font-size: 13px;
    line-height: 26px;
    word-break: break-all;
  }
}
@media screen and (max-width: 750px) {
  #access .left-column .box {
    padding: 42px 30px 40px;
  }
}
@media screen and (max-width: 750px) {
  #access .left-column {
    float: none;
    width: 100%;
    background-color: #fff;
  }
}
#access .right-column {
  float: right;
  width: 50%;
}
@media screen and (max-width: 750px) {
  #access .right-column {
    float: none;
    width: 100%;
  }
}
#access #google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 400px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #access #google-map {
    padding-bottom: 56.25%;
  }
}
#access #google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}
@media screen and (max-width: 750px) {
  #access a.tel {
    border-bottom: 1px solid #000;
  }
}

#copy {
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  #copy {
    padding: 35px 32px 25px;
  }
}
#copy p {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.7em;
}
@media screen and (max-width: 750px) {
  #copy p {
    font-size: 15px;
  }
}

#line {
  display: none;
  background-color: #f3f7e9;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  #line {
    padding: 40px 0;
  }
}
#line .wrapper {
  overflow: hidden;
  width: 860px;
  margin: auto;
}
#line .wrapper div {
  float: left;
}
@media screen and (max-width: 750px) {
  #line .wrapper {
    width: 100%;
    text-align: center;
  }
  #line .wrapper div {
    float: none;
  }
}
#line .line-icon img {
  width: 60px;
}
@media screen and (max-width: 750px) {
  #line .line-icon img {
    width: 40px;
  }
}
#line .line-text {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  #line .line-text {
    padding: 20px 0;
  }
}
#line .line-text p {
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  #line .line-text p {
    font-size: 11px;
  }
}
#line .line-text p:first-child {
  font-size: 20px;
  padding-top: 8px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  #line .line-text p:first-child {
    font-size: 13px;
  }
}
#line .line-friend {
  background-color: #00c300;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  border-radius: 3px;
  margin-top: 8px;
}
#line .line-friend p {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 750px) {
  #line .line-friend {
    margin: auto;
  }
}
#line .line-qr {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #deded1;
  width: 290px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #line .line-qr {
    display: none;
  }
}
#line .line-qr img {
  float: left;
}
#line .line-qr p {
  font-size: 12px;
  line-height: 1.5;
}

#contact.contact .contact_wrapper {
  width: 100%;
}
#contact.contact .contact_wrapper a {
  display: block;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper a {
    width: 100%;
    padding: 0;
  }
}
#contact.contact .contact_wrapper .contact_row {
  width: 100%;
}
#contact.contact .contact_wrapper .contact_row .contact_column {
  text-align: center;
  width: calc((100% - 2px) / 3 );
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: transparent;
  transition: 0.4s;
  float: left;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    font-size: 11px;
    overflow: hidden;
    line-height: 1.5;
    padding: 0;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column:after {
    content: '';
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    background-image: url(../img/footer_right-arrow.png);
    background-size: cover;
    right: 27px;
    top: 50%;
    margin-top: -6px;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column:not(:first-child) {
    left: 0;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column a {
  display: block;
  padding: 58px 60px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 27px 20px 20px;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column .contact_column_img {
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column .contact_column_img {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column .contact_column_img img {
    margin-bottom: 0;
    vertical-align: bottom;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column .contact_column_img .hover {
  position: absolute;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text {
    float: left;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text p:first-child {
  font-size: 17px;
  color: #000;
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text p:first-child {
    font-size: 13px;
    margin-bottom: 2px;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text p:first-child:after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  background-image: url(../img/footer_right-arrow.png);
  background-size: cover;
  position: absolute;
  top: 5px;
  right: -15px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text p:first-child:after {
    display: none;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text p:nth-child(2) {
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column .contact_column_text p:nth-child(2) {
    font-size: 11px;
    line-height: 1.5em;
    white-space: normal;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column--01 a .contact_column_img {
  padding: 3px 0 2px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a .contact_column_img {
    padding: 10px 0 10px;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column--01 a .contact_column_img img {
  width: 57px;
  height: 42px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a .contact_column_img img {
    width: 40px;
    height: 30px;
  }
}
@media screen and (min-width: 751px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a p:first-child {
    margin-left: -15px;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a:hover .contact_column_text p:first-of-type {
    color: #0073bd;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a:hover .contact_column_text p:first-of-type:after {
    background-image: url("../img/footer_right-arrow_hover.png");
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a:hover .no-hover {
    visibility: hidden;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--01 a:hover .hover {
    visibility: visible;
  }
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a .contact_column_img {
    padding: 8px 4px 9px;
    margin-right: 18px;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column--02 a .contact_column_img img {
  width: 46px;
  height: 47px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a .contact_column_img img {
    width: 32px;
    height: 33px;
  }
}
@media screen and (min-width: 751px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a p:first-child {
    margin-left: -15px;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a:hover .contact_column_text p:first-of-type {
    color: #0073bd;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a:hover .contact_column_text p:first-of-type:after {
    background-image: url("../img/footer_right-arrow_hover.png");
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a:hover .no-hover {
    visibility: hidden;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--02 a:hover .hover {
    visibility: visible;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column--03 a .contact_column_img {
  padding: 7px 0;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a .contact_column_img {
    padding: 13px 3px 14px;
    margin-right: 18px;
  }
}
#contact.contact .contact_wrapper .contact_row .contact_column--03 a .contact_column_img img {
  width: 49px;
  height: 33px;
}
@media screen and (max-width: 750px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a .contact_column_img img {
    width: 34px;
    height: 23px;
  }
}
@media screen and (min-width: 751px) {
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a p:first-child {
    margin-left: -16px;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a:hover .contact_column_text p:first-of-type {
    color: #0073bd;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a:hover .contact_column_text p:first-of-type:after {
    background-image: url("../img/footer_right-arrow_hover.png");
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a:hover .no-hover {
    visibility: hidden;
  }
  #contact.contact .contact_wrapper .contact_row .contact_column--03 a:hover .hover {
    visibility: visible;
  }
}

footer {
  text-align: center;
  padding: 43px 0;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  footer {
    font-size: 9px;
    padding: 25px 0;
  }
}

.slick-arrow {
  position: absolute;
}

#insta-slider {
  display: none;
}

.slider {
  display: none;
}

.slick-slider {
  display: block;
}

#insta-slider.slick-slider {
  display: block;
}

@media screen and (max-width: 750px) {
  .main-visual_img {
    padding: 60px 56px 0;
  }
}

@media screen and (max-width: 750px) {
  #concept .concept-box-01 .white-box {
    padding: 25px 20px 22px;
  }
}

@media screen and (max-width: 750px) {
  #concept .concept-box-01 .white-box p:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  #concept .concept-box-01 .white-box .sub {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 750px) {
  #concept .library .row .img {
    height: 200px;
  }
}

.white-box_text p:first-child {
  font-weight: bold;
}

.headline img {
  border-bottom: 2px solid #010101;
}

@media screen and (min-width: 1002px) {
  #lineup h3 {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 750px) {
  #access .left-column .box {
    padding: 46px 30px 40px;
  }
}

#lineup.lineup .lineup_wrapper .lineup_wrapper_row .white-box a {
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #concept .library .row .white-box .sub {
    margin-top: 14px;
  }
}

img.pc {
  display: inline;
}
@media screen and (max-width: 750px) {
  img.pc {
    display: none;
  }
}

img.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  img.sp {
    display: inline;
  }
}

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
