@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

img {
    max-width: 100%;
}
a img{
    object-fit: cover;
    transition-duration: 0.5s;
}

a img:hover {
    transform: scale(1.15, 1.15);
}

/* スワイパーここから */
.swiper {
    width: 90%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

/* ここまで */

header {
    justify-content: space-around;
}

header a {
    display: block;
}

a {
    text-decoration-line: none;
}

.logo {
    width: 18%;
}

.search {
    width: 41%;
    text-align: center;
}

/* .icon{
    width: 16%;
} */
.icon a {
    margin: 0 10px;
}

#ranking a {
    display: block;
}

#ranking .flex {
    justify-content: space-around;
}

.ran {
    width: 32%;
}

.block {
    width: 34%;
    grid-template-columns: 43% 43%;
    column-gap: 7%;
    row-gap: 3%;
}


.bottan1 {
    width: 18vw;
    align-items: flex-end;
}

.button-23 a {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #2282d7;
    font-weight: 400;
    border: 1px solid #80c1e4;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 300px;
    text-align: center; 
    padding: 16px 64px;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    z-index:999;
    transition: all 0.3s;
  }
  
  .button-23 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 60px;
    height: 1px;
    background: #2282d7;
    transition: all 0.3s ease;
  }
  
  .button-23 a:hover::after {
    animation: OutIn-Line 700ms;
    transition: all 0.3s;
  }
  
  @keyframes OutIn-Line {
      0% {
          -webkit-transform: scale3d(1,1,1);
          transform: scale3d(1,1,1);
          -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0
      }
  
      50% {
          -webkit-transform: scale3d(0,1,1);
          transform: scale3d(0,1,1);
          -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0
      }
  
      50.1% {
          -webkit-transform: scale3d(0,1,1);
          transform: scale3d(0,1,1);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0
      }
  
      100% {
          -webkit-transform: scale3d(1,1,1);
          transform: scale3d(1,1,1);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0
      }
  }

h2 {
    text-align: left;
    max-width: 20px auto;
    padding: 30px;
}

.outlet {
    width: 65%;
    grid-template-columns: repeat(4, 22%);
    column-gap: 4%;

}

#sale a {
    display: block;
}

#new,
#sale,
#apri,
#category,
#cordinate,
#ranking,
#insta,
#news {
    width: 90%;
    margin: 10px auto;
}

#new .flex {
    justify-content: space-between;
}

#new a {
    display: block;

}

.new_wrap {
    margin-left: 80%;
}

#sale .flex {
    justify-content: space-around;
}

footer {
    text-align: center;
}

#insta img {
    width: 80%;
    margin: 0 auto;
}

#cordinate img {
    max-width: 70%;
}

#category a {
    justify-content: space-around;
}

#apri img {
    justify-content: center;
    text-align: center;
}

#category,
#cordinate,
#ranking,
#new,
#sale,
#insta,
#apri,
#news {
    border-bottom: 10px solid #a8c7fa;
}

#category {
    border-top: 10px solid #a8c7fa;
}

/* お知らせ */
.news_list {
    margin: 0 5%;
}

.news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #a8c7fa;
}

.news_list_item:first-child {
    border-top: 1px solid #a8c7fa;
}

.news_list_item a {
    position: relative;
    display: flex;
    padding-right: 30px;
}

.news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.news_item {
    background: #a8c7fa;
    border-radius: 14px;
    width: 6em;
    /* 親要素の文字サイズを基準 */
    text-align: center;
    margin-left: 20px;
}

.arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
}

.arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a {
        font-size: 14px;
    }


}

@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }

    .news_list_item a {
        padding-right: 0;
    }
}

/* ここまで */

/* 検索エンジン */
.search-form-4 {
    margin: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 3px;
}

.search-form-4 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px 5px 0;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-4 input::placeholder {
    color: #797979;
}

.search-form-4 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-4 button::before {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/* ここまで */

/* h2の装飾 */
.heading-16 {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #333333;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2589d0;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

/* ここまで */

/* Topボタン */
.button-20 {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #2589d0;
    position: fixed;
    bottom: 2%;
    right: 10px;
    z-index: 3;
}

.button-20:hover {
    border: 1px solid #2589d0;
    background-color: #fff;
}

.button-20:hover path {
    fill: #2589d0;
}

/* ここまで */
/* パンくずリスト */
.breadcrumb-004 {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 6px 0 6px 18px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #2589d0;
    font-size: .9em;
}

.breadcrumb-004 li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.breadcrumb-004 li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb-004 li:not(:last-child)::before,
.breadcrumb-004 li:not(:last-child)::after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content: '';
}

.breadcrumb-004 li:not(:last-child)::before {
    right: 0;
    border-left: 10px solid #fff;
}

.breadcrumb-004 li:not(:last-child)::after {
    right: 2px;
    border-left: 10px solid #2589d0;
}

.breadcrumb-004 a {
    color: #fff;
    text-decoration: none;
}

/* ここまで */

/* テキストボタン */
/* .btn__{
    display: block;
    margin: 25px auto;
    border-radius: 5px;
}

.btn__ a{
    display: block;
    width: 100px;
    padding: 1em 3em;
    text-align: center;
    color: #a8c7fa;
    background-color: #FFF;
    border: 3px solid #a8c7fa;
    border-radius: 5px;
    font-weight: bold;
}   
.btn_move_01 a{
    transition: 0.3s;
} */

/* @media (hover: hover) {
    .btn_move_01 a:hover{
        transform: translateY(-10px);
        box-shadow: 0 7px 3px #666;
    }
}
@media (hover: none) {
    .btn_move_01 a:active{
        transform: translateY(-10px);
        box-shadow: 0 7px 3px #666;
    }
}             */
     
/* ここまで */