@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;1,500&display=swap');

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-style: normal;
}

select {
  margin: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
  font-weight: normal;
  font-style: normal;
}

ul,
li,
ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6 !important;
  color: #121212;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

/* ---------------------------------------------
    共通レイアウト
--------------------------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.tab-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp {
    display: none;
  }

  .tab-sp {
    display: block;
  }

  .pc {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .tab-sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* ============================================ */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small {
  font-size: 70%;
}

.motionanim1 {
  animation-name: motion1;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.motionanim2 {
  animation-name: motion2;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.motionanim3 {
  animation-name: motion3;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes motion1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }

}

@keyframes motion2 {
  0% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-25px);
  }

}

@keyframes motion3 {
  0% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(7deg);
  }

  100% {
    transform: rotate(-7deg);
  }

}


@media screen and (max-width:768px) {
  @keyframes motion1 {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-3.2vw);
    }

    80% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(0);
    }

  }

  @keyframes motion2 {
    0% {
      transform: translateY(-3.2vw);
    }

    50% {
      transform: translateY(0);
    }

    80% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-3.2vw);
    }

  }
}

#wrapper {
  position: relative;
}

.main {
  background: url(../photo/main.jpg) no-repeat center top;
  background-size: 100%;
  height: 67vw;
}

.main .main-contents {
  width: 94%;
  height: 67vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main h1 {
display: none;
}

.main .link_event {
  width: min(26.67vw, 320px);
  position: absolute;
  right: 0;
  bottom: min(2vw, 30px);
}

.main .link_event a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.main .link_event a:hover {
  opacity: .8;
}


.main-lead {
  text-align: center;
  background: url(../img/main_bg.jpg) repeat-y;
  center center;
  background-size: 100%;
  font-size: min(2.4vw, 24px);
  padding: min(1.5vw, 15px) 0;
  font-weight: bold;
  color: #FFF;
  letter-spacing: .03em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}


@media screen and (max-width:768px) {
  .main {
    background: url(../photo/main_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 156vw;
  }

  .main .main-contents {
    width: 94%;
    height: 156vw;
    position: relative;
  }

  .main .link_event {
    width: 46.67vw;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 98vw;
  }

  .main-lead {
    text-align: center;
    background: url(../img/main_bg.jpg) repeat-y center center;
    background-size: 100%;
    font-size: 4.27vw;
    padding: 3.2vw 0;
    line-height: 1.4;
  }
}

.contents {
  background: url(../img/bg.jpg) repeat-y center top;
  background-size: 100%;
  padding-top: min(1vw, 10px);

}

.title {
  padding: 50px 0;
  text-align: center;
}

.goods .title {
  padding: 50px 0 20px 0;
}

.title h2 {
  font-size: min(9vw, 90px);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(90deg, #d20066 0%, #fc2b8c 80%);
  letter-spacing: .03em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title p {
  font-size: min(2vw, 20px);
  color: #e72482;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
  margin-top: min(1vw, 10px);
}

#event .title h2 {
  letter-spacing: .06em;
}

@media screen and (max-width:1080px) {
  .title {
    padding: 5vw 0;
  }

  .goods .title {
    padding: 5vw 0 2vw 0;
  }
}

@media screen and (max-width:768px) {
  .contents {
    background: url(../img/bg.jpg) repeat-y center top;
    background-size: 100%;
    padding-top: 0;
  }

  .title {
    padding: 8vw 0;
  }

  .title h2 {
    font-size: 14.67vw;
  }

  .title p {
    font-size: 3.73vw;
    margin-top: 2vw;
    letter-spacing: .08em;
  }

  #event .title h2 {
    letter-spacing: .06em;
  }

  #event .title p {
    letter-spacing: .1em;
  }

  .goods .title {
    padding: 8vw 0 5vw 0;
  }
}

.item1 {
  width: min(50vw, 500px);
  margin: min(12vw, 120px) auto 0 auto;
  background: #222;
  padding-top: min(5vw, 50px);
  padding-bottom: min(4vw, 40px);
  text-align: center;
  color: #FFF;
  font-weight: 600;
}

.item1 figure {
  width: min(40vw, 400px);
  margin: 0 auto;
}

.item1 dt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: min(3.8vw, 38px);
  letter-spacing: .08em;
  margin-top: 30px;
}

