@charset "UTF-8";
/*
Theme Name: Orange Bakery
Author:Seeknet
Description: Orange Bakery Official Website
Version:1.0
*/
/* CSS Document */
body {
  font-family: 'Open Sans', sans-serif !important; }

@media (min-width: 1440px) {
  .container {
    max-width: 1400px !important; } }

@keyframes header {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes header2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#header.scrolled #header-b {
  animation: header .6s linear;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 33; }
  @media (max-width: 575px) {
    #header.scrolled #header-b {
      display: none; } }
@media (max-width: 575px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 33;
    background-color: #fff; } }

@media (max-width: 991px) {
  #header-logo img {
    width: 280px;
    height: auto; } }
@media (max-width: 575px) {
  #header-logo img {
    width: 240px;
    height: auto; } }
@media (max-width: 575px) {
  #header-logo {
    position: relative; } }
@media (max-width: 575px) {
  #header-logo a {
    width: 240px; } }

#header-b {
  display: none;
  padding: 5px 2%;
  border-bottom: 2px solid #F04942; }
  #header-b #header-logo-b img {
    width: 240px; }
    @media (max-width: 991px) {
      #header-b #header-logo-b img {
        width: 200px;
        height: auto; } }
    @media (max-width: 767px) {
      #header-b #header-logo-b img {
        width: 160px; } }
  #header-b #header-nav-b {
    width: 100%; }
    #header-b #header-nav-b ul {
      display: flex;
      justify-content: flex-end;
      padding-left: 0 !important;
      margin-bottom: 0 !important; }
      #header-b #header-nav-b ul li {
        list-style: none; }
        #header-b #header-nav-b ul li.nav-b {
          margin-left: 75px; }
          @media (max-width: 991px) {
            #header-b #header-nav-b ul li.nav-b {
              margin-left: 30px; } }
          @media (max-width: 767px) {
            #header-b #header-nav-b ul li.nav-b {
              margin-left: 20px; } }
        #header-b #header-nav-b ul li.menu-parent:after {
          margin-top: -5px; }
          @media (max-width: 991px) {
            #header-b #header-nav-b ul li.menu-parent:after {
              right: -13px; } }
        #header-b #header-nav-b ul li a {
          text-decoration: none;
          color: #000;
          padding: 15px 0 15px;
          display: block;
          letter-spacing: 1px;
          transition: .3s; }
          @media (max-width: 991px) {
            #header-b #header-nav-b ul li a {
              font-size: 15px; } }
          @media (max-width: 767px) {
            #header-b #header-nav-b ul li a {
              font-size: 13px;
              letter-spacing: 0; } }
          #header-b #header-nav-b ul li a:hover {
            color: #F04942; }
        @media (max-width: 991px) {
          #header-b #header-nav-b ul li .products-mega {
            left: 50%;
            transform: translateX(-50%); } }

