@charset "utf-8";

body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    color:#3f3f3f;
    letter-spacing: 1px;
    margin: 0;
  }

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgb(30, 30, 30);
    border: solid 2px rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
    transform: translateY(20%) rotate(-45deg);
}

header {
    height: 70px;
    background-color: rgb(30, 30, 30);
    width: 100%;
    position: fixed;
    z-index: 2;
}


.header-container {
    width: 90%;
    margin: 0 auto;
}

.header-container i {
    font-size: 38px;
    float: left;
    line-height: 70px;
}


.logo-white {
    float: left;
    height: 40px;
    width: 300px;
    text-align: center;
    padding: 6px 0 0 30px;
}


.header ul {
    float: right;
    display: flex;
    list-style: none;
}

.header li {
    display:flex;
    align-items: center;
}

.header-icon img {
    width: 30px;
    padding: 3px 0 0 40px;
}

.top-img img {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
}

.new-item {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #3f3f3f;
    position: relative;
    z-index: -1;
    padding: 5px 0;
    margin: 50px auto 80px;
    width: 60%;
}

h2::before {
    background: rgb(30, 30, 30);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
    z-index: -1;
}

.new-item:hover h2 {
    color: rgb(255, 255, 255);
}

.new-item:hover h2::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.series:hover h2 {
    color: rgb(255, 255, 255);
}

.series:hover h2::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.shop:hover h2 {
    color: rgb(255, 255, 255);
}

.shop:hover h2::before {
    transform-origin: left top;
    transform: scale(1,1);
}

.news:hover h2 {
    color: rgb(255, 255, 255);
}

.news:hover h2::before {
    transform-origin: left top;
    transform: scale(1,1);
}


.new-item ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 50%;
    align-items: center;
    position: relative;
}

.new-item li {
    display: flex;
    flex: auto;
    width: 50%;
    position: relative;
    cursor : pointer;
}

.new-item img {    
    width: 100%;
    transition: opacity 0.5s;
    z-index: -1;
}

.new-item-li5 {
    position: absolute;
    bottom: 360px;
    background-image: linear-gradient(143deg, rgba(135, 250, 255, 0.73), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 70, 171, 0.58), rgba(255, 255, 255, 0)), conic-gradient(at 50% 0%, rgba(224, 223, 6, 0.5) 0deg, rgba(255, 254, 4, 0.5) 215deg, rgba(255, 255, 255, 0) 360deg), conic-gradient(at 100% 44%, rgba(225, 3, 3, 0.5) 0deg, rgba(255, 255, 255, 0) 360deg);
    width: 250px;
    height: 150px;
    margin: 0 300px;
    z-index: 1;
    display: flex;
    flex-flow: column;
    margin-bottom: -150px;
}

.new-item-li5 p:first-of-type {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    opacity:1;
    align-items: center;
    justify-content: center;
    margin: 18px 0 0;
}

.new-item-li5 p:nth-of-type(2) {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 70px;
    font-weight: 500;
    font-size: 70px;
    font-family: 'Josefin Sans';
    opacity:1;
    align-items: center;
    justify-content: center;
    margin: 0;
}


.new-item-li1:hover img:first-of-type {
    opacity: 0;
}
.new-item-li1 img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.new-item-li1:hover img:last-of-type {
    opacity: 1;
}


.new-item-li2:hover img:first-of-type {
    opacity: 0;
}
.new-item-li2 img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.new-item-li2:hover img:last-of-type {
    opacity: 1;
}

.new-item-li3:hover img:first-of-type {
    opacity: 0;
}
.new-item-li3 img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.new-item-li3:hover img:last-of-type {
    opacity: 1;
}

.new-item-li4:hover img:first-of-type {
    opacity: 0;
}
.new-item-li4 img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.new-item-li4:hover img:last-of-type {
    opacity: 1;
}


.series {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
}

.series ul {
    margin: 0 auto;
    display: flex;
    list-style: none;
    width: 60%;
    padding: 0;
    z-index: -1;
}

.series li {
    display:flex;
    align-items: center;
    margin: 0 30px;
    padding: 0;
    width: 60%;
    overflow: hidden;
}

.series img {
    cursor : pointer;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.series li:nth-of-type(1) {
    border: solid 1px #c5c5c5;
}

.img_wrap {
    border: 1px solid #ddd;
    margin: 0 auto;
    overflow: hidden;
    background: rgb(30, 30, 30);
    position: relative;
    justify-content: center;
  }

.img_wrap img{
    width: 100%;
    height: auto;
    cursor: pointer;
  }

.img_wrap:hover img{
    opacity: 0.4;
    transition-duration: 0.3s;
    transform: scale(1.1, 1.1);
  }

.img_wrap p {
    /* 文字表示 */
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 25px;
    transition-duration: 0.3s;
    opacity: 0;
  }

.img_wrap p::after {
    /* 下線表示 */
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    }


.img_wrap:hover p::after {
    transform: scale(1, 1);
  } /* 親要素（img_wrap）から子要素（p）への指示は可能
  　　　【参考サイト】https://qiita.com/Jinta/items/01cd35ba35c7e00aef47 */

.img_wrap:hover p {
    opacity: 1;
  }


.shop {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
}

.shop-list {
    margin: 0 auto;
    display: flex;
    width: 50%;
}

.shop-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
}


.shop-list li {
    width: 100%;
    position: relative;
}

.shop-list a {
    text-decoration: none;
    display:flex;
    margin: 0 auto;
}

.shop-list p {
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

.shop-list p {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(30, 30, 30);
    color: rgb(30, 30, 30);
    display: block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    width: 200px;
    height: 25px;
    padding: 15px 30px;
    text-align: center;
    transition: 0.2s;
  }

.shop-list li:hover p {
    border-radius: 50px;
    background: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    transition: 1s;
  }

.shop-list div {
    display: flex;
    opacity: 0;
    width: 0;
    height: 25px;
}

.shop-list li:hover div {
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-size: 15px;
    width: 70%;
    opacity: 1;
    padding: 15px 0 15px 40px;
    margin: 20px 0;
    transition: 0.7s;
}



.news {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
}

.news-list ul {
    list-style: none;
    margin: 0 auto;
    align-items: center;
    width: 40%;
    padding: 0;
}

.news-list li {
    margin: 0 auto 40px;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #3f3f3f;
    letter-spacing: 2px;
    box-sizing: border-box;
    width: 90%;
    border-bottom: solid #d4d4d4 1px;
    padding: 10px;
}

.news-list a {
    position: relative;
    text-decoration: none;
    color: #3f3f3f;
}

.news-list a::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: -15px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #555;   /* 好みで色を変えてください */  
}

.date {
    margin-left: 10px;
    margin-right: 60px;
}


footer {
    height: 400px;
    background-color: rgb(30, 30, 30);
    width: 100%;
    color: #fff;
}

.footer-container {
    width: 90%;
    padding: 100px 0;
    margin: 0 auto;
}


.footer-logo {
    height: 40px;
    width: 300px;
    text-align: center;
    float: left;
}

.sns-icon {
    padding: 20px 0;
}

.sns-icon i {
    margin: 0 10px;
    font-size: 25px;
}

.footer-contents {
    float: right;
}

.footer-contents ul {
    padding: 0 60px;
    list-style: none;
    float: right;
}

.footer-contents li {
    margin-bottom: 10px;
}

.footer-contents a {
    color: #fff;
    text-decoration: none;
}
