@charset "UTF-8";
h2.top-title {
  font-size: 40px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    h2.top-title {
      font-size: 26px; } }

/*------------------------------------------------------
　メインビジュアル
-------------------------------------------------------*/
#visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin-top: -50vh;
  overflow: hidden; }

video {
  position: absolute;
  background-size: cover; }

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%); } }
@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 115%;
    left: 50%;
    transform: translateX(-50%); } }
@media screen and (max-width: 768px) {
  #visual-warp {
    background: #000; } }
#mainvisual {
  height: 700px;
  overflow: hidden;
  position: relative;
  background: #000; }
  @media screen and (max-width: 768px) {
    #mainvisual {
      height: 600px; } }
  #mainvisual .ml-slider {
    height: 100%; }
    #mainvisual .ml-slider div {
      height: 100%; }
      #mainvisual .ml-slider div ul {
        height: 100%; }
        #mainvisual .ml-slider div ul li {
          height: 100%; }
          #mainvisual .ml-slider div ul li img {
            height: 100%;
            object-fit: cover; }
  #mainvisual .slide-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }
    #mainvisual .slide-main .slick-list,
    #mainvisual .slide-main .slick-track {
      width: 100%;
      height: 100%; }
    #mainvisual .slide-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #mainvisual .visualWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #mainvisual .visualWrap {
        padding: 0; } }
    #mainvisual .visualWrap .row {
      height: 100%; }
    #mainvisual .visualWrap:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
    #mainvisual .visualWrap .inner {
      position: relative;
      color: white;
      font-weight: bold;
      width: 100%;
      max-width: 1200px;
      height: 100%;
      justify-content: center;
      display: flex;
      align-items: center; }
      #mainvisual .visualWrap .inner p {
        font-family: "Shippori Mincho B1", serif;
        writing-mode: vertical-rl;
        text-align: center;
        justify-content: center;
        width: 2em;
        margin: auto;
        letter-spacing: 0.2em;
        font-size: 36px;
        display: block;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #mainvisual .visualWrap .inner p {
            font-size: 26px; } }
      @media screen and (max-width: 768px) {
        #mainvisual .visualWrap .inner {
          padding: 5%; } }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1);
    /* 拡大率 */ } }
.add-animation {
  animation: fadezoom 15s 0s forwards; }

/*------------------------------------------------------
 お知らせ
-------------------------------------------------------*/
section.news {
  background: url("../img/top/bg-target.webp");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: left 0 top -200px;
  padding: 100px 10px;
  max-width: 1600px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    section.news {
      background: url("../img/top/bg-target.webp");
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: left -50px top -70px; } }
  section.news .news-list-wrap {
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    section.news {
      text-align: center;
      padding: 50px 10px; } }

/*------------------------------------------------------
 ギャラりー
-------------------------------------------------------*/
section.gallery-top {
  display: flex; }
  section.gallery-top div {
    width: 25%;
    padding-bottom: 40%;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.gallery-top div {
        padding-bottom: 80%; } }
    section.gallery-top div img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover; }