.header-nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  margin: auto;
  padding-left: 0 !important; }
  @media (max-width: 991px) {
    .header-nav ul {
      max-width: 616px; } }
  .header-nav ul li {
    list-style: none; }
    .header-nav ul li a {
      text-decoration: none;
      color: #000;
      padding: 20px 0 15px;
      display: block;
      letter-spacing: 1px;
      transition: .3s; }
      @media (max-width: 991px) {
        .header-nav ul li a {
          font-size: 15px; } }
      .header-nav ul li a:hover {
        color: #F04942; }

.menu-parent {
  position: relative;
  width: calc(100% + 18px); }
  .menu-parent:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transform: rotate(45deg);
    pointer-events: none; }
    @media (max-width: 575px) {
      .menu-parent:after {
        display: none; } }
  .menu-parent:hover:after {
    border-bottom: solid 1px #F04942;
    border-right: solid 1px #F04942; }

.products-mega {
  display: none; }

.products-parent {
  position: relative; }
  .products-parent:hover .products-mega {
    display: flex;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 698px;
    left: -160%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 991px) {
      .products-parent:hover .products-mega {
        left: -185%; } }
    @media (max-width: 767px) {
      .products-parent:hover .products-mega {
        width: 560px;
        left: -120%; } }
  .products-parent:hover .menu-parent {
    color: #F04942; }
    .products-parent:hover .menu-parent:after {
      border-bottom: solid 1px #F04942;
      border-right: solid 1px #F04942; }

.products-mega-nav ul li {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2; }
  .products-mega-nav ul li a {
    font-size: 20px !important;
    padding: 15px !important;
    display: block;
    transition: .5s; }
    @media (max-width: 767px) {
      .products-mega-nav ul li a {
        font-size: 18px !important; } }
    .products-mega-nav ul li a:hover {
      background-color: #d6d6d6; }
      .products-mega-nav ul li a:hover span i {
        transform: translateX(3px); }
    .products-mega-nav ul li a span {
      width: 240px;
      display: flex;
      align-items: center;
      position: relative;
      text-transform: uppercase;
      height: 51px;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        .products-mega-nav ul li a span {
          width: 175px;
          height: 42px; } }
      .products-mega-nav ul li a span i {
        font-size: 14px;
        position: absolute;
        right: 0;
        transition: .5s; }

.products-mega-link {
  display: none; }
  .products-mega-link.hovered {
    display: block;
    padding: 20px 25px 18px; }
    .products-mega-link.hovered h3 {
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .products-mega-link.hovered a {
      padding: 0 !important;
      position: relative;
      transition: .5s; }
      .products-mega-link.hovered a:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 203px;
        background-color: rgba(214, 214, 214, 0.36);
        opacity: 0;
        transition: .5s; }
      .products-mega-link.hovered a:hover:before {
        opacity: 1; }
      .products-mega-link.hovered a:hover span i {
        transform: translateX(3px); }
      .products-mega-link.hovered a img {
        width: 100%;
        height: auto; }
      .products-mega-link.hovered a span {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 18px;
        margin-top: 15px; }
        .products-mega-link.hovered a span i {
          margin-left: 10px;
          transition: .5s; }
  .products-mega-link.hovered-b {
    display: block;
    padding: 20px 25px 18px; }
    .products-mega-link.hovered-b h3 {
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .products-mega-link.hovered-b a {
      padding: 0 !important;
      position: relative;
      transition: .5s; }
      .products-mega-link.hovered-b a:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 203px;
        background-color: rgba(214, 214, 214, 0.36);
        opacity: 0;
        transition: .5s; }
      .products-mega-link.hovered-b a:hover:before {
        opacity: 1; }
      .products-mega-link.hovered-b a:hover span i {
        transform: translateX(3px); }
      .products-mega-link.hovered-b a img {
        width: 100%;
        height: auto; }
      .products-mega-link.hovered-b a span {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 18px;
        margin-top: 15px; }
        .products-mega-link.hovered-b a span i {
          margin-left: 10px;
          transition: .5s; }

.openbtn1 {
  z-index: 150;
  position: absolute;
  width: 50px;
  top: 17px;
  right: 0; }

.openbtn1 span {
  display: inline-block;
  transition: transform .4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background-color: #F04942;
  width: 30px; }

.openbtn1 span:nth-of-type(1) {
  top: 4px; }

.openbtn1 span:nth-of-type(2) {
  top: 16px; }

.openbtn1 span:nth-of-type(3) {
  top: 28px; }

/*activeクラスが付与された後のボタンのアイコン設定*/
body.fixed {
  height: 100%;
  overflow: hidden; }

.openbtn1.active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(6px) rotate(-225deg);
  width: 30px; }

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn1.active span:nth-of-type(3) {
  top: 23px;
  transform: translateY(-6px) rotate(225deg);
  width: 30px; }

.hamb-nav {
  display: none; }

.hamb-nav {
  background-color: #fff;
  overflow: auto;
  padding-top: 10px; }
  .hamb-nav ul li {
    list-style: none;
    padding: 15px 0 7px;
    font-size: 18px; }
    .hamb-nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 18px;
      text-transform: uppercase;
      display: block;
      letter-spacing: 1px; }

.products-sub {
  display: none; }

.menu-parent.products-parent-hamb {
  position: relative;
  display: inline-block;
  width: 140px; }
  .menu-parent.products-parent-hamb:after {
    top: 22px;
    right: 6px;
    margin-top: 0;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    transition: .3s;
    display: block; }
  .menu-parent.products-parent-hamb.active:after {
    transform: rotate(-135deg);
    top: 27px; }

@media (max-width: 1399px) {
  #hero .swiper-container {
    height: 650px; } }
@media (max-width: 1199px) {
  #hero .swiper-container {
    height: 540px; } }
@media (max-width: 991px) {
  #hero .swiper-container {
    height: 450px; } }
@media (max-width: 1399px) {
  #hero .swiper-slide img {
    height: 650px; } }
@media (max-width: 1199px) {
  #hero .swiper-slide img {
    height: 540px; } }
@media (max-width: 991px) {
  #hero .swiper-slide img {
    height: 450px; } }
#hero .swiper-button-prev {
  background-image: none;
  left: 3%; }
  @media (max-width: 1399px) {
    #hero .swiper-button-prev {
      left: 1%; } }
  #hero .swiper-button-prev:after {
    content: "\f053";
    font-size: 45px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: .3s; }
    @media (max-width: 991px) {
      #hero .swiper-button-prev:after {
        font-size: 20px; } }
  #hero .swiper-button-prev:hover:after {
    color: #F04942; }
