@charset "UTF-8";
@media screen and (max-width: 767px) {
  /* ----------------------------------------
   * PCとスマホ切り替え
   * ---------------------------------------- */
  .br_none {
    display: none;
  }
  .br_sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .box1 .logo_top {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .box1 .logo_top img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .box1 .logo {
    top: 35%;
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .box1 .fadeSlider {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .box1 .fadeSlider span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .box1 .fadeSlider span.fadeSlider_01 {
    background-image: url(../img/index/bg_01.jpg);
    animation: fadeSlideImg01 15s ease-out infinite;
    animation-delay: 1s;
    animation-duration: 20s;
  }
  .box1 .fadeSlider span.fadeSlider_02 {
    opacity: 0;
    background-image: url(../img/index/bg_02.jpg);
    animation: fadeSlideImg02 15s ease-out infinite;
    animation-delay: 1s;
    animation-duration: 20s;
  }
  .box1 .fadeSlider span.fadeSlider_03 {
    opacity: 0;
    background-image: url(../img/index/bg_03.jpg);
    animation: fadeSlideImg03 15s ease-out infinite;
    animation-delay: 1s;
    animation-duration: 20s;
  }
  .box1 .fadeSlider span.fadeSlider_04 {
    opacity: 0;
    background-image: url(../img/index/bg_04.jpg);
    animation: fadeSlideImg04 15s ease-out infinite;
    animation-delay: 1s;
    animation-duration: 20s;
  }
  .box1 .fadeSlider span.fadeSlider_05 {
    opacity: 0;
    background-image: url(../img/index/bg_05.jpg);
    animation: fadeSlideImg05 15s ease-out infinite;
    animation-delay: 1s;
    animation-duration: 20s;
  }
  @keyframes fadeSlideImg01 {
    0% {
      opacity: 1;
    }
    20% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeSlideImg02 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeSlideImg03 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeSlideImg04 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeSlideImg05 {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .box2 .box_news .news_list {
    padding: 2% 0 8%;
  }
  .box2 .box_news .news_list nav {
    width: 90%;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0 3%;
    text-align: right;
  }
  .box2 .box_news .news_list nav a {
    font-size: 0.8rem;
  }
  .box2 .box_news .news_list nav a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c77440;
  }
  .box2 .box_news .news_list nav:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
  .box2 .box_news ul {
    width: 90%;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .box2 .box_news li {
    margin: 0 auto;
    padding: 0;
  }
  .box2 .box_news li a {
    display: block;
    margin: 0;
    padding: 0;
  }
  .box2 .box_news li + li {
    margin-top: 4%;
  }
  .box2 .box_news li p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
    font-weight: normal;
    color: #231c1c;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
  .box2 .box_news li p span {
    display: block;
    margin: 0 0 1% 0;
    padding: 0;
    text-align: left;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
    font-weight: normal;
    color: #848484;
    letter-spacing: 0.05em;
  }
  .box2 .box_news li a:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
  .box2 .circle {
    text-align: center;
    color: #87898c;
    font-size: 1.8rem;
    font-family: eb-garamond, serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
  }
  .box2 .circle::before {
    content: "●";
    font-size: 1.5rem;
    padding: 0 2%;
  }
  .box2 .circle::after {
    content: "●";
    font-size: 1.5rem;
    padding: 0 2%;
  }
  .box2 dl {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 1% 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
  }
  .box2 dl dt, .box2 dl dd {
    color: #231c1c;
  }
  .box2 .box_products .product_list {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
  }
  .box2 .box_products .product_list a {
    font-size: 18px;
    color: #231c1c;
    text-decoration: none;
  }
  .box2 .box_products .product_list > .product_thumb {
    width: 50%;
    padding: 10px;
  }
  .box2 .box_products .product_list .product_thumb img {
    width: 100%;
  }
  .box2 .box_products .product_list .product_thumb .p_info {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    overflow: hidden;
  }
  .box2 .box_products .product_list .product_thumb .p_info .p_option {
    font-size: 0.9em;
  }
  .box2 .box_products .m_button {
    width: 97%;
    background: #bfbfbf;
    text-align: center;
    font-family: eb-garamond, serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 5% auto 10% auto;
  }
  .box2 .box_products .m_button:hover {
    background: #333;
    color: #fff;
  }
  .box2 .box_products .m_button a {
    width: 100%;
    text-decoration: none;
    font-size: 1.7rem;
    color: #fff;
    display: block;
    line-height: 1.2;
    padding: 4% 0;
  }
  .bg-scale_mv a, .bg-scale_ab a, .bg-scale_co a {
    text-align: center;
    padding: 0;
    font-size: 2rem;
  }
  .bg-scale_co {
    position: relative;
    overflow: hidden;
    border-top: none;
    border-bottom: solid 1px #596456;
    text-shadow: 0 0 12px #464646;
    line-height: 420px;
    display: block;
    height: 420px;
  }
  .bg-scale_co:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/index/banner_01.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    transition: all 0.3s ease-out;
  }
  .bg-scale_co:hover:after {
    opacity: 0.8;
    transform: scale(1.2);
  }
  .bg-scale_co .inner {
    z-index: 1;
    position: relative;
  }
  .bg-scale_ab {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: none;
    border-bottom: none;
    text-shadow: 0 0 12px #464646;
    line-height: 420px;
    display: block;
    height: 420px;
  }
  .bg-scale_ab:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/index/banner_02.jpg) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    transition: all 0.3s ease-out;
  }
  .bg-scale_ab:hover:after {
    opacity: 0.8;
    transform: scale(1.2);
  }
  .bg-scale_ab .inner {
    z-index: 1;
    position: relative;
  }
  .bg-scale_mv {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: none;
    border-bottom: none;
    text-shadow: 0 0 12px #464646;
    line-height: 420px;
    display: block;
    height: 420px;
  }
  .bg-scale_mv:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 101%;
    top: 0;
    background: url(../img/index/sp_bg_mv.png), url(../img/index/banner_03.jpg) no-repeat center center;
    background-position: 70%;
    -ms-background-size: cover;
    background-size: cover;
    transition: all 0.3s ease-out;
  }
  .bg-scale_mv:hover:after {
    opacity: 0.8;
    transform: scale(1.2);
  }
  .bg-scale_mv .inner {
    z-index: 1;
    position: relative;
  }
}/*# sourceMappingURL=index_sp.css.map */