@charset "utf-8";

/* * {
  color: #333;
} */

/* pc表示*/
/* 共通 */
section {
  margin-bottom: 30px;
  width: 100%;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.slider .container,
.bnr_bottom .container,
.info .container {
  margin-top: 40px;
}

.container h1 {
  text-align: center;
  font-size: 2.4em;
  font-weight: 100;
  margin-bottom: 25px;
}

h1,
h2,
h3,
a,
p {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}
p.detail {
  white-space: pre-line;
}
section.image {
  margin-bottom: 0;
}
/* hover */
.thumb a {
  overflow: hidden;
}
.thumb a:hover {
  opacity: 1;
}
.thumb img {
  transition: 1s all;
}
.thumb img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}

.format1 .thumb a {
  position: relative;
}
.format1 .thumb img {
  transition: none;
}
.format1 .thumb a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.format1 .thumb img:hover {
  transform: none;
  transition: none;
}
.format1 .thumb a:hover::before {
  left: 100%;
}

/* 背景画像固定 */
.notice,
.search {
  background-color: #ececea;
}
/* 背景画像固定 */
.format1 .notice {
  background-color: #ececea;
}

.ranking,
.howto {
  background-color: #fff;
}

/* さとふるアイコン */
.rakuten_f {
  background-color: #fff;
  padding: 5px 0;
}

.rakuten_f img {
  width: 210px;
  margin: 0 auto;
}

/* header */
header {
  position: sticky;
  top: -1px;
  z-index: 10;
  /* margin-top: 10px; */
  /* padding-top: 20px; */
  -webkit-box-shadow: 0px 2px 12px -6px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 12px -6px rgb(0 0 0 / 20%);
}

header .container {
  margin-top: 0px;
  padding: 10px 0;
}

header .pc_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .pc_header .logo {
  width: 68%;
}

header .pc_header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 縦方向中央揃え */
  font-size: 1em;
}

header .pc_header .logo img {
  width: 50px;
  height: 50px;
}

header .pc_header .logo h1 {
  margin-left: 10px;
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
  font-weight: 400;
}

header .pc_header .logo:hover {
  opacity: 0.5;
}

.right_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  /* 横方向中央揃え */
  width: 32%;
}

.right_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15px;
  width: 100%;
}

.right_nav ul li {
  /* width: calc(100% / 4); */
  text-align: center;
  text-align: -webkit-center;
}

.right_nav ul li a svg,
.right_nav ul li a img,
footer svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  color: #fff;
  margin: 0 auto;
}

.right_nav ul li a svg use,
.right_nav ul li a svg use > path,
footer svg use {
  color: #fff;
}

.right_nav ul li a p {
  font-size: 11px;
  margin-top: 8px;
  white-space: nowrap;
  color: #fff;
}
.right_nav ul li:last-child a p {
  margin-top: 6px;
}

.menu {
  margin: 15px 0;
}

.menu #category {
  padding-top: 76px;
  margin-top: -76px;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4px 0;
}

.menu ul li {
  text-align: center;
  border-right: 1px solid #fff;
  width: calc(100% / 8);
  margin: 10px 0;
}

.menu ul li a {
  display: block;
  color: #fff;
}

.menu ul li a img {
  width: 90px;
  margin: 0 auto;
}

.menu ul li a p {
  margin-top: 8px;
  font-size: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

/* スライダー */
section.slider {
  margin-bottom: 0;
  max-width: 100%;
  height: 610px;
  min-height: 610px;
}

.slider .swiper-container {
  width: 100%;
}

.slider .swiper-slide img {
  display: block;
  position: relative;
  object-fit: cover;
  object-position: bottom;
  height: 610px;
}

.slider .swiper-slide a img:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  opacity: 1;
}

.slider .swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.5;
}

.slider .swiper-button-prev::before,
.swiper-button-next::before {
  font-size: 32px;
  color: #000;
  font-weight: 900;
}

.slider .swiper-button-prev::before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.slider .swiper-button-next::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

div.caption {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px dotted #000;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 1em;
  white-space: nowrap;
}
.format1 div.caption {
  border-bottom: none;
}

div.caption .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直中心 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 水平中心 */
  letter-spacing: 0.15em;
  line-height: inherit;
}

div.caption .catch:before,
div.caption .catch:after {
  border-top: 1px dotted #000;
  content: "";
  width: 100%;
  /* 線の長さ */
}

div.caption .catch:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

div.caption .catch:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.format1 div.caption .catch:before,
.format1 div.caption .catch:after {
  content: none;
}

div.caption p.name {
  margin-top: 15px;
  font-size: 2em;
  line-height: inherit;
}

/* notice */
.notice_wrap {
  margin-bottom: 0;
}
.notice {
  margin: 0;
  background-repeat: repeat;
  background-position: 50% 50%;
  padding: 50px 0;
}

.notice .container div {
  background-color: #fff;
  padding: 20px 25px;
  border-style: solid;
  border-width: 4px;
  border-color: #cc2929;
}

.notice .container div h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.notice p,
.notice a {
  line-height: 1.4em;
  font-size: 16px;
}
.notice a {
  color: #3366ff;
  text-decoration: underline;
}
.notice a:hover {
  color: #cc0000;
}

/* topics */
.topics {
  margin-top: 30px;
}

.topics ul li {
  margin-bottom: 15px;
}

.introduction,
.video,
.ranking,
.new_arrival,
.pickup,
.search,
.recommendation,
.external,
.howto {
  padding: 80px 0;
  margin-bottom: 0;
}

