@charset "utf-8";

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    /* 親要素の文字色と同じ色  */
    color: inherit;
    text-decoration: none;
    font-family: Libre Baskerville;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: bottom;
}

body {
    margin: 0;
    font-family: Libre Baskerville;
}

/* ヘッダー内にタイトルとナビゲーションを上下で中央揃え */
header {
    padding: 45px 0;
    text-align: center;
    color: #a396e2;
    position: relative;
}

/* ナビゲーションリンクのスタイル */
nav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

nav li {
    margin: 0 21px;
}

h2 {
    color: #fff;
    opacity: 0.8;
    font-weight: lighter;
    position: absolute;
    text-align: right;
    right: 100px;
    bottom: 110px;
    font-size: 18px;
    white-space: nowrap;
    /* 折り返しを防ぐ */
    overflow: hidden;
}

.toggle-menu-button {
    display: none;
}

/* 右アイコン */
body>div {
    position: relative;
}

.isPC {
    display: block;
    margin-left: auto;
    position: sticky;
    right: 0;
    top: 0;
}

main {
    margin-top: -502px;
}

@media (min-width: 768px) {
    .main-nav {
        width: 64px;
        padding-top: 250px;
        pointer-events: none;
    }
}

.main-nav .centered-inner {
    position: sticky;
    top: 25px;
    display: flex;
    flex-flow: column nowrap;
    pointer-events: auto;
}

.main-nav a:not(:last-child) {
    margin-bottom: 45px;
}

.main-nav a {
    display: block;
    margin: 0 auto;
}

.main-nav .main-menu-toggle .hamburger-menu {
    width: 18px;
    height: 15px;
    top: 0px;
    right: 0px;
    position: relative;
}

.main-nav .main-menu-toggle .hamburger-menu .line1 {
    transform: translateY(-7.5px);
}

.main-nav .main-menu-toggle .hamburger-menu .line2 {
    transform: translateY(0);
}

.main-nav .main-menu-toggle .hamburger-menu .line3 {
    transform: translateY(7.5px);
}

.main-nav .main-menu-toggle .hamburger-menu .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #212121;
    /* transition: 0.5s; */
}

.main-nav .favorite-btn {
    width: auto;
}

a:visited {
    text-decoration: none;
}

.main-nav a .black-icon {
    display: block;
}

.main-nav a .icon {
    /* display: none; */
    transition: filter 0.5s;
}

.main-nav a.cart-btn {
    position: relative;
}

/* .main-nav a.cart-btn .cart-num {
  display: block;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 19px;
  height: 19px;
  background: #988666;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
} */

a {
    transition: color .5s ease, opacity .5s ease;
}

/* 検索窓 */
.searchBox-PC {
    height: 120px;
    padding: 45px;
    border-radius: 8px;
    top: 300px;
    right: -185px;
}

@media only screen and (min-width: 751px) {
    .searchBox {
        width: 400px;
        transform: translate(-50%, 0);
    }
}

.searchBox {
    position: absolute;
    top: 55px;
    z-index: 999999;
    display: none;
    box-sizing: border-box;
    padding: 13px 13px 13px 13px;
    height: 50px;
    background-color: #f6f6f6;
    border-radius: 8px;
}

@media only screen and (min-width: 751px) {
    .searchBox-PC::after {
        left: 90%;
    }
}

@media only screen and (min-width: 751px) {
    .searchBox::after {
        left: 52%;
        margin-left: -11px;
    }
}

.searchBox::after {
    position: absolute;
    top: -11px;
    display: block;
    width: 21px;
    height: 11px;
    background: url(/assets/front/agete/img/common/arrow_gnav_searchbox.png) no-repeat;
    background-position: 0 0;
    background-size: 21px 11px;
    content: '';
    left: 50%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 751px) {
    .searchBox .search-form input[type='text'] {
        font-size: 14px;
        height: 40px;
        padding: 10px;
    }
}

.searchBox .search-form input[type='text'] {
    width: 90%;
    border-bottom: none;
    background: #ffffff;
    font-size: 12px;
    height: 30px;
    padding: 10px 0 10px 5px;
}

.searchBox input[type='text'] {
    display: inline-block;
    margin: 0;
    width: 90%;
    outline: none;
    border: none;
    border-bottom: .1px solid #b6b5b6;
    border-radius: 0;
    background: #f6f6f6;
    box-shadow: none;
    color: #424242;
    color: #464545;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"] {
    box-shadow: none;
}

.searchBox .search-form .search-submit-btn {
    width: 10%;
    position: relative;
}

.searchBox .search-form .search-icon-submit {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    opacity: 1;
    transition: opacity .5s ease;
}

@media only screen and (min-width: 751px) {
    .searchBox .search-form {
        width: 100%;
        transform: translate(-7%, -10%);
    }
}

.searchBox .search-form {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    width: 90%;
    transform: translate(1%, -10%);
}

