/* 共通 */

/* 日本語
    font-family: source-han-sans-japanese, sans-serif;
    font-family: yu-gothic-pr6n, sans-serif;
*/
/* 英数字
    font-family: futura-pt, sans-serif;
*/

    .sp_only{
        display:block;
    }
    .pc_only{
        display:none;
    }

section h2{
    font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
    text-align: center;
    color: #E7264A;
    font-size:35px;
    line-height: 1.6;
    letter-spacing:8px;
    margin:0 0 30px;
}
section h2 span{
    display:block;
    font-size:15px;
    letter-spacing:5px;
}

section h2::before{
    content:"";
    background-image:url(/ir/100th/images/icon-mizuhiki.svg);
    background-size:contain;
    background-repeat:no-repeat;
    display: block;
    width: 80px;
    height: 30px;
    margin: 0 auto;
}

.lp section p{
    letter-spacing: 3px;
}

@media only screen and (min-width: 767px){
section h2{
    font-size:40px;
}
    
.sp_only{
    display:none;
}
    .pc_only{
        display:block;
    }
}


/* フェードインアニメーション */

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s cubic-bezier(.33,1,.68,1) forwards;
    visibility: visible !important;
}

.js-target{
  visibility: hidden;
}

.delay-0 { animation-delay: 0s; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.7s; }
.delay-3 { animation-delay: 2.5s; }


@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

article{
    background: #F9F9F9;
}

.main-area{
    position: relative;
    font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
    text-align: center;
    color: #E7264A;
    max-width: none;
    letter-spacing: 4px;
    min-height: 600px;
    padding: 260px 0 0;
}

/* キラキラ */
.stars {
  position: relative;
  width: 100%; 
  overflow: hidden;
}

.star {
  position: absolute;
  background-image: url(/ir/100th/images/img-star-red.svg);
  background-size: contain;
  opacity: 1;
  z-index: -1;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    /* opacity: 0; */
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    /* opacity: 0; */
    transform: scale(1);
  }
}

@media only screen and (min-width: 767px){
    .main-area{
    padding: 100px 0 30px;
    }
}

