* {
  color: #333;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.9;
  letter-spacing: 1.4;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

ul {
  margin: 0 !important;
}

body {
  height: 100%;
  /* font-family: 'Hiragino Kaku Gothic ProN', "Helvetica Neue", Helvetica, Arial, sans-serif, 'Meiryo', sans-serif; */
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

section {
  margin: 0 auto;
  padding: 20px 0;
}

.inner {
  max-width: 760px;
  margin: 0 auto;
}
section img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
a {
  text-decoration: none;
}
ul,
li {
  text-decoration: none !important;
  list-style-type: none;
}
a:hover {
  opacity: 0.8;
}
h1 {
  font-size: 32px;
  padding: 40px 0 20px;
  line-height: 1.6em;
  letter-spacing: 1.3px;
}
h2 {
  margin: 30px 0;
  padding: 4px 10px;
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
  font-weight: normal;
}
p {
  padding: 20px 0 20px;
}
p.strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
ul {
  padding: 0 0 20px;
}
dl {
  padding: 10px 0 10px;
}
.p20 {
  padding: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.pd20 {
  padding: 20px 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.berry {
  background-color: #feecf0;
}
.beige {
  background-color: #fef5ec;
}
.green {
  background-color: #dcfff4;
}
p,
ul,
li,
span,
a,
dl,
dt,
dd {
  font-size: 14px;
  line-height: 2;
}

/* ここからコンポーネント */

.header {
  padding: 10px;
  text-align: center;
}
.header img {
  display: inline;
}

/* 背景画像使用 */
.bg-image {
  padding: 24px 0;
  width: 100%;
  /* background-image: url(../img/bg.png); */
  background-size: cover;
}

/* ユーザーの声 */
.user-opinion {
  padding: 0 20px;
  display: flex;
}
.user-opinion .thumb {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  width: 100px;
  height: 100px;
}
.user-opinion .description {
  padding-left: 20px;
  flex: 1;
}
.user-opinion .description .title {
  font-weight: bold;
  margin: 0 0 10px;
}
.user-opinion .description .detail {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.user-opinion .description .detail > div {
  padding: 0 12px;
  font-size: 12px;
}
.user-opinion .description .detail::before {
  content: "“";
  position: absolute;
  color: #d6d6e2;
  font-size: 50px;
  line-height: 0;
  top: 25px;
  left: -12px;
  z-index: 0;
  font-family: "Yu Mincho", "YuMincho";
}
.user-opinion .description .detail::after {
  content: "”";
  position: absolute;
  color: #d6d6e2;
  font-size: 50px;
  line-height: 0;
  bottom: -9px;
  right: -2px;
  z-index: 0;
  font-family: "Yu Mincho", "YuMincho";
}
.user-opinion .description .user-name {
  font-size: 12px;
  font-weight: normal;
}

/* カラムレイアウト */
.bg-gray {
  background: #F5F5F5;
}
.column-layout {
  padding: 10px;
  display: flex;
  align-items: center;
}
.column-layout .thumb {
  width: 140px;
}
.column-layout .detail {
  flex: 1;
  font-size: 12px;
  padding: 10px;
}

/* 注釈 */
.annotation {
  font-size: 10px;
  padding: 0 !important;
  position: relative;
  top: -10px;
}
/* 注釈の説明 */
.annotation-detail {
  font-size: 10px;
  padding: 0 20px;
}

/* 商品紹介 */
.item-info {
  background-color: #ECECED;
  padding: 40px 20px 30px;
}
.item-info .item-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.item-info .item-detail .title{
  font-weight: bold;
  margin: 10px 0;
  font-size: 12px;
}
.item-info .item-detail .detail{
  font-size: 12px;
  line-height: 1.6;
}
.item-info .item-detail .item-btn{
  background: #303030;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.item-info .item-list {
  margin: 10px 0;
}
.item-info .item-list > div{
  display: flex;
  justify-content: space-between;
}
.item-info .item-list > div p{
  padding: 0;
}
.item-info .item-list > div .item-name{
  font-weight: bold;
}
.item-info .item-list > div .item-name{
  font-size: 12px;
  flex: 1;
}

/* SNS投稿風のスタイル */
.sns-mode {
  margin: 20px;
  padding: 10px 10px 8px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.sns-mode .sns-mode-photo {
  overflow: hidden;
  border-radius: 8px;
}
.sns-mode .sns-mode-user {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.sns-mode .sns-mode-user img {
  margin: 0;
}
.sns-mode .sns-mode-user p {
  margin: 0 6px 0;
  padding: 0;
  color: #999;
  font-size: 12px;
}

/* 箇条書き */
.discription {
  border: 1px solid rgb(235, 235, 235);
  border-width: 1px 0 1px 0;
  padding: 14px 0;
  margin: 20px;
}
.discription-list {
  margin-bottom: 10px;
}
.discription-list:last-child {
  margin: 0;
}
.discription-list > div {
  display: flex;
  align-items: center;
}
.discription-list > div > i {
  color: #f36975;
}
.discription-list > div > p {
  color: #f36975;
  padding: 0;
  margin: 0 0 0 8px;
}
.discription-list > div > p.discription-list-title {
  font-size: 14px;
}
.discription-list > p.discription-list-detail {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.1px;
}

/* CTAボタン */
.btn {
  margin-top: 20px;
  width: 80%;
  max-width: 760px;
  margin: 0 auto 30px;
}
.btn a {
  width: 100%;
  display: block;
  background: #333;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  letter-spacing: 1.2;
  font-size: 16px;
}

.btn-item {
  margin-top: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
}
.btn-item .thumb {
  width: 90px;
  overflow: hidden;
}
.btn-item .detail {
  margin-left: 14px;
  flex: 1;
}
.btn-item .detail .btn {
  padding: 2px 10px 0;
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  margin: 0;
}
.btn-item .detail .title {
  font-weight: bold;
  padding: 0;
}

/* フッター */
footer {
  margin-top: 30px;
  background-color: #eeeeee;
  text-align: center;
  padding: 20px 20px 100px;
  color: #5d5d5d;
}
footer img {
  display: inline-block;
}
footer p {
  font-size: 12px;
  color: #5d5d5d;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
footer .company {
  font-size: 12px;
  padding: 20px 0;
}
footer .company .nav{
  font-size: 10px;
}
footer .company .nav > div{
  margin-right: 10px;
}
footer .company .nav > div a{
  font-size: 10px;
}

/* topへ戻るbtn */

.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  background: #666;
  opacity: 0.6;
  border-radius: 50%;
}
.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

.pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 0;
  left: 0;
  margin: auto;
}

.pagetop a:hover {
  text-decoration: none;
}

/* slider */
.swiper-container {
  height: 470px;
}
.swiper-slide {
  display: flex;
  align-items: center;
}

/* fadeIn */
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 300ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* FIX CTAボタン */
.bottom-fix-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.bottom-fix-btn .btn a{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* メディアクエリ */
@media screen and (min-width: 480px) {
  .sp {
    display: none;
  }
  .swiper-container img {
    height: 400px;
  }

  .btn-item {
    width: 760px;
  }
  .btn-item .thumb {
    width: 140px;
  }
  .btn-item .detail .title{
    font-size: 18px;
  }
  .btn-item .detail .btn {
    padding: 10px;
    font-size: 14px;
  }
  footer {
    padding: 20px 20px 160px;
  }
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  section {
    padding: 0;
  }
  h1 {
    font-size: 26px;
    margin: 10px 0;
  }
  h1,
  h2,
  p,
  dl,
  ul {
    padding: 0 20px;
  }
}