#hero .swiper-button-next {
  background-image: none;
  right: 3%;
  left: inherit; }
  @media (max-width: 1399px) {
    #hero .swiper-button-next {
      right: 1%; } }
  #hero .swiper-button-next:after {
    content: "\f054";
    font-size: 45px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: .3s; }
    @media (max-width: 991px) {
      #hero .swiper-button-next:after {
        font-size: 20px; } }
    @media (max-width: 767px) {
      #hero .swiper-button-next:after {
        color: #fff;
        font-size: 24px; } }
  #hero .swiper-button-next:hover:after {
    color: #F04942; }
#hero .swiper-pagination-bullet {
  width: 14px;
  height: 14px; }
  @media (max-width: 1399px) {
    #hero .swiper-pagination-bullet {
      width: 10px;
      height: 10px; } }
#hero .swiper-pagination-bullet-active {
  background: #fff; }
#hero .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.25vw; }
#hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }
  @media (max-width: 1399px) {
    #hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px; } }

.hero-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }
  @media (max-width: 991px) {
    .hero-text {
      width: 96%; } }
  .hero-text h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400; }
    @media (max-width: 1399px) {
      .hero-text h2 {
        font-size: 24px; } }
    @media (max-width: 991px) {
      .hero-text h2 {
        font-size: 21px; } }
    @media (max-width: 575px) {
      .hero-text h2 {
        font-size: 18px; } }
  .hero-text h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 4px; }
    @media (max-width: 1399px) {
      .hero-text h1 {
        font-size: 42px; } }
    @media (max-width: 991px) {
      .hero-text h1 {
        font-size: 36px;
        margin-top: 10px; } }
    @media (max-width: 575px) {
      .hero-text h1 {
        font-size: 30px; } }

#products {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    #products {
      margin-top: 50px;
      margin-bottom: 50px; } }
  #products h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 75px;
    letter-spacing: 4px; }
    @media (max-width: 575px) {
      #products h2 {
        font-size: 30px;
        margin-bottom: 25px; } }
  #products a {
    text-align: center;
    display: block;
    font-size: 28px;
    color: #000;
    margin-top: 18px;
    text-decoration: none;
    line-height: 1.9;
    letter-spacing: 3px;
    transition: .5s; }
    @media (max-width: 1199px) {
      #products a {
        font-size: 24px; } }
    @media (max-width: 575px) {
      #products a {
        font-size: 18px;
        margin-top: 8px; } }
    #products a span {
      font-size: 13px;
      text-transform: uppercase;
      display: block;
      letter-spacing: 1px; }
      @media (max-width: 1199px) {
        #products a span {
          font-size: 12px; } }
      @media (max-width: 575px) {
        #products a span {
          margin-bottom: 20px; } }
    #products a:hover {
      color: #F04942; }

.products-pic {
  margin-bottom: 18px;
  position: relative;
  transition: .5s; }
  .products-pic:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 214, 214, 0.36);
    opacity: 0;
    transition: .5s; }
  .products-pic:hover:before {
    opacity: 1; }
  .products-pic img {
    width: 100%;
    height: 303px;
    object-fit: cover; }
    @media (max-width: 1399px) {
      .products-pic img {
        height: 242px; } }
    @media (max-width: 1199px) {
      .products-pic img {
        height: 200px; } }
    @media (max-width: 991px) {
      .products-pic img {
        height: 270px; } }
    @media (max-width: 767px) {
      .products-pic img {
        height: 230px; } }
    @media (max-width: 575px) {
      .products-pic img {
        height: 41vw; } }

#why {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1399px) {
    #why .swiper-container2 {
      height: 650px; } }
  @media (max-width: 1199px) {
    #why .swiper-container2 {
      height: 540px; } }
  @media (max-width: 991px) {
    #why .swiper-container2 {
      height: 450px; } }
  @media (max-width: 1399px) {
    #why .swiper-slide img {
      height: 650px; } }
  @media (max-width: 1199px) {
    #why .swiper-slide img {
      height: 540px; } }
  @media (max-width: 991px) {
    #why .swiper-slide img {
      height: 450px; } }

.why-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 707px;
  right: 10%;
  text-align: center; }
  @media (max-width: 1399px) {
    .why-desc {
      right: 3%; } }
  @media (max-width: 1199px) {
    .why-desc {
      width: 595px; } }
  @media (max-width: 991px) {
    .why-desc {
      width: 530px; } }
  @media (max-width: 767px) {
    .why-desc {
      right: auto;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 575px) {
    .why-desc {
      width: 350px; } }
  .why-desc h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 40px; }
    @media (max-width: 1399px) {
      .why-desc h2 {
        font-size: 36px; } }
    @media (max-width: 1199px) {
      .why-desc h2 {
        font-size: 32px;
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .why-desc h2 {
        font-size: 28px;
        margin-bottom: 10px; } }
    @media (max-width: 575px) {
      .why-desc h2 {
        font-size: 24px; } }
  .why-desc ul {
    display: flex;
    padding-left: 0 !important;
    flex-wrap: wrap;
    justify-content: center; }
    .why-desc ul li {
      width: 205px;
      background-color: #fff;
      border-radius: 14px;
      margin: 14px;
      list-style: none;
      padding: 10px;
      text-align: center; }
      @media (max-width: 1399px) {
        .why-desc ul li {
          width: 190px; } }
      @media (max-width: 1199px) {
        .why-desc ul li {
          width: 170px;
          margin: 8px; } }
      @media (max-width: 991px) {
        .why-desc ul li {
          width: 150px;
          margin: 5px;
          padding: 6px; } }
      @media (max-width: 575px) {
        .why-desc ul li {
          width: 105px; } }
      .why-desc ul li span {
        font-weight: 700;
        letter-spacing: 2px; }
        @media (max-width: 1199px) {
          .why-desc ul li span {
            font-size: 14px; } }
        @media (max-width: 575px) {
          .why-desc ul li span {
            font-size: 11px; } }
      @media (max-width: 575px) {
        .why-desc ul li.cert {
          width: 120px; } }
  .why-desc a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 15px 20px;
    margin: 40px auto 0;
    width: 157px;
    letter-spacing: 2px;
    transition: .5s; }
    @media (max-width: 991px) {
      .why-desc a {
        margin: 20px auto 0; } }
    .why-desc a:hover {
      color: #fff;
      background-color: #F04942; }

.why-icon {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px; }
  @media (max-width: 1199px) {
    .why-icon {
      height: 65px; } }
  @media (max-width: 575px) {
    .why-icon {
      height: 57px; } }
  .why-icon.qy img {
    width: 84px;
    height: 55px; }
    @media (max-width: 1199px) {
      .why-icon.qy img {
        width: 76px;
        height: 49px; } }
    @media (max-width: 575px) {
      .why-icon.qy img {
        width: 67px;
        height: 44px; } }
  .why-icon.sy img {
    width: 65px;
    height: 62px; }
    @media (max-width: 1199px) {
      .why-icon.sy img {
        width: 58px;
        height: 56px; } }
    @media (max-width: 575px) {
      .why-icon.sy img {
        width: 52px;
        height: 50px; } }
  .why-icon.ty img {
    width: 62px;
    height: 63px; }
    @media (max-width: 1199px) {
      .why-icon.ty img {
        width: 56px;
        height: 56px; } }
    @media (max-width: 575px) {
      .why-icon.ty img {
        width: 49px;
        height: 50px; } }
  .why-icon.cn img {
    width: 48px;
    height: 72px; }
    @media (max-width: 1199px) {
      .why-icon.cn img {
        width: 43px;
        height: 65px; } }
    @media (max-width: 575px) {
      .why-icon.cn img {
        width: 38px;
        height: 57px; } }
  .why-icon.hy img {
    width: 70px;
    height: 70px; }
    @media (max-width: 1199px) {
      .why-icon.hy img {
        width: 63px;
        height: 63px; } }
    @media (max-width: 575px) {
      .why-icon.hy img {
        width: 56px;
        height: 56px; } }

#facilities {
  padding-top: 125px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    #facilities {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #facilities h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media (max-width: 1399px) {
      #facilities h2 {
        font-size: 30px; } }
    @media (max-width: 1199px) {
      #facilities h2 {
        font-size: 24px; } }
    @media (max-width: 575px) {
      #facilities h2 {
        font-size: 20px; } }
  #facilities ul {
    padding-left: 0 !important;
    display: flex;
    justify-content: center; }
    @media (max-width: 575px) {
      #facilities ul {
        display: block; } }
    #facilities ul li {
      width: 280px;
      height: 200px;
      list-style: none;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        #facilities ul li {
          height: 153px; } }
      @media (max-width: 767px) {
        #facilities ul li {
          height: 111px; } }
      @media (max-width: 575px) {
        #facilities ul li {
          width: 100%;
          height: 67vw; } }
      #facilities ul li.fs {
        background-image: url("images/facilities_01_food_services.png"); }
      #facilities ul li.by {
        background-image: url("images/facilities_02_bakery.png"); }
      #facilities ul li.gs {
        background-image: url("images/facilities_03_grocery_store.png"); }
      #facilities ul li span {
        color: #fff;
        font-size: 20px; }
  #facilities a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    padding: 15px 20px;
    margin: 41px auto 0;
    width: 157px;
    letter-spacing: 2px;
    transition: .5s; }
    #facilities a:hover {
      color: #fff;
      background-color: #F04942; }

#front-map {
  padding: 0 100px;
  margin-bottom: 100px;
  position: relative; }
  @media (max-width: 1399px) {
    #front-map {
      padding: 0 0.75rem; } }
  #front-map img {
    width: 100%;
    height: auto; }

.map-text {
  position: absolute;
  right: 63%;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 1399px) {
    .map-text {
      right: 66%; } }
  @media (max-width: 991px) {
    .map-text {
      right: 63%; } }
  @media (max-width: 767px) {
    .map-text {
      right: 48%;
      top: 17%;
      transform: none; } }
  @media (max-width: 575px) {
    .map-text {
      right: 30%;
      top: 11%; } }
  .map-text h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px; }
    @media (max-width: 1199px) {
      .map-text h2 {
        font-size: 34px; } }
    @media (max-width: 991px) {
      .map-text h2 {
        font-size: 26px; } }
    @media (max-width: 575px) {
      .map-text h2 {
        font-size: 6vw; } }
  .map-text a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 24px;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    transition: .5s; }
    .map-text a:hover {
      background-color: #000;
      color: #fff; }
    @media (max-width: 1199px) {
      .map-text a {
        font-size: 13px;
        padding: 10px 20px;
        margin-top: 10px; } }
    @media (max-width: 991px) {
      .map-text a {
        font-size: 12px;
        padding: 8px 12px;
        margin-top: 5px; } }
    @media (max-width: 575px) {
      .map-text a {
        font-size: 3vw; } }

#asl-storelocator {
  margin-top: 50px;
  margin-bottom: 125px; }

#asl-storelocator.asl-cont .sl-main-cont .asl-panel {
  height: 750px; }
  @media (max-width: 991px) {
    #asl-storelocator.asl-cont .sl-main-cont .asl-panel {
      height: 600px; } }

#asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
  height: 750px !important; }
  @media (max-width: 991px) {
    #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
      height: 600px !important; } }

#asl-storelocator.asl-cont {
  font-family: 'Open Sans', sans-serif !important; }

.sl-days {
  display: none !important; }

.text-red {
  color: #F04942; }

#product-pages-hero {
  height: 9.69vw; }
  @media (max-width: 991px) {
    #product-pages-hero {
      height: 13.69vw;
      background-position: center; } }
  @media (max-width: 575px) {
    #product-pages-hero {
      height: 18.69vw; } }

.bread a {
  color: #F04942;
  text-decoration: none;
  font-size: 15px;
  transition: .5s; }
  .bread a:hover {
    color: #373737; }
.bread span {
  font-size: 15px;
  color: #373737; }

.product-info-wrap {
  padding-top: 40px; }
  .product-info-wrap h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #373737;
    animation: product 1.6s forwards;
    opacity: 0; }
    @media (max-width: 575px) {
      .product-info-wrap h1 {
        font-size: 30px; } }
  .product-info-wrap .row.pt-5 {
    padding-top: 4.2rem !important; }

@keyframes product {
  0% {
    letter-spacing: 12px;
    opacity: 0; }
  100% {
    letter-spacing: 3px;
    opacity: 1; } }
.product-gallery img {
  vertical-align: bottom; }
.product-gallery .gallery {
  height: 465px;
  overflow: hidden; }
  @media (max-width: 1399px) {
    .product-gallery .gallery {
      height: 380px; } }
  @media (max-width: 1199px) {
    .product-gallery .gallery {
      height: 315px; } }
  @media (max-width: 991px) {
    .product-gallery .gallery {
      height: 230px; } }
  @media (max-width: 767px) {
    .product-gallery .gallery {
      height: 360px; } }
  @media (max-width: 575px) {
    .product-gallery .gallery {
      height: 63vw; } }
  .product-gallery .gallery img {
    height: 465px;
    object-fit: cover; }
    @media (max-width: 1399px) {
      .product-gallery .gallery img {
        height: 380px; } }
    @media (max-width: 1199px) {
      .product-gallery .gallery img {
        height: 315px; } }
    @media (max-width: 991px) {
      .product-gallery .gallery img {
        height: 230px; } }
    @media (max-width: 767px) {
      .product-gallery .gallery img {
        height: 360px; } }
    @media (max-width: 575px) {
      .product-gallery .gallery img {
        height: 63vw; } }
.product-gallery .choice-btn {
  height: 86px;
  overflow: hidden; }
  @media (max-width: 1399px) {
    .product-gallery .choice-btn {
      height: 68px; } }
  @media (max-width: 1199px) {
    .product-gallery .choice-btn {
      height: 56px; } }
  @media (max-width: 991px) {
    .product-gallery .choice-btn {
      height: 39px; } }
  @media (max-width: 767px) {
    .product-gallery .choice-btn {
      height: 64px; } }
  @media (max-width: 575px) {
    .product-gallery .choice-btn {
      height: 11vw; } }
  .product-gallery .choice-btn li {
    cursor: pointer;
    outline: none;
    background: #333;
    width: calc( 20% - 10px ) !important;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px; }
    .product-gallery .choice-btn li img {
      opacity: 0.4;
      /*選択されていないものは透過40%*/ }
      @media (max-width: 1399px) {
        .product-gallery .choice-btn li img {
          height: 68px; } }
      @media (max-width: 1199px) {
        .product-gallery .choice-btn li img {
          height: 56px; } }
      @media (max-width: 991px) {
        .product-gallery .choice-btn li img {
          height: 39px; } }
      @media (max-width: 767px) {
        .product-gallery .choice-btn li img {
          height: 64px; } }
      @media (max-width: 575px) {
        .product-gallery .choice-btn li img {
          height: 11vw; } }
    .product-gallery .choice-btn li.slick-current img {
      opacity: 1;
      /*選択されているものは透過しない*/ }
  .product-gallery .choice-btn .slick-track {
    transform: unset !important;
    /*画面幅サイズ変更に伴うサムネイル固定*/
    width: 100% !important; }

@media (max-width: 767px) {
  .product-specs {
    margin-top: 30px !important; } }
.product-specs h2 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 1199px) {
    .product-specs h2 {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .product-specs h2 {
      font-size: 28px; } }

.product-specs-table {
  overflow-x: auto; }
  .product-specs-table table {
    width: 100%; }
    @media (max-width: 991px) {
      .product-specs-table table {
        width: 465px; } }
    .product-specs-table table tr:nth-child(odd) {
      background-color: #EFEFEF; }
      .product-specs-table table tr:nth-child(odd) .product-name {
        background-color: #EFEFEF; }
    .product-specs-table table tr:first-child {
      background-color: #fff; }
    .product-specs-table table tr td {
      padding: 10px 0; }
      @media (max-width: 1399px) {
        .product-specs-table table tr td {
          font-size: 15px; } }
      @media (max-width: 1199px) {
        .product-specs-table table tr td {
          font-size: 14px; } }
      .product-specs-table table tr td.text-red {
        font-weight: 700; }
      .product-specs-table table tr td.product-name {
        position: sticky;
        left: 0;
        background-color: #fff; }

.product-spec-th {
  border-bottom: 2px solid #373737; }
  .product-spec-th th {
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 1399px) {
      .product-spec-th th {
        font-size: 13px; } }
    .product-spec-th th.th1 {
      width: 60px; }
    .product-spec-th th.th2 {
      width: 320px;
      background-color: #fff !important; }
      @media (max-width: 1439px) {
        .product-spec-th th.th2 {
          width: 310px; } }
      @media (max-width: 1399px) {
        .product-spec-th th.th2 {
          width: 230px; } }
      @media (max-width: 1199px) {
        .product-spec-th th.th2 {
          width: 142px; } }
      .product-spec-th th.th2.product-name {
        position: sticky;
        left: 0;
        background-color: #fff; }
    .product-spec-th th.th3 {
      width: 65px; }
    .product-spec-th th.th4 {
      width: 65px; }
    .product-spec-th th.th5 {
      width: 65px; }

.other-products .row {
  padding: 0 180px; }
  @media (max-width: 1399px) {
    .other-products .row {
      padding: 0 150px; } }
  @media (max-width: 1199px) {
    .other-products .row {
      padding: 0 125px; } }
  @media (max-width: 991px) {
    .other-products .row {
      padding: 0 55px; } }
  @media (max-width: 767px) {
    .other-products .row {
      padding: 0 7px; } }

#story-wrap {
  position: relative;
  padding-bottom: 100px; }
  #story-wrap:before {
    content: "";
    position: absolute;
    width: 20.99vw;
    height: 35.41vw;
    background-image: url("images/torahiko_hayashi_painting.jpg");
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }
    @media (max-width: 767px) {
      #story-wrap:before {
        width: 25.99vw;
        height: 43.41vw; } }
    @media (max-width: 575px) {
      #story-wrap:before {
        width: 33.99vw;
        height: 58.41vw; } }
  #story-wrap h2 {
    font-size: 29px;
    font-weight: 700;
    margin-top: 75px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      #story-wrap h2 {
        font-size: 24px;
        margin-top: 40px; } }
    @media (max-width: 575px) {
      #story-wrap h2 {
        font-size: 20px;
        margin-bottom: 35px; } }
  #story-wrap p {
    line-height: 2.0;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #story-wrap p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 20px; } }
  @media (max-width: 575px) {
    #story-wrap .container {
      padding: 0; } }

@media (max-width: 991px) {
  .story-p {
    margin-top: 25px !important;
    padding-bottom: 70px; } }

#value-wrap {
  padding-top: 125px;
  padding-bottom: 75px;
  background-position-x: right;
  background-image: url("images/value-black.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 60px; }
  @media (min-width: 992px) {
    #value-wrap {
      background-attachment: fixed; } }
  @media (max-width: 991px) {
    #value-wrap {
      background-image: none;
      background-color: #0A0B08; }
      #value-wrap:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 50vw;
        background-image: url("images/values_bg.jpg");
        left: 0;
        top: 0;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat; } }
  @media (max-width: 767px) {
    #value-wrap {
      padding-top: 75px; } }
  #value-wrap h1 {
    color: #fff;
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      #value-wrap h1 {
        margin-bottom: 50px; } }