.item1 dd {
  font-size: min(2vw, 20px);
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: .05em;
}

@media screen and (max-width:768px) {
  .item1 {
    width: 94%;
    margin: 16vw auto 0 auto;
    box-sizing: border-box;
    padding: 5.33vw;
  }

  .item1 figure {
    width: 100%;
    margin: 0 auto;
  }

  .item1 dt {
    font-size: 7.47vw;
    margin-top: 5.33vw;
  }

  .item1 dd {
    font-size: 4vw;
    margin-top: 1.33vw;
  }
}

.item2 {
  width: 94%;
  max-width: 1080px;
  margin: min(12vw, 120px) auto 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, .3);
}

.item2.product01 {
  margin: min(1vw, 10px) auto 0 auto
}

.item2-product__inner {
  padding-left: min(4vw, 50px);
  padding-right: min(4vw, 50px);
}
.product02 .item2-product__inner{
  padding-bottom:min(4vw, 50px) ;
}

.item2-title {
  color: #FFF;
  text-align: center;
  padding-top: min(3.5vw, 35px);
  padding-bottom: min(3.5vw, 35px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.item2-title figure {
  width: min(17vw, 170px);
  position: absolute;
  bottom: min(-1.5vw, -15px);
  left: min(6vw, 60px);
}

.product01 .item2-title figure {
  position: absolute;
  left: auto;
  right: min(8vw, 80px);
}

.product01 .item2-title {
  background: url(../img/title_bg1.jpg) no-repeat center top;
  background-size: 100%;
}

.product02 .item2-title {
  background: url(../img/title_bg2.jpg) no-repeat center top;
  background-size: 100%;
}

.item2-title p {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: min(3vw, 30px);
  line-height: 1;
  letter-spacing: .08em;
}


.item2-title h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(4vw, 42px);
  line-height: 1;
  margin-top: min(1.5vw, 15px);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  letter-spacing: -.02em;
}

.item2-product ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: min(6vw, 60px);
}

.item2-product li {
  width: 42%;
  box-sizing: border-box;
}

.item2-product li:nth-child(2) {
  width: 16%;
  box-sizing: border-box;
}

.item2-product__icon img {
  display: block;
  width: 50%;
  text-align: center;
}

.item2-product p {
  font-size: min(2vw, 20px);
  text-align: center;
  font-weight: 700;
  margin-top: min(1vw, 10px);
  box-sizing: border-box;
}

.item2-info {
  padding-top: min(3vw, 30px);
  width: min(100%, 980px);
  margin: 0 auto;
  line-height: 1.7;
  font-size: min(1.7vw, 18px);
  letter-spacing: .04em;
  box-sizing: border-box;
}

.item2-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: min(1vw, 10px) 0;
  border-bottom: 1px solid #DDD;

}
.item2-info dt {
  width: 20%;
  color: #666;
  font-weight: 700;
}

.item2-info dd {
  width: 80%;

}
.item2-info span,
.item2-info2 span,
.item2-info2 a,
.item2-link__attention em {
  color: #e72482;
  font-style: normal;
}
.item2-info p{
  padding: min(2vw, 20px) 0 0 0;
}
.item2-info em {
 line-height: 1.4!important;
}
.item2-info a{
  color: #666;
  text-decoration: underline;
}
.item2-info a em{
  color: #ee693a;
  font-weight: 700;
}
.item2-info a:hover{
  opacity: .6;
}
.item2-link__attention em {
  font-weight: bold;
}

.item2-info2 a {
  text-decoration: underline;
}

.item2-info2 {
  background: #fae2ee;
  width: min(100%, 980px);
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: min(3vw, 30px);
  padding: min(3vw, 30px) min(4vw, 40px);
  line-height: 1.8;
  font-size: min(1.6vw, 16px);
  letter-spacing: .04em;
}


