html {
  scroll-behavior: smooth;
}

#main * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}

#to_top {
  width: 72px;
  margin: 0 auto 90px;
}

#to_top.on .vertical_line .extend_line {
  -webkit-transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  height: 100%;
}

#to_top .vertical_line {
  width: 2px;
  height: 150px;
  background: #d7c9e2;
  margin: 0 auto;
  position: relative;
}

#to_top .vertical_line .extend_line {
  width: 2px;
  height: 50px;
  background-color: #5d308d;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#to_top .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5d308d;
  margin: 0 auto -10px;
}

#to_top p {
  text-align: center;
}

#to_top p:hover {
  cursor: pointer;
}

#to_top p a {
  padding-top: 40px;
  font-size: 10px;
  font-weight: bold;
  color: #5d308d;
  display: block;
}

.in_page_navi {
  font-size: 12px;
  border-bottom: 1px solid #808080;
}

.in_page_navi .container {
  padding: 0 10px;
}

.in_page_navi .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in_page_navi .list .item {
  width: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in_page_navi .list .item.current a {
  color: #5d308d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #5d308d;
}

.in_page_navi .list .item.current a:after {
  display: none;
}

.in_page_navi .list .item.current a:hover {
  opacity: 1;
}

.in_page_navi .list .item.current a:hover:after {
  display: none;
}

.in_page_navi .list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.in_page_navi .list .item a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #5d308d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.in_page_navi .list .item a:hover {
  opacity: 1;
}

.in_page_navi .list .item a:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5d308d;
}

.in_page_navi .list .item a .icon {
  margin-left: 5px;
  width: 15px;
  height: auto;
}

#company_article .container {
  width: 1020px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

#company_article .block {
  padding: 75px 0;
}

#company_article .kv {
  /*padding-top: 150px;*/
}

#company_article .kv .parallax_img_wrapper {
  height: 550px;
}

#company_article .kv .parallax_img_wrapper > * {
  height: 100%;
}

#company_article .kv img {
  width: 100%;
  height: auto;
  display: block;
}

#company_article .flex {
  margin-left: -30px;
  margin-right: -30px;
}

#company_article .flex > * {
  padding: 0 30px;
}

#company_article .flex .col_6 {
  width: 50%;
}

#company_article .info .info_list .item {
  padding: 30px 0;
  border-bottom: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#company_article .info .info_list .item:first-child {
  padding-top: 0;
}

#company_article .info .info_list .item:last-child {
  border-bottom: none;
}

#company_article .info .info_list .item .company.jp {
  font-size: 20px;
  color: #404040;
  margin-bottom: 15px;
  width: 100%;
}

#company_article .info .info_list .item .company.en {
  font-size: 12px;
  color: #808080;
  width: 100%;
}

#company_article .info .info_list .item.shop .body {
  line-height: calc(35 / 14);
}

#company_article .info .info_list .item.map {
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

#company_article .info .info_list .item.map .iframe_wrapper {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-top: 75%;
}

#company_article .info .info_list .item.map .iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#company_article .info .info_list .item .label {
  font-size: 12px;
  width: 100px;
  padding-right: 30px;
  color: #808080;
}

#company_article .info .info_list .item .body {
  font-size: 14px;
  width: calc(100% - 100px);
  padding-right: 30px;
  color: #404040;
}

#company_info_article .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#company_info_article .container {
  width: 1260px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

#company_info_article .container .inner {
  width: 480px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

#company_info_article .kv {
  padding: 100px 0 200px 0;
}

#company_info_article .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#company_info_article .flex .col_6 {
  width: 50%;
}

#company_info_article h2.block_head {
  font-size: 18px;
  color: #5d308d;
  text-align: center;
  margin-bottom: 130px;
}

#company_info_article .kv h3 {
  position: absolute;
  font-size: 34px;
  font-weight: bolder;
  left: 90px !important;
  line-height: calc(58 / 34);
  letter-spacing: 0.1em;
  word-break: keep-all;
}

#company_info_article .kv p {
  font-size: 14px;
  line-height: calc(46 / 16);
  padding-left: 90px;
}

#company_info_article .kv .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#company_info_article .kv .img img {
  width: auto;
  height: 900px;
}

#company_info_article .brand_detail_block {
  padding: 120px 0;
}

#company_info_article .brand_detail_block .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#company_info_article .brand_detail_block .flex > * {
  margin-bottom: 150px;
}

#company_info_article .brand_detail_block .flex > *:nth-last-child(1),
#company_info_article .brand_detail_block .flex > *:nth-last-child(2) {
  margin-bottom: 0;
}

#company_info_article .brand_detail_block .text {
  padding: 0 60px;
}

