@charset "UTF-8";
/*------------------------------------------------------------


  front.css


------------------------------------------------------------*/
@media (orientation: landscape), (min-width: 769px) and (orientation: portrait) {}
@media (max-width: 768px) and (orientation: portrait) {}
@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {}
@media (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {}


/*============================================================
  front-mv
============================================================*/
#front-mv {
  height: 92rem;
  position: relative;
}

#front-mv .block-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#front-mv .block-slide-items {
  width: 100%;
  height: 100%;
}

#front-mv .block-slide-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 64rem;
  z-index: 5;
}

#front-mv .block-mv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#front-mv .block-mv-body {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 16rem;
  z-index: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-mv {
    height: 46rem;
  }

  #front-mv .block-slide-nav {
    top: 30rem;
  }

  #front-mv .block-mv-body {
    top: 6rem;
  }
}


/*  block-anniversary
--------------------------------------------------*/
#front-mv .block-anniversary {
  display: inline-table;
  width: 96rem;
  height: 40rem;
  position: relative;
}

#front-mv .block-anniversary::before {
  content: "";
  display: block;
  width: 1px;
  height: 40rem;
  background-color: rgba(255,255,255,0.5);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#front-mv .block-anniversary .block-symbol {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 0 8rem;
}

#front-mv .block-anniversary .block-symbol .symbol {
  width: 22rem;
  height: auto;
}

#front-mv .block-anniversary .block-text {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
   padding: 0 8rem;
}

#front-mv .block-anniversary .text-anniversary {
  display: inline-block;
  text-align: center;
}

#front-mv .block-anniversary .text-anniversary .text-number {
  font-size: 24rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-mv .block-anniversary {
    display: table;
    width: 100%;
    height: 20rem;
  }

  #front-mv .block-anniversary::before {
    height: 20rem;
  }

  #front-mv .block-anniversary .block-symbol {
    padding: 0;
  }

  #front-mv .block-anniversary .block-symbol .symbol {
    width: 8rem;
  }

  #front-mv .block-anniversary .block-text {
     padding: 0;
  }

  #front-mv .block-anniversary .text-anniversary .text-number {
    font-size: 10rem;
  }
}


/*  block-news
--------------------------------------------------*/
#front-mv .block-news {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12rem;
}

#front-mv .block-news .list-news {
  display: inline-block;
  width: 64rem;
  height: 8rem;
  background-color: #fff;
}

#front-mv .block-news .dl-news {
  display: table;
  width: 100%;
  height: 8rem;
  padding: 0 12rem 0 4rem;
  position: relative;
}

#front-mv .block-news .dl-news > dt,
#front-mv .block-news .dl-news > dd {
  display: table-cell;
  height: 8rem;
  text-align: left;
  vertical-align: middle;
}

#front-mv .block-news .dl-news > dt {
  width: 10rem;
}

#front-mv .block-news .dl-news > dd a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 10px;
  border-color: transparent transparent transparent #000;
  margin: auto 0;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
}

#front-mv .block-news .dl-news > dd a::after {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #000;
  margin: auto 0;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-mv .block-news {
    margin: 0 2rem;
    bottom: 2rem;
  }

  #front-mv .block-news .list-news {
    display: block;
    width: 100%;
    height: 5rem;
  }

  #front-mv .block-news .dl-news {
    height: 5rem;
    padding: 0 4rem 0 1.6rem;
  }

  #front-mv .block-news .dl-news > dt,
  #front-mv .block-news .dl-news > dd {
    height: 5rem;
  }

  #front-mv .block-news .dl-news > dt {
    width: 9rem;
  }

  #front-mv .block-news .dl-news > dd a::before,
  #front-mv .block-news .dl-news > dd a::after {
    right: 0.8rem;
  }

  #front-mv .block-news .dl-news > dd a::after {
    width: 2.5rem;
  }
}


/*============================================================
  front-topic
============================================================*/
#front-topic {}

#front-topic .block-slide-items {
  width: 400%;
}

