@charset "UTF-8";
/*明朝体*/
/*Times New Roman*/
/*Google Fonts*/
/*コンテンツwidth*/
/*よく使う色*/
/*ボーダーカラー*/
/*リンク*/
/*ボタン*/
/*
@mixin btn01SP($width: 49.8vw, $height: 12vw, $bgImg: url(img/common/arrow01_black.svgz), $bgPos: right 3.2vw center, $bgSize: 4.4vw auto, $fSize: 2.93vw) {
    a,
    input {
        display: block;
        width: $width;
        height: $height;
        margin: 0 auto;
        background: $bgImg $bgPos no-repeat;
        -webkit-background-size: $bgSize;
        background-size: $bgSize;
        border: 1px solid #333;
        line-height: $height;
        text-align: center;
        font-size: $fSize;
    }
}
*/
/*
@mixin btn01PC($width: 250px, $height: 60px, $bgImg: url(img/common/arrow01_black.png), $bgImgHover: url(img/common/arrow01_white.png), $bgPos: right 15px center, $bgSize: 22px auto, $fSize: 15rem) {
    a,
    input {
        display: block;
        width: $width;
        height: $height;
        margin: 0 auto;
        background: $bgImg  $bgPos no-repeat;
        -webkit-background-size: $bgSize;
        background-size: $bgSize;
        border: 1px solid #333;
        line-height: 58px;
        text-align: center;
        letter-spacing: 0.3em;
        font-size: $fSize;
        &:hover {
            background-image: $bgImgHover;
            color: #fff;
            cursor: pointer;
            -webkit-animation: bg 0.3s ease-in 0s forwards;
            animation: bg 0.3s ease-in 0s forwards;
            @keyframes bg {
                0% {
                    background-color: transparent;
                    color: #333;
                }
                100% {
                    background-color: $emphasis;
                    background-image: $bgImgHover;
                    color: #fff;
                }
            }
            @-webkit-keyframes bg {
                0% {
                    background-color: transparent;
                    color: #333;
                }
                100% {
                    background-color: $emphasis;
                    background-image: $bgImgHover;
                    color: #fff;
                }
            }
        }
    }
}
*/
/*タイトルバー*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  /* 游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.1333333333vw;
  letter-spacing: 0;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(./img/anniversary/bg-sp.png) center center no-repeat;
  background-size: cover;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

section .inner {
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
header {
  height: 76.5333333333vw;
  background: url(./img/anniversary/header-bg-sp.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .logo {
  width: 50.2666666667vw;
  margin: 0 auto;
}
header .logo h1 {
  display: block;
}
header .logo h1 img {
  display: block;
}
header .text {
  color: #fff;
  font-size: 2.9333333333vw;
  line-height: 1.6818181818;
  margin-top: 2vw;
  text-align: center;
}

/*-----------------------------------------------------------------
product
-----------------------------------------------------------------*/
.slider {
  position: relative;
  margin: 0 auto;
  padding: 6vw 6vw 26.6666666667vw;
}
.slider .scroll {
  width: 22.9333333333vw;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 14.6666666667vw;
}
.slider .swiper-container .swiper-wrapper::before {
  content: "";
  display: block;
  width: 4.1333333333vw;
  height: 4.1333333333vw;
  background-color: #393d3f;
  border-radius: 2.0666666667vw;
  position: absolute;
  left: -1.3333333333vw;
  top: 0;
  transform: translateY(-50%);
}
.slider .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: auto;
  /* スライドが横幅いっぱいに広がらないようにする */
  position: relative;
  padding-top: 13.3333333333vw;
  padding-left: 9.3333333333vw;
  padding-right: 9.3333333333vw;
}
.slider .swiper-container .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #393d3f;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-0.1333333333vw);
}
.slider .swiper-container .swiper-slide:first-of-type {
  padding-left: 0;
}
.slider .swiper-container .swiper-slide:last-of-type {
  padding-right: 26.6666666667vw !important;
  background: url(./img/anniversary/and.png) center center no-repeat;
  background-position: 26.6666666667vw 10.6666666667vw;
  background-size: 13.3333333333vw auto;
}
.slider .swiper-container .swiper-slide:last-of-type::after {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 0.2666666667vw;
  background-color: #393d3f;
  position: absolute;
  right: -0.5333333333vw;
  top: 0;
  transform: translateY(-5px) rotatez(45deg);
}
.slider .swiper-container .swiper-slide .box {
  position: relative;
}
.slider .swiper-container .swiper-slide .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 10vw;
  background-color: #393d3f;
  border-radius: 5vw;
  position: absolute;
  left: 50%;
  top: -13.3333333333vw;
  transform: translateX(-50%) translateY(-50%);
}
.slider .swiper-container .swiper-slide .box .title.title-big {
  font-size: 4.8vw;
  color: #fff;
  width: 16vw;
  height: 16vw;
  border-radius: 8vw;
}
.slider .swiper-container .swiper-slide .box .contents {
  background-color: white;
  box-shadow: 0px 0px 4.8px 3.2px rgba(12, 12, 12, 0.07);
  padding: 2.6666666667vw 2.9333333333vw 2.9333333333vw;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}
