@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .btnWrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.product {
  margin-bottom: 40px;
}

.product_area {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #f6f6f6;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  *background-color: #333;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #666;
  color: #fff;
  *background-color: #666;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.chat-area {
	margin-top: 20px;
 	font-size: 15px;
}
.chat-area a {
	text-decoration: underline;
	text-decoration-color: #4183c4;
    color: #4183c4;
	cursor: pointer;
}

.chat-area button {
	border: none;
    margin-top: 10px;
    padding: 18px 0;
    background-color: #1B95F0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.1em;
}

.chat-area button:hover {
    background-color: #4183c4;
    color: #fff;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}


br.spread-sp{
  display:block!important;
}


/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */


/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.problem {
  background: #F5F5F5;
}

.problem-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 64px 0;
}

@media screen and (max-width: 1024px) {
  .problem-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.problem-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .problem-list {
    display: block;
  }
}

.problem-item {
  background: #ffffff;
  padding: 36px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.problem-item:nth-of-type(2) {
  margin: 0 30px;
}

@media screen and (max-width: 1024px) {
  .problem-item:nth-of-type(2) {
    display: block;
    margin: 20px 0;
  }
}

.problem-title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.problem-icon {
  display: block;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.problem-txt {
  font-size: 16px;
  line-height: 1.5;
  margin-top: auto;
}

.problem-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 40.5px 0 40.5px;
  border-color: #333333 transparent transparent transparent;
  display: block;
  margin: 40px auto 0;
}

.problem-bottom {
  font-size: 24px;
  color: #ffffff;
  background: #333333;
  padding: 24px 60px;
  font-weight: bold;
  margin: 40px auto 0;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .problem-bottom {
    font-size: 21px;
    padding: 24px 30px;
  }
}

.problem-bottomWrap {
  text-align: center;
}

.scene-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .scene-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.scene-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.scene-txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .scene-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 100%;
  }
}

.youtube {
  margin: 0 auto;
  display: block;
  padding-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .youtube {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    max-width: 400px;
  }
}

.scene-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .scene-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.scene-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.scene-txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .scene-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 100%;
  }
}

.scene-item {
  width: 320px;
}

@media screen and (max-width: 1024px) {
  .scene-item {
    max-width: 100%;
  }
}

.scene-item:nth-of-type(2) {
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .scene-item:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}

.scene-img {
  width: 320px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .scene-img {
    max-width: 100%;
  }
}

.scene-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.scene-description {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.media {
  padding-bottom: 80px;
}

.media-inner {
  max-width: 1020px;
  margin: 0 auto;
  background: #333333;
  padding: 40px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .media-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .media-inner {
    display: block;
  }
}

.media-heading {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .media-heading {
    text-align: center;
    font-size: 24px;
  }
}

.media-heading__yellow {
  color: #FEFD04;
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  .media-heading__yellow {
    font-size: 24px;
  }
}

.media-list {
  margin-left: 80px;
  line-height: 2.5;
}

@media screen and (max-width: 1024px) {
  .media-list {
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.media-list dd, .media-list dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .media-list dd, .media-list dt {
    font-size: 14px;
  }
}

.media-list dt {
  float: left;
}

.media-list dd {
  margin-left: 150px;
  margin-bottom:15px;
}

.media-list dd:nth-of-type(3){
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .media-list dd {
    margin-left: 110px;
  }
}

.about-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.about-inner {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .about-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .about-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
  }
}

.about-item {
  max-width: 320px;
}

.about-item:nth-of-type(2) {
  margin: 0 30px;
}

@media screen and (max-width: 1024px) {
  .about-item:nth-of-type(2) {
    margin: 20px 0;
  }
}

.about-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: -7px;
  line-height: 1.5;
}

.about-img {
  width: 320px;
  height: auto;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .about-img {
    max-width: 100%;
  }
}

.about-number {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .about-spot {
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
  }
}

.about-txt {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DDDDDD;
  padding: 12px 10px;
  max-height: 48px;
  margin-bottom: 24px;
}

.about-zero {
  font-size: 40px;
  color: #fff;
}

.about-icon {
  font-size: 28px;
  color: #fff;
}

.about-icon__battery {
  font-size: 28px;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.about-subTitle {
  font-size: 18px;
  margin-left: 14px;
  font-weight: bold;
}

.about-subContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
}

@media screen and (max-width: 1024px) {
  .about-subContents {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 56px auto 0;
  }
}

.about-subContent {
  max-width: 495px;
  margin-bottom: 32px;
}