#front-topic .block-slide-nav {
  text-align: right;
}

#front-topic .block-slide-nav .btn-prev.size-small,
#front-topic .block-slide-nav .btn-next.size-small {
  height: 5rem;
}

#front-topic .block-item {
  display: block;
  width: calc((100vw - 15px - 20rem) / 3);
  height: 44rem;
  margin-right: 2rem;
  float: left;
}

#front-topic .block-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#front-topic .block-item .block-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

#front-topic .block-item .block-text {
  width: 100%;
  text-align: center;
  padding: 0 1rem 4.8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#front-topic .block-item .block-text .text-body {
  text-decoration-color: rgba(255,255,255,0.5);
}

@media (min-width: 1681px) {
  #front-topic .block-item {
    max-width: calc((1680px - 15px - 20rem) / 3);
    max-height: 520px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-topic .block-item {
    width: 60vw;
    height: 28rem;
    margin-right: 1rem;
  }

  #front-topic .block-item .block-text {
    padding: 0 0.6rem 2rem;
  }
}


/*============================================================
  front-info
============================================================*/
#front-info {}

#front-info .dl-info > dt {
  display: inline-block;
  width: 30%;
  padding-right: 1rem;
  float: left;
}

#front-info .dl-info > dd {
  display: inline-block;
  width: 70%;
}

@media (max-width: 768px) and (orientation: portrait) {
    #front-info .dl-info > dt {
    display: block;
    width: 100%;
    padding-right: 1rem;
    float: none;
  }

  #front-info .dl-info > dd {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}


/*============================================================
  front-quality
============================================================*/
#front-quality {}

#front-quality .list-quality {
}

#front-quality .list-quality > li {
  display: table;
  position: relative;
  z-index: 0;
}

#front-quality .item-quality-1 {
  width: 100%;
  height: 92rem;
  margin-bottom: 1px;
}

#front-quality .item-quality-2 {
  width: calc(60% - 0.5px);
  height: 56rem;
  float: left;
}

#front-quality .item-quality-3 {
  width: calc(40% - 0.5px);
  height: 56rem;
  float: right;
}

#front-quality .block-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#front-quality .block-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#front-quality .item-quality-1 .text-founded {}

#front-quality .item-quality-1 .text-since {
  display: inline-block;
  font-size: 4.4rem;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  vertical-align: top;
  margin-left: -5.6rem;
  margin-right: 1rem;
}

#front-quality .item-quality-1 .text-year {
  display: inline-block;
  font-size: 20rem;
  vertical-align: top;
}

#front-quality .item-quality-1 .text-body {
  width: 64%;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-quality .item-quality-1 {
    height: 48rem;
  }

  #front-quality .item-quality-2 {
    width: 100%;
    height: 24rem;
    float: none;
    margin-bottom: 1px;
  }

  #front-quality .item-quality-3 {
    width: 100%;
    height: 26rem;
    float: none;
  }

  #front-quality .item-quality-1 .text-since {
    font-size: 1.6rem;
    margin-left: -1.6rem;
    margin-right: 0.8rem;
  }

  #front-quality .item-quality-1 .text-year {
    font-size: 8rem;
  }

  #front-quality .item-quality-1 .text-body {
    width: 100%;
    text-align: left;
    padding: 0 2rem;
  }
}


/*============================================================
  front-store
============================================================*/
#front-store {
  height: 92rem;
  text-align: center;
  position: relative;
  z-index: 0;
}

#front-store .block-select {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 20rem;
}

#front-store .btn-select {
  width: 40rem;
}

#front-store .list-select {
  width: 40rem;
}

#front-store .list-select::before {
  border-bottom-color: rgba(35,35,35,0.95);
}

#front-store .list-select > li {
  background-color: rgba(35,35,35,0.95);
}

#front-store .block-slide {
  width: 100%;
  height: 100%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#front-store .block-slide-items {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#front-store .block-slide-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12rem;
  z-index: 5;
}