#company_info_article .brand_detail_block .text.left {
  padding-left: 120px;
  padding-right: 0;
}

#company_info_article .brand_detail_block .text.right {
  padding-left: 0;
  padding-right: 120px;
}

#company_info_article .brand_detail_block .text.on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#company_info_article .brand_detail_block .img {
  padding: 0 60px;
}

#company_info_article .brand_detail_block .img .parallax_img_wrapper {
  overflow: hidden;
}

#company_info_article
  .brand_detail_block
  .img
  .parallax_img_wrapper
  .parallax_img {
  display: block;
  margin: auto;
}

#company_info_article .brand_detail_block .img.left {
  padding-left: 0;
  padding-right: 120px;
}

#company_info_article .brand_detail_block .img.right {
  padding-left: 120px;
  padding-right: 0;
}

#company_info_article .brand_detail_block .img.vertical img {
  width: auto;
  max-width: 100%;
  height: 700px;
  object-fit: cover;
}

#company_info_article .brand_detail_block .img.horizontal img {
  width: 470px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#company_info_article .brand_detail_block .block_head {
  font-size: 24px;
  color: #808080;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
  letter-spacing: 0.1em;
}

#company_info_article .brand_detail_block .block_head:before {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background: #808080;
  margin-right: 15px;
}

#company_info_article .brand_detail_block .block_desc {
  margin-bottom: 120px;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

#company_info_article .brand_detail_block .block_desc p {
  line-height: calc(36 / 16);
  font-size: 14px;
}

#company_info_article .brand_detail_block .block_sub_head {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 75px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

#company_info_article .brand_desc_block .block_head {
  margin-bottom: 120px;
}

#company_info_article .brand_desc_block .logo {
  margin-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#company_info_article .brand_desc_block .brand_desc_item {
  padding: 60px 0;
}

#company_info_article .brand_desc_block .sj .logo img {
  width: 240px;
  height: auto;
}

#company_info_article .brand_desc_block .sj p {
  font-size: 14px;
  line-height: calc(36 / 16);
}

#company_info_article .brand_desc_block .sjg .logo img {
  width: 200px;
  height: auto;
}

#company_info_article .brand_desc_block .sjg p {
  font-size: 14px;
  line-height: calc(36 / 16);
}

#company_info_article .brand_desc_block .sjx .logo img {
  width: 105px;
  height: auto;
}

#company_info_article .brand_desc_block .sjx p {
  font-size: 14px;
  line-height: calc(36 / 16);
}

#company_info_article .brand_desc_block .sjc .logo img {
  width: 250px;
  height: auto;
}

#company_info_article .brand_desc_block .sjc p {
  font-size: 14px;
  line-height: calc(36 / 16);
}

#company_info_article .brand_promise .parallax_block {
  height: 900px;
  max-height: 100vh;
  padding: 60px 0;
}

#company_info_article .brand_promise .parallax_block:first-child {
  z-index: 1;
}

#company_info_article .brand_promise .parallax_block:nth-child(2) {
  z-index: 2;
}

#company_info_article .brand_promise .parallax_block:nth-child(3) {
  z-index: 3;
}

#company_info_article .brand_promise .parallax_block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#company_info_article .brand_promise .block_sub_head {
  font-size: 40px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin-bottom: 75px;
  position: -webkit-sticky;
  position: sticky;
  letter-spacing: 0.15em;
}

#company_info_article .brand_promise .block_sub_head:after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #808080;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#company_info_article .brand_promise .block_sub_head.step_1 {
  font-size: 36px;
}

#company_info_article .brand_promise .block_sub_head.step_2 {
  font-size: 30px;
}

#company_info_article .brand_promise .block_sub_head.step_2:after {
  margin: 75px auto 0;
  opacity: 1;
}

#company_info_article .brand_promise p {
  text-align: center;
  line-height: calc(46 / 16);
  font-size: 14px;
}

#company_info_article .brand_promise .link_wrapper {
  text-align: center;
  margin-top: 75px;
}

#company_info_article .brand_promise .link_wrapper a {
  font-size: 12px;
  text-decoration: underline;
}

.view_effect_parent {
  position: relative;
}