@media (max-width: 575px) {
  .values.container {
    padding: 0; } }

.value-box {
  padding: 50px !important;
  background-color: #fff;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 991px) {
    .value-box {
      padding: 40px !important; } }
  @media (max-width: 575px) {
    .value-box {
      padding: 20px !important; } }

@media (max-width: 767px) {
  .value-desc {
    margin-top: 25px !important; } }
.value-desc h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 35px; }
  @media (max-width: 1199px) {
    .value-desc h2 {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .value-desc h2 {
      font-size: 32px;
      margin-bottom: 25px; } }
  @media (max-width: 575px) {
    .value-desc h2 {
      font-size: 26px; } }
  .value-desc h2 span {
    position: relative;
    margin-right: 30px; }
    @media (max-width: 575px) {
      .value-desc h2 span {
        margin-right: 24px; } }
    .value-desc h2 span:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 44px;
      background-color: #707070;
      right: -15px;
      top: 13px; }
      @media (max-width: 1199px) {
        .value-desc h2 span:after {
          height: 35px; } }
      @media (max-width: 991px) {
        .value-desc h2 span:after {
          height: 27px;
          top: 10px; } }
      @media (max-width: 575px) {
        .value-desc h2 span:after {
          height: 24px;
          top: 7px; } }
.value-desc p {
  line-height: 2.0;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .value-desc p {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .value-desc p {
      line-height: 1.8;
      margin-bottom: 20px; } }

.view-products-btn {
  border: 1px solid #fff;
  padding: 12px 24px;
  width: 180px;
  margin: 60px auto 0;
  cursor: pointer;
  text-align: center; }
  .view-products-btn p {
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 18px; }
  .view-products-btns {
    display: none;
    width: 180px;
    margin: auto; }
    .view-products-btns ul {
      padding-left: 0 !important; }
      .view-products-btns ul li {
        list-style: none;
        text-align: center; }
        .view-products-btns ul li a {
          text-decoration: none;
          padding: 10px;
          color: #303030;
          display: block;
          border-bottom: 1px solid #d2d2d2;
          text-transform: uppercase;
          letter-spacing: 2px;
          background-color: #fff;
          transition: .5s; }
          .view-products-btns ul li a:hover {
            background-color: #d6d6d6;
            color: #F04942; }

#certifications {
  padding-top: 100px;
  padding-bottom: 50px; }
  #certifications ul {
    max-width: 525px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between; }
    #certifications ul li {
      list-style: none; }
      #certifications ul li img {
        width: 100%; }
  #certifications a {
    display: block;
    color: #fff;
    padding: 12px 24px;
    width: 180px;
    text-align: center;
    background-color: #121212;
    text-decoration: none;
    margin: 50px auto;
    transition: .5s;
    font-size: 18px; }
    #certifications a:hover {
      background-color: #F04942; }

@media (min-width: 1400px) {
  #contact-wrap.container {
    max-width: 1320px !important; } }
#contact-wrap h2 {
  font-weight: 400;
  letter-spacing: 2px; }
#contact-wrap form input {
  width: 100%;
  padding: 5px; }
#contact-wrap form textarea {
  width: 100%;
  padding: 5px;
  height: 180px; }
#contact-wrap form .count {
  font-size: 13px; }
  #contact-wrap form .count br {
    display: none; }

.contact-name {
  width: 50%; }

.rq {
  font-size: 13px; }

.form-btn input {
  width: 180px !important;
  background-color: #F04942;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none;
  transition: .5s;
  padding: 12px !important; }
  .form-btn input:hover {
    background-color: #d2d2d2; }

@media (max-width: 767px) {
  .contact-info {
    margin-top: 40px !important; } }
.contact-info h4 {
  font-size: 24px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .contact-info h4 {
      font-size: 21px; } }
  .contact-info h4 span {
    color: #F04942;
    font-size: 18px;
    border: 1px solid #F04942;
    padding: 3px 6px;
    font-weight: 400;
    margin-left: 7px;
    position: relative;
    top: -2px; }
    @media (max-width: 991px) {
      .contact-info h4 span {
        margin-left: 0;
        display: block;
        margin-top: 7px;
        width: 88px;
        font-size: 15px; } }
.contact-info p {
  font-size: 16px;
  line-height: 1.7; }
  @media (max-width: 991px) {
    .contact-info p {
      font-size: 15px; } }
  .contact-info p a {
    color: #303030;
    text-decoration: none; }
@media (max-width: 991px) {
  .contact-info iframe {
    height: 200px; } }

.footer-upper {
  background-image: url("images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 50px; }
  .footer-upper h3 {
    font-size: 36px;
    font-weight: 100;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 3px;
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .footer-upper h3 {
        font-size: 32px; } }
    @media (max-width: 991px) {
      .footer-upper h3 {
        font-size: 24px; } }
  .footer-upper h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .footer-upper h4 {
        font-size: 15px; } }
    .footer-upper h4 a {
      color: #373737;
      text-decoration: none; }
  .footer-upper ul {
    padding-left: 0 !important; }
    .footer-upper ul li {
      list-style: none;
      margin-bottom: 5px; }
      .footer-upper ul li a {
        color: #373737;
        text-decoration: none; }
        @media (max-width: 991px) {
          .footer-upper ul li a {
            font-size: 14px;
            display: block; } }
  @media (max-width: 575px) {
    .footer-upper .container {
      padding: 0 !important; } }

#footer-logo {
  margin-bottom: 20px; }
  #footer-logo img {
    width: 240px;
    height: auto; }