/* introduction */
.format1 .introduction div.caption,
.format1 .introduction .caption .catch:before,
.format1 .introduction .caption .catch:after {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.introduction ul.first li,
.introduction .spots .text {
  -webkit-box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
.format1 .introduction ul.first li,
.format1 .introduction .spots .text {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  padding: 50px;
  padding-top: 0;
  margin-bottom: 50px;
}

.introduction a {
  color: #3366ff;
  text-decoration: underline;
  display: inline;
}

.introduction a:hover {
  color: #cc0000;
}

.introduction li {
  margin-bottom: 50px;
}

/* .format1 .introduction ul.first img {
  width: 900px;
} */

.format1 .introduction ul li h2 {
  text-align: center;
  margin: 30px 0;
}

.introduction div.caption {
  padding: 30px 0;
}
.format1 .introduction div.caption p {
  color: #fff;
}

.introduction ul.first li {
  margin-bottom: 80px;
}
.format1 .introduction ul.first li:last-child {
  margin-bottom: 0px;
}
.introduction ul li .text {
  margin-top: 40px;
  text-align: center;
}

.introduction h1 {
  font-weight: 600;
}
.format1 .introduction h1 {
  border-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 15px;
  margin-bottom: 45px;
  display: inline-block;
  font-size: 2em;
}

.introduction ul li .detail {
  position: relative;
  padding-top: 40px;
  color: #000;
  text-align: left;
  line-height: 1.4em;
}
.format1 .introduction ul li .detail {
  position: relative;
  color: #000;
  text-align: left;
  line-height: 1.4em;
  padding-top: 0;
}

.introduction ul li .detail::before {
  content: "";
  background-image: -o-linear-gradient(left, #aaa, #aaa 3px, transparent 3px, transparent 8px);
  background-image: linear-gradient(to right, #aaa, #aaa 3px, transparent 3px, transparent 8px);
  background-size: 6px 8px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.format1 .introduction ul li .detail::before {
  content: none;
}
/*表示崩れるためコメントアウト 20220422
.introduction ul.first h1 {
  font-size: 2em;
}*/

.introduction .spots li.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 30px;
}

.introduction .spots img {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  width: 60%;
}

.introduction .spots .text {
  position: absolute;
  bottom: 0;
  width: 50%;
  margin: 0;
  padding: 20px;
}

.introduction h2 {
  margin: 10px 0;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.introduction .spots h1 {
  font-size: 1.8em;
  line-height: 1.2em;
}

.introduction .spots .detail {
  padding-top: 30px;
  line-height: 1.4em;
}

.introduction .spots .text {
  right: 0;
}

.introduction .spots li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.introduction .spots li:nth-child(even) .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  margin: 0;
  padding: 20px;
}

/* movie */
.video iframe,
.video .cabinet {
  width: 100%;
  height: 500px;
  border-style: solid;
  border-width: 7px;
}
.video .video_main {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 7px;
  position: relative;
}
.video .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.6;
}
.video_play span {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  font-size: 200px;
}
.video_play span::before {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
}
.video .cabinet > div {
  width: 100% !important;
  height: 485px !important;
}

.video .item {
  position: relative;
}

.video .item p {
  position: absolute;
  top: -45px;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 10px 40px 0 0;
}

.video .caption {
  margin-bottom: 90px;
}

/* ranking */
.ranking .caption {
  margin-bottom: 90px;
}

.ranking ul,
.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ranking ul li {
  width: 19%;
  margin-bottom: 20px;
  position: relative;
}

.ranking ul li .icon {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 50px;
  width: 50px;
}

.ranking ul li p.icon img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ranking ul li .text {
  padding: 10px 5px 5px 5px;
}

.thumb a {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/* .pickup .thumb a,
.new_arrival .thumb a
{
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
} */

.price {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  color: #444;
}
.price::before {
  content: "\0a5";
  margin-right: 3px;
}

/* New arrival */
/* pickup */
.new_arrival {
  margin: 0;
  background-repeat: repeat;
  background-position: 50% 50%;
}

.new_arrival div.caption {
  border-bottom: 1px dotted #fff;
}

.new_arrival div.caption .catch {
  color: #fff;
}
.format1 .new_arrival div.caption .catch {
  color: #333;
}

.new_arrival div.caption .catch:before,
.new_arrival div.caption .catch:after {
  border-top: 1px dotted #fff;
}
.format1 .new_arrival div.caption .catch:before,
.format1 .new_arrival div.caption .catch:after {
  border-top: none;
}

.new_arrival div.caption p.name {
  color: #fff;
}
.format1 .new_arrival div.caption p.name {
  color: #333;
}
.new_arrival .text,
.pickup .text {
  margin: -20px 0 41px;
  line-height: 1.6em;
  text-align: center;
}
.format2 .new_arrival .text {
  color: #fff;
}
.format2 .new_arrival .price {
  color: rgba(255, 255, 255, 0.9);
}

.new_arrival ul,
.pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new_arrival ul li,
.pickup ul li {
  width: 31.333%;
  margin: 0 1%;
  margin-bottom: 30px;
}

.new_arrival ul li a,
.pickupul li a {
  display: block;
  position: relative;
}

.new_arrival ul li a div,
.pickup ul li a div {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

/* search */
.search ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直中心 */
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 水平中心 */
  font-weight: normal;
  padding: 10px;
}

.search ul li {
  width: 49%;
  text-align: center;
  margin-bottom: 15px;
  transition: 0.4s ease;
  border-radius: 10px;
}
.search ul li:hover {
  filter: contrast(180%);
}
.search ul li a {
  padding: 15px 0;
}
.format1 .search ul li {
  background-color: #fff;
  border: 1px solid #000;
  transition: 0.4s ease;
}

.search ul li a {
  font-weight: 400;
  color: #fff;
}
.format1 .search ul li a {
  color: #000;
}
.format1 .search ul li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.format1 .search ul li:hover a {
  color: #fff;
}

.search_all {
  background-color: #fff;
  text-align: center;
  border-radius: 60px;
  padding: 8px;
  margin-top: 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.format1 .search_all {
  background-color: #c7ae41;
  border-radius: none;
  border-width: 0px;
  -webkit-box-shadow: 0px 4px 13px -6px rgb(0 0 0 / 60%);
  box-shadow: 0px 4px 13px -6px rgb(0 0 0 / 60%);
}
.format1 .search_all:hover {
  filter: saturate(180%);
}

.search_all::after {
  position: absolute;
  content: "";
  content: "\f0da";
  font-size: 2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.search_all a {
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 60px;
  width: 100%;
  padding: 20px;
  display: block;
  border-style: solid;
  border-width: 1px;
  transition: 0.1s ease;
}
.search_all a:hover {
  filter: contrast(200%);
  opacity: 1;
}
.format1 .search_all a {
  border-radius: none;
}
.format1 .search_all *,
.format1 .search_all::after {
  color: #fff;
}

/* external */
.format2 .external .caption {
  border-bottom: 1px dotted #fff;
}
.format2 .external .caption p {
  color: #fff;
}
.format2 .external .caption .catch:before,
.format2 .external .caption .catch:after {
  border-top: 1px dotted #fff;
}
.external ul li {
  padding: 50px;
  padding-top: 0;
  margin-bottom: 50px;
}
.external ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.external ul li .detail {
  padding-top: 40px;
  line-height: 1.4em;
}
.format2 .external ul li .detail {
  color: #fff;
}
/* howto */
.howto p {
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

.howto div.image {
  padding: 0 50px;
}
.howto div.text {
  margin-top: 30px;
  padding: 0 50px;
  text-align: center;
}
.howto div.text .detail {
  line-height: 1.6em;
}

.howto ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直中心 */
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 水平中心 */
  font-weight: normal;
  padding: 0 50px;
  margin-top: 30px;
}

.howto ul li {
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直中心 */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 水平中心 */
  font-weight: normal;
  -webkit-box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  border-radius: 15px;
}

.howto ul li:last-child {
  margin-bottom: 0;
}
.howto ul li p {
  word-break: break-word;
  overflow-wrap: anywhere;
  width: 95%;
  line-height: 1.4em;
}
.howto ul li p:first-child {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-left: 2px;
}

.howto ul li p.title {
  letter-spacing: 0.1em;
  word-break: break-word;
}
.howto ul li p.detail {
  margin-top: 15px;
  margin-left: 4%;
  display: inline-block;
}
/* recommendation */
.recommendation .caption p {
  color: #fff;
}
.recommendation ul li {
  padding: 50px;
  padding-top: 0;
  margin-bottom: 50px;
}
.recommendation ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.recommendation ul li .detail {
  padding-top: 40px;
  color: #fff;
  line-height: 1.4em;
}
.format2 .recommendation .caption p,
.format2 .recommendation ul li .detail {
  color: #333;
}

/* footer */
.footer_wrap {
  text-align: center;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.footer_box {
  width: 50%;
  padding: 0px 5px;
  margin-top: 10px;
  text-align: left;
}

.caution {
  background-color: #ececea;
  margin-bottom: 0;
}

.footer_titlebox {
  background-color: #666;
  padding: 8px 10px;
  margin-bottom: 15px;
}

.footer_title {
  font-size: 14px;
  text-align: left;
  padding-left: 5px;
  color: #fff;
}

.footer_box .icon {
  width: 100%;
}

.footer_box p,
.footer_box a {
  font-size: 12px;
  margin: 0.5em 0;
  line-height: 1.5em;
}

.footer_box img {
  margin-right: 5px;
  vertical-align: middle;
}

iframe#myIframe {
  width: 100%;
  min-width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  vertical-align: bottom;
}

footer {
  width: 100%;
  height: auto;
}

footer .Inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .Inner .logo {
  width: 200px;
  margin: 0 auto;
}

footer .Inner .logo:hover {
  -webkit-filter: invert(50%);
  filter: invert(50%);
}

footer .Inner ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}

footer .Inner ul.list li {
  padding: 0 20px;
  text-align: center;
}

footer .Inner ul li a {
  color: #fff;
  text-align: center;
}

footer .Inner ul li a:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
.caution #FootInclude {
  background-color: #666;
}

/* footerここまで */
#page_top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  opacity: 0.9;
  z-index: 99999;
}

#page_top li a {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 50px;
  text-align: center;
  padding: 6px 0;
  position: relative;
  display: block;
  text-align: center;
}
#page_top li a:hover {
  opacity: 1;
  filter: contrast(120%);
}

#page_top li.top a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e85b5b),
    color-stop(50%, #e85b5b),
    color-stop(50%, #e04343),
    to(#e04343)
  );
  background: -o-linear-gradient(top, #e85b5b 0%, #e85b5b 50%, #e04343 50%, #e04343 100%);
  background: linear-gradient(180deg, #e85b5b 0%, #e85b5b 50%, #e04343 50%, #e04343 100%);
}

#page_top li.category a {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6bd0cc),
    color-stop(50%, #6bd0cc),
    color-stop(50%, #49c6c1),
    to(#49c6c1)
  );
  background: -o-linear-gradient(top, #6bd0cc 0%, #6bd0cc 50%, #49c6c1 50%, #49c6c1 100%);
  background: linear-gradient(180deg, #6bd0cc 0%, #6bd0cc 50%, #49c6c1 50%, #49c6c1 100%);
  background-color: #49c6c1;
}

#page_top a span {
  color: #fff;
  line-height: 1.2em;
  font-size: 0.9em;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 1200px以下、1080px以上 */
@media (max-width: 1200px) and (min-width: 1080px) {
  .container_bnr {
    width: 1000px;
  }

  .container {
    width: 1000px;
  }

  .info .container {
    width: 1000px;
  }
}

/* 1080px以下、768px以上 (狭いブラウザとタブレット向け ipadは768〜1024px) */
@media (max-width: 1080px) and (min-width: 768px) {
  .container_bnr {
    width: 100%;
  }
  header .container {
    margin-top: 0px;
    padding: 10px 20px;
  }

  .container,
  .info {
    width: 100%;
    padding: 0px 10px;
  }
}

/* 768px以下 SP 414〜375あたりは要確認*/
@media screen and (max-width: 768px) {
  /* 共通 */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  a,
  p {
    font-size: 16px;
  }

  .introduction,
  .video,
  .ranking,
  .new_arrival,
  .pickup,
  .search,
  .recommendation,
  .external,
  .howto {
    padding: 15px 0 50px;
    margin-bottom: 0;
  }

  section {
    margin-bottom: 30px;
  }

  .container_bnr {
    width: 100%;
  }

  .container,
  .info {
    width: 100%;
    padding: 0 7px;
  }

  .container {
    margin-top: 20px;
  }

  .container h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  div.caption {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    white-space: nowrap;
  }

  div.caption .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* 垂直中心 */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* 水平中心 */
    font-size: 1em;
    letter-spacing: 0.15em;
  }

  div.caption .catch:before,
  div.caption .catch:after {
    content: "";
    width: 100%;
    /* 線の長さ */
  }

  div.caption .catch:before {
    margin-right: 0.9em;
    /* 文字の右隣 */
  }

  div.caption .catch:after {
    margin-left: 0.9em;
    /* 文字の左隣 */
  }

  div.caption p.name {
    margin-top: 15px;
    font-size: 1.6em;
  }

  .slider .container,
  .bnr_bottom .container {
    margin-top: 25px;
  }
  .rakuten_f {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rakuten_f a {
    display: block;
    padding: 0 5px;
  }
  .rakuten_f img {
    width: 177px;
    margin: 0;
  }

  header {
    padding: 0;
    background-color: #fff;
  }

  header .container {
    padding: 0;
  }

  header .pc_header {
    padding: 8px 0;
  }

  header .pc_header .logo {
    width: 100%;
  }

  header .pc_header .logo a {
    margin-left: 5px;
  }

  header .pc_header .logo img {
    width: 30px;
    height: 30px;
  }

  header .pc_header .logo h1 {
    font-size: 1.2em;
    margin-left: 5px;
  }

  .right_nav {
    width: 40%;
    margin: 0 0 0 auto;
  }

  .right_nav ul {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }

  .right_nav ul li {
    width: 25%;
    text-align: center;
    text-align: -webkit-center;
  }
  .right_nav ul li a svg {
    color: #444;
  }

  .right_nav ul li a svg use {
    color: #444;
  }

  .right_nav ul li a p {
    color: #444;
  }

  .menu #category {
    padding-top: 46px;
    margin-top: -46px;
  }

  .menu ul {
    /* 縦方向中央揃え（Safari用） */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* 縦方向中央揃え */
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu ul li {
    padding: 5px 0;
    border-right: none;
    width: calc(100% / 4);
    margin: 5px 0;
  }

  .menu ul li a {
    font-size: 0.9em;
  }

  .menu ul li a:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }

  .menu ul li a img {
    width: 50px;
    margin: 0 auto;
  }

  /* header */
  body .active {
    overflow: hidden;
  }

  .coupon_bnr.active {
    display: none;
  }

  .sale_bnr.active {
    display: none;
  }

  /* スライダー */
  .slider {
    margin-bottom: 20px;
  }

  .slider .swiper-button-prev::before,
  .swiper-button-next::before {
    font-size: 20px;
  }
  section.slider {
    margin-bottom: 0;
    max-width: auto;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .slider .swiper-slide img {
    display: block;
    position: relative;
    height: auto;
  }

  /* notice */
  .notice_wrap {
    margin-bottom: 0;
  }
  .notice {
    padding: 40px 0;
  }

  .notice .container {
    margin-top: 0;
  }

  .notice p {
    line-height: 1.4em;
    font-size: 0.9em;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  .notice a {
    font-size: 1em;
  }
  .notice .container div {
    height: 200px;
    overflow-y: auto;
    padding-right: 20px;
  }
  .notice .container div::-webkit-scrollbar {
    width: 5px;
    margin-right: 10px;
  }
  .notice .container div::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .notice .container div::-webkit-scrollbar-thumb {
    background-color: rgba(170, 170, 170, 1);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }

  /* topics */
  .topics {
    margin-bottom: 20px;
  }

  .topics {
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .topics ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .topics ul li:last-child {
    margin-bottom: 0;
  }

  /* introduction */
  .introduction ul.first img {
    width: 100%;
  }

  .introduction ul.first li,
  .introduction ul.spots .text {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .introduction ul li .detail {
    padding-top: 15px;
  }
  .format1 .introduction ul.first img {
    width: 100%;
  }
  .format1 .introduction h1 {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
  .format1 .introduction ul.first li,
  .format1 .introduction ul.spots .text {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .format1 .introduction ul.first li:last-child {
    margin-bottom: 0px;
  }
  .format1 .introduction ul li .text {
    margin-top: 30px;
  }

  .introduction ul .detail {
    line-height: 1.4em;
  }

  .introduction ul.spots .box {
    display: block;
    padding: 0;
    position: static;
    margin: 0;
  }

  .introduction ul.spots h2 {
    font-size: 1em;
  }

  .introduction ul.spots h1 {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .introduction ul.spots img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .introduction ul.spots .text {
    position: static;
    bottom: 0;
    width: 90%;
    margin: -20px auto 30px auto;
    padding: 20px 13px;
  }

  .introduction ul.spots li:nth-child(even) .text {
    position: static;
    width: 90%;
    margin: -20px auto 30px auto;
    padding: 20px;
  }
  /* recommendation */
  .recommendation ul li {
    padding: 20px 10px;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .recommendation ul li .detail {
    padding-top: 25px;
  }

  /* video */
  .video {
    padding: 35px 0 50px;
    margin-bottom: 0;
  }

  .video iframe,
  .video .cabinet {
    height: 225px;
  }
  .video .video_main {
    height: 100%;
  }
  .video .cabinet > div {
    width: 100% !important;
    height: 210px !important;
  }

  .video .item p {
    top: -30px;
    font-size: 1em;
    padding: 8px 23px 8px 10px;
    border-radius: 10px 31px 0 0;
  }

  .video .caption {
    margin-bottom: 50px;
  }

  .video_play span {
    width: 100px;
    height: 100px;
    font-size: 100px;
  }

  /* ranking */
  .ranking {
    padding: 20px 0;
  }

  .ranking .caption {
    margin-bottom: 30px;
  }

  .ranking ul li {
    width: 49%;
  }

  .ranking ul li:first-child {
    margin: 0 auto 20px;
    width: 54%;
  }

  .ranking ul li p.icon {
    position: static;
    text-align: center;
    margin: 5px auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 43px;
    width: 43px;
  }

  /* New arrival */
  /* pickup */
  .new_arrival .text,
  .pickup .text {
    margin: -7px 0 25px;
  }
  .new_arrival ul,
  .pickup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new_arrival ul li,
  .pickup ul li {
    width: 48%;
    margin-bottom: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* search */
  .search ul li a {
    min-height: 40px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2em;
  }
  .search ul li {
    padding: 10px 0;
  }
  .search ul li a {
    padding: 0;
  }
  /* .search ul li:first-child a, .search ul li:last-child a{
    padding: 15% 0;
  } */

  .search_all::after {
    right: 30px;
  }
  /* external */
  .external ul li {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .external ul li .detail {
    padding-top: 25px;
  }

  /* howto */
  .howto ul li p {
    word-break: break-word;
    overflow-wrap: anywhere;
    width: 88%;
    line-height: 1.2em;
  }
  .howto ul li p.detail {
    width: 96%;
  }
  .howto div.image {
    padding: 0 10px;
  }
  .howto div.text {
    padding: 0 10px;
    margin-top: 10px;
  }
  .howto ul {
    padding: 0 10px;
  }

  /* footer */
  .footer_wrap {
    width: 100%;
  }

  .footer_box {
    width: 100%;
    padding: 0px 10px;
  }

  .footer_box p,
  .footer_box a {
    word-break: break-word;
  }

  footer .Inner {
    padding-bottom: 60px;
  }

  footer .Inner ul.list {
    margin: 14px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .Inner ul.list li {
    width: calc(100% / 3);
  }

  footer .Inner ul.list li:first-child {
    border-left: none;
  }

  footer .Inner ul.list li:last-child {
    border-right: none;
  }

  footer .Inner ul.list li:nth-child(3) {
    border-right: none;
  }

  footer .Inner ul.icon {
    margin: 40px 0;
  }

  #page_top {
    width: 100%;
    height: 50px;
    position: fixed;
    /* right: 0px; */
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    right: 0;
    left: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  #page_top li {
    width: 50%;
    height: 37px;
    padding: 7px;
    margin: 8px;
    text-align: center;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 0;
  }
  #page_top li a {
    width: 100%;
    border-radius: 5px;
    height: 37px;
  }
  #page_top li a span {
    top: 50%;
    font-size: 1em;
  }

  #page_top a::before {
    content: none;
  }
}

/* 320px以下 iPhone5/SE */
@media screen and (max-width: 320px) {
  div.caption p.name {
    font-size: 1.2em;
  }

  a,
  p {
    font-size: 15px;
  }

  header .pc_header .logo h1 {
    font-size: 1em;
  }

  .menu ul li a img {
    width: 67px;
  }

  .menu ul li a p {
    margin-top: 8px;
    font-size: 0.7em;
  }

  .introduction .spots h1 {
    font-size: 1.5em;
  }

  .search_all a {
    font-size: 1.3em;
  }

  .search_all::after {
    right: 21px;
  }

  .howto ul li {
    padding: 8px;
  }

  .howto ul li p {
    width: 85%;
  }

  .footer_box img {
    width: 40px;
  }
}