@media only screen and (max-width: 767px){
    .main-area::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(/ir/100th/images/main-t.png), url(/ir/100th/images/main-b.png);
        top: 0;
        left: 0;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center top, center bottom !important;
        z-index: 5;
        pointer-events: none;
    }
    .lp .main-area::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(/ir/100th/images/main-t-lp.png), url(/ir/100th/images/main-b-lp.png);
        top: 0;
        left: 0;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center top, center bottom !important;
        z-index: 5;
        pointer-events: none;
    }
}
@media only screen and (min-width: 768px){
    .main-area::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(/ir/100th/images/main-l.png), url(/ir/100th/images/main-r.png);
        top: 0px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .lp .main-area::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(/ir/100th/images/main-l-lp.png), url(/ir/100th/images/main-r-lp.png);
        top: 0px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 830px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .main-area::before {
        background-position: -300px 50%, calc(100% + 300px) 50% !important;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
    .main-area::before {
        background-position: -100px 0px, calc(100% + 100px) 0px !important;
    }
    .star{
        margin-top:-50px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-area::before {
        background-position: -120px 0px, calc(100% + 120px) 0px !important;
    }
}
@media only screen and (min-width: 1600px) {
    .main-area::before {
        background-position: left 0px, right 0px !important;
    }
    .star{
        margin-left:120px;
        margin-right:120px;
    }
}


.main-area .inner{
    position: relative;
    display: inline-block;
    width: 80vh;
    height: 80vh;
    text-align: center;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    min-width: 650px;
    min-height: 650px;
}

.main-txt-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: auto;
    height: auto;
    width: max-content;
    text-align:center;
}

@media only screen and (max-width: 767px){
    .main-area .inner {
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 580px;
    height: 580px;
    min-width: 200px;
    min-height: 200px;
}
}

@media only screen and (max-width: 1450px){
    .main-txt-wrap{
    /* top: 75px; */
}
}
/* カウントダウン — ティザーのみ */

.main-countdown{
    font-weight: bold;
    margin: 25px 0;
}
.main-countdown p{
    display: inline-block;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 5px 0 0;
    width: 85px;
}

.main-countdown .timer{
    color: #FFF;
    background: #E7264A;
    font-size: 180px;
    border-radius: 5px;
    padding: 10px 15px 10px 30px;
    letter-spacing: 20px;
    line-height: 0.9;
    width: fit-content;
}
@media only screen and (max-width: 767px){
    .main-countdown p {
    font-size: 24px;
    margin: 0;
    width: 60px;
}
.main-countdown .timer {
    font-size: 120px !important;
    padding: 5px 5px 5px 15px;
    letter-spacing: 10px;
}
}

@media only screen and (max-width: 1450px){
    .main-countdown .timer{
    font-size: 160px;
}
}

/* H1・リード文 */ 

.main-area h1{
    font-size: 30px;
    margin: 10px 0px;
}

.main-area .main-lead-txt{
    color:#06429A;
    font-size: 1rem;
    font-family: yu-gothic-pr6n, sans-serif;
}

.lp .main-area h1{
    margin: 20px auto;
    letter-spacing:5px;
}

.main-logo{
    width:80%;
    margin:0 auto;
    
}
@media only screen and (max-width: 767px){
    .main-area h1 {
    font-size: 20px;
    line-height: 1.5;
    }
    .main-area .main-lead-txt {
    letter-spacing: 3px;
    font-size: 13px;
    }
    
}

@media only screen and (min-width: 767px ) and ( max-width: 1450px){
    .main-area h1 {
    font-size: 25px;
    }
}

/* キャッチコピーアニメーション */
.lp .main-area .main-title {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.lp .main-area .main-title.-visible span {
  transform: translate(0, 0);
}

.lp .main-area .main-title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.lp .main-area .main-title span:nth-child(2) {
  transition-delay: 0.06s;
}
.lp .main-area .main-title span:nth-child(3) {
  transition-delay: 0.12s;
}
.lp .main-area .main-title span:nth-child(4) {
  transition-delay: 0.18s;
}
.lp .main-area .main-title span:nth-child(5) {
  transition-delay: 0.24s;
}
.lp .main-area .main-title span:nth-child(6) {
  transition-delay: 0.30s;
}
.lp .main-area .main-title span:nth-child(7) {
  transition-delay: 0.36s;
}
.lp .main-area .main-title span:nth-child(8) {
  transition-delay: 0.42s;
}
.lp .main-area .main-title span:nth-child(9) {
  transition-delay: 0.48s;
}
.lp .main-area .main-title span:nth-child(10) {
  transition-delay: 0.54s;
}
.lp .main-area .main-title span:nth-child(11) {
  transition-delay: 0.6s;
}
.lp .main-area .main-title span:nth-child(12) {
  transition-delay: 0.66s;
}
.lp .main-area .main-title span:nth-child(13) {
  transition-delay: 0.72s;
}
.lp .main-area .main-title span:nth-child(14) {
  transition-delay: 0.78s;
}


/* SNSシェア */

.main-sns{
    font-weight:bold;
    justify-items: center;
}

.lp .main-sns{
    position:absolute;
    right: 10px;
    top: 80px;
}

.main-sns-lead{
    font-size: 0.8rem;
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 2.5px;
}

.main-sns img{
    height:30px;
    margin: 5px 0 20px;
}

.main-sns .main-sns-copy{
    background: #E7264A;
    color:#FFF;
    border: 3px solid #E7264A;
        border-radius: 5px;
    width:fit-content;
    display:flex;
    padding: 0 40px 0 15px;
    margin: 0 auto 1em;
    font-size:1.5rem;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.main-sns .main-sns-copy:hover{
    background:#FFF;
    color:#E7264A;
}
@media only screen and (max-width: 767px){
.main-sns .main-sns-copy {
    font-size: 17px;
}
}

.main-sns .main-sns-copy::after {
  content:"";
  position: absolute;
    right: 8px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url(/ir/100th/images/icon-copy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.main-sns .main-sns-copy::before {
  content:"";
  position: absolute;
    right: 8px; /* ::after と同じ位置 */
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url(/ir/100th/images/icon-copy_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-sns .main-sns-copy:hover::before {
  opacity: 1;
}
.main-sns .main-sns-copy:hover::after {
  opacity: 0;
}
.main-sns ul.main-sns-icon{
    display:flex;
    column-gap:30px;
    justify-content: center;
}
.lp .main-sns ul.main-sns-icon{
    column-gap:20px;
}

.main-sns ul.main-sns-icon li img{
    height: 40px;
    margin: 0px;
}

.lp .main-sns ul.main-sns-icon li img{
    height: 25px;
}

@media only screen and (max-width: 767px){
.main-sns .main-sns-copy::after {
  top: 4px;
}
.main-sns .main-sns-copy::before {
  top: 4px;
}

.main-sns ul.main-sns-icon li img{
 height: 30px;
}
    .main-sns ul.main-sns-icon{
    column-gap:20px;
}
}


/* スクロール */
.main-scroll {
  position: relative;
}

.main-scroll-text {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.main-scroll-border {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

/* 縦線 */
.main-scroll-border::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #e7264a;
  animation: scrollbar 2s ease-in-out infinite;
}

/* ↓ の左右の斜め */
.main-scroll-border::after {
  content: "";
  position: absolute;
    width: 12px;  /* 矢印の幅 */
  height: 12px;
  left: 50%;
  top: 55px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #e7264a;
  border-bottom: 2px solid #e7264a;
  animation: arrow 2s ease-out infinite;
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 40px;
  }
  100% {
    top: 100%;
  }
}

@keyframes arrow {
  0% {
    top: -15px;
  }
  30% {
    opacity: 1;
    top: 43px;
  }
    100% {
    top: 100%;
  }
}

@media only screen and (min-width: 767px ){
    .main-scroll-text {
  font-size: 20px;
}

}


/* サイドナビ */

.side-nav{
    position:sticky;
    top: 40%;
    width: fit-content;
    right: 0;
    color: #e7264a;
    justify-self: right;
    z-index: 10;
    transition: color 0.1s;
    margin: 100px 0 -200px;
}

.side-nav ul{
    display:flex;
    flex-direction: column;
    position: static;
    width: fit-content;
    align-items: flex-end;
    justify-self: right;
}

.side-nav li{
    width:auto;
}

.side-nav a{
    position:sticky;
    display:inline-block;
    color: inherit;
    text-align: right;
    letter-spacing:5px;
    line-height: 30px;
}

.side-nav a::after {
  background-color: #e7264a; 
  bottom: -5px;
  content: "";
  height: 2px;
  right: 13px;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  width: 85%;
}

.side-nav a:hover::after {
  bottom: 3px;
  opacity: 1;
}

/* 白背景 → 赤文字 */
.side-nav.is-white {
  color:#e7264a;
}

/* 黒・赤背景 → 白文字 */
.side-nav.is-black,
.side-nav.is-red {
  color: white;
}

.side-nav.is-black a::after,
.side-nav.is-red a::after{
    background-color: white !important;
}
/* ロゴ説明 */

#logo-area .lead{
    text-align:center;
    color:#06429A;
}

.logo-description-wrap{
    display:flex;
    justify-content: center;
    background-color: #FFF;
    padding: 60px 0px;
    column-gap: 50px;
    width: 900px;
    margin: 50px auto;
}

.logo-description-list{
    display:flex;
    flex-direction:column;
    row-gap: 20px;
}

.logo-description-list li::before{
    content: "1";
    background-color: #E9E9E9;
    border-radius:50%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    align-content: center;
    font-size: 20px;
    left: -60px;
    display: block;
    width:50px;
    height:50px;
    letter-spacing: 0px;
    font-family: futura-pt, sans-serif;
}

.logo-description-list li:nth-child(2)::before{
    content: "2";
}

.logo-description-list li:nth-child(3)::before{
    content: "3";
}

.logo-description-list li{
    color:#06429A;
    position: relative;
    margin: 0 0 0 50px;
    line-height:1.8;
    letter-spacing:4px;
}

.logo-description-list li span{
    color:#e7264a;
    letter-spacing:4px;
}

@media only screen and (max-width: 767px){
    
.logo-description-wrap{
    width: auto;
    flex-direction: column;
    padding: 60px 15px;
    column-gap: 0;
    row-gap: 50px;
    align-items: center;
    margin: 50px 10px;
}

.logo-description-img{
    width:80%;
}

}

/* 社長メッセージエリア */
#president-message-area{
    display:flex;
    justify-content: center;
    background-color: #FFF;
    padding: 60px 0px;
    column-gap: 50px;
    width: 900px;
    margin: 0px auto 100px;
}

#president-message-area h3 {
    font-size: 28px;
    font-weight: bold;
    color: #e7264a;
    border-bottom: none;
    letter-spacing:4px;
    margin: 0;
}

.president-message-head{
    display:flex;
    column-gap: 10px;
    max-width: 700px;
    justify-content: space-between;
    margin: 0 0 40px;
    align-items: center;
}

.president-message-name{
    color:#06429a;
    line-height: 1.6;
    font-weight:bold;
    font-size: 44px;
    margin: 0;
}
.president-message-name span{
    font-size: 18px;
    display:block;
}

.president-message-img img{
    height: 200px;
    width: 200px;
    max-width: 200px;
    border-radius: 50%;
}

.president-message-text{
    color:#06429a;
    font-size: 15px;
    max-width: 700px;
    letter-spacing: 2px !important;
}

.president-message-text span{
  font-weight: bold;
}
@media only screen and (max-width: 767px){
    
#president-message-area{
    width: auto;
    flex-direction: column;
    padding: 60px 15px;
    column-gap: 0;
    row-gap: 50px;
    align-items: center;
    margin: -15px 10px 80px;
}
.president-message-head{
    flex-direction:column-reverse;
}
.president-message-head-text{
    text-align:center;
}
.president-message-name{
    font-size: 26px;
    margin: 30px 0 0;
}
.president-message-name span{
    font-size: 16px;
}
.president-message-text {
    font-size: 13px;
}
}
/* 100年の歩みエリア */

    @keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
#history-area .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  z-index: 0;
  position: absolute;
}
#history-area .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
#history-area .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#history-area .scroll-infinity__item {
  width: calc(100vw / 1);
}
#history-area .scroll-infinity__item>img {
  width: 100%;
}

