@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.w100 {
  width: 100%;
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 960px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

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

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

#wrapper {
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
#wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/bg_sp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #wrapper::before {
    background-image: url("../../assets/img/bg_pc.jpg");
  }
}

.btn {
  margin: 0 auto;
  text-align: center;
}
.btn a {
  background: rgb(221, 51, 136);
  color: #fff !important;
  padding: 15px 20px;
  width: 250px;
  border-radius: 50px;
  text-align: center;
  margin: 1rem auto;
  display: inline-block;
  text-decoration: none;
  filter: drop-shadow(2px 4px 0px rgba(221, 51, 136, 0.5));
  transition: all 0.5s ease;
  font-size: 1.25rem;
}
.btn a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  .btn a {
    font-size: 1rem;
  }
}

.tri {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .tri {
    font-size: 0.8rem;
    vertical-align: bottom;
    margin-bottom: 2px;
    display: inline-block;
  }
}

.mv img {
  vertical-align: bottom;
}

.contents {
  padding: 0 0 5%;
}

.contents-ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  background: #8d792f;
  padding: 10px 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 2.75rem;
  }
}
.contents-ttl-span {
  font-size: 1.5rem;
  font-weight: 700;
}

.contents-inner,
.novelty-inner {
  display: flex;
  justify-content: center;
  width: 95%;
  flex-wrap: wrap;
  margin: 4rem auto;
  max-width: 1440px;
}
@media screen and (min-width: 960px) {
  .contents-inner,
  .novelty-inner {
    width: 80%;
    margin: 10rem auto 4rem;
  }
}

.contents-inner {
  border: solid 4px #8d792f;
  background: #fff;
}

.contents-item {
  padding: 5%;
}
@media screen and (min-width: 960px) {
  .contents-item {
    padding: 3%;
  }
}
@media screen and (min-width: 960px) {
  .contents-item-texts {
    padding: 0 8%;
  }
}

.tokuten {
  width: 100% !important;
  padding: 2rem 5%;
  color: #8d792f !important;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .tokuten {
    width: 90% !important;
    margin-bottom: 4rem;
  }
}
.tokuten h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  border-top: solid 2px #8d792f;
  border-bottom: solid 2px #8d792f;
  padding: 15px 0;
  line-height: 1.5;
}
.tokuten .tokuten-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .tokuten .tokuten-inner {
    flex-wrap: wrap;
  }
}
.tokuten ul {
  margin-bottom: 2rem;
  width: 70%;
}
@media screen and (max-width: 960px) {
  .tokuten ul {
    width: 100%;
  }
}
.tokuten li {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .tokuten li {
    text-indent: -0.5em;
    padding-left: 0.75em;
  }
}
.tokuten-ttl {
  font-weight: 700;
  font-size: 1.375rem;
  background: #8d792f;
  padding: 10px;
  margin: 0 1rem 1rem;
  text-align: center;
  color: #fff;
  width: 19%;
  display: block;
}
@media screen and (max-width: 960px) {
  .tokuten-ttl {
    width: fit-content;
    margin: 0 auto 1.5rem;
    font-size: 1.25rem;
  }
}

.content-item {
  margin: 0 auto;
}

.novelty-item {
  margin: 0 auto 4rem;
}

.contents-item,
.novelty-item {
  width: 95%;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .contents-item,
  .novelty-item {
    width: 47%;
  }
}
.contents-item-img,
.novelty-item-img {
  width: 85%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 960px) {
  .contents-item-img,
  .novelty-item-img {
    width: 75%;
  }
}

.novelty-item:last-child {
  margin: 0 auto !important;
}
.novelty-item:last-child .novelty-item-img {
  width: 75%;
}
@media screen and (min-width: 960px) {
  .novelty-item:last-child .novelty-item-img {
    width: 65%;
  }
}

.contents-item-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  color: #fff;
  background: #8d792f;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contents-item-title {
    margin: 0 auto 3rem;
  }
}

.contents-item-texts p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: justify;
}
.contents-item-texts p span {
  font-weight: 700;
}
.contents-item-texts .price {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1 !important;
  color: #000;
  text-indent: -2.75rem;
  padding-left: 2.75rem;
}
.contents-item-texts .price-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}

.shiyou {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 960px) {
  .shiyou {
    text-indent: -3rem;
    padding-left: 3.05rem;
  }
}

.store {
  background: #8d792f;
  display: block;
  color: #fff;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0.5rem;
  padding: 0 10px;
}

.novelty-item,
.goods-item {
  background: #fff;
  padding: 3% 5%;
  position: relative;
}
.novelty-item::before,
.goods-item::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: #8d792f;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .novelty-item::before,
  .goods-item::before {
    bottom: -10px;
    right: -10px;
  }
}
.novelty-item h3,
.goods-item h3 {
  border-top: dotted 4px #8d792f;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem 0;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .novelty-item h3,
  .goods-item h3 {
    padding: 1rem 0 0;
  }
}
.novelty-item h3 .size,
.goods-item h3 .size {
  font-size: 1.125rem;
  display: block;
}

.novelty-ttl,
.goods-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  background: #8d792f;
  padding: 10px 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .novelty-ttl,
  .goods-ttl {
    font-size: 2.5rem;
  }
}

.goods-ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 960px) {
  .goods-ttl {
    margin-bottom: 10rem;
  }
}

.novelty-caution,
.goods-caution,
.tokuten-caution {
  font-size: 0.8rem !important;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}

.novelty-caution {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem !important;
  line-height: 1.5;
  text-align: center;
}

.tokuten-caution,
.goods-caution {
  color: #000;
}

.tokuten-caution {
  margin-bottom: 0 !important;
}

.goods {
  padding: 5% 0;
  margin-bottom: 3rem;
}

.goods-item {
  width: 90%;
  color: #fff;
  margin: 0 auto 2rem;
  max-width: 960px;
}
.goods-item h3 {
  line-height: 1.5;
}
.goods-item-img {
  margin: 0 auto;
  width: 100%;
}

.from {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 auto 3rem;
  color: #fff;
  text-align: center;
}

#footer {
  padding: 2rem 0;
  background: #fff;
  color: #000;
  font-size: 11px;
  text-align: center;
}

.btn-top {
  margin: 2rem auto 4rem;
  text-align: center;
}
.btn-top a {
  background: #8d792f;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.btn-top a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */