@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1;
 font-family: Arial, sans-serif;
 background-color: #B4A1D2;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
nav ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
header {
 background-color: black;
 color: #fff;
 padding: 6px 0 0 0;
 /*text-align: center;*/
}
.header_content {
 display: flex;
 max-width: 1080px;
 margin: 0 auto;
}
.header_left {
 float: left;
 width: 50%;
}
.header_right {
 float: right;
 width: 50%;
 text-align: right;
 clear: both;
}
.header_left > a > img {
 max-width: 120px;
 margin: 0;
}
.header_right > h1 {
 margin: 0;
 padding: 0;
 line-height: 100%;
}
.header_right > h1 > img {
 max-width: 280px;
 margin-top: 26px;
}
h2 {
 font-size: 1.1rem;
 margin-top: 0.4em;
 margin-bottom: 0.5em;
 line-height: 115%;
}
.product-info > h2 {
 font-size: 1.6rem;
 padding-top: 0.8em;
 padding-bottom: 0.6em;
 color: midnightblue;
 line-height: 135%;
}
.product-info > h2 > span {
 display: inline-block;
}
h2.notice_title {
 text-align: center;
 font-size: 1.3rem;
 margin-bottom: 2em;
 margin-top: 2em;
}
.product-info p {
 line-height: 135%;
 padding-bottom: 0.3em;
}
.author-info p, .studio-info p, .company-info p {
 font-size: 1rem;
 line-height: 135%;
 padding-bottom: 0.3em;
}
main {
 max-width: 1000px;
 margin: 0 auto;
 padding: 40px;
 background-color: #FFF4F4;
}
ul.spec {
 margin: 20px;
}
ul.spec li {
 padding-bottom: 0.5em;
}
.product-display {
 text-align: center;
}
.slider img, .thumbnails img {
 width: 100%;
 height: auto;
}
.slider img {
 max-width: 640px;
 margin: 0 auto;
 border-radius: 10px;
 border: solid 2px #BA8DCF;
}
.thumbnails {
 display: flex;
 justify-content: center;
 margin-top: 10px;
}
.thumbnails div {
 width: 100px;
 margin: 0 5px;
 cursor: pointer;
}
.thumbnails div img {
 border-radius: 6px;
 border: solid 2px #D2D2D2;
}
.product-info {
 margin-top: 30px;
 margin-bottom: 50px;
}
.author-info, .studio-info, .company-info {
 display: block;
 background-color: white;
 border: solid 2px #977FAC;
 border-radius: 5px;
 padding: 10px 30px 10px 30px;
 margin-top: 20px;
 margin-bottom: 20px;
}
/*button {
	display: block;
	width: fit-content;
	margin: 20px auto 0 auto;
	background-color:darkred;
	font-size: 1.3rem;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}*/
.button_buy {
 display: block;
 width: fit-content;
 margin: 20px auto 0 auto;
 background-color: darkred;
 font-size: 1.3rem;
 color: #fff;
 padding: 13px 20px;
 border: none;
 cursor: pointer;
 border-radius: 5px;
 text-decoration: none;
}
footer {
 background-color: #333;
 color: #fff;
 text-align: center;
 padding: 10px 0;
 /*margin-top: 20px;*/
}
footer nav ul {
 list-style-type: none;
 padding: 0;
}
footer nav ul li {
 display: inline;
 margin: 0 10px;
}
footer nav ul li a {
 color: #fff;
 text-decoration: none;
 display: inline-block;
}
footer p {
 padding-top: 1em;
}
/* 規約などのリスト */
ol.notice_list {
 margin: 0 20px 0 20px;
 line-height: 135%;
}
ol.notice_list, ol.notice_list ol, ol.notice_list ol ol {
 padding-left: 1em;
}
ol.notice_list > li {
 padding-bottom: 1em;
}
ol.notice_list > li > ol > li {
 padding-top: 0.5em;
 list-style-type: upper-alpha;
}
ol.notice_list > li > ol > li > ol > li {
 padding-top: 0.3em;
 list-style-type: lower-roman;
}
.sekininsha {
 text-align: right;
 margin-top: 20px;
 margin-right: 20px;
}
.kyakuchu ul {
 list-style-type: none;
 margin: 0 20px;
}
.kyakuchu ul li {
 text-indent: -1em;
 font-size: 0.9rem;
 padding-bottom: 0.4em;
 line-height: 135%;
}
.bold_red {
 font-weight: bold;
 color: red;
}
.link_site {
 text-align: center;
 margin-top: 15px;
}
.link_site a {
 display: inline-block;
 text-decoration: none;
 background-color: #977FAC;
 color: white;
 padding: 7px 15px 5px 15px;
 border-radius: 4px;
}
.notice_table th {
 white-space: nowrap;
 text-align: left;
 font-size: 0.95rem;
}
.notice_table td, .notice_table th {
 padding: 8px;
 line-height: 135%;
}
.leadsentence {
 margin: 10px 10px 30px 10px;
}
@media (max-width: 768px) {
 main {
  margin: 0;
  padding: 0 0 20px 0;
 }
 header {
  /*padding: 6px 0 0 0;*/
 }
 .header_content {
  display: flex;
  max-width: 100%;
  margin: 0;
 }
 .header_left {
  float: left;
  width: 50%;
 }
 .header_right {
  float: right;
  width: 50%;
  text-align: right;
  clear: both;
 }
.header_left > a > img {
  max-width: 80px;
  margin: 12px 0 10px 14px;
 }
 .header_right > h1 > img {
  max-width: 180px;
  margin-right: 12px;
  margin-top: 28px;
 }
 .slider img {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
 }
 h2 {
  font-size: 1.1rem;
  margin-bottom: 0.3em;
 }
 .leadsentence {
  margin-left: 20px;
  margin-right: 20px;
 }
 .product-info {
  margin-left: 20px;
  margin-right: 20px;
 }
 .product-info > h2 {
  padding-top: 0;
  font-size: 1.3rem;
 }
 .author-info, .studio-info, .company-info {
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
 }
 .author-info p, .studio-info p, .company-info p {
  padding-bottom: 0.5em;
 }
 footer nav ul {
  padding: 0 10px 0 10px;
 }
 footer nav ul li {
  font-size: 0.95rem;
  line-height: 150%;
  margin: 0 10px;
 }
 h2.notice_title {
  padding-top: 2em;
  margin-top: 0;
 }
 ol.notice_list {
  margin: 0 20px 0 40px;
 }
 .link_site a {
  font-size: 0.9rem;
 }
 .notice_table {
  margin: 0 10px 0 10px;
 }
 .notice_table th {
  font-size: 0.85rem;
 }
 .notice_table td {
  font-size: 0.85rem;
 }
}