#history-area{
    max-width: 100%;
    position: relative;
    margin: 120px 0 0;
    padding: 0;
}

#history-area .inner{
    position: relative;
    z-index:1;
    padding: 60px 0;
}

section#history-area h2{
    color: #ffffff;
}

section#history-area h2::before{
    background-image:url(/ir/100th/images/icon-mizuhiki-white.svg);
}

.history-contents-wrap{
    display:flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 40px;
}

#history-area h3{
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align:center;
    border-bottom: none;
    letter-spacing:4px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px){
    .history-contents-wrap {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}
    
#history-area .scroll-infinity__item>img {
  height: 50%;
    width:auto;
}
    #history-area .scroll-infinity__item {
  width: calc(100vw / 0.5);
}
    .history-video{
    max-width: 351px;
    max-height:233px;
    background-color:#333;
}
    #history-area .scroll-infinity__wrap {
        height:100%;
    }
}

.history-video{
    width:400px;
    height:233px;
    background-color:#333;
}

.history-timeline-box img{
    width:400px;
    height:233px;
}

/* 100周年記念商品 */

#product-area{
    background-image: url(/ir/100th/images/pic-bg-sparcle-white-2.png), url(/ir/100th/images/pic-bg-sparcle-white.png);
    background-position: left 0px, right 0px !important;
    background-color: #e7264a;
    background-repeat: repeat-y;
    max-width: none;
}