.view_effect {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.view_effect.align_center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view_effect.position_static {
  position: static !important;
  -webkit-transform: none;
  transform: none;
}

.view_effect.on {
  opacity: 1;
}

.view_effect.hide_by_scroll {
  opacity: 1;
}

.view_effect.hide_by_scroll.on {
  opacity: 0;
}

.view_effect.change_by_scroll {
  opacity: 1;
}

.view_effect.slide_by_scroll {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.view_effect.slide_by_scroll.on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.view_effect.slide_by_scroll2 {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.view_effect.slide_by_scroll2.on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.sp_on {
  display: none;
}

@media (max-width: 767px) {
  .sp_on {
    display: block;
  }
  .container {
    padding: 0 !important;
  }
  .block {
    padding: 30px 0 !important;
  }
  .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .flex > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .flex .sp_order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex .sp_order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex .sp_order_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .flex .sp_order_4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .in_page_navi {
    border-bottom: 0;
  }
  .in_page_navi .container {
    width: 520px !important;
    max-width: 100%;
  }
  .in_page_navi.top {
    margin-top: 15px;
  }
  .in_page_navi .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .in_page_navi .list .item {
    width: 33.3333%;
    width: calc(100% / 3);
    margin-bottom: 10px;
  }
  .in_page_navi .list .item a {
    border-bottom: 1px solid #808080;
  }
  .in_page_navi .list .item a:after {
    bottom: -1px;
  }
  #company_article .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  #company_article .flex > * {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  #company_article .kv .parallax_img_wrapper {
    height: auto;
  }
  #company_article .info .info_list .item {
    padding: 15px 0;
  }
  #company_article .info .info_list .item .label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
  }
  #company_article .info .info_list .item .body {
    width: 100%;
    padding-right: 0;
  }
  #company_article .flex > * {
    margin-bottom: 60px;
  }
  #company_article .flex > *:last-child {
    margin-bottom: 0;
  }
  #company_info_article h2.block_head {
    margin-bottom: 60px;
  }
  #company_info_article .kv .flex {
    position: relative;
    height: 80vh;
  }
  #company_info_article .kv .flex .img {
    width: 66.6667%;
    width: calc(100% * 2 / 3);
    margin-left: auto;
    height: 100%;
  }
  #company_info_article .kv .flex .img img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #company_info_article .kv .flex .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #company_info_article .kv .flex .text h3 {
    font-size: 16px;
    left: 0 !important;
    padding-bottom: 90px;
  }
  #company_info_article .kv .flex .text p {
    font-size: 11px;
    background: white;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    letter-spacing: -1.1px;
  }
  #company_info_article .brand_promise .parallax_block {
    padding: 30px 0;
  }
  #company_info_article .brand_detail_block .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #company_info_article .brand_detail_block .flex > * {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
  #company_info_article .brand_detail_block .flex > *:last-child {
    margin-bottom: 0;
  }
  #company_info_article .brand_detail_block .flex > *.sp_order_last {
    margin-bottom: 0 !important;
  }
  #company_info_article .brand_detail_block .block_head {
    margin-bottom: 30px;
  }
  #company_info_article .brand_detail_block .block_sub_head {
    margin-bottom: 30px;
  }
  #company_info_article .brand_detail_block .block_desc {
    margin-bottom: 60px;
  }
  #company_info_article .brand_detail_block .block_desc:last-child {
    margin-bottom: 0;
  }
  #company_info_article .brand_detail_block .img.vertical img {
    /*height: 80vh;*/
    height: auto;
  }
  .in_page_navi .list .item a {
    width: 90%;
  }
  #company_info_article .brand_promise .block_sub_head {
    font-size: 30px;
  }

  #company_info_article .brand_promise .block_sub_head.step_1 {
    font-size: 28px;
  }

  #company_info_article .brand_promise .block_sub_head.step_2 {
    font-size: 24px;
  }

  #company_info_article .brand_promise .block_sub_head.step_2:after {
    margin: 45px auto 0;
  }
  #company_info_article .brand_promise .parallax_block {
    height: auto;
    padding: 60px 0;
  }
  #company_info_article .brand_promise .link_wrapper {
    margin-top: 35px;
  }
  #company_info_article .brand_promise .parallax_block:nth-child(2) {
    padding-top: 30px;
  }
  .in_page_navi .list .item.current a {
    width: 90%;
  }
  #company_info_article .brand_desc_block .block_head {
    margin-bottom: 40px;
  }
  #company_info_article .brand_promise p {
    text-align: left;
  }
  .spNon {
    display: none;
  }
}

.title {
  font-size: 2.4rem !important;
  margin: 40px 0;
  font-weight: 200;
}
.mxWid {
  max-width: 1020px !important;
}
.info_list a {
  text-decoration: underline;
}
span.hosokuTxt {
  font-size: 12px;
}
@media (max-width: 767px) {
  .mxWid {
    max-width: 100% !important;
  }
  #company_article .info .info_list .item .company.en {
    padding-bottom: 10px;
  }
  div#company_article,
  div#company_info_article {
    padding: 0 20px;
  }
}
a.gmBtn {
  font-size: 12px;
  color: #888;
}