.about-subContent:nth-of-type(2n) {
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .about-subContent:nth-of-type(2n) {
    margin-left: 0;
  }
}

.about-subTxt {
  font-size: 16px;
  line-height: 1.5;
}

.about-caution {
  color: #999999;
  font-size: 14px;
  margin-top: 12px;
}

.about-caution__small {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}

.about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .about-flex {
    display: block;
  }
}

.about-download {
  margin-top: 16px;
}

.use-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .use-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.use-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.use-txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .use-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2.5;
    font-size: 14px;
  }
}

.use-txt{
  display:flex;
  align-items:center;
}

.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .use-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.use-item:nth-of-type(1) {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .use-item:nth-of-type(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .use-item:nth-of-type(2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .use-review {
    max-width: 350px;
    width: 100%;
  }
}

.use-sub {
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}

.use-sub__right {
  font-size: 12px;
  text-align: right;
  margin-top: 12px;
}

.use-design {
  margin: 18px auto 0;
  display: block;
}

@media screen and (max-width: 1024px) {
  .use-design {
    max-width: 350px;
    width: 100%;
  }
}

.use-logo {
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .use-logo {
    margin-right: 0;
    margin: 0 auto;
    display: block;
  }
}
.spread {
  background: #F5F5F5;
}

.spread-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .spread-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.spread-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 12px;
}

.spread-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}

.spread-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .spread-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 100%;
  }
}

.spread-item {
  width: 495px;
  background: #ffffff;
  padding: 36px 60px;
}

@media screen and (max-width: 1024px) {
  .spread-item {
    width: unset;
    max-width: 100%;
    padding: 18px 20px;
  }
}

.spread-item:nth-of-type(1) {
  margin-right: 15px;
}

@media screen and (max-width: 1024px) {
  .spread-item:nth-of-type(1) {
    margin-right: 0;
  }
}

.spread-item:nth-of-type(2) {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .spread-item:nth-of-type(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.spread-img {
  width: 300px;
  height: auto;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .spread-img {
    width: unset;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 480px) {
  .spread-img {
    max-width: 320px;
  }
}

.spread-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.spread-title__num {
  font-size: 40px;
  font-weight: bold;
}

.spread-bottom {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}

.spread-bottom__mid {
  font-size: 20px;
  font-weight: bold;
}

.spread-bottom__large {
  font-size: 24px;
  font-weight: bold;
}

.spread-bottom__small {
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
}

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

.voice-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .voice-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.voice-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.voice-txt {
  font-size: 16px;
  line-height: 1.5;
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .voice-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.voice-item {
  width: 495px;
  background: #F5F5F5;
  padding: 32px 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .voice-item {
    width: unset;
    max-width: 320px;
  }
}

.voice-item:nth-of-type(1) {
  margin-right: 15px;
}

@media screen and (max-width: 1024px) {
  .voice-item:nth-of-type(1) {
    margin-right: 0;
  }
}

.voice-item:nth-of-type(2) {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .voice-item:nth-of-type(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.voice-img__right {
  width: 140px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.voice-img__left {
  position: absolute;
  width: 140px;
  height: auto;
  left: 0;
  bottom: 0;
}

.voice-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.voice-description {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}

.feature {
  margin-top: 40px;
  margin-bottom:40px;
}

.feature-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1024px) {
  .feature-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .feature-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.feature-heading {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .feature-item {
    display: block;
  }
}

.feature-item:nth-of-type(2) {
  margin: 30px 0;
}

.feature-img {
  margin-right: 20px;
  max-width: 320px!important;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .feature-img {
    margin-right: 0;
    margin: 0 auto;
    display: block;
  }
}

.feature-txt {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .feature-txt {
    margin-left: 0;
    margin-top: 4px;
  }
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 word-break: normal;
  line-height: 1.15;
}



.feature-title__outline {
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  font-size: 44pt;
  /* 文字のサイズ */
  text-shadow: 1px  1px 1px #cccccc, -1px  1px 1px #cccccc, 1px -1px 1px #cccccc, -1px -1px 1px #cccccc, 1px  0px 1px #cccccc, 0px  1px 1px #cccccc, -1px  0px 1px #cccccc, 0px -1px 1px #cccccc;
  /* 文字の影 */
  margin-right: 12px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.008em;
}

.feature-description {
  font-size: 16px;
  line-height: 1.5;
}

.explain-wrap br{
  display:none;
}

.br:before {
  content: '\A';
  white-space: pre;
}