#product-area .inner{
    background-color:#FFF;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    padding: 60px;
}

#product-area .inner::before{
    content:"";
    background-size: contain;
    background-repeat: no-repeat;
    background-image:url(/ir/100th/images/icon-100thbubble.png);
    width: 200px;
    height: 200px;
    position:absolute;
    top: -30px;
    left: -30px;
}

.product-name{
    font-weight:bold;
    font-size: 20px;
    margin: 3px 0 7px;
    line-height: 1.6;
}

.product-description{
    font-size:12px;
    position:relative;
    text-align: left;
    letter-spacing: 1px !important;
    line-height: 1.8;
}


.product-list-item{
    display:flex;
    column-gap:20px;
    font-size:13px;
    color:#06429a;
    margin:0 0 50px;
}

.product-list-item>a{
    overflow:hidden;
    position: relative;
    min-width:300px;
}
.product-list-item:nth-child(4)>a:after{
    position: absolute;
    content:"※写真はイメージです。";
    bottom:0;
    right:0;
    font-weight:bold;
    color:#333;
    font-size:10px;
}

.product-list-wrap{
    position:relative;
}

.product-list-item a img{
    max-width:300px;
    transition:0.5s;
}

.product-list-item a img:hover{
    scale:1.05;
}

.product-list-item .button{
    margin: 0 0 6px;
    position: absolute;
    bottom: -4px;
}