#front-store .block-item {
  width: 100%;
  height: 100%;
}

#front-store .block-store-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#front-store .block-store-body {
  display: inline-table;
  width: 120rem;
  height: 40rem;
  margin-top: 30rem;
  position: relative;
}

#front-store .block-store-body::before {
  content: "";
  display: block;
  width: 1px;
  height: 40rem;
  background-color: rgba(255,255,255,0.5);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#front-store .block-store-body .block-store-header {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 0 2rem;
}

#front-store .block-store-body .block-store-header .symbol {
  width: 6rem;
  height: auto;
}

#front-store .block-store-body .block-store-header .text-name {
  font-size: 12rem;
}

#front-store .block-store-body .block-store-detail {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 0 2rem;
}

#front-store .block-store-body .block-store-detail .photo-store {
  width: 12rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-store {
    height: 80rem;
  }

  #front-store .block-select {
    top: 14rem;
  }

  #front-store .btn-select {
    width: calc(100% - 4rem);
  }

  #front-store .list-select {
    width: calc(100% - 4rem);
  }

  #front-store .block-slide-nav {
    bottom: 4rem;
  }

  #front-store .block-store-body {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 24rem;
  }

  #front-store .block-store-body::before {
    display: none;
  }

  #front-store .block-store-body .block-store-header {
    display: block;
    width: 100%;
    padding: 0;
  }

  #front-store .block-store-body .block-store-header .symbol {
    width: 3rem;
  }

  #front-store .block-store-body .block-store-header .text-name {
    font-size: 6rem;
  }

  #front-store .block-store-body .block-store-detail {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }

  #front-store .block-store-body .block-store-detail .photo-store {
    width: 8rem;
  }
}



/*============================================================
  front-collection
============================================================*/
#front-collection {}

#front-collection .list-collection {}

#front-collection .list-collection > li {
  display: table;
  position: relative;
  z-index: 0;
}

#front-collection .item-collection-1 {
  width: calc(50% - 0.5px);
  height: 80rem;
  float: left;
}

#front-collection .item-collection-2 {
  width: calc(50% - 0.5px);
  height: 80rem;
  float: right;
}

#front-collection .item-collection-3 {
  width: calc(60% - 0.5px);
  height: 80rem;
  float: left;
  margin-top: 1px;
}

#front-collection .item-collection-4,
#front-collection .item-collection-5 {
  width: calc(40% - 0.5px);
  height: calc(40rem - 0.5px);
  float: right;
  margin-top: 1px;
}

#front-collection .block-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#front-collection .block-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#front-collection .block-text .list-menu > li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-collection .list-collection > li {
    display: table;
    position: relative;
    z-index: 0;
  }

  #front-collection .item-collection-1 {
    width: 100%;
    height: 40rem;
    float: none;
  }

  #front-collection .item-collection-2 {
    width: 100%;
    height: 40rem;
    float: none;
    margin-top: 1px;
  }

  #front-collection .item-collection-3 {
    width: 100%;
    height: 40rem;
    float: none;
  }

  #front-collection .item-collection-4,
  #front-collection .item-collection-5 {
    width: 100%;
    height: 24rem;
    float: none;
  }

  #front-collection .block-text .list-menu > li + li {
    margin-top: 1.6rem;
  }
}


/*============================================================
  front-journal
============================================================*/
#front-journal {}

#front-journal .block-slide-items {
  width: 400%;
}

#front-journal .block-slide-nav {
  text-align: right;
}

#front-journal .block-slide-nav .btn-prev.size-small,
#front-journal .block-slide-nav .btn-next.size-small {
  height: 5rem;
}

#front-journal .block-item article {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#front-journal .block-item {
  width: calc((100vw - 15px - 20rem) / 3);
  margin-right: 2rem;
  float: left;
}

#front-journal .block-category {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#front-journal .dl-category {
  display: inline-block;
  background-color: #fff;
  padding: 0.8rem 1.6rem;
}

