@charset "UTF-8";

body {
  max-width: 640px;
	margin: 0 auto;
  padding-bottom: 100px;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #333;
  background: #FFF;
}
ul, ol {
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}

.image-container {
  position: relative;
  width: 100%;
  padding-top: 74.63%;
  margin-bottom: 10px;
  overflow: hidden;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeinout 9s infinite;
} 

.image-container img:nth-child(1) {
  animation-delay: 0s;
}

.image-container img:nth-child(2) {
  animation-delay: 3s;
}

.image-container img:nth-child(3) {
  animation-delay: 6s;
}

@keyframes fadeinout {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

a {
  text-decoration: none;
}
.attention {
 color: #F30;
}

article {
  margin: 0 20px 75px;
}

article#mainimg,
article#info {
  margin: 0 0 75px;
}

article#mainimg {
  margin: 0 0 50px;
}

h1 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

h2 {
  margin: 5px 0 20px;
  font-size: 18px;
}

#title {
  margin-bottom: 30px;
  text-align: center;
}

#news {
  margin-bottom: 20px;
}

#news_badge {
  display: inline-block;
  width: 80px;
  margin-bottom: 10px;
  background-color: #FD472B;
  border-radius: 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

#news_badge2 {
  display: inline-block;
  width: 98px;
  background-color: #000;
  border-radius: 18px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}

#news_comment {
  color: #FD472B;
  font-size: 13px;
  font-weight: bold;
}

#news_comment2 {
  border: 3px solid #FD472B; 
  padding: 16px; 
  font-size: 12px; 
  color: #FD472B; 
  border-radius: 12px; 
  margin-bottom: 24px;
}

#news_link {
  font-size: 14px; 
  color: #007AFF; 
  text-decoration: underline; 
  display: block;
  margin-top: 10px; 
}

#description {
  text-align: left;
}

/* 価格 */
#price {
  border-top: 2px solid #000;
}

#price div {
  padding: 10px 30px;
}

#price dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#price dd {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FD472B;
  font-size: 20px;
  font-weight: bold;
}

#price dd span {
  font-size: 13px;
  color: #999;
  font-weight: normal;
  /* text-decoration: line-through; */
}

#price dd span::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  height: 0;
  border-left: 9px solid #FD472B;
  border-right: 9px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-radius: 2px;
}

#price p {
  padding: 6px 0;
  border-top: 1px dotted #000;
  border-bottom: 2px solid #000;
  font-size: 13px;
  text-align: center;
}

#price ul {
  margin-top: 10px;
	padding-left: 1em;
}

#price li {
  font-size: 13px;
}

#price li::before {
	margin-left: -1em;
  content: "＊";
}


/* コンテンツ */
#contents section {
  margin-bottom: 50px;
}

#contents h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

#contents img {
  margin-bottom: 10px;
  border-radius: 8px;
}

/* Variztion */
#variation h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

#variation div {
  display: flex;
  justify-content: start;
  align-items: center;
}

#variation dl {
  width: 33.3%;
}

#variation dt img {
  display: block;
}

#variation dd {
  font-size: 13px;
  text-align: center;
}

/* FAQ */
#faq h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

#faq dl {
  margin-bottom: 20px;
  padding: 15px;
  border: 5px solid #F2F2F2;
}

#faq dt {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #F2F2F2;
}

#faq dd {
  padding-top: 15px;
}

/* 仕様 */
#info {
  background-color: #F2F2F2;
  padding: 30px 20px;
  font-size: 13px;
}

#info table th {
  display: flex;
  justify-content: space-between;
  text-align: left;
  white-space: nowrap;
}

#info table th:after {
  content: "＿＿";
  right: 0;
  color: #AAA;
}

/* ご注意 */
#caution h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

#caution ul {
	padding-left: 1em;
}

#caution li {
  font-size: 13px;
}

#caution li::before {
	margin-left: -1em;
  content: "＊";
}

/* スライダー */
.slidedot {
  display: block;
  width: 100%;
  margin: 5px 0 10px;
  list-style: none;
  text-align: center;
}

.slidedot li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  cursor: pointer;
}

.slidedot li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:hover:focus:before {
  opacity: 1;
}

.slidedot li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 24px;
  line-height: 16px;
  content: '•';
  text-align: center;
  opacity: .2;
  color: #000;
}
.slidedot li.slick-active button:before {
  opacity: .7;
}