/*------------------------------------------------------
 小さな弓で、大きな感動を。
-------------------------------------------------------*/
section.setsumei {
  padding: 100px 0; }
  section.setsumei .setsumei-item-first {
    display: flex;
    align-items: center;
    gap: 60px; }
    @media screen and (max-width: 768px) {
      section.setsumei .setsumei-item-first {
        gap: 0;
        flex-wrap: wrap; } }
    section.setsumei .setsumei-item-first .setsumei-image {
      width: 45%;
      position: relative;
      padding-bottom: 600px; }
      @media screen and (max-width: 768px) {
        section.setsumei .setsumei-item-first .setsumei-image {
          width: 85%;
          padding-bottom: 400px; } }
      section.setsumei .setsumei-item-first .setsumei-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media screen and (max-width: 768px) {
      section.setsumei .setsumei-item-first .setsumei-word {
        width: 15%; } }
    section.setsumei .setsumei-item-first .setsumei-word p {
      font-family: "Shippori Mincho B1", serif;
      writing-mode: vertical-rl;
      text-align: center;
      justify-content: center;
      width: 2em;
      margin: auto;
      letter-spacing: 0.2em;
      font-size: 32px;
      display: block;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        section.setsumei .setsumei-item-first .setsumei-word p {
          font-size: 20px; } }
    section.setsumei .setsumei-item-first .setsumei-content {
      flex: 1;
      margin-right: calc(50% - 600px);
      padding-right: 10px; }
      @media screen and (max-width: 1210px) {
        section.setsumei .setsumei-item-first .setsumei-content {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        section.setsumei .setsumei-item-first .setsumei-content {
          padding: 0 20px;
          margin-top: 40px; } }
  section.setsumei h3 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 34px;
    padding-left: 2em;
    background: url("../img/top/chara.svg");
    background-repeat: no-repeat;
    background-position: top 0 left;
    background-size: 1.5em;
    margin-bottom: 2em; }
    @media screen and (max-width: 768px) {
      section.setsumei h3 {
        font-size: 22px;
        margin-bottom: 1.8em;
        padding-left: 0;
        padding-top: 3em;
        background: url("../img/top/chara.svg");
        background-repeat: no-repeat;
        background-position: top 0 center;
        background-size: 2.2em;
        margin-bottom: 2em;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    section.setsumei .textright {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    section.setsumei .inner {
      padding: 0 20px; } }
  section.setsumei .text-big {
    margin-top: 2em;
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif; }
    @media screen and (max-width: 768px) {
      section.setsumei .text-big {
        font-size: 18px; } }
  section.setsumei p {
    font-size: 14px;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      section.setsumei p {
        font-size: 13px; } }
  @media screen and (max-width: 768px) {
    section.setsumei .setsumei-word {
      width: 15%; } }
  section.setsumei .setsumei-word p {
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    justify-content: center;
    margin: auto;
    letter-spacing: 0.2em;
    font-size: 32px;
    display: block;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      section.setsumei .setsumei-word p {
        font-size: 20px; } }
  section.setsumei .setsumei-item {
    align-items: center;
    margin-top: 100px;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      section.setsumei .setsumei-item {
        margin-top: 70px;
        gap: 0; } }
    section.setsumei .setsumei-item .setsumei-image {
      padding: 0; }
    section.setsumei .setsumei-item .setsumei-content {
      flex: 1; }
      @media screen and (max-width: 768px) {
        section.setsumei .setsumei-item .setsumei-content {
          margin-top: 30px;
          padding: 0 20px; } }
  section.setsumei .setsumei-item.last {
    margin-top: 0; }

/*------------------------------------------------------
 弓具販売
-------------------------------------------------------*/
section.sale {
  background: url("../img/common/bg.webp");
  background-size: 140px;
  padding: 100px 0; }
  section.sale h2 {
    text-align: center;
    font-size: 40px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      section.sale h2 {
        font-size: 26px; } }
  @media screen and (max-width: 768px) {
    section.sale .container {
      padding: 0; } }
  section.sale .sale-item {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.sale .sale-item {
        flex-wrap: wrap; } }
    section.sale .sale-item .sale-image {
      width: 40%; }
      @media screen and (max-width: 768px) {
        section.sale .sale-item .sale-image {
          width: 75%; } }
    section.sale .sale-item .sale-text {
      width: 20%; }
      @media screen and (max-width: 768px) {
        section.sale .sale-item .sale-text {
          width: 25%; } }
      section.sale .sale-item .sale-text p {
        font-family: "Shippori Mincho B1", serif;
        writing-mode: vertical-rl;
        text-align: center;
        justify-content: center;
        width: 2em;
        margin: auto;
        letter-spacing: 0.2em;
        font-size: 32px;
        display: block;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          section.sale .sale-item .sale-text p {
            font-size: 22px; } }
    section.sale .sale-item .sale-content {
      width: 40%; }
      section.sale .sale-item .sale-content p {
        line-height: 3;
        font-weight: 300; }
      @media screen and (max-width: 768px) {
        section.sale .sale-item .sale-content {
          width: 100%;
          padding: 40px 40px 0 40px; }
          section.sale .sale-item .sale-content p {
            line-height: 2; } }

/*------------------------------------------------------
 バナースライド
-------------------------------------------------------*/
section.banner-box {
  padding: 30px 0;
  background: rgba(153, 134, 117, 0.5); }
  section.banner-box ul.banner-slide li.slick-slide {
    padding: 20px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all  0.25s;
    pointer-events: none; }
    section.banner-box ul.banner-slide li.slick-slide.slick-cloned {
      opacity: 0; }
    section.banner-box ul.banner-slide li.slick-slide.slick-active {
      opacity: 1;
      pointer-events: auto; }
    section.banner-box ul.banner-slide li.slick-slide img {
      margin: auto; }