@media (min-width: 1681px) {
  #front-journal .block-item {
    max-width: calc((1680px - 15px - 20rem) / 3);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-journal .block-item {
    width: 60vw;
    margin-right: 1rem;
  }

  #front-journal .dl-category {
    padding: 0.6rem 1.2rem;
  }
}


/*============================================================
  front-news
============================================================*/
#front-news {
  background-color: #f6f5f3;
}

#front-news .block-news-media {
  width: 50%;
  padding-right: 2rem;
  float: left;
}

#front-news .block-news-info {
  width: 50%;
  padding-left: 2rem;
  float: right;
}

#front-news .list-news > li {
  background-color: #fff;
}

#front-news .list-news > li + li {
  margin-top: 8px;
}

#front-news .list-news > li > a {
  display: block;
  padding-right: 10rem;
  position: relative;
}
#front-news .list-news > .tieup_news > a {
  display: block;
  padding-right: 0rem;
  position: relative;
}

#front-news .list-news > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 10px;
  border-color: transparent transparent transparent #000;
  margin: auto 0;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
}

#front-news .list-news > li > a::after {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #000;
  margin: auto 0;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
}
#front-news .list-news > .tieup_news > a::before {
  content: none;
}

#front-news .list-news > .tieup_news > a::after {
  content: none;
}
#front-news .block-news {
  display: table;
  width: 100%;
}

#front-news .block-news-media .block-news {
  height: 15rem;
  height: calc(15rem + 4px);
  padding-left: 20rem;
}

#front-news .block-news-info .block-news {
  height: 10rem;
}

#front-news .block-news .block-image {
  width: 20rem;
  height: 15rem;
  height: calc(15rem + 4px);
  position: absolute;
  left: 0;
  top: 0;
}

#front-news .block-news .block-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0.4rem 4rem;
}

#front-news .block-news-info .dl-news > dt,
#front-news .block-news-info .dl-news > dd {
  display: inline-block;
  vertical-align: middle;
}
#front-news .block-news-info .dl-news > .tieup_news {
  display: inline-block;
  vertical-align: top;
}

#front-news .block-news-info .dl-news > dt {
  width: 10rem;
  padding-right: 1rem;
}
#front-news .block-news-info .dl-news > .tieup_news {
  margin-top: 2.5rem;
  width: 10rem;
  padding-right: 1rem;
}

#front-news .block-news-info .dl-news > dd {
  width: calc(100% - 10rem);
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-news .block-news-media {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  #front-news .block-news-info {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  #front-news .list-news > li > a {
    padding-right: 4rem;
  }

  #front-news .list-news > li > a::before {
    right: 1.5rem;
  }

  #front-news .list-news > li > a::after {
    width: 2.5rem;
    right: 1.5rem;
  }

  #front-news .block-news {
    display: table;
    width: 100%;
  }

  #front-news .block-news-media .block-news {
    height: 12rem;
    padding-left: 12rem;
  }

  #front-news .block-news-info .block-news {
    height: 10rem;
  }

  #front-news .block-news .block-image {
    width: 12rem;
    height: 12rem;
  }

  #front-news .block-news .block-text {
    padding: 0.3rem 1.5rem;
  }

  #front-news .block-news-info .dl-news > dt,
  #front-news .block-news-info .dl-news > dd {
    display: block;
  }

  #front-news .block-news-info .dl-news > dt {
    width: 100%;
    padding-right: 0;
  }

  #front-news .block-news-info .dl-news > dd {
    width: 100%;
    margin-top: 0.8rem;
  }
}


/*============================================================
  front-instagram
============================================================*/
#front-instagram {
  position: relative;
}

#front-instagram .block-slide {
  width: 400%;
}

#front-instagram .block-item {
  width: 48rem;
  height: 48rem;
  margin-right: 8px;
  overflow: hidden;
  float: left;
}

#front-instagram .block-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

#front-instagram .block-item:nth-of-type(odd) a {
  width: 100%;
  height: 100%;
}