.product-list-item .button a{
    background: #e7264a;
    position: relative;
    color:#FFF;
    font-weight:bold;
    font-size: 16px;
    padding: 5px 40px 5px 30px;
    letter-spacing:2px;
    border:2px solid #e7264a;
}

.product-list-item .button a:after{
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 13px;
        right:10px;
        transform: translateX(-50%) rotate(-45deg);
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
}

.product-list-item .button a:hover{
    background: #FFF;
    color:#e7264a;
    border:2px solid #e7264a;
}

.product-list-item .button a:hover:after{
    border-right: 2px solid #e7264a;
    border-bottom: 2px solid #e7264a;
}

.product-list-wrap img{
    width:150px;
    max-width:none;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 767px){
    #product-area .inner{
        width: auto;
        padding: 40px 10px;
        align-items: center;
        margin: 10px 10px 30px;
    }
    #product-area .inner::before{
    width: 110px;
    height: 110px;
    top: -35px;
    left: -10px;
}

   #product-area .button{
        text-align: center;
       position:static;
       margin:25px 0 0;
    }
    .product-name{
        font-size: 4.2vw;
        letter-spacing: 2px !important;
        line-height:1.5 !important;
    }
    .product-list-item {
    flex-direction:column;
    align-items: center;
}
    .product-list-wrap{
    text-align: center;
    margin: 20px 15px;
    }
}

/* キャンペーンエリア */
    .campaign-lead{
    font-weight:bold;
    text-align:center;
    font-size:13px;
    color:#06429a;
}

/* お取引先メッセージエリア */

#guest-message-area{
    background-color: #EFEFEF;
    max-width: 100%;
    margin: 120px 0 0;
}

.guest-message-list{
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

.guest-message-list li{
  color: #06429a;
  background-color: #FFF;
  width: 30%;
  padding:10px;
}

.guest-message-comment{
    font-size:11px;
    letter-spacing:3px !important;
}

.guest-message-text{
    display:flex;
    column-gap:10px;
}

.guest-message-img img{
    width: 80px;
    border-radius:50%;
}

.guest-message-name{
    font-weight:bold;
    font-size: 25px;
    margin: 3px 0 0 5px;
}

.guest-message-name::after{
    content:"様";
    font-size:13px;
    margin:0 0 0 5px;
}

.guest-message-name span{
    font-size: 10px;
    display: block;
    line-height: 1.8 !important;
    letter-spacing: 1px;
}


.end-copy-area{
    background-color: #E7264A;
    padding: 60px 0;
    max-width: 100%;
    color: #FFF;
    text-align: center;
}

.end-copy-area h3{
    background-color: #E7264A;
    color: #FFF;
    font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
    text-align: center;
    padding:0px;
    border:none;
    margin: 0;
    font-size: 35px;
    letter-spacing: 8px;
}

@media only screen and (min-width: 767px){
    .swiper-wrapper{
    flex-direction:column;
    row-gap:10px;
}
}

@media only screen and (max-width: 767px){
    .end-copy-area h3{
    font-size: 30px;
    line-height:1.4;
    margin:0 0 20px;
}
    
.guest-message-list{
    margin:0 auto 50px;
}
    
.guest-message-list li{
  width: 90%;
}

}


.end-sns-area{
    text-align:center;
    padding: 40px 0 70px;
}

.end-sns-area p{
    font-size:15px;
    font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
    font-weight:bold;
    letter-spacing: 3px;
}

.end-sns-icon{
    display:flex;
    justify-content: center;
}
.end-sns-icon li{
    width: 30px;
    height: 30px;
    padding:0 20px;
    border-right:1px solid #c8c8c8;
}

.end-sns-icon li:nth-last-child(1){
    border:none;
}

/* swiper */

.swiper-button-prev, .swiper-button-next{
    display:none;
}

.swiper-pagination-bullet-active{
    background-color:#E7264A;
}