.searchBox input[type='button'] {
    position: absolute;
    top: 17px;
    right: 13px;
    width: 14px;
    height: 14px;
    outline: none;
    border: none;
    border-radius: 0;
    background: url() no-repeat;
    background-position: 0 0;
    background-size: 14px 14px;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* 検索窓終了 */

.title {
    margin-top: 130px;
    margin-left: 180px;
    color: #3a276c;
    font-size: 24px;
}

.item-list {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    row-gap: 30px;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 180px;
    padding-right: 160px;
    overflow: hidden;
}

.item-list li {
    text-align: center;
}

.item-list img {
    width: 260px;
}

.slick-slide img {
    margin: 0 auto;
}

.item-list p {
    margin-top: 15px;
    text-align: center;
}

.site-menu a {
    white-space: nowrap;
    overflow: hidden;
}

.item-list .c {
    box-shadow: 11px 11px 5px rgba(163, 165, 93, 0.6);
}

.jewelry {
    margin-top: 180px;
    margin-bottom: 50px;
    overflow: hidden;
}

.ranking {
    background-color: rgba(104, 75, 40, 0.32);
    padding-bottom: 45px;
    color: #3a276c;
}

h4 {
    margin-top: 150px;
    margin-left: 50px;
    font-size: 29px;
    padding-top: 50px;
}

.rank {
    display: flex;
    padding: 40px 50px 10px;
    text-align: center;
    overflow: hidden;
}

.rank li {
    padding-left: 15px;
    /* flex-wrap: nowrap; */
    flex-shrink: 0;
}

.rank dl {
    margin-top: 15px;
}

.ra {
    width: 260px;
}

.c {
    cursor: pointer;
}

.c:hover {
    scale: 1.05;
    transition: scale 0.3s;
}

.wedding {
    display: flex;
    justify-content: center;
    padding-top: 420px;
    padding-bottom: 150px;
    color: #a396e2;
    text-align: center;
    align-items: center;
    gap: 50px;
}

.b {
    font-size: 38px;
    padding-top: 20px;
}

.w {
    font-size: 29px;
    font-family: "Noto Serif TC", serif;
    padding-top: 25px;
}

.we {
    background-color: #3a276c;
    width: 500px;
    height: 650px;
    padding-top: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.bri {
    font-family: "Noto Serif TC", serif;
    padding-top: 40px;
    line-height: 40px;
}

.wedding img {
    width: 500px;
    overflow: hidden;
}

h6 {
    margin-top: 150px;
    font-size: 32px;
    text-align: center;
}

.instagram {
    padding-top: 11px;
    padding-bottom: 100px;
    text-align: center;
    color: #3a276c;
    ;
}

.insta {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-bottom: 15px;
}

.insta img {
    width: 250px;
    height: auto;
}

.f {
    display: flex;
    justify-content: space-between;
}

footer {
    color: #a396e2;
    background-color: #3a276c;
    padding: 30px 0 30px;
}

.t {
    font-size: 32px;
    padding-top: 25px;
    padding-left: 150px;
}

.foot {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 50px;
    row-gap: 15px;
}

.foot a {
    white-space: nowrap;
    overflow: hidden;
}

.j {
    font-size: 24px;
}

.news {
    display: flex;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 150px;
    gap: 31px;
}

.news li a {
    font-family: "Noto Serif TC", serif;
    font-weight: bold;
    white-space: nowrap;
    /* 文字の折り返しを防ぐ */
    overflow: hidden;
}

.sta {
    cursor: pointer;
    padding: 25px;
}

.sta img:hover {
    scale: 1.03;
    transition: scale 0.3s;
}

.l {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-top: 220px;
    padding-bottom: 250px;
    cursor: pointer;
    color: #3a276c;
}

h6 {
    color: #3a276c;
}

.l img:hover {
    scale: 1.03;
    transition: scale 0.3s;
}

.l img {
    width: 500px;
}

.copyright {
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
    font-family: Libre Baskerville;
    text-align: center;
}

.img {
    height: 100vh;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.jewelry img {
    max-width: 100%;
    height: auto;
}

.view-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 240px;
    margin: 0 auto;
    padding: .9em 3em .9em 0em;
    border: 3px solid #3a276c;
    border-radius: 8px;
    background-color: #fff;
    color: #3a276c;
    font-size: 1em;
    font-family: Libre Baskerville;
    margin-top: 50px;
}

.view-button:after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #3a276c;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.view-button:hover::after  {
    transform: translateY(-50%) scaleX(1.4);
}

.more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 240px;
    margin: 0 auto;
    padding: .9em 3em .9em 0em;
    border: 3px solid #a396e2;
    border-radius: 8px;
    background-color: #3a276c;
    color: #a396e2;
    font-size: 1em;
    font-family: Libre Baskerville;
    margin-top: 50px;
}

.more-button:after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
     background-color: #a396e2;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.more-button:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}