.item2-info2 span {
  font-weight: 700;
  font-size: min(1.8vw, 18px);
  display: inline-block;
  padding-bottom: 10px;
}
.item2-info2 a:hover{
  opacity: .6;
}
.item2-link {
  background: #222;
  color: #FFF;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: min(3vw, 30px) 0 min(5vw, 50px) 0;
  margin-top: min(5vw, 50px);
}

.item2-link h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.6vw, 26px);
  display: inline-block;
  color: #FFF;
  background: linear-gradient(90deg, #f5ab7c 0%, #ff8e9d 60%, #87b3f5 100%);
  letter-spacing: .03em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item2-link__attention {
  font-size: min(1.8vw, 18px);
  letter-spacing: .03em;
  margin-top: min(2.5vw, 25px);
  line-height: 1.8;
}

.item2-link__attention span {
  padding: min(.8vw, 8px) 0;
  border: 2px solid #f82189;
  font-size: min(1.8vw, 18px);
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 auto min(1vw, 10px) auto;
  display: block;
  width: 30%;
  font-weight: 600;
  background: linear-gradient(90deg, #d20066 0%, #fc2b8c 80%);
}
.link-2 ul {
  width: min(82vw, 820px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  margin: min(3vw, 30px) auto 0 auto;
}

.link-1 ul {
  width: min(38vw, 380px);
  margin: min(2vw, 20px) auto 0 auto;
}

.item2-link__btn li {
  width: min(38vw, 380px);
}

.item2-link__btn li a {
  display: block;
  text-align: center;
  background: #FFF url(../img/arrow1.png) no-repeat right 25px center;
  background-size: min(2.4vw, 24px);
  font-size: min(1.8vw, 18px);
  font-weight: 700;
  color: #222;
  line-height: 1;
  padding: min(2.6vw, 26px) 0;
  border-radius: 100px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.item2-link__btn li a span {
  font-size: min(1.4vw, 14px);
  font-weight: 500;
  background: #ee693a;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  padding: 3px 0;
  width: min(9.4vw, 94px);
}

.item2-link__btn li a:hover {
  background-color: #528be2;
  color: #FFF;
}

@media screen and (max-width:768px) {
  .item2-product__inner {
    width: 86%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
.product02 .item2-product__inner{
  padding-bottom:6.4vw ;
}

  .item2-title {
    color: #FFF;
    text-align: center;
    padding: 6.67vw 0;
    border-top-left-radius: 2.67vw;
    border-top-right-radius: 2.67vw;
  }

  .item2-title figure {
    width: 20vw;
    position: absolute;
    bottom: auto;
    top: -19.33vw;
    left: 37.33vw;

  }
  .product01 .item2-title figure {
    width: 20vw;
    position: absolute;
    bottom: auto;
    left: 37.33vw;
    top: -19.33vw;

  }
  .item2.product01 {
    margin: 17.33vw auto 0 auto;
  }

  .item2.product02 {
    margin-top: 26.67vw;
  }

  .product01 .item2-title {
    background: none;
    background: url(../img/title_bg1_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  .product02 .item2-title {
    background: url(../img/title_bg2_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  .item2-title p {
    font-size: 5.87vw;
  }

  .item2-title h3 {
    font-size: 6.93vw;
    margin-top: 2.67vw;
  }

  .item2-product ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 8vw;
  }

  .item2-product li {
    width: 100%;
    box-sizing: border-box;
  }

  .item2-product li:nth-child(2) {
    width: 100%;
    box-sizing: border-box;
  }

  .item2-product__icon img {
    display: block;
    width: 20%;
    padding: 6vw 0;
    text-align: center;
  }

  .item2-product p {
    font-size: 4vw;
    line-height: 1.6;
    margin-top: 2.67vw;
  }

  .item2-info {
    padding-top: 4vw;
    width: 100%;
    line-height: 1.7;
    font-size: 4vw;
  }

  .item2-info dl {
    display: block;
    box-sizing: border-box;
    padding: 2.67vw 0;
  }

  .item2-info p {
    padding: 2.67vw 0 0 0;
  }

  .item2-info dt,
  .item2-info dd {
    width: 100%;
  }

  .item2-info2 {
    width: 100%;
    margin-top: 6vw;
    padding: 4.8vw;
    font-size: 3.73vw;
  }

  .item2-info2 span {
    font-size: 3.73vw;
    padding-bottom: 2.67vw;
  }

  .item2-link {
    padding: 6vw 0 10.67vw 0;
    margin-top: 8vw;
    border-bottom-left-radius: 2.67vw;
    border-bottom-right-radius: 2.67vw;
  }

  .item2-link h4 {
    font-size: 5.33vw;
  }

  .item2-link__attention {
    font-size: 3.73vw;
    margin-top: 4vw;
    line-height: 1.8;
    text-align: center;
  }

  .item2-link__attention span {

    padding: 2vw 0;
    border: 2px solid #f82189;
    font-size: 3.73vw;
    margin: 4.8vw auto 2.67vw auto;
    letter-spacing: .1em;
    width: 60%;

  }

  .link-2 ul {
    width: 82vw;
    display: block;
    margin: 0 auto;
  }

  .link-1 ul {
    width: 82vw;
    display: block;
    margin: 0 auto;
  }

  .item2-link__btn li {
    width: 100%;
    margin-top: 5.334vw;
  }

  .item2-link__btn li a {
    display: block;
    text-align: center;
    background: #FFF url(../img/arrow1.png) no-repeat right 4vw center;
    background-size: 5.33vw;
    font-size: 4vw;
    padding: 6vw 0;
  }

  .item2-link__btn li a span {
    font-size: 3.33vw;
    padding: 0.53vw 0.8vw;
    width:auto;
  }

  .item2-link__btn li a:hover {
    background-color: #FFF;
    color: #222;
  }
}

.event-chara {
  position: relative;
  margin-top: min(12vw, 120px);
}

.event-chara ul {
  width: min(44vw, 440px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.event-chara ul li {
  width: min(18vw, 180px);
}

.event {
  position: relative;
  margin-top: -50px;
}

.event-contents {
  background: #222;
}

.event-contents__item {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/event_chara1.jpg), url(../img/event_chara2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 350px, 350px;
  color: #FFF;
  text-align: center;
  min-height: 1020px;
  box-sizing: border-box;
  padding: min(2vw, 20px) 0 0 0;
}

.event-contents__item h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(2vw, 20px);
  line-height: 2;
  letter-spacing: .02em;
}

.event-contents__item dl {
  margin-top: min(5vw, 50px);
  font-size: min(1.7vw, 18px);
  line-height: 2;
  letter-spacing: .05em;
}

.event-contents__item dt {
  margin-top: min(3.5vw, 35px);
  color: #e72482;
}

.link-form {
  width: min(40vw, 400px);
  margin: min(6vw, 60px) auto 0 auto;
}

.link-form a {
  display: block;
  text-align: center;
  background: #b10a5b url(../img/arrow1.png) no-repeat right 25px center;
  background-size: min(2.4vw, 24px);
  font-size: min(1.8vw, 18px);
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  padding: min(2.6vw, 26px) 0;
  border-radius: 100px;
  letter-spacing: .1em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.link-form a:hover {
  background-color: #528be2;
  color: #FFF;
}

@media screen and (max-width:1200px) {
  .event-contents__item {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/event_chara1.jpg), url(../img/event_chara2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0 bottom, right 0 bottom;
    background-size: 28vw, 28vw;
    color: #FFF;
    text-align: center;
    min-height: auto;
    box-sizing: border-box;
    padding: 2vw 0 8vw 0;
  }
}

@media screen and (max-width:768px) {
  .event-chara {
    margin-top: 16vw;
  }

  .event-chara ul {
    width: 60%;
  }

  .event-chara ul li {
    width: 40%;
  }

  .event {
    position: relative;
    margin-top: -6vw;
  }

  .event-contents__item {
    width: 100%;
    background-image: url(../img/event_chara1.jpg), url(../img/event_chara2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left -22vw bottom, right -24vw bottom;
    background-size: 56vw, 56vw;
    min-height: auto;
    padding: 4vw 0 16vw 0;
  }

  .event-contents__item h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 2;
    text-align: left;
  }

  .event-contents__item dl {
    width: 90%;
    margin: 6vw auto 0 auto;
    font-size: 4vw;
    line-height: 1.9;
    letter-spacing: .05em;
  }

  .event-contents__item dt {
    margin-top: 8vw;
    color: #e72482;
  }

  .link-form {
    width: 80vw;
    margin: 10.67vw auto 0 auto;
  }

  .link-form a {
    display: block;
    width: 100%;
    text-align: center;
    background: #b10a5b url(../img/arrow1.png) no-repeat right 4vw center;
    background-size: 5.33vw;
    font-size: 4vw;
    padding: 6vw 0;
    border-radius: 100px;
    letter-spacing: .1em;
  }

  .link-form a:hover {
    background-color: #b10a5b;
  }
}

.goods {
  margin: min(6vw, 60px) auto 0 auto;
}

.goods-item {
  width: 94%;
  max-width: 1080px;
  margin: min(3vw, 30px) auto 0 auto;
  position: relative;
  text-align: center;

}

.goods-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.goods-item li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  box-sizing: border-box;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goods-item li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #121212;

}

.goods-item li:nth-child(3n) {
  margin-right: 0
}

.goods-info {
  width: 94%;
  max-width: 1080px;
  text-align: center;
  background: #222;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  padding: min(3vw, 30px) 0 min(5vw, 50px) 0;
  margin: min(4vw, 40px) auto 0 auto;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, .3);
}
.goods-item li dl {
  background: linear-gradient(90deg, #ffe1e4 0%, #cce1ff 100%);
  box-shadow: 1px 1px 25px rgba(0, 0, 0, .15);
  border-radius: 10px;
}

.goods-item li dd {
  padding: min(2vw, 20px);
}

.goods-item li dd p.goods-item__date {
  font-size: min(1.4vw, 14px);
  font-weight: 500;
  letter-spacing: .04em;
  text-align: center;
  color: #666;
  line-height: 1.4;
  padding-bottom: min(.5vw, 5px);
}

.goods-item li dd p.goods-item__name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.2vw, 22px);
  line-height: 1.4;
  text-align: center;
  letter-spacing: .01em;
}

.goods-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.6vw, 26px);
  display: inline-block;
  color: #FFF;
  background: linear-gradient(90deg, #f5ab7c 0%, #ff8e9d 60%, #87b3f5 100%);
  letter-spacing: .03em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.goods-item li dd p.goods-item__name span {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: min(1.4vw, 14px);
  font-weight: 500;
  letter-spacing: .08em;
  background: rgba(255, 255, 255, .6);
  display: inline-block;
  padding: min(.2vw, 2px) min(.8vw, 8px);
  margin-top: min(1vw, 10px);
}
.goods-item li dd p.goods-item__price {
  color: #e72482;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: min(2.4vw, 24px);
  margin-top: min(1vw, 10px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .04em;

}

.goods-item li dd p.goods-item__price:after {
  content: "円(税込)";
  font-size: min(1.4vw, 14px);
  font-weight: 500;

}

.goods-info2 {
  background: #fbeae4;
  width: 94%;
  max-width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: min(5vw, 50px);
  padding: min(3.5vw, 35px) min(4.5vw, 45px);
  line-height: 2;
  font-size: min(1.6vw, 16px);
  letter-spacing: .04em;
}

.goods-info2__title {
  padding: min(.8vw, 8px) min(2vw, 20px);
  border: 2px solid #fb7445;
  font-size: min(1.8vw, 18px);
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 0 min(1vw, 10px) 0;
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(90deg, #ef490e 0%, #fb7445 80%);
  text-align: center;
  color: #FFF;
}

.goods-info2 .goods-info2__title2 {
  font-weight: 700;
  margin-top: min(1.5vw, 15px);
}
.goods-info2 span {
  color: #ee693a;
  display: inline-block;
  padding-right: .5em;
}
.goods-info2 .goods-info2__title2 em {
  font-weight: 500;
}

.goods-info2__attention {
  background: rgba(255, 255, 255, .8);
  padding: 4px 10px;
  display: inline-block;
  color: #ee693a;
  margin-top: min(2vw, 20px);

}

@media screen and (max-width:768px) {
  .goods {
    margin: 11vw auto 0 auto;
  }

  .goods-info {
    padding: 6vw 0 8vw 0;
    margin-top: 3.2vw;
    border-radius: 2.67vw;
  }

  .goods-title {
    font-size: 5.33vw;

  }

  .goods-item li {
    width: calc((100% - 4vw)/ 2);
    margin-right: 4vw;
    box-sizing: border-box;
    margin-top: 4vw;
  }

  .goods-item li:nth-child(3n) {
    margin-right: 4vw
  }

  .goods-item li:nth-child(2n) {
    margin-right: 0
  }

  .goods-item li dl {
    background: linear-gradient(90deg, #ffe1e4 0%, #cce1ff 100%);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
    border-radius: 1.33vw;
  }

  .goods-item li dd {
    padding: 4vw 0;
  }

  .goods-item li dd p.goods-item__date {
    font-size: 3.33vw;
    letter-spacing: .04em;
    padding-bottom: 0.67vw;
  }

  .goods-item li dd p.goods-item__name {
    font-size: 4.27vw;
    letter-spacing: -.02em;
    line-height: 1.4;
  }

  .goods-item li dd p.goods-item__name span {
    font-size: 3.07vw;
    padding: 0.27vw 1.33vw;
    margin-top: 1.33vw;
  }

  .goods-item li dd p.goods-item__price {
    color: #e72482;
    text-align: center;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: 4.27vw;
    margin-top: min(1vw, 10px);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .04em;
  }

  .goods-item li dd p.goods-item__price:after {
    font-size: 3.33vw;
  }
  .goods-info2 {
    margin-top: 6vw;
    padding: 6.67vw 6vw;
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .goods-info2__title {
    font-size:4vw;
     padding: 2vw 0;
    font-size: 3.73vw;
    margin: 0 auto 2.67vw auto;
    letter-spacing: .1em;
    width: 100%;
  }
  .goods-info2 .goods-info2__title2 {
    margin-top: 4vw;
  }
  .goods-info2__attention {
    padding: 2.67vw;
    margin-top:4vw;
}
}

/*----------------------
footer
-----------------------*/
.footer {
  background: #FFF;
  position: relative;
  padding: 80px 0;
}

.footer-bnr ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.footer-bnr ul li {
  box-sizing: border-box;
  padding: 0 30px;
}

.footer-bnr ul li img {
  width: 500px;
}

.footer-logo {
  width: 360px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

.footer-copy {
  text-align: center;
  color: #333;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.5;
  padding: 50px 0 0 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

@media screen and (max-width:1200px) {
  .footer {
    padding: 6vw 0 3vw 0;
  }

  .footer-bnr ul {
    width: 90%;
    margin: 0 auto;
  }

  .footer-bnr ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
  }

  .footer-bnr ul li img {
    width: 100%;
  }

  .footer-logo {
    width: 40%;
    margin: 0 auto;
    padding: 8vw 0 0 0;
  }

  .footer-copy {
    font-size: 1.2vw;
    padding: 5vw 0
  }
}

@media screen and (max-width:768px) {
  .footer {
    padding: 8vw 0 4vw 0;
  }

  .footer-bnr ul {
    display: block;
    width: 80%;
  }

  .footer-bnr ul li {
    padding: 0;
    margin-top: 6vw;
    width: 100%;
  }

  .footer-bnr ul li:first-child {
    margin-top: 4vw;
  }

  .footer-bnr ul li img {
    width: 100%;
  }

  .footer-logo {
    width: 60%;
    margin: 0 auto;
    padding: 13.33vw 0 0 0;
  }

  .footer-copy {
    font-size: 2.67vw;
    padding: 6.67vw 0 8vw 0;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 50px;
  text-indent: -10000px;
  transition: all 0.3s;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 100;
  transform: translateX(100px);
}

@media screen and (max-width:768px) {
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12vw;
    height: 12vw;
    background: url(../img/pagetop.png) no-repeat;
    background-size: 12vw;
  }

  #page-top {
    position: fixed;
    right: 3vw;
    bottom: 3vw;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
  }
}

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

#page-top2.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}