.slider .swiper-container .swiper-slide .box .contents .date {
  color: #000000;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.6666666667vw;
}
.slider .swiper-container .swiper-slide .box .contents .date + .thumb {
  margin-top: 1.3333333333vw;
}
.slider .swiper-container .swiper-slide .box .contents .thumb .sample {
  width: 21.7333333333vw;
  height: 28.9333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2ece4;
}
.slider .swiper-container .swiper-slide .box .contents .text {
  margin-top: 1.3333333333vw;
}
.slider .swiper-container .swiper-slide .box .contents .text p {
  font-size: 2.6666666667vw;
  text-align: center;
}
.slider .swiper-container .swiper-slide .box .more {
  text-align: center;
}
.slider .swiper-container .swiper-slide .box .more a {
  width: 12.9333333333vw;
  display: block;
  margin: 6.4vw auto 0;
  transform: translateX(0.75rem);
}
.slider .swiper-container .swiper-slide .box .more::before {
  content: "";
  display: block;
  background: url(./img/anniversary/line_sp.png) center center repeat-y;
  background-size: 100% auto;
  width: 0.4vw;
  height: calc(100% + 8vw);
  position: absolute;
  top: -13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.slider .swiper-container .swiper-slide.slide-q {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
}
.slider .swiper-container .swiper-slide.slide-q .box .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  border-radius: 10.6666666667vw;
  font-size: 3.7333333333vw;
  color: #000000;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* 初期状態では透明 */
  transition: opacity 0.5s;
  /* フェードイン・アウトのトランジション */
  z-index: 100;
}
.modal.show {
  display: flex;
  opacity: 1;
  /* 表示状態では不透明 */
}
.modal.hide {
  opacity: 0;
  /* 非表示状態では透明 */
}
.modal .modal-content {
  max-width: 80vw;
  max-height: 60%;
}
.modal #close-modal {
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background: url(./img/anniversary/modal-close.png) center center no-repeat;
  background-size: contain;
  display: block;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 0;
}
.modal #close-modal:hover {
  opacity: 0.5;
}

footer #footer-logo {
  position: fixed;
  right: 3.3333333333vw;
  bottom: 3.3333333333vw;
  z-index: 10;
  width: 21.8666666667vw;
  background-color: #F2F2F2;
}
footer #footer-logo img {
  display: block;
}

#line {
  background: url(./img/anniversary/line-bg-sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 13.3333333333vw 0 32vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#line h2 {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  border-bottom: 0.1333333333vw solid #fff;
  display: inline-block;
  color: #fff;
}
#line .text {
  width: 82.1333333333vw;
  margin-top: 2.6666666667vw;
  text-align: center;
  font-size: 2.6666666667vw;
  line-height: 1.9;
}
#line .text p {
  color: #fff;
}
#line .text p + p {
  margin-top: 2em;
}
#line .message {
  width: 82.1333333333vw;
  margin-top: 4.6666666667vw;
  text-align: center;
  font-size: 2.6666666667vw;
  line-height: 1.9;
}
#line .message p {
  color: #fff;
}
#line .message p + p {
  margin-top: 2em;
}
#line .banner {
  margin-top: 6vw;
  display: flex;
  justify-content: center;
}