.footer-lower {
  background-color: #000;
  padding-top: 40px; }
  .footer-lower h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .footer-lower h3 {
        font-size: 20px; } }
  .footer-lower h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    align-items: center; }
    @media (max-width: 991px) {
      .footer-lower h4 {
        font-size: 14px; } }
    .footer-lower h4 span {
      margin-right: 7px;
      margin-bottom: 3px; }
    .footer-lower h4 span.plant {
      color: #F04942;
      font-size: 12px;
      border: 1px solid #F04942;
      padding: 3px 6px;
      font-weight: 400; }
      @media (max-width: 991px) {
        .footer-lower h4 span.plant {
          margin-left: 0;
          display: block;
          width: 75px; } }
  .footer-lower p {
    color: #fff;
    font-size: 13px;
    line-height: 1.7; }
    .footer-lower p a {
      color: #fff;
      text-decoration: none; }
  .footer-lower a.footer-contact {
    background-color: #F04942;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px; }
  @media (max-width: 575px) {
    .footer-lower .container {
      padding: 0 !important; } }

.copyright {
  margin-top: 40px;
  border-top: 1px solid #373737;
  padding: 18px 0; }

.privacy {
  padding-bottom: 100px; }
  .privacy h2 {
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 1px; }
  .privacy h3 {
    font-weight: 400;
    margin-top: 30px; }
  .privacy h4 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px; }
  .privacy p {
    margin-top: 10px; }
  .privacy a {
    color: #F04942;
    transition: .5s; }
    .privacy a:hover {
      color: #373737; }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  font-size: 1.75rem !important;
  color: #212529 !important;
  margin-bottom: 0.8em !important;
  margin-top: 30px !important;
  font-weight: 400 !important; }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  font-size: 1rem !important;
  color: #212529 !important;
  line-height: 1.7 !important; }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
  font-size: 1rem !important;
  color: #212529 !important;
  line-height: 1.7 !important; }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  margin: 30px 0 15px;
  color: #212529 !important;
  font-weight: 700; }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
  margin: 30px auto !important; }

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
  margin-left: 0 !important;
  padding: 0 !important; }

#ot-sdk-cookie-policy .ot-sdk-container {
  width: 100% !important; }

#ot-sdk-btn.ot-sdk-show-settings {
  color: #F04942 !important;
  border: 1px solid #F04942 !important;
  background-color: #fff;
  transition: .3s !important;
  font-family: 'Open Sans', sans-serif !important; }
  #ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #F04942 !important;
    color: #fff !important; }

#ot-exercise-button {
  font-size: 0.8em;
  border: 1px solid #F04942 !important;
  background-color: #fff;
  transition: .3s !important;
  padding: 0.65em 2em; }
  #ot-exercise-button a {
    text-decoration: none; }
  #ot-exercise-button:hover {
    background-color: #F04942 !important;
    color: #fff !important; }
    #ot-exercise-button:hover a {
      color: #fff !important; }

#hero404 {
  padding: 18vw 0;
  background-image: url("images/slider02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center; }
  @media (max-width: 991px) {
    #hero404 {
      padding: 25vw 0; } }
  @media (max-width: 767px) {
    #hero404 {
      padding: 32vw 0; } }
  @media (max-width: 575px) {
    #hero404 {
      padding: 48vw 0; } }
  #hero404:before {
    background: rgba(0, 0, 0, 0.44);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero-text404 h2 {
  color: #F04942;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: -10px;
  letter-spacing: 10px; }
  @media (max-width: 575px) {
    .hero-text404 h2 {
      font-size: 32px; } }
.hero-text404 p {
  color: #fff;
  margin-top: 20px; }
.hero-text404 a {
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: .5s;
  display: inline-block; }
  .hero-text404 a:hover {
    background-color: #F04942;
    color: #fff; }

/* reCaptcha 位置調整 */
.grecaptcha-badge {
  left: 0px !important;
  width: 70px !important;
  transition: .6s !important;
  opacity: 0; }

.grecaptcha-badge:hover {
  left: 0px !important;
  width: 256px !important;
  right: 0 !important; }