#front-instagram .block-item:nth-of-type(even) a {
  width: calc(50% - 4px);
  height: calc(50% - 4px);
}

#front-instagram .block-item:nth-of-type(even) a:nth-of-type(odd) {
  float: left;
}

#front-instagram .block-item:nth-of-type(even) a:nth-of-type(even) {
  float: right;
}

#front-instagram .block-item:nth-of-type(even) a:nth-of-type(n+3) {
  margin-top: 8px;
}

#front-instagram .block-item .box-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#front-instagram .block-item .icon {
  width: 2rem;
  height: 2rem;
  fill: #000;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#front-instagram .btn-prev,
#front-instagram .btn-next {
  height: 10rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

#front-instagram .btn-prev {
  left: 0;
}

#front-instagram .btn-next {
  right: 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-instagram .block-item {
    width: 75vw;
    height: 75vw;
  }

  #front-instagram .btn-prev,
  #front-instagram .btn-next {
    width: 4rem;
    height: 8rem;
  }
}


/*============================================================
  front-contact
============================================================*/
#front-contact {
  background-color: #222;
}

#front-contact .block-contact-form {}

#front-contact .list-form {
  width: 96rem;
  max-width: 1150px;
}

#front-contact .list-form > li {
  width: calc(50% - 4rem);
  text-align: left;
  padding: 2rem 0;
  position: relative;
}

#front-contact .list-form > li:nth-of-type(odd) {
  float: left;
}

#front-contact .list-form > li:nth-of-type(even) {
  float: right;
}

#front-contact .list-form > li:last-of-type {
  width: 100%;
  float: none;
  clear: both;
}

#front-contact .dl-form {
  display: table;
  width: 100%;
  border-bottom: 1px solid #fff;
}

#front-contact .dl-form > dt {
  display: table-cell;
  width: 14rem;
  vertical-align: middle;
  padding-right: 1rem;
}

#front-contact .dl-form > dd {
  display: table-cell;
  width: calc(100% - 15rem);
  vertical-align: middle;
  padding-right: 4rem;
}

#front-contact input:not([type="submit"]) {
  width: 100%;
  padding: 1rem;
  background-color: #e3e3e3;
}

#front-contact input:not([type="submit"]):focus {
  background-color:#fff;
  color: black;
}

#front-contact .box-select {
  display: block;
  padding-left: 2.4rem;
  position: relative;
}

#front-contact .box-select::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: auto 0;
  position: absolute;
  left: 0;
  top: -10%;
  bottom: 0;
  transform: rotate(45deg);
}

#front-contact select {
  width: 100%;
  background-color:#e3e3e3;
  color: black;
  padding: 1rem;
}

#front-contact select:hover {
  /* background: white; */
  background-color: rgb(232, 240, 254) !important;
  color: black;
}
 textarea {
  width: 100%;
  height: 12rem;
  background-color:#e3e3e3;
  color: black;
  padding: 1rem;
}
#front-contact .txt.fs13{
  font-size: 1.4rem;
}

#front-contact .text-required {
  display: block;
  height: 1em;
  font-size: 1rem;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: bolder;
}

@media (max-width: 768px) and (orientation: portrait) {
  #front-contact .list-form {
    width: 100%;
    padding: 0 3rem;
  }

  #front-contact .list-form > li {
    width: 100%;
    padding: 1rem 0;
  }

  #front-contact .list-form > li:nth-of-type(odd) {
    float: none;
  }

  #front-contact .list-form > li:nth-of-type(even) {
    float: none;
  }

  #front-contact .dl-form {
    display: block;
    width: 100%;
  }

  #front-contact .dl-form > dt {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  #front-contact .dl-form > dd {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-top: 1rem;
  }

  #front-contact textarea {
    height: 16rem;
  }

  #front-contact .text-required {
    margin: 0;
    right: 0;
    top: 1.2rem;
    bottom: auto;
  }
}

.dl-form_note{
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
}